summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Change made by external contributor Ibrar Ahmed (ibrar.ahmad@gmail.com), revi...erikkay@google.com2008-11-1111-279/+608
* Rename tcp_client_socket.cc to _win.cc (should have been done long ago).dkegel@google.com2008-11-105-25/+16
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-0834-209/+1418
* Dramatically improve the link time in release mode. Today's MC Hammer Xcodemark@chromium.org2008-11-071-0/+16
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-078-233/+189
* Adds import/export of bookmarks to bookmarks.html file.sky@google.com2008-11-071-0/+1
* Insert histograms to support latency experiments with SDCHjar@google.com2008-11-075-1/+42
* Adaptively identify URL subresources and pre-resolve hosts via DNSjar@google.com2008-11-064-7/+20
* Add histogram to show network latency (first byte to last byte)jar@google.com2008-11-062-0/+16
* Preserve the output vector for cookie loading. This prevents a few unneeded ...deanm@chromium.org2008-11-061-10/+13
* Allow DoLoop to be called even while no userdkegel@google.com2008-11-051-21/+97
* Remove the UploadDataStream::Reset method. Instead,wtc@google.com2008-11-054-22/+109
* Make better (and more efficient) use of Hammer functionalitysgk@google.com2008-11-057-28/+12
* Wrap forward declarations in their relevant namespaceagl@chromium.org2008-11-051-0/+1
* Add a unit-test for r4624 (tcpclientsocket recycling on CONNECT).ericroman@google.com2008-11-053-3/+78
* Avoid size mismatch on windows.dkegel@google.com2008-11-041-3/+4
* Port more of url_request_unittest.cc.dkegel@google.com2008-11-041-15/+4
* Prevent recycling TCPClientSocket in the case of https, so as not to crash.ericroman@google.com2008-11-041-2/+2
* Remove the debugging instrumentation.ericroman@google.com2008-11-044-72/+0
* Enable SSL session resumption by using shared Schannelwtc@google.com2008-11-042-68/+155
* More instrumentation.ericroman@google.com2008-11-034-25/+74
* Get url_request_unittest.cc to build on Linux.dkegel@google.com2008-11-033-8/+39
* fix a typo that caused test failures in debug modeerikkay@google.com2008-11-031-1/+1
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-0325-542/+635
* Try to fix Mac and Linux compiles.pkasting@chromium.org2008-11-012-4/+6
* More no-op instrumentation code for bug 3772.ericroman@google.com2008-11-012-49/+23
* Expire cookies by last access date, rather than creation date.pkasting@chromium.org2008-11-013-21/+106
* Fix a bogus net_unittests purify error caused by a stack change to file_util:...erikkay@google.com2008-10-311-11/+0
* There's no Objective in this C++.avi@google.com2008-10-313-5/+5
* Add some debugging instrumentation for 3772. This replaces the previous instr...ericroman@google.com2008-10-312-30/+49
* Relanding of r4221, initial proxy support for the Macavi@google.com2008-10-319-24/+441
* Implement a TODO (purge expired cookies in GetAllCookies()) and some small st...pkasting@chromium.org2008-10-302-85/+111
* oops; will reland once tree is openavi@google.com2008-10-309-441/+24
* Initial Mac proxy implementationavi@google.com2008-10-309-24/+441
* Temporary code instrumentation to gather info on a crash.ericroman@google.com2008-10-292-3/+32
* An experimental change to help us diagnose a crashwtc@google.com2008-10-291-0/+1
* Pass a user agent string to WinHttpOpen to set the userwtc@google.com2008-10-291-60/+61
* Add some extra unit-tests to make sure we cover all permutations of {basic_au...ericroman@google.com2008-10-292-0/+44
* Timeout persistent idle connections after 5 minutes, and increase the socket ...ericroman@google.com2008-10-292-30/+53
* Add an HTTP basic auth unit test for an empty username.wtc@google.com2008-10-281-0/+2
* Fix "expected, actual" order in cookie monster unittest (which was mostly "ac...pkasting@chromium.org2008-10-281-110/+110
* Port a few test_shell_tests. Now it runs 45 of them.evanm@google.com2008-10-271-0/+10
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-2750-73/+152
* Cleanup of DNS prefetch related filesjar@google.com2008-10-271-4/+5
* Clean up filter and content encoding handling jar@google.com2008-10-2715-345/+408
* Call DidStartDnsResolution and DidFinishDnsResolutionWithStatuswtc@google.com2008-10-242-1/+7
* Pull in latest file from Mozilla.pamg@google.com2008-10-241-8/+34
* The constructor should initialize callback_ to NULL.wtc@google.com2008-10-241-4/+5
* Port:mark@chromium.org2008-10-235-17/+7
* Fix array out of bounds in unit test.ericroman@google.com2008-10-231-10/+8