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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix stability issues with ThreadWrapperTest.
sergeyu@chromium.org
2011-07-14
1
-33
/
+40
*
Roll new libjingle with asynchronous NetworkManager.
sergeyu@chromium.org
2011-07-13
2
-14
/
+38
*
Remove the comments setting emands and vim tab width and expansion variables.
tony@chromium.org
2011-07-11
1
-6
/
+0
*
Ensure PseudoTcpAdapterTest.LossyChannel can properly handle packet loss when...
rsleevi@chromium.org
2011-07-05
1
-4
/
+18
*
net: Build net.dll on Windows.
rvargas@google.com
2011-07-01
1
-0
/
+1
*
PseudoTcp to expose settings of nagling and ACK delay
hclam@chromium.org
2011-06-30
2
-0
/
+28
*
[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
7
-1
/
+41
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
7
-41
/
+1
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
7
-1
/
+41
*
Fix JingleSession to respect net::StreamSocket Read/Write semantics.
wez@chromium.org
2011-06-24
1
-26
/
+13
*
[Sync] Add Stop() method to TaskPump and call it in XmppConnection destructor
akalin@chromium.org
2011-06-17
9
-4
/
+136
*
Mark ThreadWrapperTest.PostDelayed as DISABLED on Win
akalin@chromium.org
2011-06-17
1
-1
/
+7
*
Add unit-tests for SingleRequestHostResolver.
eroman@chromium.org
2011-06-06
1
-0
/
+1
*
Changes to have chrome building with net.dll
rvargas@google.com
2011-06-03
1
-0
/
+1
*
Unbranch libjingle
sergeyu@chromium.org
2011-05-27
2
-20
/
+17
*
Correct unittest names.
sergeyu@chromium.org
2011-05-27
1
-4
/
+4
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Fix crash condition if caller deletes PseudoTcpAdaptor from within a callback.
wez@chromium.org
2011-05-25
3
-177
/
+312
*
Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...
tony@chromium.org
2011-05-23
1
-1
/
+1
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
1
-4
/
+4
*
Use callback pointers as implicit "pending" indicators.
wez@chromium.org
2011-05-14
2
-18
/
+16
*
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
2
-3
/
+3
*
iwyu: Include stringprintf.h where appropriate, part 3.
jhawkins@chromium.org
2011-05-12
2
-4
/
+4
*
Roll new libjingle. Use the new incoming_only flag in chromoting host.
sergeyu@chromium.org
2011-05-10
2
-8
/
+8
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
10
-27
/
+27
*
Remove StreamSocketAdapter.
sergeyu@chromium.org
2011-04-23
4
-504
/
+0
*
Use PseudoTcpAdapter in Chromoting
sergeyu@chromium.org
2011-04-22
2
-9
/
+18
*
Implement PseudoTCP adapter.
sergeyu@chromium.org
2011-04-22
4
-0
/
+755
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
7
-0
/
+20
*
[Sync] Fix race condition in P2PNotifier with sending notifications
akalin@chromium.org
2011-04-19
11
-29
/
+191
*
Changed the jingle network code in ChromeAsyncSocket to use the client socket...
sanjeevr@chromium.org
2011-04-15
21
-163
/
+799
*
[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
*
Implement P2P Transport Dev using P2PTransportImpl.
sergeyu@chromium.org
2011-04-12
2
-6
/
+16
*
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
*
P2P Transport implementation.
sergeyu@chromium.org
2011-04-06
6
-18
/
+107
*
Revert 80567 - P2P Transport implementation.TEST=Unittests.BUG=NoneReview URL...
sergeyu@chromium.org
2011-04-06
6
-107
/
+18
*
P2P Transport implementation.
sergeyu@chromium.org
2011-04-06
6
-18
/
+107
*
Add FakeSocketFactory.
sergeyu@chromium.org
2011-04-01
5
-1
/
+400
*
Don't check type of thread in socket adapters.
sergeyu@chromium.org
2011-04-01
4
-14
/
+43
*
Moved socket adapters from remoting/jingle_glue to jingle/glue.
sergeyu@chromium.org
2011-03-31
9
-0
/
+884
*
Add JingleThreadWrapper.
sergeyu@chromium.org
2011-03-28
5
-15
/
+431
*
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
23
-209
/
+249
*
Added OWNERS file for jingle.
sanjeevr@chromium.org
2011-03-18
1
-0
/
+6
[next]