summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge 33919 - Http cache: Don't use multiple validation headers whenmal@chromium.org2009-12-051-1/+3
* Merge 33633 - Map EPIPE to ERR_CONNECTION_RESET.wtc@chromium.org2009-12-031-0/+1
* Merge 33580 - Http cache: Don't access entry_ if an error switchesrvargas@google.com2009-12-032-1/+39
* Merge 33412 - Http cache: Add code to restart a network request when thervargas@google.com2009-12-015-28/+101
* Merge 33253 - Revert 33133 Http cache: Add code to restart a network request...rvargas@google.com2009-11-305-94/+28
* Merge 32919 - Reduce DLOG in websocket codeukai@chromium.org2009-11-261-7/+6
* Merge 33133 - Http cache: Add code to restart a network request when thervargas@google.com2009-11-255-28/+94
* Merge 33132 - Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04).thestig@chromium.org2009-11-251-1/+1
* Merge 32983 - Increase the maximum allowed read buffer to 2MB.vandebo@google.com2009-11-253-3/+6
* Recommit this change - follow up merge will fix the issue detected on trunkvandebo@google.com2009-11-254-17/+28
* This looked good on trunk, but an issue was tracked down after I merged. Rev...vandebo@google.com2009-11-244-28/+17
* Merge 32856 - A large ContentLength header followed by a connection close cou...vandebo@google.com2009-11-244-17/+28
* Merge 32712 - Work around the NSS bugs in the AIA certificate fetch code by r...wtc@chromium.org2009-11-234-438/+623
* Merge 32707 - Http cache: Make sure that when we cancel a request forrvargas@google.com2009-11-212-1/+68
* Merge 32555 - In RestartIgnoringLastError, use connection_.socket()>IsConnect...wtc@chromium.org2009-11-201-1/+1
* Merge 32566 - In the local file listing, we should pass time in UTC to ICU's ...jshin@chromium.org2009-11-201-3/+4
* Merge 32523 - Http cache: Add the logic to cancel entry_ready_callback_.rvargas@google.com2009-11-192-1/+109
* Add modp_b64 dependency to net_base. This is used by net/base/Base64.cc.maruel@chromium.org2009-11-161-0/+1
* Fix bad last checkin which broke everything in flip.mbelshe@google.com2009-11-151-0/+1
* Fix multi-valued headers to and from the server.mbelshe@google.com2009-11-142-5/+31
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-132-1/+2
* Fix crash if we get an EOF after a large packet with unterminated headers.cevans@chromium.org2009-11-131-1/+1
* Split *AndAdjustOffset() functions into their own header, to restore utf_stri...pkasting@chromium.org2009-11-132-2/+4
* Close immediately if no context is setukai@chromium.org2009-11-131-1/+6
* Style nit -- bind asterisks to the left rather than right.eroman@chromium.org2009-11-133-3/+3
* Plumb LoadLog into SocketStreamukai@chromium.org2009-11-1313-216/+362
* Condense the output of LoadLog for empty BEGIN/END blocks.eroman@chromium.org2009-11-132-6/+23
* Add LoadLog instrumentation to HttpNetworkTransaction, to tell how much time ...eroman@chromium.org2009-11-133-8/+53
* After draining the body of a 401/407 response, verify thatwtc@chromium.org2009-11-124-11/+127
* Fix Coverity defects in the FLIP code.wtc@chromium.org2009-11-123-5/+5
* Enable FLIP POST with unittest.mbelshe@google.com2009-11-128-84/+345
* Map a return value of 0 to ERR_CONNECTION_CLOSED forwtc@chromium.org2009-11-121-19/+16
* Enable async IO completions on MockSockets through thembelshe@google.com2009-11-112-22/+108
* Http Cache: Split HttpCache::Transaction to its own setrvargas@google.com2009-11-114-1582/+1641
* Metrics of SocketStreamukai@chromium.org2009-11-115-1/+186
* There was confusion in the mock socket classes due tombelshe@google.com2009-11-1110-426/+430
* Lands http://codereview.chromium.org/379007 for Dave:sky@chromium.org2009-11-111-0/+2
* Use GURL::is_valid() in place of !GURL::is_empty() in a condition.eroman@chromium.org2009-11-102-1/+23
* Add a couple of methods to the StaticMockSocket for verifyingmbelshe@google.com2009-11-101-0/+7
* Grab SOCKS settings from system prefs.avi@chromium.org2009-11-101-1/+14
* Distinguish between old and new FTP LIST response parsersphajdan.jr@chromium.org2009-11-102-10/+18
* Get rid of unused function, UTF8ToFilePathString.tony@chromium.org2009-11-101-12/+0
* After further discussion, do not try to handle memory errors, but make assert...vandebo@chromium.org2009-11-104-35/+15
* Pickup some server nits from the checkin on the GFE side.mbelshe@google.com2009-11-102-32/+49
* Use URLRequestContext's host_resolver instead of SystemHostResolver.ukai@chromium.org2009-11-101-1/+2
* Fix a style nit in client_socket.h.wtc@chromium.org2009-11-103-49/+51
* Clean up recent string conversion function changes, part 1: Remove unnecessar...pkasting@chromium.org2009-11-101-4/+4
* Fix integer overflow in calculation of sparse I/O extent.cevans@chromium.org2009-11-101-1/+1
* Switch chrome to requesting full-urls over FLIP rather thanmbelshe@google.com2009-11-102-18/+14
* Fix some over-80-char lines.mbelshe@google.com2009-11-091-4/+11