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
/
protocol
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix leaks in RtpVideoReaderTest.
sergeyu@chromium.org
2010-12-10
1
-0
/
+4
*
Simplified frame rate control in the chromoting host.
sergeyu@chromium.org
2010-12-09
7
-32
/
+64
*
Remove ChromotingClientMessage
garykac@chromium.org
2010-12-08
2
-14
/
+14
*
Move more code from headers to implementation.
erg@google.com
2010-12-07
2
-20
/
+24
*
Removed stream_writer.[cc|h]
sergeyu@chromium.org
2010-12-07
5
-109
/
+0
*
Refactor ZLib and Verbatim encoders.
sergeyu@chromium.org
2010-12-06
1
-1
/
+0
*
Move move classes to the remoting::protocol namespace. Minor cleanups.
sergeyu@chromium.org
2010-12-02
11
-6
/
+20
*
Fix threading problem caught by DCHECKs in ChromotingHost
hclam@chromium.org
2010-11-30
1
-3
/
+15
*
Properly parse multiple channel configs.
sergeyu@chromium.org
2010-11-30
1
-3
/
+3
*
Fix 2 crashers in remoting client.
sergeyu@chromium.org
2010-11-30
1
-1
/
+4
*
Hook up client events to new protocol stubs.
sergeyu@chromium.org
2010-11-29
10
-25
/
+79
*
Begin adding mutual authentication into the SessionManager::connect() call.
ajwong@chromium.org
2010-11-24
11
-50
/
+153
*
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
11
-17
/
+296
*
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
3
-45
/
+44
*
Use VideoStub interface on the host side.
sergeyu@chromium.org
2010-11-19
12
-80
/
+73
*
Use CompoundBuffer in MessageDecoder.
sergeyu@chromium.org
2010-11-18
2
-79
/
+22
*
Unittests for RTP packetizer and depacketizer.
sergeyu@chromium.org
2010-11-17
7
-36
/
+688
*
Implement input stub in the host side for chromoting
hclam@chromium.org
2010-11-16
9
-44
/
+72
*
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
14
-49
/
+62
*
Handle error in BufferedStreamWriter and friends
hclam@chromium.org
2010-11-11
2
-2
/
+29
*
Add VideoPacket struct for video packets. Refactor Decode interface to use it.
sergeyu@chromium.org
2010-11-09
14
-53
/
+62
*
Implementation of InputStub for chromoting
hclam@chromium.org
2010-11-09
10
-28
/
+221
*
Chromoting: Rename ChromotocolConfig -> SessionConfig
garykac@chromium.org
2010-11-08
17
-151
/
+137
*
Add DEPS files in remoting subdirectories.
sergeyu@chromium.org
2010-11-05
3
-2
/
+6
*
Removed dependence on remoting/client from remoting/protocol.
sergeyu@chromium.org
2010-11-05
3
-21
/
+28
*
Implementation of ClientStubImpl
hclam@chromium.org
2010-11-05
3
-3
/
+90
*
Chromoting: Rename HostConnection to ConnectionToHost
garykac@chromium.org
2010-11-04
3
-0
/
+348
*
Moving/Rename host/ClientConnection.{h,cc} -> protocol/ConnectionToClient.{h,cc}
ajwong@chromium.org
2010-11-04
4
-0
/
+405
*
Move protocol classes to the remoting::protocol namespace
sergeyu@chromium.org
2010-11-04
24
-11
/
+49
*
Rename classes for Chromoting:
garykac@chromium.org
2010-11-03
25
-526
/
+588
*
Add VideoReader and VideoWriter interfaces.
sergeyu@chromium.org
2010-11-03
23
-26
/
+489
*
Stub classes for Chromoting and use them in HostMessageDispatcher.
ajwong@chromium.org
2010-11-02
7
-108
/
+173
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
3
-4
/
+5
*
Cleanups in the video encoding decoding code. Reenable VP8.
sergeyu@chromium.org
2010-11-02
2
-28
/
+8
*
Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.
sergeyu@chromium.org
2010-11-01
2
-8
/
+28
*
Cleanups in the video encoding decoding code. Reenable VP8.
sergeyu@chromium.org
2010-11-01
2
-28
/
+8
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
6
-21
/
+22
*
HostMessageDispatcher to parse control messages
hclam@chromium.org
2010-10-28
13
-410
/
+516
*
Cleanups in the chromotocol code.
sergeyu@chromium.org
2010-10-27
13
-331
/
+387
*
FBTF: Hopefully, the last ctor patch.
erg@google.com
2010-10-27
2
-2
/
+8
*
Add asserts for timeouts in JingleChromotingConnectionTest.
sergeyu@chromium.org
2010-10-26
1
-8
/
+12
*
Added control channel in ChromotingConnection. Moved channel
sergeyu@chromium.org
2010-10-26
7
-57
/
+139
*
Revert 63809 - Remove TSan supporessions on windows for remoting_unittests.
sergeyu@chromium.org
2010-10-26
1
-12
/
+8
*
Remove TSan supporessions on windows for remoting_unittests.
sergeyu@chromium.org
2010-10-26
1
-8
/
+12
*
Implemented chromotocol configuration negotiation.
sergeyu@chromium.org
2010-10-24
17
-120
/
+901
*
Simple RTP reader/writer.
sergeyu@chromium.org
2010-10-20
12
-142
/
+599
[next]