summaryrefslogtreecommitdiffstats
path: root/jingle/glue
Commit message (Expand)AuthorAgeFilesLines
* Move P2P unit tests to content_unittestsjochen@chromium.org2011-11-251-0/+1
* Add OVERRIDE to jingle/.avi@chromium.org2011-11-175-4/+9
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* base::Bind: Convert jingle/.jhawkins@chromium.org2011-11-125-21/+30
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-016-46/+46
* Chromoting protocol implementation based on P2P Transport API.sergeyu@chromium.org2011-09-121-2/+2
* Update libjingle to the latest version.sergeyu@chromium.org2011-09-081-0/+3
* Fix Dispose() method in JingleThreadWrapper.sergeyu@chromium.org2011-09-082-2/+36
* Add TCP configuration parameters for Transport API.sergeyu@chromium.org2011-09-061-1/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+2
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+2
* Fix delay in PseudoTcpAdapterTest.LossyChannelsergeyu@chromium.org2011-08-231-9/+64
* Move P2P candidate serialization/deserialization to jingle/glue.sergeyu@chromium.org2011-08-092-1/+78
* Set send buffer size for the raw socket used by chromotinghclam@chromium.org2011-08-041-4/+2
* Implement Send() in JingleThreadWrapper.sergeyu@chromium.org2011-08-013-92/+321
* Revert 94956 - Implement Send() in JingleThreadWrapper.sergeyu@chromium.org2011-08-013-321/+92
* Implement Send() in JingleThreadWrapper.sergeyu@chromium.org2011-08-013-92/+321
* Increase PseudoTcp receive and send window sizeshclam@chromium.org2011-07-301-4/+14
* Roll libjingle 73:77.sergeyu@chromium.org2011-07-291-0/+3
* Drop packets when io pending is received for UDP sockets.hclam@chromium.org2011-07-272-13/+13
* Fix stability issues with ThreadWrapperTest.sergeyu@chromium.org2011-07-141-33/+40
* Roll new libjingle with asynchronous NetworkManager.sergeyu@chromium.org2011-07-132-14/+38
* Ensure PseudoTcpAdapterTest.LossyChannel can properly handle packet loss when...rsleevi@chromium.org2011-07-051-4/+18
* PseudoTcp to expose settings of nagling and ACK delayhclam@chromium.org2011-06-302-0/+28
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-272-0/+12
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-242-12/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-242-0/+12
* Fix JingleSession to respect net::StreamSocket Read/Write semantics.wez@chromium.org2011-06-241-26/+13
* Mark ThreadWrapperTest.PostDelayed as DISABLED on Winakalin@chromium.org2011-06-171-1/+7
* Unbranch libjinglesergeyu@chromium.org2011-05-272-20/+17
* Correct unittest names.sergeyu@chromium.org2011-05-271-4/+4
* Fix crash condition if caller deletes PseudoTcpAdaptor from within a callback.wez@chromium.org2011-05-253-177/+312
* Use callback pointers as implicit "pending" indicators.wez@chromium.org2011-05-142-18/+16
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-1/+1
* Roll new libjingle. Use the new incoming_only flag in chromoting host.sergeyu@chromium.org2011-05-102-8/+8
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-3/+3
* Remove StreamSocketAdapter.sergeyu@chromium.org2011-04-233-501/+0
* Use PseudoTcpAdapter in Chromotingsergeyu@chromium.org2011-04-222-9/+18
* Implement PseudoTCP adapter.sergeyu@chromium.org2011-04-223-0/+750
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-192-0/+5
* Implement P2P Transport Dev using P2PTransportImpl.sergeyu@chromium.org2011-04-122-6/+16
* P2P Transport implementation.sergeyu@chromium.org2011-04-065-18/+105
* Revert 80567 - P2P Transport implementation.TEST=Unittests.BUG=NoneReview URL...sergeyu@chromium.org2011-04-065-105/+18
* P2P Transport implementation.sergeyu@chromium.org2011-04-065-18/+105
* Add FakeSocketFactory.sergeyu@chromium.org2011-04-014-0/+384
* Don't check type of thread in socket adapters.sergeyu@chromium.org2011-04-014-14/+43
* Moved socket adapters from remoting/jingle_glue to jingle/glue.sergeyu@chromium.org2011-03-318-0/+876
* Add JingleThreadWrapper.sergeyu@chromium.org2011-03-283-0/+402