summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add a unit test for recycling a keep-alive connection socketwtc@chromium.org2009-04-211-0/+59
* Add histogram for connection times for new connectionsjar@chromium.org2009-04-211-0/+8
* Allows a proxy bypass entry to match on a specific port, used by thesdoyon@chromium.org2009-04-203-53/+188
* Correct SDCH enforcement of PathMatch for dictionariesjar@chromium.org2009-04-203-2/+43
* Add a FieldTrial and histograms for measuring impact of http prioritization.willchan@chromium.org2009-04-201-2/+26
* Implement full duplex tcp sockets on Windows.willchan@chromium.org2009-04-207-322/+512
* ProxyConfigService for Linux.sdoyon@chromium.org2009-04-2011-52/+1522
* Add assertion to help clarify code.jar@chromium.org2009-04-181-0/+2
* Reverting 13983.willchan@chromium.org2009-04-177-510/+320
* Add tcp connection time histograms.willchan@chromium.org2009-04-172-0/+20
* Implement full duplex mode for windows tcp sockets.willchan@chromium.org2009-04-177-320/+510
* Do a better job of counting SDCH packetsjar@chromium.org2009-04-172-24/+48
* Update Purify and Valgrind data to ignore a few new tests.rvargas@google.com2009-04-172-0/+10
* Disk cache: Modify the unit tests so that they test bothrvargas@google.com2009-04-179-150/+397
* URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...michaeln@google.com2009-04-169-74/+786
* s/delete/delete[]/thestig@chromium.org2009-04-151-1/+1
* Fix strict aliasing warning in disk_cache_perftest.thestig@chromium.org2009-04-141-4/+2
* Delete more unused functions in nss_memio.c.thestig@chromium.org2009-04-141-32/+0
* Disk cache: Enable the code that sets the max size automatically.rvargas@google.com2009-04-143-10/+69
* Assert that the WinSock DLL supports version 2.2.wtc@chromium.org2009-04-141-9/+14
* Update to version 26 of open-vcdiff (underpinnings for SDCH decoder)jar@chromium.org2009-04-141-0/+1
* Histogram time from request till first byte of header is receivedjar@chromium.org2009-04-132-7/+22
* Delete unused functions in nss_memio.c.willchan@chromium.org2009-04-131-30/+0
* Add some LOG(INFO) to help diagnose problems when proxy is not working.ericroman@google.com2009-04-134-3/+108
* Remove the "Proxy-Support: Session-Based-Authentication"wtc@chromium.org2009-04-101-12/+6
* Give the filter setup more context so it can figure out whether it's download...thestig@chromium.org2009-04-107-9/+88
* Disk cache: Finish the current experiment.rvargas@google.com2009-04-103-52/+24
* Add a boolean data member reading_body_from_socket_ to helpwtc@chromium.org2009-04-103-3/+90
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-105-15/+38
* revert until I can figure out why the tests are hangingben@chromium.org2009-04-095-38/+15
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-095-15/+38
* Disk cache: fix broken UMA reports.rvargas@google.com2009-04-093-2/+11
* Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build:sgk@google.com2009-04-081-2/+2
* DNS prefetch experiment extension: Consider different connection count limitsjar@chromium.org2009-04-083-6/+31
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-079-92/+80
* - Add support for platform specific suppression files for Valgrindnirnimesh@chromium.org2009-04-061-0/+1
* Remove the now-superfluous STATE_CONNECT and STATE_CONNECT_COMPLETED from SSL...markus@chromium.org2009-04-036-262/+180
* Fix for bug 9608. adding check that tokenized header is valid.ace@google.com2009-04-022-1/+12
* Add nhs.uk as a single-authority zone.agl@chromium.org2009-04-022-1/+4
* Add GYP file tld_cleanup tool.agl@chromium.org2009-04-021-0/+25
* Fix an innocuous dcheck when going to view-cache.rvargas@google.com2009-04-021-3/+5
* Remove the checked-in scons configuration files.sgk@google.com2009-04-0112-1286/+0
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-3119-177/+643
* Ensures that writes are at least one byte, matching the libevent version. As ...avi@google.com2009-03-311-0/+1
* Set completed_handshake_ to true after the entire Connectwtc@chromium.org2009-03-311-1/+6
* Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test.ericroman@google.com2009-03-3116-104/+466
* Disk Cache: Make sure that an entry that pretends to bervargas@google.com2009-03-308-0/+87
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-3019-645/+179
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-3019-179/+645
* Move position of declaration per nit on larger CL that landedjar@chromium.org2009-03-301-3/+1