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
*
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
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-2
/
+1
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-1
/
+2
*
Fix delay in PseudoTcpAdapterTest.LossyChannel
sergeyu@chromium.org
2011-08-23
1
-9
/
+64
*
Move P2P candidate serialization/deserialization to jingle/glue.
sergeyu@chromium.org
2011-08-09
2
-1
/
+78
*
Set send buffer size for the raw socket used by chromoting
hclam@chromium.org
2011-08-04
1
-4
/
+2
*
Implement Send() in JingleThreadWrapper.
sergeyu@chromium.org
2011-08-01
3
-92
/
+321
*
Revert 94956 - Implement Send() in JingleThreadWrapper.
sergeyu@chromium.org
2011-08-01
3
-321
/
+92
*
Implement Send() in JingleThreadWrapper.
sergeyu@chromium.org
2011-08-01
3
-92
/
+321
*
Increase PseudoTcp receive and send window sizes
hclam@chromium.org
2011-07-30
1
-4
/
+14
*
Roll libjingle 73:77.
sergeyu@chromium.org
2011-07-29
1
-0
/
+3
*
Drop packets when io pending is received for UDP sockets.
hclam@chromium.org
2011-07-27
2
-13
/
+13
*
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
*
Ensure PseudoTcpAdapterTest.LossyChannel can properly handle packet loss when...
rsleevi@chromium.org
2011-07-05
1
-4
/
+18
*
PseudoTcp to expose settings of nagling and ACK delay
hclam@chromium.org
2011-06-30
2
-0
/
+28
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
2
-0
/
+12
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
2
-12
/
+0
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
2
-0
/
+12
*
Fix JingleSession to respect net::StreamSocket Read/Write semantics.
wez@chromium.org
2011-06-24
1
-26
/
+13
*
Mark ThreadWrapperTest.PostDelayed as DISABLED on Win
akalin@chromium.org
2011-06-17
1
-1
/
+7
*
Unbranch libjingle
sergeyu@chromium.org
2011-05-27
2
-20
/
+17
*
Correct unittest names.
sergeyu@chromium.org
2011-05-27
1
-4
/
+4
*
Fix crash condition if caller deletes PseudoTcpAdaptor from within a callback.
wez@chromium.org
2011-05-25
3
-177
/
+312
*
Use callback pointers as implicit "pending" indicators.
wez@chromium.org
2011-05-14
2
-18
/
+16
*
Miscelaneous cleanups to AddressList to make it harder to mis-use.
eroman@chromium.org
2011-05-12
1
-1
/
+1
*
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
1
-3
/
+3
*
Remove StreamSocketAdapter.
sergeyu@chromium.org
2011-04-23
3
-501
/
+0
*
Use PseudoTcpAdapter in Chromoting
sergeyu@chromium.org
2011-04-22
2
-9
/
+18
*
Implement PseudoTCP adapter.
sergeyu@chromium.org
2011-04-22
3
-0
/
+750
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
2
-0
/
+5
*
Implement P2P Transport Dev using P2PTransportImpl.
sergeyu@chromium.org
2011-04-12
2
-6
/
+16
*
P2P Transport implementation.
sergeyu@chromium.org
2011-04-06
5
-18
/
+105
*
Revert 80567 - P2P Transport implementation.TEST=Unittests.BUG=NoneReview URL...
sergeyu@chromium.org
2011-04-06
5
-105
/
+18
*
P2P Transport implementation.
sergeyu@chromium.org
2011-04-06
5
-18
/
+105
*
Add FakeSocketFactory.
sergeyu@chromium.org
2011-04-01
4
-0
/
+384
*
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
8
-0
/
+876
*
Add JingleThreadWrapper.
sergeyu@chromium.org
2011-03-28
3
-0
/
+402