summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bound the maximum buffer size for response headers.ericroman@google.com2008-10-234-0/+73
* Defer the HttpNetworkSession initialization to first time CreateTransaction i...ericroman@google.com2008-10-222-6/+13
* Add a net error code for not implemented.ericroman@google.com2008-10-222-2/+5
* Port SSLClientSocket to Linuxdkegel@google.com2008-10-2212-53/+1278
* Using $CHROME_SRC_DIR in place of hash/..bradnelson@google.com2008-10-227-10/+10
* Remove HttpTransaction::Destroy(), and do automatic memory management with sc...ericroman@google.com2008-10-2114-181/+162
* Suppress CERT_STATUS_NO_REVOCATION_MECHANISM to be compatiblewtc@google.com2008-10-211-0/+4
* SCons renaming updates for base, net and googleurl:sgk@google.com2008-10-2111-408/+667
* We don't support SSL renegotiation yet. Add thewtc@google.com2008-10-218-43/+222
* Rolling back switch to hammer patterns again.bradnelson@chromium.org2008-10-202-17/+15
* Implement the getinfo call for Macavi@google.com2008-10-202-3/+151
* Remove typo in file name *unitest* vs *unittest*jar@google.com2008-10-204-6/+6
* Adding in new hammer patterns. Restored from rollback change 3578.bradnelson@chromium.org2008-10-182-15/+17
* Rolling back CL 3578, discovered hammer.bat had not been updated yet.bradnelson@chromium.org2008-10-182-17/+15
* Applying software construction toolkit patterns in scons build.bradnelson@chromium.org2008-10-172-15/+17
* Misc cleanupsericroman@google.com2008-10-176-26/+47
* Fix problem where "text/xml" responses get buffered past 512 bytes, causing t...ericroman@google.com2008-10-172-1/+16
* Increase socket buffer size from default (8KB) to 64KB.mbelshe@google.com2008-10-171-0/+45
* Initial Mac implementation of SSL. Requires the full-duplex socket introduced...avi@google.com2008-10-175-21/+774