| Commit message (Expand) | Author | Age | Files | Lines |
* | CapturingNetLog - remove maximum entries constructor argument. | mmenke@chromium.org | 2012-06-08 | 1 | -6/+5 |
* | Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry, | mmenke@chromium.org | 2012-06-02 | 1 | -5/+5 |
* | Reimplements net::AddressList without struct addrinfo. | szym@chromium.org | 2012-05-07 | 1 | -1/+0 |
* | Add #include <iterator> to files that use std::back_inserter. | halyavin@google.com | 2012-04-05 | 1 | -0/+1 |
* | Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt... | wez@chromium.org | 2012-03-28 | 1 | -1/+2 |
* | Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead | rch@chromium.org | 2012-02-23 | 1 | -31/+31 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -13/+13 |
* | base::Bind: Convert HostResolver::Resolve. | jhawkins@chromium.org | 2011-11-16 | 1 | -4/+4 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -4/+4 |
* | HostResolverImpl: don't interpret NULL callback argument as a request to do s... | agayev@chromium.org | 2011-07-28 | 1 | -1/+4 |
* | Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ... | agayev@chromium.org | 2011-07-28 | 1 | -4/+1 |
* | HostResolverImpl: don't interpret NULL callback argument as a request to do s... | agayev@chromium.org | 2011-07-28 | 1 | -1/+4 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -1/+1 |
* | Update NetLog to be threadsafe. | mmenke@chromium.org | 2010-12-01 | 1 | -10/+31 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -1/+1 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -1/+1 |
* | Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos... | eroman@chromium.org | 2010-09-15 | 1 | -2/+2 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -1/+2 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -35/+45 |
* | Implement SOCKSClientSocketPool | vandebo@chromium.org | 2010-03-22 | 1 | -31/+25 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -22/+22 |
* | Add bounds checking to StaticSocketDataProvider, to make tests more reliable | phajdan.jr@chromium.org | 2010-02-09 | 1 | -8/+26 |
* | Add specific error codes for when SOCKS connect fails. | eroman@chromium.org | 2010-02-05 | 1 | -1/+1 |
* | Cleanup the unittest helpers in load_log_unittest.h. | eroman@chromium.org | 2010-01-29 | 1 | -21/+12 |
* | Add two more unit tests for SOCKS5: | eroman@chromium.org | 2009-12-18 | 1 | -17/+40 |
* | Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ... | eroman@chromium.org | 2009-12-18 | 1 | -110/+49 |
* | When talking to a SOCKS v5 proxy, default to sending addresses as raw domains... | eroman@chromium.org | 2009-12-18 | 1 | -13/+58 |
* | Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i... | eroman@chromium.org | 2009-12-12 | 1 | -6/+2 |
* | There was confusion in the mock socket classes due to | mbelshe@google.com | 2009-11-11 | 1 | -3/+3 |
* | Improve the display of LoadLogs when truncation occurs. | eroman@chromium.org | 2009-11-06 | 1 | -7/+7 |
* | Add LoadLog to ClientSocket::Connect(). | willchan@chromium.org | 2009-11-02 | 1 | -8/+46 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -2/+1 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -1/+1 |
* | Use manually constructed IPv6 socket addresses for tests, rather than system ... | ericroman@google.com | 2009-07-18 | 1 | -12/+2 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -15/+7 |
* | SOCKS v5 implementation | arindam@chromium.org | 2009-07-15 | 1 | -0/+306 |
* | Reverting 20626. | arindam@chromium.org | 2009-07-14 | 1 | -307/+0 |
* | SOCKS v5 implementation | arindam@chromium.org | 2009-07-14 | 1 | -0/+307 |