summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Updated media MIME type handling for Chrome and Chromium.scherkus@chromium.org2009-07-251-9/+2
* Disk cache: Avoid restarting the cache while it may be in use.rvargas@google.com2009-07-243-5/+19
* Return Error Status Upon Blocking Requestsidanan@chromium.org2009-07-242-5/+5
* Implement OCSP handler for NSS.ukai@chromium.org2009-07-243-0/+626
* Refactoring in socket pool unittests:phajdan.jr@chromium.org2009-07-234-390/+376
* linux: generalize desktop environment guessing to encompass KDEevan@chromium.org2009-07-233-49/+53
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-238-44/+158
* Strip embedded "#" in URLs when constructing HTTP cache key.ericroman@google.com2009-07-232-5/+28
* Disk cache: Fix handling of invalid entries that are detectedrvargas@google.com2009-07-2310-80/+200
* Add unit-test for 16199, to check caching behavior of conditonalized cache re...ericroman@google.com2009-07-231-3/+132
* Limit total number of sockets in the system.phajdan.jr@chromium.org2009-07-228-91/+441
* mp4 types in omnibox only for chrome, not chromiumfbarchard@chromium.org2009-07-221-0/+3
* Try again: Add proxy config (using gnome-network-preferences)mattm@chromium.org2009-07-223-54/+9
* Change URLRequest to return net::ERR_INVALID_URL on redirects to invalid urls.willchan@chromium.org2009-07-214-0/+21
* Use new char[] to match the delete[]. To fix a valgrind error.ericroman@google.com2009-07-181-4/+5
* Use manually constructed IPv6 socket addresses for tests, rather than system ...ericroman@google.com2009-07-187-42/+125
* Add synchronous-mode operation to MockHostResolver; this helps clarify some t...ericroman@google.com2009-07-185-44/+85
* Revert "Add proxy config (using gnome-network-preferences)"mattm@chromium.org2009-07-181-2/+7
* Add proxy config (using gnome-network-preferences)mattm@chromium.org2009-07-171-7/+2
* Add codec parsing capability to MimeUtilkylep@chromium.org2009-07-173-0/+61
* Use base::Time::Exploded instead of struct tm inwtc@chromium.org2009-07-173-159/+120
* Disk cache: Add support for having a sparse entry block thatrvargas@google.com2009-07-176-49/+277
* Properly let the SSL engine know when the underlying stream is closed.avi@chromium.org2009-07-161-2/+4
* Delete an un-used file.ericroman@google.com2009-07-161-170/+0
* Disable LoadState net unittest: it's flakeyagl@chromium.org2009-07-161-1/+1
* Fix a typo pointed out by wtc after I checked in.jshin@chromium.org2009-07-161-1/+1
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-1530-982/+1415
* Changing to match reality.avi@chromium.org2009-07-151-2/+2
* Add a few more cases to NetUtilTest.IDN* tests. Because IDN*Slow test is much...jshin@chromium.org2009-07-152-16/+42
* Add support for late binding of sockets.willchan@chromium.org2009-07-153-44/+694
* Fix the log error message about proxy authentication insdoyon@chromium.org2009-07-151-4/+10
* SOCKS v5 implementationarindam@chromium.org2009-07-156-9/+1027
* Make IDN check faster by caching the exemplar setsjshin@chromium.org2009-07-141-24/+68
* Reverting 20626.arindam@chromium.org2009-07-146-1028/+9
* SOCKS v5 implementationarindam@chromium.org2009-07-146-9/+1028
* Refactoring needed before adding good unit tests for limiting total socket co...phajdan.jr@chromium.org2009-07-142-119/+162
* Whenever proxy configurations contain socks and http/https/ftp proxies, socks...arindam@chromium.org2009-07-1413-55/+211
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-141-6/+7
* 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