summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove stragler file that didn't rollbhack (delete) properlyjar@google.com2008-09-221-170/+0
* Rollback 2444 and 2443 to get linux and mac prepjar@google.com2008-09-229-1290/+61
* Adjust includes to satisfy deps checkjar@google.com2008-09-221-1/+1
* Experimental integration of delta compression content encodingjar@google.com2008-09-229-60/+1459
* Unit test now runs on the Mac.avi@google.com2008-09-223-23/+74
* Accidental commit; oopsavi@google.com2008-09-193-74/+23
* Unit test now runs on the Mac.avi@google.com2008-09-193-23/+74
* Oops, expected value comes first.avi@google.com2008-09-191-24/+24
* Add unit test for the X509 parsing. This only runs on Windows, but does so su...avi@google.com2008-09-192-6/+161
* Add a byte factory method for unit testing.avi@google.com2008-09-193-29/+46
* Pull in the latest revision (18744:a1d3449a2cba) of the effective-TLDpamg@google.com2008-09-191-40/+150
* Some tweaks pointed out by wtc.avi@google.com2008-09-181-11/+8
* * Change output of trace_event log to JSON to enable easier integration with ...erikkay@google.com2008-09-181-4/+6
* Use libevent, second try. Changes this time:dkegel@google.com2008-09-182-18/+341
* Bring X.509 cert handling (at least preliminarily) to the Mac.avi@google.com2008-09-183-2/+411
* Avoid signedness mismatch errors from gccdkegel@google.com2008-09-181-3/+3
* Enable two CyberTrust root CAs for EV. The EV policywtc@google.com2008-09-181-0/+12
* Revert "Make tcp_client_socket_unittest pass on Linux."evanm@google.com2008-09-182-341/+18
* Make tcp_client_socket_unittest pass on Linux.dkegel@google.com2008-09-182-18/+341
* Include <wincrypt.h> to fix compilation errors.wtc@google.com2008-09-171-0/+1
* First cut at SSL certificate error handling. Mapwtc@google.com2008-09-172-27/+181
* Don't set any cookies as a result of the Google URL Tracker update check. Th...pkasting@chromium.org2008-09-171-0/+4
* Unignore most warnings on POSIX in build/SConscript.main.evanm@google.com2008-09-161-3/+2
* memcpy cannot overlap, move to memmove.deanm@google.com2008-09-162-2/+2
* Simple unit test, written mostly just to become familiar with the code.dkegel@google.com2008-09-151-0/+118