| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Mozilla FTP LIST response parsing code to net/third_party directory. | phajdan.jr@chromium.org | 2009-09-01 | 1 | -2/+2 |
* | Add histograms for FTP server types encountered by users. | phajdan.jr@chromium.org | 2009-08-28 | 1 | -0/+2 |
* | Alphabetize and detabify some gyp files. | mdm@chromium.org | 2009-08-25 | 1 | -2/+2 |
* | Cleanups for SSLConfigService and SSLConfigServiceManager. | mattm@chromium.org | 2009-08-21 | 1 | -0/+1 |
* | Pref-backed SSLConfigService for Linux. | mattm@chromium.org | 2009-08-19 | 1 | -7/+4 |
* | Add third_party/bzip2/bzip2.gyp:bzip2 to a few targets. | agl@chromium.org | 2009-08-17 | 1 | -0/+1 |
* | Implement LoadLog, and hook up HostResolverImpl to LoadLog. | ericroman@google.com | 2009-08-14 | 1 | -0/+7 |
* | Build fix: Scons acts differently than make with direct_dependent_settings. | agl@chromium.org | 2009-08-12 | 1 | -0/+1 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -0/+1 |
* | Remove the gtest dependency from net.lib | rvargas@google.com | 2009-08-07 | 1 | -4/+0 |
* | Reverting r22603, which reverts r22591. It seems that the revert doesn't help... | hamaji@chromium.org | 2009-08-06 | 1 | -0/+1 |
* | Reverting r22591. It seems to be making purify fail. | hamaji@chromium.org | 2009-08-06 | 1 | -1/+0 |
* | Remove dependency on SingleThreadedProxyResolver from resolve_proxy_msg_helpe... | eroman@chromium.org | 2009-08-06 | 1 | -0/+1 |
* | Better match IE's proxy settings. | ericroman@google.com | 2009-08-04 | 1 | -0/+3 |
* | Move test_file_util out of libbase. Test code should not be mixed with produc... | phajdan.jr@chromium.org | 2009-08-03 | 1 | -2/+3 |
* | Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings. | eroman@chromium.org | 2009-08-02 | 1 | -0/+3 |
* | Rework FTP control response parsing code and fix socket Write misuse. | phajdan.jr@chromium.org | 2009-07-28 | 1 | -0/+3 |
* | Navigation and cookies for Automation | amit@chromium.org | 2009-07-28 | 1 | -0/+2 |
* | Remove the concept of threading from ProxyService, and move it into the Proxy... | ericroman@google.com | 2009-07-26 | 1 | -0/+3 |
* | Implement OCSP handler for NSS. | ukai@chromium.org | 2009-07-24 | 1 | -0/+4 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -2/+8 |
* | Changing to match reality. | avi@chromium.org | 2009-07-15 | 1 | -2/+2 |
* | SOCKS v5 implementation | arindam@chromium.org | 2009-07-15 | 1 | -0/+3 |
* | Reverting 20626. | arindam@chromium.org | 2009-07-14 | 1 | -3/+0 |
* | SOCKS v5 implementation | arindam@chromium.org | 2009-07-14 | 1 | -0/+3 |
* | Refactor ClientSocketPoolBase to be testable without host resolution / tcp co... | willchan@chromium.org | 2009-06-30 | 1 | -0/+1 |
* | Tests for socks4/4a implementation. | arindam@chromium.org | 2009-06-28 | 1 | -0/+1 |
* | Reverting 19466. | thakis@chromium.org | 2009-06-27 | 1 | -1/+0 |
* | Tests for socks4/4a implementation. | arindam@chromium.org | 2009-06-27 | 1 | -0/+1 |
* | reverting the change 19354, 19356 | arindam@chromium.org | 2009-06-26 | 1 | -1/+0 |
* | Tests for socks4/4a implementation. | arindam@chromium.org | 2009-06-26 | 1 | -0/+1 |
* | Break out classes from tcp_client_socket_pool.h into their own files. | willchan@chromium.org | 2009-06-24 | 1 | -0/+2 |
* | Add some other missing header files to net.gyp. | ericroman@google.com | 2009-06-23 | 1 | -0/+14 |
* | Adding socks4 support for chromium. tested for windows and linux. | arindam@chromium.org | 2009-06-23 | 1 | -0/+2 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -29/+30 |
* | Add "load_states.h" to net.gyp, since it was missing. | ericroman@google.com | 2009-06-22 | 1 | -0/+1 |
* | Remove some unused files. | ericroman@google.com | 2009-06-22 | 1 | -2/+0 |
* | Disk cache: First pass to add support for sparse entries. | rvargas@google.com | 2009-06-18 | 1 | -0/+5 |
* | Add a simple cache of certificates for SSL client authentication. | wtc@chromium.org | 2009-06-18 | 1 | -0/+3 |
* | Revert cl 18723. | rvargas@google.com | 2009-06-18 | 1 | -5/+0 |
* | Disk cache: First pass to add support for sparse entries. | rvargas@google.com | 2009-06-18 | 1 | -0/+5 |
* | Compile fetch_server on POSIX. | phajdan.jr@chromium.org | 2009-06-17 | 1 | -21/+20 |
* | Compile fetch_client on all platforms and add a TODO(port) for fetch_server. | phajdan.jr@chromium.org | 2009-06-17 | 1 | -14/+15 |
* | Add unit tests for new FTP network transaction. | phajdan.jr@chromium.org | 2009-06-15 | 1 | -0/+1 |
* | [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer. | ericroman@google.com | 2009-06-15 | 1 | -1/+0 |
* | * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,... | ericroman@google.com | 2009-06-15 | 1 | -1/+0 |
* | Specify new methods for supporting SSL client authentication. | wtc@chromium.org | 2009-06-12 | 1 | -0/+1 |
* | Http Cache: First pass of byte-range requests support. | rvargas@google.com | 2009-06-12 | 1 | -0/+2 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -0/+4 |
* | Revert "Move much of the TCPClientSocketPool implementation out into ClientSo... | willchan@chromium.org | 2009-06-10 | 1 | -4/+0 |