summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Assert that the lifetimes of multiple ScopedHostMapperwtc@google.com2008-09-261-1/+3
* If we read nothing (EOF) after sending a request on awtc@google.com2008-09-251-0/+6
* Add UTF-8 check for JSON deserializer.jungshik@google.com2008-09-252-4/+4
* Add more tests and files to the Mac's net_unittests:mark@chromium.org2008-09-252-6/+0
* add http layer and unit tests to mac build. stub out file uploading in upload...pinkerton@google.com2008-09-253-0/+29
* Repair leak in unit test by properly ending use of gzip stream.jar@google.com2008-09-251-0/+2
* Correct typo in SDCH (filter chaining) unit test, and enable testjar@google.com2008-09-252-6/+13
* fix minor whitespace issuesdarin@chromium.org2008-09-241-1/+1
* Apply minor tweaks to ScopedHostMapper per review feedback.darin@chromium.org2008-09-243-8/+11
* Some quick changes suggested by wtc in review.avi@google.com2008-09-241-1/+14
* Add support for mock DNS queries. This allows us to eliminatedarin@google.com2008-09-245-3/+146
* Fix support for 204 responses that lack an explicit EOF.darin@google.com2008-09-231-0/+3
* Miscellaneous cleanup.wtc@google.com2008-09-232-38/+49
* Refactoring out common code in the X.509 cert handlingavi@google.com2008-09-234-325/+210
* Correct typo with containing extra declarations in headerjar@google.com2008-09-231-8/+7
* Another unit test parsing the Webkit cert, and the attendent changes needed f...avi@google.com2008-09-232-22/+196
* Add tcp_client_socket_libevent to the project and get the unit tests working ...pinkerton@google.com2008-09-231-9/+2
* Disable failing filter chaining testjar@google.com2008-09-231-1/+2
* Don't use SDCH until open_vcdiff works on all platforms.evanm@google.com2008-09-231-0/+9
* Re-land SDCH filter support experimentjar@google.com2008-09-239-60/+1459