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
*
Fix JingleSession to properly set initiator field in session.
sergeyu@chromium.org
2012-02-29
2
-5
/
+14
*
Implement timeouts for IQ requests.
sergeyu@chromium.org
2012-02-26
5
-37
/
+159
*
Revert 123635 - Implement timeouts for IQ requests.
jamesr@chromium.org
2012-02-25
5
-154
/
+37
*
Implement timeouts for IQ requests.
sergeyu@chromium.org
2012-02-25
5
-37
/
+154
*
Use scoped_ptr to pass ownership in SignalStrategy.
sergeyu@chromium.org
2012-02-23
12
-70
/
+77
*
Switch host to the new signaling code.
sergeyu@chromium.org
2012-02-22
2
-175
/
+0
*
Dump Xmpp connection error code to the log to facilitate debugging.
alexeypa@chromium.org
2012-02-18
1
-0
/
+6
*
Provided a way to update auth info for XmppSignalStrategy.
sanjeevr@chromium.org
2012-01-21
2
-1
/
+32
*
This change updates the libjingle logging so that it writes to chromiums VLOG...
hellner@google.com
2012-01-17
1
-2
/
+1
*
Return correct result from XmppSignalStrategy::HandleStanza().
sergeyu@chromium.org
2012-01-11
1
-1
/
+1
*
Implement SignalingConnector that reconnects XMPP when necessary.
sergeyu@chromium.org
2012-01-07
2
-22
/
+14
*
Move ChromotingHost initialization to the network thread.
sergeyu@chromium.org
2012-01-07
2
-3
/
+17
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
base::Bind: Remove Task.
jhawkins@chromium.org
2012-01-05
1
-14
/
+24
*
Refactor SignalStrategy so that it can be reused for multiple connections.
sergeyu@chromium.org
2012-01-03
13
-112
/
+169
*
Called Stop in d'tor of of JingleThread.
sanjeevr@chromium.org
2011-12-30
1
-1
/
+8
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-1
/
+2
*
Revert 115227 - Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-2
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-1
/
+2
*
Convert all of remoting/* to base::Bind().
ajwong@chromium.org
2011-12-20
2
-5
/
+5
*
Implement multi-step auth support in PepperSession.
sergeyu@chromium.org
2011-12-14
1
-2
/
+12
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
2
-60
/
+20
*
Removing MessageLoop::QuitTask() from remoting/
dcheng@chromium.org
2011-12-09
1
-1
/
+1
*
Revert 113699 - base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-09
2
-34
/
+7
*
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
[next]