summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Add FileStream::Open() and Close() that perform asynchronously.satorux@chromium.org2012-02-174-53/+416
* Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,rch@chromium.org2012-02-1715-69/+75
* Send RST_STREAM on receipt of non-lowercased header names. Add newrch@chromium.org2012-02-176-20/+209
* Pull out debug instrumentation.mattm@chromium.org2012-02-174-83/+0
* SPDY Proxy - Bug fix to handle flow control (spdy/2.1)rtenneti@google.com2012-02-163-5/+15
* Disk cache: Handle clearing the memory cache when it is already empty.rvargas@google.com2012-02-162-3/+5
* net: permit EV without online revocation checking.agl@chromium.org2012-02-165-24/+25
* net: check cached revocations on Windows when online checks are disabled.agl@chromium.org2012-02-162-2/+29
* net: FileStream::Read/Write() to take IOBuffer* instead of char*satorux@chromium.org2012-02-167-160/+222
* Add myself to OWNERS for Python test server.phajdan.jr@chromium.org2012-02-161-0/+3
* Enable Certum Trusted Network CA for EV.wtc@chromium.org2012-02-161-0/+7
* SPDY - Don't call AdjustWindowSize on PendingCreateStreams.rtenneti@google.com2012-02-161-20/+0