| Commit message (Expand) | Author | Age | Files | Lines |
* | Disk cache: Fix handling of invalid entries that are detected | rvargas@google.com | 2009-07-23 | 10 | -80/+200 |
* | Add unit-test for 16199, to check caching behavior of conditonalized cache re... | ericroman@google.com | 2009-07-23 | 1 | -3/+132 |
* | Limit total number of sockets in the system. | phajdan.jr@chromium.org | 2009-07-22 | 8 | -91/+441 |
* | mp4 types in omnibox only for chrome, not chromium | fbarchard@chromium.org | 2009-07-22 | 1 | -0/+3 |
* | Try again: Add proxy config (using gnome-network-preferences) | mattm@chromium.org | 2009-07-22 | 3 | -54/+9 |
* | Change URLRequest to return net::ERR_INVALID_URL on redirects to invalid urls. | willchan@chromium.org | 2009-07-21 | 4 | -0/+21 |
* | Use new char[] to match the delete[]. To fix a valgrind error. | ericroman@google.com | 2009-07-18 | 1 | -4/+5 |
* | Use manually constructed IPv6 socket addresses for tests, rather than system ... | ericroman@google.com | 2009-07-18 | 7 | -42/+125 |
* | Add synchronous-mode operation to MockHostResolver; this helps clarify some t... | ericroman@google.com | 2009-07-18 | 5 | -44/+85 |
* | Revert "Add proxy config (using gnome-network-preferences)" | mattm@chromium.org | 2009-07-18 | 1 | -2/+7 |
* | Add proxy config (using gnome-network-preferences) | mattm@chromium.org | 2009-07-17 | 1 | -7/+2 |
* | Add codec parsing capability to MimeUtil | kylep@chromium.org | 2009-07-17 | 3 | -0/+61 |
* | Use base::Time::Exploded instead of struct tm in | wtc@chromium.org | 2009-07-17 | 3 | -159/+120 |
* | Disk cache: Add support for having a sparse entry block that | rvargas@google.com | 2009-07-17 | 6 | -49/+277 |
* | Properly let the SSL engine know when the underlying stream is closed. | avi@chromium.org | 2009-07-16 | 1 | -2/+4 |
* | Delete an un-used file. | ericroman@google.com | 2009-07-16 | 1 | -170/+0 |
* | Disable LoadState net unittest: it's flakey | agl@chromium.org | 2009-07-16 | 1 | -1/+1 |
* | Fix a typo pointed out by wtc after I checked in. | jshin@chromium.org | 2009-07-16 | 1 | -1/+1 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 30 | -982/+1415 |
* | Changing to match reality. | avi@chromium.org | 2009-07-15 | 1 | -2/+2 |
* | Add a few more cases to NetUtilTest.IDN* tests. Because IDN*Slow test is much... | jshin@chromium.org | 2009-07-15 | 2 | -16/+42 |
* | Add support for late binding of sockets. | willchan@chromium.org | 2009-07-15 | 3 | -44/+694 |
* | Fix the log error message about proxy authentication in | sdoyon@chromium.org | 2009-07-15 | 1 | -4/+10 |
* | SOCKS v5 implementation | arindam@chromium.org | 2009-07-15 | 6 | -9/+1027 |
* | Make IDN check faster by caching the exemplar sets | jshin@chromium.org | 2009-07-14 | 1 | -24/+68 |
* | Reverting 20626. | arindam@chromium.org | 2009-07-14 | 6 | -1028/+9 |
* | SOCKS v5 implementation | arindam@chromium.org | 2009-07-14 | 6 | -9/+1028 |
* | Refactoring needed before adding good unit tests for limiting total socket co... | phajdan.jr@chromium.org | 2009-07-14 | 2 | -119/+162 |
* | Whenever proxy configurations contain socks and http/https/ftp proxies, socks... | arindam@chromium.org | 2009-07-14 | 13 | -55/+211 |
* | This provides a simpler js template engine than JsTemplate. It has been | arv@google.com | 2009-07-14 | 1 | -6/+7 |
* | Relax assertion in ProxyConfigServiceLinux gconf cleanup. | sdoyon@chromium.org | 2009-07-13 | 1 | -2/+18 |
* | Disk cache: Generate total-load-time histograms from the | rvargas@google.com | 2009-07-11 | 1 | -0/+26 |
* | Add some CHECKs to track down the source of a NULL deref in the SSLClientSock... | willchan@chromium.org | 2009-07-10 | 2 | -0/+13 |
* | Remove svn:executable property from some more files that don't need it. | thestig@chromium.org | 2009-07-10 | 2 | -0/+0 |
* | Fix some coverity warnings in src/net. | willchan@chromium.org | 2009-07-10 | 3 | -9/+9 |
* | Fix the local directory listing, FTP directory listing and the local file han... | jshin@chromium.org | 2009-07-09 | 8 | -74/+204 |
* | Disk cache: Don't evict entries if we are busy doing other stuff. | rvargas@google.com | 2009-07-09 | 4 | -20/+58 |
* | Disk cache: Add explicit support for eviction / deletion | rvargas@google.com | 2009-07-09 | 7 | -13/+279 |
* | Validate offset / length of extra field in the message. Note these fields are | cevans@chromium.org | 2009-07-09 | 1 | -2/+9 |
* | Disk cache: Additional code cleanup after CL 20067. | rvargas@google.com | 2009-07-08 | 1 | -20/+10 |
* | Correctly implementing GetPeerName() to point to TCPClientSocket::GetPeerName... | arindam@chromium.org | 2009-07-08 | 2 | -9/+5 |
* | Correctly handle multiple control response lines in new FTP transaction | phajdan.jr@chromium.org | 2009-07-08 | 4 | -20/+85 |
* | CHECK to make sure connection_group is never empty. | willchan@chromium.org | 2009-07-07 | 2 | -1/+6 |
* | Disk cache: Keep a map of all open entries. | rvargas@google.com | 2009-07-07 | 13 | -40/+162 |
* | Add mpeg for layouttests to pass. The following media layout tests fail if m... | fbarchard@chromium.org | 2009-07-07 | 1 | -0/+5 |
* | OGG and OGV added to supported media types for omnibox, href and command line. | fbarchard@chromium.org | 2009-07-07 | 1 | -14/+12 |
* | Add more code to debug a crash inside HttpCache::DeactivateEntry | rvargas@google.com | 2009-07-06 | 2 | -5/+34 |
* | Refactoring in client_socket_pool_base_unittest.cc. | phajdan.jr@chromium.org | 2009-07-06 | 1 | -113/+84 |
* | Fix few trivial Coverity issues, mainly PASS_BY_VALUE. | phajdan.jr@chromium.org | 2009-07-06 | 1 | -1/+1 |
* | Fix up some code not to set off coverity warnings. | willchan@chromium.org | 2009-07-06 | 3 | -3/+6 |