summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-3014-193/+74
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-3014-74/+193
* Add cast to fix tree bustage on macjar@chromium.org2009-03-301-3/+6
* Use HTTP status return code to make SDCH handling more robust.jar@chromium.org2009-03-305-9/+216
* Increase allowable dictionary size so that iGoogle can test SDCHjar@chromium.org2009-03-271-1/+1
* Fix leak in cert code that Valgrind found.avi@google.com2009-03-271-24/+33
* filter_context.GetMimeType returns false if there is nowtc@chromium.org2009-03-271-1/+1
* Prevent making real DNS lookups by chrome tests.phajdan.jr@chromium.org2009-03-274-12/+36
* Make sure last_time_seen_ is protected by the CookieMonster lock.deanm@chromium.org2009-03-261-2/+6
* Make sure filters can handle an empty input bufferjar@chromium.org2009-03-252-4/+8
* Disk cache: First pass to make it possible to havervargas@google.com2009-03-251-0/+20
* Reverting 12479 which reverted 12470.willchan@chromium.org2009-03-255-89/+163
* Reverting 12470.willchan@chromium.org2009-03-255-163/+89
* Prioritize which HTTP requests get a socket first by adding a priority level ...willchan@chromium.org2009-03-255-89/+163
* Do not apply gzip filter to file names with gz/tgz/svgz extensions.thestig@chromium.org2009-03-251-0/+16
* GetMyHostName is renamed GetHostName to match the name ofwtc@chromium.org2009-03-253-8/+7
* * Switch the posix FileStream code over to using WorkerPool for asynchronous ...willchan@chromium.org2009-03-242-69/+752
* Net module changes to support caching responses to a POST request.darin@chromium.org2009-03-241-2/+13
* Implement SSL renegotiation.wtc@chromium.org2009-03-202-77/+122
* Don't expect unit tests to free root certdkegel@google.com2009-03-201-0/+4
* Add #include <fcntl.h>patrick@chromium.org2009-03-201-0/+2
* Add support for progressive JPEGs with MIME type image/pjpeg. Fixes Issue 2104.jon@chromium.org2009-03-191-0/+1
* Add a unit test for X509Certificate::Policy.abarth@chromium.org2009-03-191-0/+36
* Net unittests: handle the case where recv failsagl@chromium.org2009-03-191-1/+9
* Try to get inter-packet times more preciselyjar@chromium.org2009-03-192-21/+48
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-182-3/+2
* Fix leak in GetCertSubjectAltNamesOfType(). Found by valgrind.dkegel@google.com2009-03-181-0/+1
* Fix incorrect include guards in net/, where the guard didn't match the filename.deanm@chromium.org2009-03-173-4/+9
* SSL Fix: Step 2.Add HasAllowedCert and HasDeniedCert to X509Certificate::Poli...abarth@chromium.org2009-03-172-0/+14
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-1/+4
* Added yet one more histogram to help debug SDCH issues.jar@chromium.org2009-03-131-2/+4
* wtc: please look at URL related code, and hooks and nitsjar@chromium.org2009-03-138-188/+223
* Highlights of changes:hclam@chromium.org2009-03-131-0/+3
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-133-2/+1
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-131-1/+0
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-123-3/+0
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-122-1/+1
* Remove unneeded includes of googleurl/src/url_parse.h and url_canon.h.thestig@chromium.org2009-03-122-3/+0
* Revert 11495 (since that reversion didn't heal plugin problem)jar@chromium.org2009-03-121-2/+1
* Revert 11484 to try to heal plugin_test failurejar@chromium.org2009-03-111-1/+2
* Block reading unauthenticated bytes from the proxy when the user cancels a 40...abarth@chromium.org2009-03-111-2/+1
* Minor nits in IO bufferjar@chromium.org2009-03-112-2/+4
* NO CODE CHANGEdeanm@chromium.org2009-03-1187-87/+0
* Unfork the code path for loading net resources on mac, ie-put it back inlinethomasvl@chromium.org2009-03-111-14/+1
* remove a bogus comment on thread safety.thomasvl@chromium.org2009-03-111-4/+1
* Slight code change to make some global variables const.maruel@google.com2009-03-1011-67/+103
* On some slow machines, like the virtual machine of Vista 64nsylvain@chromium.org2009-03-101-4/+3
* Add warning comment to FileStream::Truncateagl@chromium.org2009-03-091-0/+2
* Fix tree: Purify noted I didn't init two bools in a mock-class constructor.jar@chromium.org2009-03-091-1/+5
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-0912-111/+290