summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Remove the unnecessary suppressions.mbelshe@google.com2009-11-191-57/+0
* Fix memory leak.mbelshe@google.com2009-11-191-1/+1
* Another attempt to silence valgrind for a moment.mbelshe@google.com2009-11-191-42/+0
* Suppress flip valgrindmbelshe@google.com2009-11-191-0/+99
* Fix two flip bugs.mbelshe@google.com2009-11-195-22/+60
* NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte...eroman@chromium.org2009-11-187-10/+123
* Display application/json files inline.thestig@chromium.org2009-11-181-0/+1
* Don't call CancelURLRequest if request_is already NULL.ukai@chromium.org2009-11-181-8/+8
* Add histograms for data connection error types.phajdan.jr@chromium.org2009-11-172-0/+80
* Try to fix valgrind error in nss_ocsp.ccukai@chromium.org2009-11-171-11/+36
* Build fix: don't check deps in net/third_party.agl@chromium.org2009-11-171-0/+4
* Linux: enable building with a local version of libssl.agl@chromium.org2009-11-1754-0/+35142
* Linux: fix uninit warnings when building -Os.agl@chromium.org2009-11-161-1/+1
* Move NULLing of OCSP context from UI thread to IO thread, to avoid possible r...eroman@chromium.org2009-11-162-4/+9
* Add a test for verifying that SYN_REPLY headers are properlymbelshe@google.com2009-11-161-0/+148
* Try https proxy for websocket connection.ukai@chromium.org2009-11-162-1/+18
* Reverting 32045.ukai@chromium.org2009-11-162-17/+1
* Try https proxy for websocket connection.ukai@chromium.org2009-11-162-1/+17
* 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