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
*
Roll libjingle to 98:99.
tommi@chromium.org
2011-12-06
1
-2
/
+2
*
Add OVERRIDE to jingle/.
avi@chromium.org
2011-11-17
15
-86
/
+107
*
Make ClientSocketPoolManager into an interface.
willchan@chromium.org
2011-11-17
1
-1
/
+1
*
base::Bind: Convert HostResolver::Resolve.
jhawkins@chromium.org
2011-11-16
2
-10
/
+6
*
Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...
thestig@chromium.org
2011-11-15
5
-13
/
+0
*
base::Bind: Convert jingle/.
jhawkins@chromium.org
2011-11-12
7
-54
/
+40
*
Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-08
1
-0
/
+1
*
Revert 108910 - Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-07
1
-1
/
+0
*
Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-07
1
-0
/
+1
*
Remove 13 exit time constructors and 3 static initializers
thakis@chromium.org
2011-11-07
1
-2
/
+2
*
Roll libjingle 88:92
sergeyu@chromium.org
2011-11-01
1
-2
/
+2
*
Introduce net::HttpServerPropertiesManager to manage server-specific properties.
rtenneti@chromium.org
2011-10-09
1
-0
/
+2
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
8
-34
/
+34
*
Jingle unit tests for issue 87336
asanka@chromium.org
2011-09-15
4
-18
/
+75
*
Update libjingle to the latest version.
sergeyu@chromium.org
2011-09-08
17
-44
/
+42
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-1
/
+1
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-1
/
+1
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-1
/
+1
*
Only mark a proxy as bad if we have confirmation that another proxy succeeded...
asanka@chromium.org
2011-08-29
2
-0
/
+7
*
[Sync] Make P2PNotifier behave more like InvalidationNotifier
akalin@chromium.org
2011-08-27
3
-32
/
+32
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
4
-4
/
+4
*
HostResolverImpl: don't interpret NULL callback argument as a request to do s...
agayev@chromium.org
2011-07-28
1
-0
/
+4
*
Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...
agayev@chromium.org
2011-07-28
1
-4
/
+0
*
HostResolverImpl: don't interpret NULL callback argument as a request to do s...
agayev@chromium.org
2011-07-28
1
-0
/
+4
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-1
/
+1
*
Added an OriginBoundCertStore field to the SSLClientSocketNSS class and
rkn@chromium.org
2011-07-21
3
-4
/
+13
*
[Sync] Simplify notifier code now that we have a single sync thread
akalin@chromium.org
2011-06-28
4
-49
/
+26
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
5
-1
/
+29
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
5
-29
/
+1
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
5
-1
/
+29
*
[Sync] Add Stop() method to TaskPump and call it in XmppConnection destructor
akalin@chromium.org
2011-06-17
8
-4
/
+133
*
Add unit-tests for SingleRequestHostResolver.
eroman@chromium.org
2011-06-06
1
-0
/
+1
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Pass net_log parameter properly for ProxyResolvingClientSocket
akalin@chromium.org
2011-05-13
10
-37
/
+23
*
Miscelaneous cleanups to AddressList to make it harder to mis-use.
eroman@chromium.org
2011-05-12
1
-2
/
+2
*
iwyu: Include stringprintf.h where appropriate, part 3.
jhawkins@chromium.org
2011-05-12
2
-4
/
+4
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
9
-24
/
+24
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
5
-0
/
+15
*
[Sync] Fix race condition in P2PNotifier with sending notifications
akalin@chromium.org
2011-04-19
10
-29
/
+189
*
Changed the jingle network code in ChromeAsyncSocket to use the client socket...
sanjeevr@chromium.org
2011-04-15
20
-163
/
+795
*
[Jingle] Fix deref of begin() for empty vector in unit test.
akalin@chromium.org
2011-04-13
1
-2
/
+2
*
[Jingle] Fix jingle_unittests failures
akalin@chromium.org
2011-04-13
1
-1
/
+5
*
Changed jingle to use the IO thread from the passed in URLRequestContextGette...
sanjeevr@chromium.org
2011-04-07
4
-196
/
+214
*
Rename a number of classes previously labeled "TCP" to "Transport" in
mbelshe@chromium.org
2011-04-07
4
-7
/
+6
*
Move sync notifier contruction out of syncer thread.
nileshagrawal@chromium.org
2011-04-07
4
-30
/
+61
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
18
-40
/
+40
*
[Sync] Delete ServerNotifierThread and refactor InvalidationNotifier
akalin@chromium.org
2011-03-24
3
-23
/
+7
*
[Jingle] Refactored some notifier-related structs/classes
akalin@chromium.org
2011-03-22
22
-206
/
+242
*
Modified the jingle library to be able to able to update the auth token after...
sanjeevr@chromium.org
2011-03-17
9
-2
/
+66
*
[Sync] Merged MediatorThread and PushNotificationsThread
akalin@chromium.org
2011-03-16
31
-1028
/
+314
[next]