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
/
notifier
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move TaskPump class from jingle/notifier/base to jingle/glue
sergeyu@chromium.org
2012-07-24
10
-202
/
+17
*
Move ChromeAsyncSocket to jingle/glue
sergeyu@chromium.org
2012-07-24
13
-3326
/
+6
*
Enforce all the source files to be encoded in UTF-8.
maruel@chromium.org
2012-07-19
1
-3
/
+3
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
5
-0
/
+23
*
Remove #pragma once from jingle
ajwong@chromium.org
2012-07-11
7
-10
/
+3
*
[Sync] Make Login class listen to connection and DNS changes
akalin@chromium.org
2012-06-28
2
-6
/
+36
*
Remove SSLHostInfo.
agl@chromium.org
2012-06-27
3
-3
/
+2
*
Revert 144382 - [Sync] Make Login class listen to connection and DNS changes
nkostylev@chromium.org
2012-06-27
2
-37
/
+6
*
[Sync] Make Login class listen to connection and DNS changes
akalin@chromium.org
2012-06-27
2
-6
/
+37
*
Use base::ThreadChecker as a member var, rather than base::NonThreadSafe
rsleevi@chromium.org
2012-06-25
4
-25
/
+25
*
[Sync] Propagate XMPP auth errors to SyncNotifierObservers
akalin@chromium.org
2012-06-18
16
-86
/
+218
*
Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...
sergeyu@chromium.org
2012-06-16
2
-3
/
+3
*
RefCounted types should not have public destructors - sync and jingle
rsleevi@chromium.org
2012-06-11
8
-28
/
+29
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
5
-8
/
+8
*
Replace the CapturingNetLog in Jingle tests with a NULL
mmenke@chromium.org
2012-06-07
1
-5
/
+2
*
[Sync] Make InvalidationNotifier use PushClient
akalin@chromium.org
2012-05-30
4
-2
/
+23
*
[Sync] Turn notifier::PushClient into an interface
akalin@chromium.org
2012-05-23
17
-440
/
+1112
*
[net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...
szym@chromium.org
2012-05-23
2
-26
/
+25
*
Changes needed to roll libjingle r141 to chrome.
sergeyu@chromium.org
2012-05-22
5
-12
/
+24
*
Revert 138216 - [Sync] Turn notifier::PushClient into an interface
akalin@chromium.org
2012-05-22
17
-1127
/
+440
*
[Sync] Turn notifier::PushClient into an interface
akalin@chromium.org
2012-05-22
17
-440
/
+1127
*
[Sync] Replace TalkMediator*/MediatorThread* with PushClient
akalin@chromium.org
2012-05-17
15
-1187
/
+527
*
[Sync] Clean up XMPP connection code
akalin@chromium.org
2012-05-15
23
-814
/
+782
*
[Sync] Make ChromeAsyncSocket use only the hostname on connect
akalin@chromium.org
2012-05-11
6
-66
/
+79
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
2
-10
/
+8
*
Roll libjingle 132:135
sergeyu@chromium.org
2012-04-26
1
-0
/
+1
*
Implement a MockCertVerifier that can be used to avoid
rsleevi@chromium.org
2012-04-10
1
-2
/
+2
*
Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...
rch@chromium.org
2012-04-03
5
-3
/
+17
*
Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...
wez@chromium.org
2012-03-28
1
-1
/
+1
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
1
-3
/
+4
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
2
-6
/
+6
*
Roll libjingle to r124. Removed overrides for the ws2 fixes.
ronghuawu@chromium.org
2012-03-15
1
-2
/
+2
*
Move TestURLRequestContextGetter to url_request_test_util.{h,cc}
akalin@chromium.org
2012-03-02
3
-84
/
+33
*
Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead
rch@chromium.org
2012-02-23
2
-51
/
+51
*
Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,
rch@chromium.org
2012-02-17
3
-13
/
+15
*
Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-02-03
1
-16
/
+2
*
- replace custom <iq>-stanza protocol with push notifications (using PushNoti...
ghc@google.com
2012-01-27
4
-6
/
+71
*
Revert 119171 - Maybe introduced a static initializer - or may be 119173
rsleevi@chromium.org
2012-01-26
4
-68
/
+6
*
- replace custom <iq>-stanza protocol with push notifications (using PushNoti...
ghc@google.com
2012-01-26
4
-6
/
+68
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-01-25
1
-2
/
+16
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
2
-2
/
+0
*
Move net/base/sys_byteorder.h to base/sys_byteorder.h
isherman@chromium.org
2011-12-28
2
-12
/
+2
*
Avoid including gtest file directly, and go through base instead
jar@chromium.org
2011-12-15
1
-1
/
+1
*
Revert: Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-1
/
+0
*
Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-0
/
+1
*
net: remove DNS certificate checking code.
agl@chromium.org
2011-12-15
1
-1
/
+0
*
base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.
jhawkins@chromium.org
2011-12-15
2
-17
/
+13
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
8
-151
/
+54
*
Revert 113699 - base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-09
5
-20
/
+1
*
base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-08
5
-1
/
+20
[next]