| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce incognito preference settings. | battre@chromium.org | 2011-01-25 | 2 | -1/+7 |
* | Roll back an incorrect change to SyncPageHandler.ChromiumSyncCommandHandler. | satish@chromium.org | 2011-01-25 | 1 | -1/+2 |
* | Prototype of chunked transfer encoded POST. | satish@chromium.org | 2011-01-25 | 15 | -51/+280 |
* | Reland 72421 - Enable TCP Keep-Alive packets for Windows. | willchan@chromium.org | 2011-01-25 | 1 | -2/+20 |
* | Revert 72421 (broke tests) - Enable TCP Keep-Alive packets for Windows. | willchan@chromium.org | 2011-01-25 | 1 | -21/+2 |
* | Enable TCP Keep-Alive packets for Windows. | willchan@chromium.org | 2011-01-24 | 1 | -2/+21 |
* | wstring: make net::GetSuggestedFilename return utf-16 | evan@chromium.org | 2011-01-24 | 3 | -45/+34 |
* | net: fix DnsRRResolver on Mac. | agl@chromium.org | 2011-01-24 | 1 | -0/+1 |
* | More net/ header/implementation method reordering. | erg@google.com | 2011-01-21 | 14 | -878/+913 |
* | Fix the newly added OverrideUserAgent net test so that it works in ChromeFram... | ananta@chromium.org | 2011-01-21 | 1 | -1/+5 |
* | Disable enforced throttling for URL requests. | yzshen@chromium.org | 2011-01-21 | 1 | -9/+2 |
* | The CertVerifierJob destructor should delete canceled requests. | wtc@google.com | 2011-01-21 | 2 | -4/+42 |
* | Enable session resumption in SSLServerSocketNSS and unit tests | hclam@chromium.org | 2011-01-21 | 5 | -22/+2 |
* | More net/ reordering. | erg@google.com | 2011-01-21 | 24 | -940/+1050 |
* | Remove the check for the obsolete CERT_TRUST_IS_NOT_TIME_NESTED | wtc@google.com | 2011-01-21 | 1 | -3/+2 |
* | Honor User-Agent header added by WebCore | caseq@google.com | 2011-01-21 | 5 | -13/+57 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 29 | -101/+101 |
* | Disk cache: More data files for unit tests. | rvargas@google.com | 2011-01-21 | 24 | -0/+776 |
* | Handle error case on SSL read which was not properly exiting. | mbelshe@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Memory leak fix, log file reopen, remote ip fix, connection idle timeout, | mbelshe@chromium.org | 2011-01-21 | 2 | -104/+258 |
* | Allow IO operations in destructor of net::NetworkConfigWatcherMacThread | rsimha@chromium.org | 2011-01-20 | 1 | -0/+9 |
* | URLRequest::PrepareToRestart() call job_->Kill() and OrphanJob(). | rvargas@google.com | 2011-01-20 | 1 | -1/+0 |
* | Reorder the methods in net/url_request/. | erg@google.com | 2011-01-20 | 20 | -1248/+1247 |
* | Add an OWNERS file to net. | wtc@chromium.org | 2011-01-20 | 1 | -0/+10 |
* | Add OWNERS file for net/ftp | phajdan.jr@chromium.org | 2011-01-20 | 1 | -0/+1 |
* | Add a flag to the in-memory-server to force SPDY even if SSL-NPN didn't | mbelshe@chromium.org | 2011-01-20 | 1 | -15/+30 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 38 | -655/+657 |
* | Adjust comments for new Source/ location. | dilmah@chromium.org | 2011-01-19 | 2 | -2/+2 |
* | .c Feature to disable field trials in old versions of Chromium. Field trials | rtenneti@chromium.org | 2011-01-19 | 1 | -4/+7 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-19 | 3 | -14/+14 |
* | net: lookup OCSP cache function with dlsym. | agl@chromium.org | 2011-01-19 | 1 | -20/+51 |
* | net: Remove prefix net:: from some places that already are in namespace net. | tfarina@chromium.org | 2011-01-19 | 11 | -69/+69 |
* | Regkey functions return error code instead of bool | amit@chromium.org | 2011-01-19 | 3 | -15/+13 |
* | Cleanup for r71281: replace usage of "pk11" with "pkcs11" or "crypto module",... | mattm@chromium.org | 2011-01-19 | 3 | -11/+13 |
* | The SSL server's RSA private key must be imported with the | wtc@chromium.org | 2011-01-19 | 2 | -11/+11 |
* | Disk cache: Increase the throttling threshold (100->460ms) for | rvargas@google.com | 2011-01-18 | 1 | -1/+1 |
* | Reduce the Spdy data frame sizes used. Attempt to make them fit within SSL | mbelshe@chromium.org | 2011-01-15 | 1 | -13/+45 |
* | Suppress a ThreadAssertion warning when joining worker thread for PAC scripts. | eroman@chromium.org | 2011-01-15 | 1 | -2/+8 |
* | net: Remove typedef net::URLRequestContext URLRequestContext; | tfarina@chromium.org | 2011-01-15 | 16 | -56/+53 |
* | Revert 71485 - Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 3 | -14/+14 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 3 | -14/+14 |
* | Set TCP keep alive on Linux and Mac. | willchan@chromium.org | 2011-01-14 | 1 | -0/+24 |
* | Fix preconnect crash on synchronous socket error. | willchan@chromium.org | 2011-01-14 | 2 | -2/+13 |
* | net: measure theoretical delay of waiting for DNS cert information. | agl@chromium.org | 2011-01-14 | 3 | -2/+31 |
* | net: don't assume that we have an SSLHostInfo. | agl@chromium.org | 2011-01-14 | 1 | -3/+3 |
* | Fixes OpenSSL build following http://codereview.chromium.org/5686002/ | bulach@chromium.org | 2011-01-14 | 1 | -1/+8 |
* | Clang: enable -Wbool-conversions and -Wunused-variables on Linux. | hans@chromium.org | 2011-01-14 | 3 | -25/+23 |
* | net: add a number of Brocade hosts to the False Start blacklist. | agl@chromium.org | 2011-01-13 | 1 | -0/+12 |
* | net: add cybs.rogers.com to the False Start blacklist | agl@chromium.org | 2011-01-13 | 1 | -0/+1 |
* | Revert r71331 - it should never have been committed. | agl@chromium.org | 2011-01-13 | 2 | -28/+1 |