summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Implement a TODO (purge expired cookies in GetAllCookies()) and some small st...pkasting@chromium.org2008-10-302-85/+111
* Timeout persistent idle connections after 5 minutes, and increase the socket ...ericroman@google.com2008-10-292-30/+53
* 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-2714-29/+53
* Cleanup of DNS prefetch related filesjar@google.com2008-10-271-4/+5
* Clean up filter and content encoding handling jar@google.com2008-10-279-251/+345
* 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-231-3/+2
* Bound the maximum buffer size for response headers.ericroman@google.com2008-10-231-0/+3
* Add a net error code for not implemented.ericroman@google.com2008-10-221-0/+3
* Port SSLClientSocket to Linuxdkegel@google.com2008-10-2210-50/+1269
* Remove HttpTransaction::Destroy(), and do automatic memory management with sc...ericroman@google.com2008-10-211-0/+30
* Suppress CERT_STATUS_NO_REVOCATION_MECHANISM to be compatiblewtc@google.com2008-10-211-0/+4
* We don't support SSL renegotiation yet. Add thewtc@google.com2008-10-215-40/+204
* Implement the getinfo call for Macavi@google.com2008-10-202-3/+151
* Remove typo in file name *unitest* vs *unittest*jar@google.com2008-10-201-0/+0
* 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-174-20/+765
* Don't call the callback in an unexpected case that will never happen anyway.mark@chromium.org2008-10-161-1/+2
* 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-161-0/+3
* Add a lot of robustness to SDCH filter decodingjar@google.com2008-10-1510-262/+718
* 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-156-217/+244
* Support servers that request but don't require SSLwtc@google.com2008-10-142-1/+24
* The Schannel considers some cipher suites (e.g., thewtc@google.com2008-10-132-0/+6
* 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
* 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-081-0/+4
* Unrollback 3024 (partially rolled back in 3027).ericroman@google.com2008-10-085-73/+3
* Revert 3024, broke mac build.maruel@google.com2008-10-085-3/+73
* Pull in new googleurl@94 which includes GURL::EffectiveIntPort().ericroman@google.com2008-10-085-73/+3
* Use the new HTTP stack by default in the net module'swtc@google.com2008-10-081-0/+2
* Handle TLS-intolerant servers by retrying with TLS 1.0wtc@google.com2008-10-086-15/+54
* Rever 2997 since it caused UI and unit tests failure.maruel@google.com2008-10-082-30/+75
* Optimize the mime sniffer based on UMA data and move closer to the HTML 5 spec.darin@chromium.org2008-10-082-75/+30
* - Cleanup usage, EnsureWinsockInit is now the only method of initializing.deanm@chromium.org2008-10-062-42/+35
* Add Posix sync only support to FileInputStream.deanm@chromium.org2008-10-062-18/+106
* Move all callers to EnsureWinsockInit, and away from using WinsockInit instan...deanm@chromium.org2008-10-061-2/+1
* Get open-vcdiff building on Linux and Mac (in SCons) usingsgk@google.com2008-09-301-9/+0
* Transition to pulling open-vcdiff rather than using a private snapshot pulljar@google.com2008-09-301-1/+1
* Define FileInputStream and use it to make UpdateDataStream and URLRequestFile...darin@google.com2008-09-297-73/+622
* Update unit test to check EV functionality (Windows-only for now).avi@google.com2008-09-291-7/+184
* Avoid using of interlocked increment to facilitate porting.jar@google.com2008-09-281-4/+1
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-273-0/+55
* Use open-vcdiff for sdch compression on the Macmark@chromium.org2008-09-263-9/+11