| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove async functionality from net::CookiePolicy. | willchan@chromium.org | 2011-04-06 | 12 | -275/+45 |
* | Read and Write SSL3, TLS1 and Cert revocation SSL preferences | rtenneti@chromium.org | 2011-04-06 | 2 | -19/+3 |
* | net: add nist.der | agl@chromium.org | 2011-04-06 | 1 | -0/+0 |
* | Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix det... | phajdan.jr@chromium.org | 2011-04-06 | 12 | -298/+55 |
* | FTP: Multiple fixes for localized directory listings: | phajdan.jr@chromium.org | 2011-04-06 | 12 | -55/+298 |
* | Linux: recognize Heimdal on Gentoo Linux for Kerberos HTTP authentication. | phajdan.jr@chromium.org | 2011-04-06 | 1 | -0/+1 |
* | Fix the EmptyAcceptLanguage and EmptyAcceptCharset net test failures on IE6. ... | ananta@chromium.org | 2011-04-06 | 1 | -2/+4 |
* | Refactor the ICU dependency in escape.cc into escape_icu.cc. | abarth@chromium.org | 2011-04-06 | 3 | -16/+28 |
* | Move BuildRequestHeaders back to http_network_transaction.cc now that it's no... | abarth@chromium.org | 2011-04-06 | 4 | -119/+73 |
* | - Make IPEndPoint::ToString() surround IPv6 addresses with square brackets. | sergeyu@chromium.org | 2011-04-05 | 2 | -10/+32 |
* | Fix UDPSocket::GetLocalAddress() to return correct port number. | sergeyu@chromium.org | 2011-04-05 | 3 | -3/+3 |
* | net: remove forced renegotiation checks | agl@chromium.org | 2011-04-05 | 5 | -91/+9 |
* | Removing check for NULL pointer. The memory stomper has been fixed. | joi@chromium.org | 2011-04-05 | 1 | -7/+1 |
* | Use lock-free lazy initialization for static histogram references | jar@chromium.org | 2011-04-05 | 11 | -81/+83 |
* | Fix line endings | abarth@chromium.org | 2011-04-04 | 1 | -3/+3 |
* | Create a base_static library with files that should not | rvargas@google.com | 2011-04-04 | 1 | -1/+2 |
* | Map WSAEWOULDBLOCK to ERR_IO_PENDING on Windows. | sergeyu@chromium.org | 2011-04-04 | 1 | -0/+2 |
* | net: measure HTTPS connect times to (*.)google.com | agl@chromium.org | 2011-04-04 | 1 | -0/+11 |
* | Protect header that requires SSE2 on gcc4.4 and remove unused header. | mmoss@google.com | 2011-04-04 | 2 | -5/+4 |
* | Http cache: Make sure that the we only transition to | rvargas@chromium.org | 2011-04-04 | 2 | -1/+24 |
* | Fix crash in layout tests due to my previous network delegate change (r79905). | mpcomplete@chromium.org | 2011-04-01 | 1 | -1/+1 |
* | Fix a memory stomper possible during redirect of an HTTP POST: | eroman@chromium.org | 2011-03-31 | 1 | -1/+1 |
* | Remove CookieMonster bug catching stuff. | rdsmith@chromium.org | 2011-03-31 | 3 | -141/+3 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 3 | -0/+110 |
* | Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events. | mpcomplete@chromium.org | 2011-03-30 | 13 | -67/+190 |
* | Disable HTTP auth schemes on permanent errors. | asanka@chromium.org | 2011-03-30 | 4 | -13/+159 |
* | Move flags initialization into block before sharing across threads | jar@chromium.org | 2011-03-30 | 1 | -3/+2 |
* | net: remove another 5% of the False Start blocklist. | agl@chromium.org | 2011-03-30 | 1 | -262/+0 |
* | Add ignore limits flag and use for sync request | kristianm@google.com | 2011-03-30 | 23 | -44/+86 |
* | Fix the comment for URLRequest::Cancel(). | kinuko@chromium.org | 2011-03-30 | 1 | -1/+2 |
* | Adding 'explicit_expiration' cause to 'OnCookieChanged' | jochen@chromium.org | 2011-03-30 | 2 | -8/+22 |
* | Do not send empty Accept-Language / Accept-Charset headers. | willchan@chromium.org | 2011-03-30 | 3 | -18/+46 |
* | Stop using FALSE as it may not be available on some platforms. | joi@chromium.org | 2011-03-29 | 1 | -3/+3 |
* | Add another AllowIO exception to URLRequestFileJob. | fischman@chromium.org | 2011-03-29 | 1 | -8/+13 |
* | FTP: more flexible detection of column offset | phajdan.jr@chromium.org | 2011-03-29 | 2 | -65/+51 |
* | Remove the fallback from SOCKSv4 to SOCKSv4a. | eroman@chromium.org | 2011-03-29 | 3 | -138/+35 |
* | Add a bug annotation to a TODO. | eroman@chromium.org | 2011-03-29 | 1 | -2/+2 |
* | Moved the logic to initialize a ClientSocketHandle with the relevant socket p... | sanjeevr@chromium.org | 2011-03-29 | 4 | -169/+353 |
* | Forgot to address a comment in r79555. | agl@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | net: allow revocation check failures for HSTS sites | agl@chromium.org | 2011-03-28 | 1 | -0/+5 |
* | net: add entropia.de to HSTS preloaded list. | agl@chromium.org | 2011-03-28 | 2 | -0/+6 |
* | Standardize grit invokes | thomasvl@chromium.org | 2011-03-28 | 1 | -35/+8 |
* | Correctly report HttpOnly cookies and correctly reset the Cookie Monster | jochen@chromium.org | 2011-03-28 | 1 | -1/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 204 | -402/+402 |
* | Fix Clang build after landing http://codereview.chromium.org/6670085/ | phajdan.jr@chromium.org | 2011-03-26 | 2 | -0/+5 |
* | FTP: Detect the character encoding only after the entire listing is received. | phajdan.jr@chromium.org | 2011-03-26 | 19 | -979/+691 |
* | Update port handling to patch latest HSTS intention. See the bug for URLs that | cevans@chromium.org | 2011-03-26 | 1 | -1/+0 |
* | Add an opt-out header for HTTP throttling. Never throttle for localhost. | joi@chromium.org | 2011-03-25 | 11 | -41/+403 |
* | Support enabling/disabling the URL request throttler via the about:net-intern... | joi@chromium.org | 2011-03-25 | 5 | -14/+52 |
* | Move declaration of private nested URLRequestHttpJob::HttpRequestContext to .... | adamk@chromium.org | 2011-03-25 | 2 | -25/+28 |