summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Relax assertion in ProxyConfigServiceLinux gconf cleanup.sdoyon@chromium.org2009-07-131-2/+18
* Disk cache: Generate total-load-time histograms from thervargas@google.com2009-07-111-0/+26
* Add some CHECKs to track down the source of a NULL deref in the SSLClientSock...willchan@chromium.org2009-07-102-0/+13
* Remove svn:executable property from some more files that don't need it.thestig@chromium.org2009-07-102-0/+0
* Fix some coverity warnings in src/net.willchan@chromium.org2009-07-103-9/+9
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-098-74/+204
* Disk cache: Don't evict entries if we are busy doing other stuff.rvargas@google.com2009-07-094-20/+58
* Disk cache: Add explicit support for eviction / deletionrvargas@google.com2009-07-097-13/+279
* Validate offset / length of extra field in the message. Note these fields arecevans@chromium.org2009-07-091-2/+9
* Disk cache: Additional code cleanup after CL 20067.rvargas@google.com2009-07-081-20/+10
* Correctly implementing GetPeerName() to point to TCPClientSocket::GetPeerName...arindam@chromium.org2009-07-082-9/+5
* Correctly handle multiple control response lines in new FTP transactionphajdan.jr@chromium.org2009-07-084-20/+85
* CHECK to make sure connection_group is never empty.willchan@chromium.org2009-07-072-1/+6
* Disk cache: Keep a map of all open entries.rvargas@google.com2009-07-0713-40/+162
* Add mpeg for layouttests to pass. The following media layout tests fail if m...fbarchard@chromium.org2009-07-071-0/+5
* OGG and OGV added to supported media types for omnibox, href and command line.fbarchard@chromium.org2009-07-071-14/+12
* Add more code to debug a crash inside HttpCache::DeactivateEntryrvargas@google.com2009-07-062-5/+34
* Refactoring in client_socket_pool_base_unittest.cc.phajdan.jr@chromium.org2009-07-061-113/+84
* Fix few trivial Coverity issues, mainly PASS_BY_VALUE.phajdan.jr@chromium.org2009-07-061-1/+1
* Fix up some code not to set off coverity warnings.willchan@chromium.org2009-07-063-3/+6
* Revert "Speed up net_unittests by ~20s by manipulating tcp_pinger timeouts."phajdan.jr@chromium.org2009-07-061-2/+2
* Make new FtpNetworkTransaction handle short reads correctly.phajdan.jr@chromium.org2009-07-064-160/+247
* Speed up net_unittests by ~20s by manipulating tcp_pinger timeouts.phajdan.jr@chromium.org2009-07-061-2/+2
* Make ConnectJob::ReleaseSocket() return NULL on connection error.willchan@chromium.org2009-07-023-1/+6
* Fix leak on connection error.willchan@chromium.org2009-07-021-2/+2
* Refactor ConnectJob and TCPConnectJob.willchan@chromium.org2009-07-015-163/+291
* Fix 15 coverity complaints.rvargas@google.com2009-07-0111-27/+27
* Say we support mime-type audio/mpeg and video/mpeghclam@chromium.org2009-07-011-0/+4
* Fix a browser crash during cache validation.rvargas@google.com2009-06-302-0/+34
* Refactor ClientSocketPoolBase to be testable without host resolution / tcp co...willchan@chromium.org2009-06-307-370/+340
* Stop leaking ConnectCallbackWrapper if Connect() does not complete before the...willchan@chromium.org2009-06-302-40/+46
* Remove some dead code -- this was moved into client_socket_pool_base.cc.ericroman@google.com2009-06-291-15/+0
* Remove a stale comment.ericroman@google.com2009-06-291-2/+0
* Use C99 standard format macros for 64-bit values.agl@chromium.org2009-06-292-5/+7
* Create a more fine grained histogram of SDCH payload sizesjar@chromium.org2009-06-291-2/+2
* Tests for socks4/4a implementation.arindam@chromium.org2009-06-286-150/+439
* Reverting 19466.thakis@chromium.org2009-06-276-436/+147
* Tests for socks4/4a implementation.arindam@chromium.org2009-06-276-147/+436
* Ensure that even if the HostResolver outlives the IO thread, its jobs will no...ericroman@google.com2009-06-272-1/+20
* Make net::HostResolver refcounted.ericroman@google.com2009-06-2722-121/+116
* Add a command line switch to allow setting the max sizervargas@google.com2009-06-261-0/+4
* Reverting 19425.ericroman@google.com2009-06-2622-116/+121
* Make net::HostResolver refcounted.ericroman@google.com2009-06-2622-121/+116
* Document when the Delegate methods OnCertificateRequested andwtc@chromium.org2009-06-261-1/+9
* Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu...arindam@chromium.org2009-06-264-23/+145
* Add DCHECKs to the states that should be entered only when thewtc@chromium.org2009-06-261-0/+7
* Sparse IO implementation for memory-only cachehclam@chromium.org2009-06-265-73/+438
* revert socks_client_socket.cc from r19005arindam@chromium.org2009-06-261-45/+47
* reverting the change 19354, 19356arindam@chromium.org2009-06-265-387/+96
* Fixing compilation warnings for r19354arindam@chromium.org2009-06-262-3/+3