summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Small refactoring of the test webserver.stoyan@chromium.org2009-02-091-5/+22
* Add constructor to net::FileStream to create it with a base::PlatformFile han...hclam@chromium.org2009-02-094-0/+63
* Stub out an unimplemented NSS function.evan@chromium.org2009-02-092-0/+10
* Fix the windows implementation of KillProcess and WaitForSingleProcess to not...stoyan@chromium.org2009-02-091-1/+1
* Add all net projects to chrome solution.rvargas@google.com2009-02-071-0/+1
* Reverting 9362.ojan@chromium.org2009-02-071-1/+0
* Add all net projects to chrome solution.rvargas@google.com2009-02-061-0/+1
* Add a null pointer check for transaction_ inwtc@chromium.org2009-02-061-1/+4
* Work around a Purify bug by moving initialization from constructor to Inititi...erikkay@google.com2009-02-062-8/+16
* Make the mime -> extension code return a dotless extension.deanm@chromium.org2009-02-062-2/+9
* Add a Repack tool to scons. This is used to compile linux resourcestc@google.com2009-02-061-3/+0
* Revert "Clean up dns prefetch code, and also port it."tc@google.com2009-02-062-23/+8
* Fix HostResolver crash when MessageLoop is destroyed duringphajdan.jr@chromium.org2009-02-061-4/+20
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-061-4/+3
* Add a constraint on how many requests can be outstanding for any given render...ericroman@google.com2009-02-064-11/+15
* Fix a memory leak on the async resource handler.rvargas@google.com2009-02-061-0/+3
* Add X509Certificate::Verify stubs for Mac and Linux.wtc@chromium.org2009-02-057-39/+51
* Can wait for testserver python process to exit. stoyan@chromium.org2009-02-051-15/+27
* Port the ResourceDispatcherHost to Mac and linux.paul@chromium.org2009-02-051-0/+8
* Fix the dependency checker tool. Rules for a directory did modify their direc...stoyan@chromium.org2009-02-051-0/+5
* Disk cache: Add a check to make sure that the index table mask is not bigger ...rvargas@google.com2009-02-042-2/+14
* Move certificate verification off the IO thread.wtc@chromium.org2009-02-0314-364/+499
* On posix platforms make sure the test server has shutdown and wait for it sothomasvl@chromium.org2009-02-031-0/+5
* Add one more histogram to SDCH decoderjar@chromium.org2009-02-021-2/+12
* Add to SDCH histogrammingjar@chromium.org2009-02-023-26/+51
* Correct line ending in unit test.jar@chromium.org2009-01-311-7/+7
* Get rid of synchronous ResolveProxy API.ericroman@google.com2009-01-313-150/+130
* Move proxy resolve requests out of plugin/renderer process, and into the brow...ericroman@google.com2009-01-312-2/+89
* Fix a minor style nit. Make a comment clearer.wtc@chromium.org2009-01-302-6/+5
* Measure how often our users see MD2 intermediate CAwtc@chromium.org2009-01-302-0/+7
* In rare cases (when running inside QEMU), the eventwtc@chromium.org2009-01-302-24/+21
* Make test server to store files by sending POST /writefile/<filename> HTTP re...stoyan@chromium.org2009-01-301-1/+39
* Correct handling of filter chaining of SDCH and gzip compressionjar@chromium.org2009-01-303-31/+89
* Provide the option for HTTPServer to be created with a specificsky@google.com2009-01-293-33/+48
* Add more unit tests for net/base/host_resolver.phajdan.jr@chromium.org2009-01-299-116/+315
* Reverting 8868.ericroman@google.com2009-01-299-256/+301
* Reverting 8864.wtc@chromium.org2009-01-299-301/+256
* Work around our not caching the intermediate CAwtc@chromium.org2009-01-299-256/+301
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-2936-98/+187
* Add support for UA spoofing, and spoof Safari's UA string when loading URLsdarin@chromium.org2009-01-273-16/+18
* Bring in googleurl changes which fix URL parsing layout test.mmoss@chromium.org2009-01-271-1/+1
* Add a dummy function CrashBug6500 so that the returnwtc@chromium.org2009-01-271-17/+11
* Adjust SDCH problem code histogram.jar@chromium.org2009-01-273-5/+9
* Remove unused invalid_cert.pem.dkegel@google.com2009-01-271-41/+0
* Fix compile error in dump_files (didn't catch the error since dump_cache isn'...erikkay@google.com2009-01-261-1/+2
* Change FileStream to use FilePath instead of wstring.erikkay@google.com2009-01-266-10/+13
* Reverting 8627,8625.maruel@chromium.org2009-01-262-26/+8
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-01-262-8/+26
* revert r8603rvargas@google.com2009-01-2436-187/+98
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-2436-98/+187