summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't call the callback in an unexpected case that will never happen anyway.mark@chromium.org2008-10-161-1/+2
* Misc style changes.ericroman@google.com2008-10-163-30/+15
* Don't user uninitialized variables. We should at least fail predictably inmark@chromium.org2008-10-161-1/+1
* Make zero-byte responses an error, rather than an empty HTTP/0.9 case.ericroman@google.com2008-10-164-17/+52
* Add a lot of robustness to SDCH filter decodingjar@google.com2008-10-1514-265/+784
* Reset server_cert_ to NULL after freeing it to preventwtc@google.com2008-10-151-1/+3
* Turn SSLClientSocket into an interface.wtc@google.com2008-10-1512-249/+266
* Support servers that request but don't require SSLwtc@google.com2008-10-142-1/+24
* This makes net_perftests build and run on Linux.evanm@google.com2008-10-132-12/+41
* The Schannel considers some cipher suites (e.g., thewtc@google.com2008-10-134-13/+30
* Remove WatchObject calls from FileInputStream.rvargas@google.com2008-10-101-22/+20
* Enable AddTrust External CA Root for EV. The patch iswtc@google.com2008-10-101-0/+6
* add file:// handling to mac and linux buildspinkerton@google.com2008-10-104-10/+18