summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize the mime sniffer based on UMA data and move closer to the HTML 5 spec.abarth@chromium.org2008-10-092-75/+30
* - Add auth integration tests to http_network_transaction_unitttest.ccericroman@google.com2008-10-083-14/+276
* Unrollback 3024 (partially rolled back in 3027).ericroman@google.com2008-10-087-88/+10
* Update a comment based on our findings today.pkasting@chromium.org2008-10-081-4/+4
* Fix tree breakage by referencing correct open-vcdiff directory.erg@google.com2008-10-081-1/+1
* Revert 3024, broke mac build.maruel@google.com2008-10-087-10/+88
* Pull in new googleurl@94 which includes GURL::EffectiveIntPort().ericroman@google.com2008-10-087-88/+10
* Use the new HTTP stack by default in the net module'swtc@google.com2008-10-082-1/+3
* Handle TLS-intolerant servers by retrying with TLS 1.0wtc@google.com2008-10-089-19/+93