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
/
jingle
/
glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 153338 - Fixing a crash when cancelling the same PacRequest twice.
alexeypa@google.com
2012-09-05
1
-1
/
+3
*
Give MockRead and MockWrite distinct types.
yutak@chromium.org
2012-07-27
1
-5
/
+4
*
Enable cert pinning for XMPP connection made by XmppClientSocketFactory.
sergeyu@chromium.org
2012-07-25
1
-0
/
+3
*
Move TaskPump class from jingle/notifier/base to jingle/glue
sergeyu@chromium.org
2012-07-24
5
-0
/
+190
*
Move ChromeAsyncSocket to jingle/glue
sergeyu@chromium.org
2012-07-24
12
-0
/
+3320
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
2
-0
/
+12
*
Rolling libjingle to 159.
ronghuawu@chromium.org
2012-07-14
1
-2
/
+2
*
Update libjingle to 153.
ronghuawu@chromium.org
2012-06-13
2
-2
/
+5
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
2
-4
/
+4
*
Currently when talk_base::Thread exists, Clear(NULL) is called from its destr...
mallinath@chromium.org
2012-06-01
1
-0
/
+1
*
Changes needed to roll libjingle r141 to chrome.
sergeyu@chromium.org
2012-05-22
2
-2
/
+2
*
RefCounted types should not have public destructors, sql/ and jingle/ edition
rsleevi@chromium.org
2012-04-28
2
-3
/
+7
*
Roll libjingle 132:135
sergeyu@chromium.org
2012-04-26
4
-13
/
+14
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-1
/
+2
*
Implement write-waits-for-send mode for PseudoTCP and enable it on the host s...
sergeyu@chromium.org
2012-04-06
3
-1
/
+124
*
Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...
rch@chromium.org
2012-04-03
2
-1
/
+7
*
JSONWriter cleanup: integrate pretty print into write options.
ericdingle@chromium.org
2012-03-16
1
-1
/
+1
*
Roll libjingle to r124. Removed overrides for the ws2 fixes.
ronghuawu@chromium.org
2012-03-15
1
-2
/
+3
*
Include the headers from the libjingle overrides.
ronghuawu@chromium.org
2012-03-06
1
-2
/
+2
*
Convert uses of int ms to TimeDelta in jingle and remoting.
tedvessenes@gmail.com
2012-03-05
2
-7
/
+9
*
* Remove the dependency to ws2_32.dll from talk_base::ThreadManager and talk_...
ronghuawu@chromium.org
2012-03-01
2
-2
/
+3
*
Delete Session and SessionManager object synchronously.
sergeyu@chromium.org
2012-02-24
1
-12
/
+25
*
Implement support for route change notifications in the Transport interface.
sergeyu@chromium.org
2012-02-21
1
-1
/
+3
*
Libjingle-based TransportFactory implementation.
sergeyu@chromium.org
2012-02-21
2
-2
/
+16
*
Convert int ms interfaces to TimeDelta in jingle/glue files.
tedvessenes@gmail.com
2012-02-01
1
-1
/
+1
*
Roll libjingle to r108:
ronghuawu@chromium.org
2012-01-19
1
-3
/
+4
*
Revert 118031 - Roll libjingle to r108:
ronghuawu@chromium.org
2012-01-18
1
-3
/
+3
*
Roll libjingle to r108:
ronghuawu@chromium.org
2012-01-18
1
-3
/
+3
*
This change updates the libjingle logging so that it writes to chromiums VLOG...
hellner@google.com
2012-01-17
2
-0
/
+162
*
Revert 117531 - Convert use of int ms to TimeDelta in files owned by ajwong.
lambroslambrou@google.com
2012-01-12
1
-2
/
+2
*
Convert use of int ms to TimeDelta in files owned by ajwong.
tedvessenes@gmail.com
2012-01-12
1
-2
/
+2
*
And now NewRunnableMethod(), you die.
ajwong@chromium.org
2012-01-04
1
-5
/
+1
*
Rolling new libjingle revision 100
mallinath@google.com
2011-12-15
1
-1
/
+1
*
Removing MessageLoop::QuitTask() from jingle/
dcheng@chromium.org
2011-12-09
2
-4
/
+4
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
6
-250
/
+91
*
Revert 113699 - base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-09
5
-134
/
+24
*
base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-08
5
-24
/
+134
*
base::Bind: Convert Socket::Read.
jhawkins@chromium.org
2011-12-07
5
-34
/
+141
*
base::Bind: Convert StreamSocket::Connect.
jhawkins@chromium.org
2011-12-06
2
-9
/
+52
*
Roll libjingle to 98:99.
tommi@chromium.org
2011-12-06
1
-1
/
+1
*
Move P2P unit tests to content_unittests
jochen@chromium.org
2011-11-25
1
-0
/
+1
*
Add OVERRIDE to jingle/.
avi@chromium.org
2011-11-17
5
-4
/
+9
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
base::Bind: Convert jingle/.
jhawkins@chromium.org
2011-11-12
5
-21
/
+30
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
6
-46
/
+46
*
Chromoting protocol implementation based on P2P Transport API.
sergeyu@chromium.org
2011-09-12
1
-2
/
+2
*
Update libjingle to the latest version.
sergeyu@chromium.org
2011-09-08
1
-0
/
+3
*
Fix Dispose() method in JingleThreadWrapper.
sergeyu@chromium.org
2011-09-08
2
-2
/
+36
*
Add TCP configuration parameters for Transport API.
sergeyu@chromium.org
2011-09-06
1
-1
/
+1
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-1
/
+2
[next]