summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
Commit message (Expand)AuthorAgeFilesLines
* Remove the gtest dependency from net.librvargas@google.com2009-08-071-4/+0
* Reverting r22603, which reverts r22591. It seems that the revert doesn't help...hamaji@chromium.org2009-08-061-0/+1
* Reverting r22591. It seems to be making purify fail.hamaji@chromium.org2009-08-061-1/+0
* Remove dependency on SingleThreadedProxyResolver from resolve_proxy_msg_helpe...eroman@chromium.org2009-08-061-0/+1
* Better match IE's proxy settings.ericroman@google.com2009-08-041-0/+3
* Move test_file_util out of libbase. Test code should not be mixed with produc...phajdan.jr@chromium.org2009-08-031-2/+3
* Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.eroman@chromium.org2009-08-021-0/+3
* Rework FTP control response parsing code and fix socket Write misuse.phajdan.jr@chromium.org2009-07-281-0/+3
* Navigation and cookies for Automationamit@chromium.org2009-07-281-0/+2
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-0/+3
* Implement OCSP handler for NSS.ukai@chromium.org2009-07-241-0/+4
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-2/+8
* Changing to match reality.avi@chromium.org2009-07-151-2/+2
* SOCKS v5 implementationarindam@chromium.org2009-07-151-0/+3
* Reverting 20626.arindam@chromium.org2009-07-141-3/+0
* SOCKS v5 implementationarindam@chromium.org2009-07-141-0/+3
* Refactor ClientSocketPoolBase to be testable without host resolution / tcp co...willchan@chromium.org2009-06-301-0/+1
* Tests for socks4/4a implementation.arindam@chromium.org2009-06-281-0/+1
* Reverting 19466.thakis@chromium.org2009-06-271-1/+0
* Tests for socks4/4a implementation.arindam@chromium.org2009-06-271-0/+1
* reverting the change 19354, 19356arindam@chromium.org2009-06-261-1/+0
* Tests for socks4/4a implementation.arindam@chromium.org2009-06-261-0/+1
* Break out classes from tcp_client_socket_pool.h into their own files.willchan@chromium.org2009-06-241-0/+2
* Add some other missing header files to net.gyp.ericroman@google.com2009-06-231-0/+14
* Adding socks4 support for chromium. tested for windows and linux.arindam@chromium.org2009-06-231-0/+2
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-29/+30
* Add "load_states.h" to net.gyp, since it was missing.ericroman@google.com2009-06-221-0/+1
* Remove some unused files.ericroman@google.com2009-06-221-2/+0
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-0/+5
* Add a simple cache of certificates for SSL client authentication.wtc@chromium.org2009-06-181-0/+3
* Revert cl 18723.rvargas@google.com2009-06-181-5/+0
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-0/+5
* Compile fetch_server on POSIX.phajdan.jr@chromium.org2009-06-171-21/+20
* Compile fetch_client on all platforms and add a TODO(port) for fetch_server.phajdan.jr@chromium.org2009-06-171-14/+15
* Add unit tests for new FTP network transaction.phajdan.jr@chromium.org2009-06-151-0/+1
* [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.ericroman@google.com2009-06-151-1/+0
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-1/+0
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-121-0/+1
* Http Cache: First pass of byte-range requests support.rvargas@google.com2009-06-121-0/+2
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-0/+4
* Revert "Move much of the TCPClientSocketPool implementation out into ClientSo...willchan@chromium.org2009-06-101-4/+0
* Move much of the TCPClientSocketPool implementation out into ClientSocketPool...willchan@chromium.org2009-06-101-0/+4
* Make ClientSocketPool an interface. Move ClientSocketPool code into TCPClien...willchan@chromium.org2009-06-051-2/+3
* Parsing routines for X-Force-TLS header.abarth@chromium.org2009-06-021-0/+1
* Extract socket mocks out of HttpNetworkTransactionTest.phajdan.jr@chromium.org2009-05-231-1/+4
* Remove a duplicate source file entry -- it appears in the sources of both "ne...ericroman@google.com2009-05-221-1/+0
* More progress on ForceHTTPS.abarth@chromium.org2009-05-201-0/+2
* Making command-line specified proxy settings more flexible - allowing for set...robertshield@google.com2009-05-121-1/+2
* Add a 'cygwin' target to execute setup_mount.bat explicitly as asgk@google.com2009-05-111-0/+5
* A utility driver for doing client/server HTTP transactionmbelshe@google.com2009-05-061-0/+34