summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Add SDCH histogram to help detected delayed acksjar@chromium.org2009-04-241-0/+16
* Correct SDCH enforcement of PathMatch for dictionariesjar@chromium.org2009-04-203-2/+43
* Implement full duplex tcp sockets on Windows.willchan@chromium.org2009-04-206-322/+510
* Add assertion to help clarify code.jar@chromium.org2009-04-181-0/+2
* Reverting 13983.willchan@chromium.org2009-04-176-508/+320
* Implement full duplex mode for windows tcp sockets.willchan@chromium.org2009-04-176-320/+508
* Do a better job of counting SDCH packetsjar@chromium.org2009-04-172-24/+48
* Delete more unused functions in nss_memio.c.thestig@chromium.org2009-04-141-32/+0
* 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
* Delete unused functions in nss_memio.c.willchan@chromium.org2009-04-131-30/+0
* Give the filter setup more context so it can figure out whether it's download...thestig@chromium.org2009-04-105-9/+76
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-103-5/+14
* revert until I can figure out why the tests are hangingben@chromium.org2009-04-093-14/+5
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-093-5/+14
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-075-75/+61
* - 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
* Add nhs.uk as a single-authority zone.agl@chromium.org2009-04-022-1/+4
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-3114-74/+193
* 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
* 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