summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ChromeFrame's host network stack implementation for IE full tab mode implicit...ananta@chromium.org2009-11-242-6/+15
* Reland 32807, which was incorrectly reverted.mbelshe@google.com2009-11-232-3/+9
* Flip: Fix cancellation code path.willchan@chromium.org2009-11-231-8/+8
* Disable FlipStreamTest::SendRequest as it causes leaks.tim@chromium.org2009-11-231-1/+2
* A large Content-Length header followed by a connection close could trigger an...vandebo@chromium.org2009-11-234-17/+28
* Believe this causes the valgrind linux test failures. Since it is a small cha...tim@chromium.org2009-11-232-9/+3
* Fix recognizing FTP listings consisting of only one line.phajdan.jr@chromium.org2009-11-238-1/+66
* Fix one source of flakiness of FTP tests.phajdan.jr@chromium.org2009-11-233-2/+34
* Some small comment fixes for HostResolver and DnsMaster.eroman@chromium.org2009-11-231-2/+3
* The async notification via OnReadComplete was still postingmbelshe@google.com2009-11-232-3/+9
* Flip: Merge FlipStreamParser and FlipStream. Eliminate FlipDelegate.willchan@chromium.org2009-11-2212-834/+826
* Add some diagnostics for dumping the headers that the clientmbelshe@google.com2009-11-211-0/+30
* Implement a test case for a basic server-push operation.mbelshe@google.com2009-11-211-0/+180
* When we had upload data, but it was a zero-length uploadmbelshe@chromium.org2009-11-211-1/+1
* Work around the NSS bugs in the AIA certificate fetch code by retryingwtc@chromium.org2009-11-204-438/+623
* Remove old files.nsylvain@chromium.org2009-11-209-102/+0
* Http cache: Make sure that when we cancel a request forrvargas@google.com2009-11-202-1/+68
* Add a sanity check into the framer; this tripsmbelshe@google.com2009-11-201-0/+1
* Robustness improvements on the X-Associated-Content header.mbelshe@google.com2009-11-201-2/+7
* The async handling in StaticMockSocket had a bug - it considers anymbelshe@google.com2009-11-201-1/+2
* Don't wrap the Size and Date Modified columns in the directory listing view.eroman@chromium.org2009-11-201-4/+4
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-2015-47/+68
* Fix race condition in OCSPRequestSession.ukai@chromium.org2009-11-201-9/+17
* In the local file listing, we should pass time in UTC to ICU's date/time form...jshin@chromium.org2009-11-191-3/+4
* In RestartIgnoringLastError, use connection_.socket()->IsConnectedAndIdle()wtc@chromium.org2009-11-191-1/+1
* Try to find the cause of the crash in memcpy, called from DoSendBody.vandebo@chromium.org2009-11-192-3/+5
* Http cache: Add the logic to cancel entry_ready_callback_.rvargas@google.com2009-11-192-1/+109
* 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