summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: block Cyberoam CA with leaked private key.agl@chromium.org2012-07-101-1/+6
* DeterministicSocketDataProvider should not be RefCountedrsleevi@chromium.org2012-07-1016-163/+137
* NSS Channel ID: don't check ECC support on every socket creation.mattm@chromium.org2012-07-091-8/+3
* Created new SpdyFramerVisitorInterface::OnSynStream(), SpdyFramerVisitorInter...rch@chromium.org2012-07-0911-296/+574
* Fixed file leaks when running net_unittests.danhn@chromium.org2012-07-092-4/+3
* Don't include PEM certificates in generated HSTS file.agl@chromium.org2012-07-092-1146/+0
* Add jitsi.org to HSTS preloaded.agl@chromium.org2012-07-092-0/+6
* Remove an extraneous Cache/ entry in net_unittests.isolate.maruel@chromium.org2012-07-061-3/+0
* net_unittests.isolate on Windows and Linux: add the whole test dependencies.maruel@chromium.org2012-07-061-2/+277
* Update net_unittests.isolate, unit_tests.isolate and browser_tests.isolate.maruel@chromium.org2012-07-061-7/+10
* flip_in_mem_edsm_server: convert proxyed response header names to lowercase.toyoshim@chromium.org2012-07-041-3/+7
* clang: -Wunused-private-field cleanups, linux editionthakis@chromium.org2012-07-032-3/+1
* Rename DTLS_GetTimeout to DTLS_GetHandshakeTimeoutrsleevi@chromium.org2012-07-033-6/+6
* Reduce log spam from things which use Deterministic/OrderedSocketDatarsleevi@chromium.org2012-07-031-1/+7
* Add iOS support to ssl.gyp and zlib.gypstuartmorgan@chromium.org2012-07-021-9/+15
* Prevent requests for http://host:port/ from being sent over an existing spdy ...rch@chromium.org2012-07-024-6/+523
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-303-5/+5
* Set the system network delegate on the SystemURLRequestContext.mattm@chromium.org2012-06-301-0/+33
* Revert 144947 - Disk cache: don't check the list of entries at startup.rvargas@google.com2012-06-291-0/+3
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-2913-26/+41
* Disk cache: don't check the list of entries at startup.rvargas@google.com2012-06-291-3/+0
* Disk cache: Wait until time actually moves forward, torvargas@google.com2012-06-294-15/+22
* net: add support for testing OCSP unauthorized and unknown statusesagl@chromium.org2012-06-294-14/+38
* Allow PUT and POST with empty body in URLFetcher.kinaba@chromium.org2012-06-292-1/+41
* Clarify comments in net/tools/testserver/OWNERSakalin@chromium.org2012-06-281-2/+4
* Create a SpawnerCommunicator when starting a remote test server and destroy i...jnd@chromium.org2012-06-284-13/+28
* Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...mattm@chromium.org2012-06-2817-459/+212
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-06-2817-212/+459
* Properly display the negotiated protocol for spdy proxy sessions.rch@chromium.org2012-06-271-5/+2
* Fix crash when an SSL key-log file couldn't be opened.agl@chromium.org2012-06-274-4/+38
* Remove SSLHostInfo.agl@chromium.org2012-06-2735-1149/+40
* Remove unused fields found by clang's new Wunused-private-fields.thakis@chromium.org2012-06-271-1/+0
* Register JNI methods before running unittests on android.nileshagrawal@chromium.org2012-06-271-0/+12
* Make SplitString() and variants clear their outparam vector. (Note that Spli...pkasting@chromium.org2012-06-261-2/+1
* Rename SpdySession::kInitialMaxConcurrentStreams to rch@chromium.org2012-06-264-6/+10
* Do the Windows source file annotation at the end of the download.rdsmith@chromium.org2012-06-261-0/+4
* Move java files into src parent directory.navabi@google.com2012-06-265-4/+4
* Add a new OnControlFrameCompressed method to SpdyFramerVisitor which is invok...rch@chromium.org2012-06-2610-9/+71
* Revert "Use a test specific macro to call JNI registrars during APK tests."nileshagrawal@chromium.org2012-06-261-4/+1
* Add (*.)www.cueup.com to HSTS preloaded list.agl@chromium.org2012-06-263-6/+28
* Optionally disable mmap() in the disk cache.husky@chromium.org2012-06-2610-6/+163
* Disk cache: Continue looking for list errors after the first one.rvargas@chromium.org2012-06-261-4/+6
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-2622-240/+236
* Use a test specific macro to call JNI registrars during APK tests.nileshagrawal@chromium.org2012-06-251-1/+4
* NSS: add ability to get the tls-unique channel binding value.agl@chromium.org2012-06-257-0/+267
* [net] Record JobQueueTime and TotalTime histograms.szym@chromium.org2012-06-251-16/+94
* Optimizing compilers are evil.ttuttle@chromium.org2012-06-251-6/+7
* Coverity: Fix a forward NULL.jhawkins@chromium.org2012-06-251-1/+1
* dns_fuzz_stub: Crash in a way ASAN catchesttuttle@chromium.org2012-06-231-3/+13
* Completely refactor isolate.py to be 'command based'.maruel@chromium.org2012-06-231-2/+2