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
*
Roll libjingle 88:92
sergeyu@chromium.org
2011-11-01
1
-1
/
+1
*
Switch remoting/protocol to new callbacks
sergeyu@chromium.org
2011-10-07
48
-170
/
+197
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
15
-52
/
+52
*
Expose connection error code to the web app.
sergeyu@chromium.org
2011-10-01
3
-37
/
+74
*
Fix uninitialized value in JingleMessage that causes DCHECK failure.
sergeyu@chromium.org
2011-09-30
1
-1
/
+2
*
Replace LOG(INFO) with VLOG(1) to avoid excessive logging.
sergeyu@chromium.org
2011-09-29
2
-7
/
+7
*
Marked JingleSessionTest.TestSpeed as flaky
rickcam@chromium.org
2011-09-28
1
-1
/
+1
*
Revert 103178 - Marked JingleSessionTest.TestSpeed flaky
rickcam@chromium.org
2011-09-28
1
-1
/
+1
*
Marked JingleSessionTest.TestSpeed flaky
rickcam@chromium.org
2011-09-28
1
-1
/
+1
*
Parse termination reason and propagate the error to the Session interface.
sergeyu@chromium.org
2011-09-27
11
-70
/
+142
*
Remove session-reject message from jingle_messages.
sergeyu@chromium.org
2011-09-26
4
-28
/
+2
*
Implement PepperTransportSocketAdapter::Disconnect() and add missing DCHECKs.
sergeyu@chromium.org
2011-09-23
1
-2
/
+29
*
Remove old sandboxing-related code.
sergeyu@chromium.org
2011-09-23
6
-63
/
+13
*
Cleanup ConnectionToHost of non-P2P-API code.
sergeyu@chromium.org
2011-09-22
2
-46
/
+2
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
6
-1
/
+7
*
Add DISABLE_TCP_TRANSPORT flag in the Transport API.
sergeyu@chromium.org
2011-09-21
1
-0
/
+5
*
Relay server support for P2P Transport API.
sergeyu@chromium.org
2011-09-15
1
-3
/
+9
*
Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-15
1
-1
/
+2
*
Revert 101189 - Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-14
1
-2
/
+1
*
Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-14
1
-1
/
+2
*
Refactor InputStub interface to pass events by value (const reference).
lambroslambrou@chromium.org
2011-09-13
5
-22
/
+18
*
Access Session::config() and Session::jid() on the correct thread only.
sergeyu@chromium.org
2011-09-13
1
-8
/
+2
*
Add flag to use P2P Transport API.
sergeyu@chromium.org
2011-09-13
2
-9
/
+23
*
Chromoting protocol implementation based on P2P Transport API.
sergeyu@chromium.org
2011-09-12
12
-13
/
+1275
*
Revert 100589 - Access Session::config() on the correct thread.
sergeyu@chromium.org
2011-09-12
1
-2
/
+8
*
Access Session::config() on the correct thread.
sergeyu@chromium.org
2011-09-10
1
-8
/
+2
*
Pass SessionConfig by reference instead of pointer.
sergeyu@chromium.org
2011-09-10
17
-90
/
+73
*
Fix stuck keys problem with Chromoting when host disconnects while keys are
garykac@chromium.org
2011-08-30
1
-1
/
+5
*
Trampoline MessageReader::OnMessageDone() to correct thread.
lambroslambrou@chromium.org
2011-08-24
5
-7
/
+92
*
Remove DisableOCSP().
sergeyu@chromium.org
2011-08-23
1
-0
/
+5
*
Use plugin main thread for network code on the client side
sergeyu@chromium.org
2011-08-22
3
-15
/
+11
*
Parsers and formatters for jingle messages.
sergeyu@chromium.org
2011-08-19
9
-14
/
+780
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
5
-8
/
+8
*
Use MessageLoopProxy for network message loop.
sergeyu@chromium.org
2011-08-12
41
-115
/
+197
*
Remove key exchange code from JingleSession.
sergeyu@chromium.org
2011-08-11
6
-112
/
+6
*
Simplify channel creation callbacks in remoting::Session interface.
sergeyu@chromium.org
2011-08-11
15
-64
/
+46
*
Remove video_channel() from Session interface
sergeyu@chromium.org
2011-08-11
24
-230
/
+594
*
Revert 96089 - Remove video_channel() from Session interface
sergeyu@chromium.org
2011-08-10
24
-481
/
+177
*
Remove video_channel() from Session interface
sergeyu@chromium.org
2011-08-09
24
-177
/
+481
*
Resolve addresses of STUN/Relay servers in JingleInfoRequest.
sergeyu@chromium.org
2011-08-09
4
-2
/
+19
*
Use HMAC SHA-256, since SHA-1 won't work inside the Windows sandbox.
wez@chromium.org
2011-08-09
3
-8
/
+8
*
Set send buffer size for the raw socket used by chromoting
hclam@chromium.org
2011-08-04
1
-0
/
+10
*
Rename PepperP2PChannel to PepperTransportSocketAdaptor. Implement net::Socke...
sergeyu@chromium.org
2011-08-03
4
-246
/
+368
*
Disable RTP support in remoting protocol code.
sergeyu@chromium.org
2011-08-03
4
-32
/
+10
*
Respect NAT traversal policy in the Chromoting client plugin.
ajwong@chromium.org
2011-08-03
1
-3
/
+3
*
Add missing virtual qualifiers to appease clang.
wez@chromium.org
2011-08-02
1
-4
/
+4
*
Separate channel authentication code from JingleStreamConnecter.
sergeyu@chromium.org
2011-08-02
4
-167
/
+337
*
Increase PseudoTcp receive and send window sizes
hclam@chromium.org
2011-07-30
1
-0
/
+7
*
Add WARN_UNUSED_RESULT to crypto/hmac.h
rsleevi@chromium.org
2011-07-30
2
-20
/
+23
*
Fix a flake in ConnectBadChannelAuth.
wez@chromium.org
2011-07-29
1
-6
/
+12
[next]