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
/
jingle_glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-08
2
-7
/
+34
*
base::Bind: Convert Socket::Read.
jhawkins@chromium.org
2011-12-07
2
-9
/
+35
*
base::Bind: Convert StreamSocket::Connect.
jhawkins@chromium.org
2011-12-06
2
-2
/
+8
*
Roll libjingle to 98:99.
tommi@chromium.org
2011-12-06
1
-1
/
+1
*
Add OVERRIDE to remoting/.
avi@chromium.org
2011-11-19
4
-36
/
+36
*
Cleanup: Remove unneeded forward declarations from remoting.
thestig@chromium.org
2011-11-11
2
-8
/
+2
*
Fix leak in IqSenderTest.
sergeyu@chromium.org
2011-11-04
2
-4
/
+6
*
Refactor IqRequest.
sergeyu@chromium.org
2011-11-04
18
-385
/
+401
*
Merge IqRequest implementations.
sergeyu@chromium.org
2011-10-21
14
-310
/
+164
*
Fix crash in XmppSignalStrategy.
sergeyu@chromium.org
2011-10-19
1
-0
/
+12
*
Remove XmppClient::Abort() call from XmppSignalStrategy::Close().
sergeyu@chromium.org
2011-10-03
1
-4
/
+0
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
2
-13
/
+13
*
Remove old sandboxing-related code.
sergeyu@chromium.org
2011-09-23
6
-205
/
+10
*
Abort XmppClient when disconnecting.
sergeyu@chromium.org
2011-09-08
1
-2
/
+9
*
Fix destruction order in SSLSocketAdapter.
sergeyu@chromium.org
2011-09-08
1
-1
/
+5
*
Simplify IqRequest interface.
sergeyu@chromium.org
2011-09-06
9
-36
/
+21
*
Revert 99801 - Simplify IqRequest interface.
sergeyu@chromium.org
2011-09-06
9
-21
/
+36
*
Simplify IqRequest interface.
sergeyu@chromium.org
2011-09-06
9
-36
/
+21
*
IqRequest implementations: calls the callback when response is received.
sergeyu@chromium.org
2011-08-26
2
-2
/
+2
*
Use new callbacks in the IqRequest interface.
sergeyu@chromium.org
2011-08-26
7
-28
/
+28
*
Properly handle errors received in response to session messages.
sergeyu@chromium.org
2011-08-24
2
-15
/
+56
*
Framework to allow Chromoting host to respect NAT traversal policy in linux.
ajwong@chromium.org
2011-08-15
1
-1
/
+8
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
1
-1
/
+1
*
Use MessageLoopProxy for network message loop.
sergeyu@chromium.org
2011-08-12
2
-3
/
+13
*
Resolve addresses of STUN/Relay servers in JingleInfoRequest.
sergeyu@chromium.org
2011-08-09
4
-15
/
+111
*
Return correct value from XmppSignalStrategy::HandleStanza()
sergeyu@chromium.org
2011-08-03
5
-7
/
+12
*
Cleanups and bugfixes for JingleInfoRequest.
sergeyu@chromium.org
2011-07-26
3
-35
/
+15
*
Added an OriginBoundCertStore field to the SSLClientSocketNSS class and
rkn@chromium.org
2011-07-21
1
-2
/
+3
*
Purge references to JingleClient.
wez@chromium.org
2011-07-20
1
-2
/
+0
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Minor cleanups in JingleSession and JingleSessionManager.
sergeyu@chromium.org
2011-07-07
2
-3
/
+2
*
Fix Valgrind errors in remoting_unittests.
sergeyu@chromium.org
2011-07-07
2
-41
/
+48
*
Make JingleThreadMessageLoop usable without JingleThread.
sergeyu@chromium.org
2011-07-01
2
-39
/
+49
*
Fix memory leak in remoting_unittests.
sergeyu@chromium.org
2011-06-30
2
-17
/
+30
*
Remove JingleClient.
sergeyu@chromium.org
2011-06-29
7
-480
/
+16
*
Add FakeSignalStrategy.
sergeyu@chromium.org
2011-06-29
2
-0
/
+144
*
Revert 90867 - Add FakeSignalStrategy.
sergeyu@chromium.org
2011-06-28
2
-144
/
+0
*
Add FakeSignalStrategy.
sergeyu@chromium.org
2011-06-28
2
-0
/
+144
*
Add IDs to outgoing Iq stanzas.
sergeyu@chromium.org
2011-06-28
9
-15
/
+40
*
Remove StartSession/EndSession from SignalStrategy interface.
sergeyu@chromium.org
2011-06-28
8
-58
/
+29
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
2
-0
/
+12
*
Cleanup client shutdown sequence.
sergeyu@chromium.org
2011-06-24
3
-38
/
+36
*
Cleanup usage of JingleThread in the protocol code.
sergeyu@chromium.org
2011-06-24
3
-15
/
+11
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
2
-12
/
+0
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
2
-0
/
+12
*
Fix crash in XmppSignalStrategy.
sergeyu@chromium.org
2011-06-23
2
-2
/
+4
*
Refactoring around SignalStrategy interface.
sergeyu@chromium.org
2011-06-23
10
-112
/
+159
*
Split iq_request.[h|cc] into multiple files.
sergeyu@chromium.org
2011-06-22
15
-510
/
+652
*
Move SignalStrategy and its implementations to separate files.
sergeyu@chromium.org
2011-06-21
8
-242
/
+326
*
Remove gmail cert from SSLSocketAdapter.
sergeyu@chromium.org
2011-06-20
1
-38
/
+0
[next]