| Commit message (Expand) | Author | Age | Files | Lines |
* | Split off the DNS reload timer | agl@chromium.org | 2010-07-28 | 4 | -81/+117 |
* | Fixes targeting the unique creation times invariant in the CookieMonster: | rdsmith@google.com | 2010-07-28 | 5 | -171/+405 |
* | Fix line ending with white spaces in some files. | tfarina@chromium.org | 2010-07-28 | 1 | -13/+13 |
* | Recommit r53882 "FTP: fix navigation to systems with broken EPSV support."i" | jeremy@chromium.org | 2010-07-28 | 1 | -0/+15 |
* | Revert "FTP: fix navigation to systems with broken EPSV support."i | jeremy@chromium.org | 2010-07-28 | 1 | -15/+0 |
* | FTP: fix navigation to systems with broken EPSV support. | phajdan.jr@chromium.org | 2010-07-28 | 1 | -0/+15 |
* | Add URL filter to trigger punycode for Japanese homographic sequences. | jschuh@google.com | 2010-07-27 | 2 | -2/+47 |
* | Treat multiple extensions like .tar.gz as a single extension. | estade@chromium.org | 2010-07-27 | 1 | -5/+5 |
* | Disk Cache: Replace the backend pointer of the ChildrenDeleter | rvargas@google.com | 2010-07-27 | 4 | -5/+68 |
* | Avoid printing log errors during shutdown of HostResolverImpl when there are ... | eroman@chromium.org | 2010-07-27 | 1 | -1/+2 |
* | SPDY sends RST_STREAM upon cancelling request, or bad header parse data. | erikchen@google.com | 2010-07-27 | 6 | -19/+81 |
* | SPDY: turn off flow-control by default | agayev@chromium.org | 2010-07-27 | 1 | -1/+1 |
* | Fix for Proxy server authentication without credentials available. | ahendrickson@google.com | 2010-07-27 | 1 | -5/+5 |
* | Allow testserver to run without chromiumsync. | pathorn@chromium.org | 2010-07-27 | 1 | -5/+7 |
* | FTP: minor cleanups to the unit tests: | phajdan.jr@chromium.org | 2010-07-27 | 1 | -6/+33 |
* | Add CHECKs to help track down the crash in http://crbug.com/49862. | wtc@chromium.org | 2010-07-27 | 2 | -1/+6 |
* | Remove --testing-fixed-http-port and --testing-fixed-https-port. | cbentzel@chromium.org | 2010-07-27 | 4 | -46/+0 |
* | Fix DeleteStream() being called twice per stream and CloseStream() reporting ... | agayev@chromium.org | 2010-07-27 | 1 | -7/+1 |
* | net: include the root label in DNSDomainFromDot | agl@chromium.org | 2010-07-27 | 5 | -22/+34 |
* | Follow-up to r53769 - forgot to add a new file to the CL | timurrrr@chromium.org | 2010-07-27 | 1 | -0/+3 |
* | Don't run DiskCacheEntryTests.*HugeSparse* under ThreadSanitizer | timurrrr@chromium.org | 2010-07-27 | 1 | -1/+0 |
* | Fix a bug with parsing ftp directory listing lines. | michaeln@chromium.org | 2010-07-27 | 2 | -3/+21 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 302 | -0/+302 |
* | TBR: | erikchen@google.com | 2010-07-26 | 6 | -70/+18 |
* | SPDY sends RST_STREAM upon cancelling request, or bad header parse data. | erikchen@google.com | 2010-07-26 | 6 | -18/+70 |
* | Fix line ending on load_flags_list.h | nsylvain@google.com | 2010-07-26 | 1 | -1/+1 |
* | Remove some dead SPDY code. | agl@chromium.org | 2010-07-26 | 1 | -14/+1 |
* | STS: enable preloaded for www.noisebridge.net | agl@chromium.org | 2010-07-26 | 2 | -0/+5 |
* | STS: enable preloaded for sunshinepress.org | agl@chromium.org | 2010-07-26 | 2 | -0/+7 |
* | Fix style nits. | wtc@chromium.org | 2010-07-26 | 1 | -5/+6 |
* | DevTools: implement basic handshake for remote debugging. | pfeldman@chromium.org | 2010-07-26 | 3 | -27/+59 |
* | Don'r run SpdyHttpStreamTest.SendRequest under TSan on Win | timurrrr@chromium.org | 2010-07-26 | 1 | -0/+3 |
* | Use SpecForRequest to get rid of anchor in url for spdy. | lzheng@chromium.org | 2010-07-26 | 2 | -21/+68 |
* | Put minimal appcache info in the netlog. | michaeln@chromium.org | 2010-07-23 | 1 | -0/+14 |
* | SPDY now always uses http_network_transaction instead of spdy_network_transac... | erikchen@google.com | 2010-07-23 | 12 | -187/+281 |
* | Obtain the cipher suite from the Mac Secure Transport and | wtc@chromium.org | 2010-07-23 | 2 | -1/+22 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 10 | -297/+124 |
* | Add sunshinepress.org to the list of renegotiation extension required hosts. | agl@chromium.org | 2010-07-23 | 1 | -1/+4 |
* | [Linux] Enable connecting to localhost when offline. | vandebo@chromium.org | 2010-07-23 | 7 | -5/+78 |
* | Fix FLAKY X509CertificateParseTest.CanParseFormat on OS X 10.5 when decoding ... | rsleevi@chromium.org | 2010-07-23 | 2 | -31/+37 |
* | Change the ProxyConfigService interface to be asynchronous, and support obser... | eroman@chromium.org | 2010-07-23 | 16 | -302/+529 |
* | base: Add IsHexDigit function to string_util.h | tfarina@chromium.org | 2010-07-23 | 3 | -22/+5 |
* | Disk Cache: Cleaner way to stop evictions at destruction. | rvargas@google.com | 2010-07-23 | 3 | -14/+5 |
* | Revert "Add the actual data being read to the OnBytesRead callback." | phajdan.jr@chromium.org | 2010-07-22 | 6 | -313/+33 |
* | Net: Get rid of ProxyServer::host_and_port() and friends. | thestig@chromium.org | 2010-07-22 | 19 | -160/+118 |
* | Fix idle socket cleanup code path. | vandebo@chromium.org | 2010-07-22 | 2 | -1/+14 |
* | Spdy_network_transaction incorrectly labeled tcp connections with hostname bu... | erikchen@google.com | 2010-07-22 | 1 | -2/+1 |
* | Internal CookieMonster Refactoring. | rdsmith@google.com | 2010-07-22 | 2 | -78/+33 |
* | Coverity issue 7892: Bad override (in unit test). | finnur@chromium.org | 2010-07-22 | 1 | -1/+1 |
* | Mark X509CertificateParseTest as FLAKY on OS X (for 10.5 builders) | rsleevi@chromium.org | 2010-07-22 | 1 | -4/+15 |