summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-063-19/+107
* Move all callers to EnsureWinsockInit, and away from using WinsockInit instan...deanm@chromium.org2008-10-061-2/+1
* Use open-vcdiff source in its new home on the Mac (follow-up to r2709)mark@chromium.org2008-09-301-4/+4
* Get open-vcdiff building on Linux and Mac (in SCons) usingsgk@google.com2008-09-302-14/+3
* Transition to pulling open-vcdiff rather than using a private snapshot pulljar@google.com2008-09-301-1/+1
* Use base::RandInt() in place of rand(), now that rand_util has been moved fro...ericroman@google.com2008-09-301-2/+2
* When an SSL connect is completed, we need to callwtc@google.com2008-09-301-6/+7
* Add comments to explain the ERR_NAME_NOT_RESOLVED case.darin@google.com2008-09-291-0/+6
* Add code to call ReconsiderProxyAfterError when we encounter a failure to res...darin@chromium.org2008-09-292-3/+49
* Re-order constructor order to avoid warning on mac build (that causes error).ericroman@google.com2008-09-291-5/+5
* Add missing header file to net.xcodeprojdarin@google.com2008-09-291-0/+2
* Style refactoring to make MockRead initializers more readable.ericroman@google.com2008-09-291-63/+70
* fix build bustage due to missing headerdarin@google.com2008-09-291-0/+2
* Need to alphabetize our source files in the build steps.avi@google.com2008-09-291-6/+6
* Define FileInputStream and use it to make UpdateDataStream and URLRequestFile...darin@google.com2008-09-2915-318/+779
* Update unit test to check EV functionality (Windows-only for now).avi@google.com2008-09-291-7/+184
* Get rid of "using std::string" in http_response_headers.cc.ericroman@google.com2008-09-291-84/+85
* Avoid using of interlocked increment to facilitate porting.jar@google.com2008-09-281-4/+1
* Add the auth unit-tests to SConscript and .pbxprojericroman@google.com2008-09-275-4/+19
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-2724-12/+1747
* Roll the third_party/icu38 revision in DEPS to have SCons build libicu,sgk@google.com2008-09-262-2/+2
* Add positive and negative test cases for whether wewtc@google.com2008-09-261-10/+86
* Use open-vcdiff for sdch compression on the Macmark@chromium.org2008-09-264-9/+66
* Make sure there is only one instance of the stats histogram at a given time.rvargas@google.com2008-09-261-3/+7
* 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-253-11/+34
* 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-254-14/+27
* Provide autorelease pool management on the Mac in all types of message pumps.mark@chromium.org2008-09-252-2/+2
* add http layer and unit tests to mac build. stub out file uploading in upload...pinkerton@google.com2008-09-258-24/+60
* 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
* Use histograms to send interesting parts of the disk cache statistics.rvargas@google.com2008-09-248-4/+171
* Add libevent to the Mac SCons build of net_unittests:sgk@google.com2008-09-241-4/+8