summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Refactor the ICU dependency in escape.cc into escape_icu.cc.abarth@chromium.org2011-04-063-16/+28
* Move BuildRequestHeaders back to http_network_transaction.cc now that it's no...abarth@chromium.org2011-04-064-119/+73
* - Make IPEndPoint::ToString() surround IPv6 addresses with square brackets.sergeyu@chromium.org2011-04-052-10/+32
* Fix UDPSocket::GetLocalAddress() to return correct port number.sergeyu@chromium.org2011-04-053-3/+3
* net: remove forced renegotiation checksagl@chromium.org2011-04-055-91/+9
* Removing check for NULL pointer. The memory stomper has been fixed.joi@chromium.org2011-04-051-7/+1
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-0511-81/+83
* Fix line endingsabarth@chromium.org2011-04-041-3/+3
* Create a base_static library with files that should notrvargas@google.com2011-04-041-1/+2
* Map WSAEWOULDBLOCK to ERR_IO_PENDING on Windows.sergeyu@chromium.org2011-04-041-0/+2
* net: measure HTTPS connect times to (*.)google.comagl@chromium.org2011-04-041-0/+11
* Protect header that requires SSE2 on gcc4.4 and remove unused header.mmoss@google.com2011-04-042-5/+4
* Http cache: Make sure that the we only transition torvargas@chromium.org2011-04-042-1/+24
* Fix crash in layout tests due to my previous network delegate change (r79905).mpcomplete@chromium.org2011-04-011-1/+1
* Fix a memory stomper possible during redirect of an HTTP POST:eroman@chromium.org2011-03-311-1/+1
* Remove CookieMonster bug catching stuff.rdsmith@chromium.org2011-03-313-141/+3
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-313-0/+110
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-3013-67/+190
* Disable HTTP auth schemes on permanent errors.asanka@chromium.org2011-03-304-13/+159
* Move flags initialization into block before sharing across threadsjar@chromium.org2011-03-301-3/+2
* net: remove another 5% of the False Start blocklist.agl@chromium.org2011-03-301-262/+0
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-3023-44/+86
* Fix the comment for URLRequest::Cancel().kinuko@chromium.org2011-03-301-1/+2
* Adding 'explicit_expiration' cause to 'OnCookieChanged'jochen@chromium.org2011-03-302-8/+22
* Do not send empty Accept-Language / Accept-Charset headers.willchan@chromium.org2011-03-303-18/+46
* Stop using FALSE as it may not be available on some platforms.joi@chromium.org2011-03-291-3/+3
* Add another AllowIO exception to URLRequestFileJob.fischman@chromium.org2011-03-291-8/+13
* FTP: more flexible detection of column offsetphajdan.jr@chromium.org2011-03-292-65/+51
* Remove the fallback from SOCKSv4 to SOCKSv4a.eroman@chromium.org2011-03-293-138/+35
* Add a bug annotation to a TODO.eroman@chromium.org2011-03-291-2/+2
* Moved the logic to initialize a ClientSocketHandle with the relevant socket p...sanjeevr@chromium.org2011-03-294-169/+353
* Forgot to address a comment in r79555.agl@chromium.org2011-03-281-2/+2
* net: allow revocation check failures for HSTS sitesagl@chromium.org2011-03-281-0/+5
* net: add entropia.de to HSTS preloaded list.agl@chromium.org2011-03-282-0/+6
* Standardize grit invokesthomasvl@chromium.org2011-03-281-35/+8
* Correctly report HttpOnly cookies and correctly reset the Cookie Monsterjochen@chromium.org2011-03-281-1/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-28204-402/+402
* Fix Clang build after landing http://codereview.chromium.org/6670085/phajdan.jr@chromium.org2011-03-262-0/+5
* FTP: Detect the character encoding only after the entire listing is received.phajdan.jr@chromium.org2011-03-2619-979/+691
* Update port handling to patch latest HSTS intention. See the bug for URLs thatcevans@chromium.org2011-03-261-1/+0
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-2511-41/+403
* Support enabling/disabling the URL request throttler via the about:net-intern...joi@chromium.org2011-03-255-14/+52
* Move declaration of private nested URLRequestHttpJob::HttpRequestContext to ....adamk@chromium.org2011-03-252-25/+28
* Clean up unload-related state after the ack is received.creis@google.com2011-03-251-0/+9
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-2545-790/+790
* Enable IP pooling for SPDY.mbelshe@chromium.org2011-03-2510-35/+449
* Remove all "net::" prefixes under net/url_request for code that'sadamk@chromium.org2011-03-2422-403/+413
* Clean up the IsBlacklisted function.wtc@chromium.org2011-03-242-9/+36
* Move URLRequestJob's histogram logic to URLRequestHttpJob.adamk@chromium.org2011-03-244-354/+323
* SEC_ERROR_UNTRUSTED_CERT means the user has marked the (leaf) certificatewtc@chromium.org2011-03-231-3/+3