summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix a few broken histograms.rvargas@google.com2009-04-302-10/+8
* Add a histogram to measure the number of idle sockets when a TCP connection i...willchan@chromium.org2009-04-304-0/+18
* Don't return true from unimplemented X509Certificate::IsEV.ukai@chromium.org2009-04-292-8/+6
* Supports single range request with file protocolhclam@chromium.org2009-04-294-9/+207
* Add a histogram to measure how long are we waiting to closervargas@google.com2009-04-291-5/+13
* Revert "Supports single range request with file protocol"evan@chromium.org2009-04-294-200/+9
* Supports single range request with file protocolhclam@chromium.org2009-04-284-9/+200
* Switching to v8.gyp in the v8 project (so they can maintain it themselves).bradnelson@google.com2009-04-281-1/+1
* Implement a parser that parses the "Range" HTTP headerhclam@chromium.org2009-04-287-2/+455
* Refactor HttpNetworkTransaction to remove side effects in some member functions.willchan@chromium.org2009-04-283-427/+785
* Add a histogram to record the dns resolution + tcp connection times.willchan@chromium.org2009-04-282-4/+19
* Reverting 14597,14596,14595.sgjesse@chromium.org2009-04-271-1/+1
* Update V8 in chromium to version 1.2.1.ager@chromium.org2009-04-271-1/+1
* Don't use CancelIo to cancel pending IO before closing awtc@chromium.org2009-04-261-10/+11
* Add SDCH histogram to help detected delayed acksjar@chromium.org2009-04-241-0/+16
* Implement HttpResponseHeaders::GetContentRange and unittestshclam@chromium.org2009-04-223-3/+295
* Disk cache: Set up a new experiment on the dev channel.rvargas@google.com2009-04-223-10/+85
* Add -DCHROME_V8 to the chrome/browser build.sgk@google.com2009-04-221-1/+5
* Build on Linux with shared libraries (significant chunks courtesy craigsch):sgk@google.com2009-04-221-0/+4
* Stop using deprecated file_util::Trim* functions.thestig@chromium.org2009-04-211-4/+5
* Log the "Proxy-Support: Session-Based-Authentication"wtc@chromium.org2009-04-212-29/+68
* 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