summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Move the logic reading upload elements to UploadData::Element.satorux@chromium.org2012-02-254-113/+118
* Fixed issues with interrupting a download at the start.ahendrickson@chromium.org2012-02-251-1/+6
* Have the HostCache and CertVerifier cache use the common ExpiringCache.rsleevi@chromium.org2012-02-256-605/+226
* Set SSLInfo.client_cert_sent when origin bound cert was sent.mattm@chromium.org2012-02-255-9/+10
* Minor refactor of ProxyClientSocket.rch@chromium.org2012-02-2511-90/+133
* Update clients to use new TestServer constructor.erikwright@chromium.org2012-02-241-2/+4
* Revert 123565 - Broke the "ASAN Tests (1)" bot: http://build.chromium.org/p/c...fischman@chromium.org2012-02-246-157/+520
* Have the HostCache and CertVerifier cache use the common ExpiringCache.rsleevi@chromium.org2012-02-246-520/+157
* net: Fix a bug in FileStream::CloseSync() on POSIX.satorux@chromium.org2012-02-242-0/+29
* net: add (*.)grepular.com to HSTS preloaded.agl@chromium.org2012-02-242-0/+4
* Remove usage of a deprecated TestServer constructor.erikwright@chromium.org2012-02-245-14/+38
* net: eliminate a random 1/3 of the SSL blacklist.agl@chromium.org2012-02-241-676/+0
* Add the registration mode field to the protobuf.pastarmovj@chromium.org2012-02-241-1/+11
* Add an associative map type that allows values to expire after certain durati...rsleevi@chromium.org2012-02-243-0/+409
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-241-1/+1
* Remove spammy log message from SpdySession.rch@chromium.org2012-02-241-1/+0
* net: Split file_stream.h to file_stream_posix.h and win.hsatorux@chromium.org2012-02-249-102/+358
* SPDY - Better SPDY error logging in NetLog.rtenneti@chromium.org2012-02-2312-85/+397
* Disk Cache: Remove the deleted list experiment.rvargas@google.com2012-02-234-96/+21
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-2325-1174/+1174
* Revert "net: remove DnsRRResolver"agl@chromium.org2012-02-236-0/+1193
* iCleanup: Delete a bunch of empty directories, part 4.thestig@chromium.org2012-02-231-4/+0
* net: switch off online revocation checking by default.agl@chromium.org2012-02-232-3/+6
* Revert change to delay network requests on startup for webRequest extensions.mpcomplete@chromium.org2012-02-231-2/+0
* Simplify the initialization of the various NPN fields in SSLSocketDataProvider.rch@chromium.org2012-02-225-85/+32
* Add apis.google.com upon explicit request.cevans@chromium.org2012-02-222-0/+4
* Expose a static configuration value for the host to use for URLRequestTestHTT...erikwright@chromium.org2012-02-223-13/+73
* Add '--host' option to testserver.py and expose it via a new TestServer const...erikwright@chromium.org2012-02-223-23/+77
* Remove hard-coded source ids from net_log_source_type_list.h,mmenke@chromium.org2012-02-223-35/+51
* While calling IO methods on accepted TCP sockets we run into problem that Ass...ygorshenin@chromium.org2012-02-222-7/+70
* Always log the SSL server certificate received and being verified.rsleevi@chromium.org2012-02-225-20/+13
* net: Add a "async read and delete" test to FleStream.satorux@chromium.org2012-02-221-0/+32
* Disable certificate cache for NSS.mnissler@chromium.org2012-02-221-7/+21
* Fix some unintentional pointer arithmetic.eroman@chromium.org2012-02-221-5/+9
* Fixing some error handling log spam.gspencer@chromium.org2012-02-212-6/+4
* net: log the number of certificates from NSS.agl@chromium.org2012-02-211-0/+2
* net: Simplify FileStream implementation on POSIX.satorux@chromium.org2012-02-212-281/+133
* Make GetNetworkList on Windows filter out 'down' interfaces, as on POSIX.erikwright@chromium.org2012-02-211-1/+5
* [net] Asynchronous DNS ready for experiments.szym@chromium.org2012-02-2126-1649/+962
* Fix a (harmless) clang warning in nss.thakis@chromium.org2012-02-213-1/+18
* net: remove special case for Kaspersky HTTPSagl@chromium.org2012-02-213-20/+2
* net: Get back the blocking behavior in FileStream's destructor.satorux@chromium.org2012-02-213-7/+8
* Revert 122780 - net: Simplify FileStream implementation on POSIX.yutak@chromium.org2012-02-212-93/+281
* net: Simplify FileStream implementation on POSIX.satorux@chromium.org2012-02-212-281/+93
* Valgrind: Initialize |frames_received_|.jhawkins@chromium.org2012-02-202-2/+3
* Refactor BufferedSpdyFramer so that SpdySession is not a visitor ofrch@chromium.org2012-02-207-259/+216
* Revert 122760 - While calling IO methods on accepted TCP sockets we run into ...jam@chromium.org2012-02-202-69/+7
* While calling IO methods on accepted TCP sockets we run into problem that Ass...ygorshenin@chromium.org2012-02-202-7/+69
* net: Clarify comments for FileStream about on what thread callbacks are run.satorux@chromium.org2012-02-191-8/+11
* net: Minor cleanup for FileStream implementation on Windows.satorux@chromium.org2012-02-191-7/+7