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 a flake in ConnectBadChannelAuth.
wez@chromium.org
2011-07-29
1
-6
/
+12
*
Re-enable use of TLS False Start on stream channels.
wez@chromium.org
2011-07-29
1
-5
/
+0
*
Add an authentication step to stream channel setup in JingleStreamConnector.
wez@chromium.org
2011-07-29
11
-62
/
+327
*
Reenable JingleSessionTest.TestSpeed.
sergeyu@chromium.org
2011-07-28
1
-1
/
+1
*
Asynchronous initialization in SessionManager.
sergeyu@chromium.org
2011-07-28
7
-84
/
+112
*
Revert 94247 - Add an authentication step to stream channel setup in JingleSt...
wez@chromium.org
2011-07-27
11
-327
/
+62
*
Add an authentication step to stream channel setup in JingleStreamConnector.
wez@chromium.org
2011-07-27
11
-62
/
+327
*
Cleanups and bugfixes for JingleInfoRequest.
sergeyu@chromium.org
2011-07-26
2
-20
/
+13
*
Expose nat_traversal flag to host and client plugins.
sergeyu@chromium.org
2011-07-26
10
-42
/
+45
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-4
/
+4
*
Fix instability in SSL client/server sockets
sergeyu@chromium.org
2011-07-21
1
-6
/
+3
*
Added an OriginBoundCertStore field to the SSLClientSocketNSS class and
rkn@chromium.org
2011-07-21
1
-1
/
+3
*
Message validation in message dispatchers.
sergeyu@chromium.org
2011-07-21
9
-50
/
+26
*
Don't use X509Certificate in SSLConfig.
sergeyu@chromium.org
2011-07-20
1
-3
/
+2
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
3
-3
/
+3
*
Don't use X509Certificate in chromoting code.
sergeyu@chromium.org
2011-07-16
14
-85
/
+59
*
Move channel initialization logic to JingleChannel class.
sergeyu@chromium.org
2011-07-15
11
-344
/
+667
*
Revert 92641 because it doesn't compile - Move channel initialization logic t...
sadrul@chromium.org
2011-07-15
11
-667
/
+344
*
Move channel initialization logic to JingleChannel class.
sergeyu@chromium.org
2011-07-15
11
-344
/
+667
*
Rename CommandLine::GetArgs(), update callers.
msw@chromium.org
2011-07-13
1
-1
/
+1
*
Disable TCP connections for chromoting
hclam@chromium.org
2011-07-13
1
-2
/
+8
*
Roll new libjingle with asynchronous NetworkManager.
sergeyu@chromium.org
2011-07-13
1
-1
/
+1
*
Remove SocketWrapper, which should no longer be needed since we're explicitly...
wez@chromium.org
2011-07-08
4
-152
/
+20
*
Mark failing channel tests flaky, for investigation ASAP.
wez@chromium.org
2011-07-08
1
-3
/
+6
*
Minor cleanups in JingleSession and JingleSessionManager.
sergeyu@chromium.org
2011-07-07
8
-71
/
+66
*
Fix Valgrind errors in remoting_unittests.
sergeyu@chromium.org
2011-07-07
4
-20
/
+22
*
Comment another failing DCHECK.
sergeyu@chromium.org
2011-07-07
1
-3
/
+4
*
Comment DCHECK that fails on the host side.
sergeyu@chromium.org
2011-07-06
1
-1
/
+4
*
Make Session and SessionManager not thread-safe and not ref-counted.
sergeyu@chromium.org
2011-07-06
18
-385
/
+328
*
Remove SessionManagerPair.
sergeyu@chromium.org
2011-07-01
3
-171
/
+1
*
Close all writers before JingleSession is destroyed.
sergeyu@chromium.org
2011-06-30
24
-58
/
+157
*
Don't use HttpPortAllocator when it is not neccessary.
sergeyu@chromium.org
2011-06-30
3
-21
/
+25
*
PseudoTcp to expose settings of nagling and ACK delay
hclam@chromium.org
2011-06-30
2
-16
/
+101
*
Disable tests.
sergeyu@chromium.org
2011-06-29
1
-7
/
+7
*
Remove JingleClient.
sergeyu@chromium.org
2011-06-29
7
-155
/
+284
*
Tweak the TCPChannelTester to be easier to read.
wez@chromium.org
2011-06-29
1
-9
/
+4
*
Move ContentDescription class to a separate file.
sergeyu@chromium.org
2011-06-27
4
-392
/
+445
*
Build fix for Clang
hclam@chromium.org
2011-06-27
2
-0
/
+4
*
Implementation of SecureP2PSocket
hclam@chromium.org
2011-06-27
3
-0
/
+518
*
Cleanup client shutdown sequence.
sergeyu@chromium.org
2011-06-24
3
-14
/
+40
*
Cleanup usage of JingleThread in the protocol code.
sergeyu@chromium.org
2011-06-24
7
-53
/
+33
*
Remove support for non-sandboxed connections.
sergeyu@chromium.org
2011-06-24
2
-43
/
+4
*
Fix JingleSession to respect net::StreamSocket Read/Write semantics.
wez@chromium.org
2011-06-24
2
-69
/
+114
*
Added client-side support for the TLS cached info
rkn@chromium.org
2011-06-22
1
-0
/
+1
*
Fixing coverity PASS_BY_VALUE bugs.
dpapad@chromium.org
2011-06-22
2
-7
/
+7
*
Move SignalStrategy and its implementations to separate files.
sergeyu@chromium.org
2011-06-21
2
-0
/
+3
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-06-21
1
-3
/
+4
*
Channel adapter for Pepper P2P Transport API.
sergeyu@chromium.org
2011-06-21
3
-0
/
+248
*
This change is part of a cleanup of the remoting component's session initiali...
wez@chromium.org
2011-06-17
1
-1
/
+1
*
roll clang 131935:132017
thakis@chromium.org
2011-06-08
1
-0
/
+2
[next]