index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remoting
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ChromotingClientMessage
garykac@chromium.org
2010-12-08
7
-27
/
+21
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
3
-4
/
+4
*
Move more code from headers to implementation.
erg@google.com
2010-12-07
4
-20
/
+27
*
Reenable encoder/decoder tests.
sergeyu@chromium.org
2010-12-07
7
-146
/
+81
*
Revert 68434 - Reenable encoder/decoder tests.
scherkus@chromium.org
2010-12-07
7
-75
/
+146
*
Reenable encoder/decoder tests.
sergeyu@chromium.org
2010-12-07
7
-146
/
+75
*
Removed stream_writer.[cc|h]
sergeyu@chromium.org
2010-12-07
6
-111
/
+0
*
Rename SessionManager to ScreenRecorder
hclam@chromium.org
2010-12-06
6
-103
/
+96
*
Refactor ZLib and Verbatim encoders.
sergeyu@chromium.org
2010-12-06
16
-273
/
+205
*
Fix RGB->YUV conversion: input is BGR instead of RGB.
sergeyu@chromium.org
2010-12-06
1
-6
/
+6
*
Revert 68384: Landed with incorrect commit message.
sergeyu@chromium.org
2010-12-06
1
-6
/
+6
*
Refactor ZLib and Verbatim encoders.
sergeyu@chromium.org
2010-12-06
1
-6
/
+6
*
Fix crash when shutting down xmpp connection.
sergeyu@chromium.org
2010-12-03
1
-0
/
+3
*
Move move classes to the remoting::protocol namespace. Minor cleanups.
sergeyu@chromium.org
2010-12-02
26
-64
/
+88
*
Reverse rows in VP8 decoder.
sergeyu@chromium.org
2010-12-02
2
-5
/
+14
*
Fix threading problem caught by DCHECKs in ChromotingHost
hclam@chromium.org
2010-11-30
2
-10
/
+31
*
Properly parse multiple channel configs.
sergeyu@chromium.org
2010-11-30
1
-3
/
+3
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
8
-11
/
+5
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
8
-5
/
+11
*
Fix 2 crashers in remoting client.
sergeyu@chromium.org
2010-11-30
2
-16
/
+25
*
Hook up client events to new protocol stubs.
sergeyu@chromium.org
2010-11-29
20
-325
/
+234
*
Begin adding mutual authentication into the SessionManager::connect() call.
ajwong@chromium.org
2010-11-24
19
-67
/
+239
*
Build fix for Clang. const type qualifier on return type has no effect.
hans@chromium.org
2010-11-24
1
-1
/
+1
*
Implemented RtcpWriter for sending RTCP Receiver Reports.
sergeyu@chromium.org
2010-11-24
12
-17
/
+298
*
Refactoring in RTP reader code: sequence number wrapping logic moved to
sergeyu@chromium.org
2010-11-24
9
-35
/
+114
*
Use VP8 over PseudoTCP by default.
sergeyu@chromium.org
2010-11-23
17
-122
/
+204
*
Fix ThreadChecker to use Locks and not use scoped_ptr.
willchan@chromium.org
2010-11-21
1
-0
/
+2
*
Use VideoStub interface on the host side.
sergeyu@chromium.org
2010-11-19
16
-85
/
+89
*
Fix up mac capturer
dmaclach@chromium.org
2010-11-19
2
-1
/
+2
*
Fix GDI capturer initialization.
sergeyu@chromium.org
2010-11-19
1
-0
/
+1
*
Remove capture thread in Chromoting host
hclam@chromium.org
2010-11-18
5
-25
/
+17
*
Use CompoundBuffer in MessageDecoder.
sergeyu@chromium.org
2010-11-18
5
-79
/
+106
*
Unittests for RTP packetizer and depacketizer.
sergeyu@chromium.org
2010-11-17
8
-37
/
+690
*
Move creation of capturer, input stub into ChromotingHost
hclam@chromium.org
2010-11-17
3
-49
/
+57
*
Introduce a fake HostStub since there's no need to handle it now
hclam@chromium.org
2010-11-17
5
-4
/
+60
*
Inject MessageLoop into Capturer
hclam@chromium.org
2010-11-17
15
-23
/
+37
*
Implement input stub in the host side for chromoting
hclam@chromium.org
2010-11-16
24
-246
/
+292
*
Fixed checkdeps error.
sergeyu@chromium.org
2010-11-16
1
-0
/
+1
*
Packetizer/Depacketizer for RTP.
sergeyu@chromium.org
2010-11-16
9
-70
/
+437
*
Added CompoundBuffer that will be used to store data in the encoding/decoding
sergeyu@chromium.org
2010-11-16
21
-294
/
+666
*
Reset decompressor after each frame in DecoderRowBased::DecodePacket().
sergeyu@chromium.org
2010-11-16
1
-6
/
+11
*
Correctly handle SSL Client Authentication requests when connecting
rch@chromium.org
2010-11-12
1
-1
/
+2
*
Handle error in BufferedStreamWriter and friends
hclam@chromium.org
2010-11-11
2
-2
/
+29
*
Reapply of r65413. Add linux executor support for Chromoting host.
ajwong@chromium.org
2010-11-11
4
-4
/
+405
*
Fix Windows Chromoting host by setting pixel format.
garykac@google.com
2010-11-11
1
-0
/
+1
*
Revert "Reapply of r65413. XTest dependencies added to _chroots_ on linux bots."
ajwong@chromium.org
2010-11-10
4
-405
/
+4
*
Reapply of r65413. XTest dependencies added to _chroots_ on linux bots.
ajwong@chromium.org
2010-11-10
4
-4
/
+405
*
Add VideoPacket struct for video packets. Refactor Decode interface to use it.
sergeyu@chromium.org
2010-11-09
42
-363
/
+332
*
Fix build break
hclam@chromium.org
2010-11-09
2
-3
/
+1
*
Implementation of InputStub for chromoting
hclam@chromium.org
2010-11-09
12
-37
/
+242
[next]