| Commit message (Expand) | Author | Age | Files | Lines |
* | Move net/base/sys_byteorder.h to base/sys_byteorder.h | isherman@chromium.org | 2011-12-28 | 2 | -12/+2 |
* | Avoid including gtest file directly, and go through base instead | jar@chromium.org | 2011-12-15 | 1 | -1/+1 |
* | Revert: Revert "net: remove DNS certificate checking code." | agl@chromium.org | 2011-12-15 | 1 | -1/+0 |
* | Revert "net: remove DNS certificate checking code." | agl@chromium.org | 2011-12-15 | 1 | -0/+1 |
* | net: remove DNS certificate checking code. | agl@chromium.org | 2011-12-15 | 1 | -1/+0 |
* | base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps. | jhawkins@chromium.org | 2011-12-15 | 2 | -17/+13 |
* | Rolling new libjingle revision 100 | mallinath@google.com | 2011-12-15 | 1 | -1/+1 |
* | Switch the default `git try` / `gcl try` bots to _rel. | thakis@chromium.org | 2011-12-12 | 1 | -1/+1 |
* | Removing MessageLoop::QuitTask() from jingle/ | dcheng@chromium.org | 2011-12-09 | 2 | -4/+4 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 14 | -401/+145 |
* | Revert 113699 - base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-09 | 10 | -154/+25 |
* | base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-08 | 10 | -25/+154 |
* | net: replace DnsRRResoler with TransportSecurityState in plumbing. | agl@chromium.org | 2011-12-07 | 1 | -1/+2 |
* | base::Bind: Convert Socket::Read. | jhawkins@chromium.org | 2011-12-07 | 10 | -35/+161 |
* | base::Bind: Convert StreamSocket::Connect. | jhawkins@chromium.org | 2011-12-06 | 7 | -27/+136 |
* | Roll libjingle to 98:99. | tommi@chromium.org | 2011-12-06 | 2 | -3/+3 |
* | Move P2P unit tests to content_unittests | jochen@chromium.org | 2011-11-25 | 1 | -0/+1 |
* | Fix many* python scripts in src/ | maruel@chromium.org | 2011-11-23 | 1 | -1/+0 |
* | Add OVERRIDE to jingle/. | avi@chromium.org | 2011-11-17 | 20 | -90/+116 |
* | 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 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | 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 | 12 | -75/+70 |
* | 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 | 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 |