summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Make TCPClientSocketPool own the ConnectingSockets.willchan@chromium.org2009-06-154-59/+35
* Fix segfault in HttpNetworkLayerTest.GoogleGET when network connection fails.phajdan.jr@chromium.org2009-06-151-1/+1
* Initialize IOBuffers in new FTP unit tests (issue detected by valgrind).phajdan.jr@chromium.org2009-06-151-4/+13
* Add unit tests for new FTP network transaction.phajdan.jr@chromium.org2009-06-155-186/+706
* [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.ericroman@google.com2009-06-158-58/+22
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-1519-243/+478
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-1225-60/+282
* Included text/css content type into list of the supported non image files. abarth@chromium.org2009-06-121-3/+9
* Http Cache: First pass of byte-range requests support.rvargas@google.com2009-06-127-64/+647
* Remove most field trial uses of DNS impact testjar@chromium.org2009-06-122-27/+11
* Temporarily disable tests causing memory leaks.ericroman@google.com2009-06-122-3/+10
* Fix TCPClientSocketPoolTest to play well with HostCache.willchan@chromium.org2009-06-121-60/+89
* Disable URLRequestTest.CancelTest4 since it started leaking.willchan@chromium.org2009-06-121-1/+1
* Include <stdlib.h> for the declarations of memcpy, malloc, free.ericroman@google.com2009-06-121-0/+1
* Experiment: turn off host caching to see if it relates to client socket pool ...ericroman@google.com2009-06-122-3/+9
* Try to track down a dangling ClientSocketHandle* by upgrading DCHECKs to CHECKs.willchan@chromium.org2009-06-122-28/+32
* Remove a DCHECK which is being hit because of a unit-test's particular setup.ericroman@google.com2009-06-121-1/+4
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-1242-179/+1777
* Introduce HttpStream and HttpBasicStream.willchan@chromium.org2009-06-114-5/+113
* Disk cache: Avoid recursion when trimming entries.rvargas@google.com2009-06-103-3/+9
* Revert "Move much of the TCPClientSocketPool implementation out into ClientSo...willchan@chromium.org2009-06-107-805/+501
* Add LOAD_VERIFY_EV_CERT in net load loag.ukai@chromium.org2009-06-101-0/+3
* Move much of the TCPClientSocketPool implementation out into ClientSocketPool...willchan@chromium.org2009-06-107-501/+805
* Simplify a proxy test.willchan@chromium.org2009-06-101-20/+2
* Fix FTP binary file download issue.wtc@chromium.org2009-06-091-5/+6
* Include a parent directory link in the file list for file:///somepathyuzo@chromium.org2009-06-091-1/+4
* Disk Cache: Simplify CallbackTest.rvargas@google.com2009-06-094-48/+28
* We don't handle certificate errors during SSL renegotiation.wtc@chromium.org2009-06-094-8/+45
* Fix TCPClientSocketPool synchronous dns resolution + connect code path.willchan@chromium.org2009-06-092-79/+60
* Don't save the cert chain in cert_list_.ukai@chromium.org2009-06-082-32/+26
* Fix crash on fallback in HttpNetworkTransaction::ReconsiderProxyAfterError().willchan@chromium.org2009-06-062-1/+48
* Add svn:eol-style LF to some file.ericroman@google.com2009-06-051-185/+184
* Disk cache: Report more info from the current experiment.rvargas@google.com2009-06-053-19/+43
* Send the "Proxy-Connection: keep-alive" header with HTTP CONNECTwtc@chromium.org2009-06-052-12/+21
* Revert r17673, except for the code cleanup.wtc@chromium.org2009-06-051-6/+38
* Don't consider a certificate revoked if we don't havewtc@chromium.org2009-06-051-2/+5
* Use res_ninit for thread safety and a timer for reloading resolv.conf on Linux.evan@chromium.org2009-06-051-2/+76
* Add two small features to the HttpCache for benchmarking/debugging.mbelshe@google.com2009-06-053-11/+55
* Make ClientSocketPool an interface. Move ClientSocketPool code into TCPClien...willchan@chromium.org2009-06-057-206/+267
* Update google's certificate to the latest version.ukai@chromium.org2009-06-051-34/+34
* Check in the fourth Portable FTP CL from Ibrar Ahmedwtc@chromium.org2009-06-056-108/+285
* Reduce probability of SDCH holdback to 1%jar@chromium.org2009-06-051-2/+2
* Prevent SDCH from re-trying to download a dicitionaryjar@chromium.org2009-06-051-0/+1
* Use a "SessionDependencies" helper in the http unit tests.ericroman@google.com2009-06-051-194/+188
* For connection-based authentication schemes such as NTLM,wtc@chromium.org2009-06-041-41/+13
* Disk cache: Interface for the sparse cache support.rvargas@google.com2009-06-047-2/+171
* To show IDN in view-source URLs, add special handling for view-source scheme inbrettw@chromium.org2009-06-042-1/+81
* Call CertVerifier to verify certificate.ukai@chromium.org2009-06-042-75/+102
* Update thawte's certificate to the latest version.ukai@chromium.org2009-06-041-69/+84
* Disable the leaky test.willchan@chromium.org2009-06-041-1/+1