| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 14 | -80/+80 |
* | Jingle unit tests for issue 87336 | asanka@chromium.org | 2011-09-15 | 4 | -18/+75 |
* | 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 | 18 | -44/+45 |
* | 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 | 2 | -2/+3 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 2 | -3/+2 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 2 | -2/+3 |
* | 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 |
* | Fix delay in PseudoTcpAdapterTest.LossyChannel | sergeyu@chromium.org | 2011-08-23 | 1 | -9/+64 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 4 | -4/+4 |
* | 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 | 4 | -92/+322 |
* | 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 |
* | 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 |
* | Drop packets when io pending is received for UDP sockets. | hclam@chromium.org | 2011-07-27 | 2 | -13/+13 |
* | 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 |
* | 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 |