summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add support for random UDP source port selection to avoid birthday attacks in...agayev@chromium.org2011-06-2919-49/+285
* Fix SSLServerSocketNSS to flush buffered ciphertext when plaintext exhausted.wez@chromium.org2011-06-291-4/+9
* Fix memory leak introduced by unit test, unflake timing-dependent test.joi@chromium.org2011-06-291-5/+22
* Add OWNERS file to net/tools/testserverrsimha@chromium.org2011-06-291-0/+4
* For PKCS12 private keys imported into a hardware backed token, mark them as u...gauravsh@chromium.org2011-06-295-43/+108
* Speculative fix for bug 80095.willchan@chromium.org2011-06-287-50/+339
* Call UnwatchSocket when the peer closes the connection, otherwise thewtc@chromium.org2011-06-282-17/+19
* Use crnss.dll and crnspr.dll with the component build.rvargas@google.com2011-06-282-0/+3
* DnsQuery: changed raw function pointer to callback.agayev@chromium.org2011-06-286-14/+48
* Disk cache: (tests) Make sure that we don't have operations in thervargas@google.com2011-06-281-0/+6
* Http cache: Remove a race between the http cache destructorrvargas@google.com2011-06-281-0/+4
* Fix for the DoNotOverrideReferrer url request test failures observed on the c...ananta@chromium.org2011-06-281-10/+1
* Add protobuffer and model type for syncing custom search engines. Includes al...stevet@chromium.org2011-06-281-1/+6
* Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.ccbattre@chromium.org2011-06-2812-81/+88
* SpdyWebSocketStream::SendData has memory leaktoyoshim@chromium.org2011-06-281-2/+2
* Reland 90618 - Remove check for entry_. From coverity CID=8237gbillock@chromium.org2011-06-281-1/+1
* Revert "net: Precede each CBC encrypted application data record with an empty...agl@chromium.org2011-06-275-107/+3
* net: Precede each CBC encrypted application data record with an empty one.agl@chromium.org2011-06-275-3/+107
* Revert 90618 - Add checks for entry_. From coverity CID=8237fischman@chromium.org2011-06-271-1/+1
* Add checks for entry_. From coverity CID=8237gbillock@chromium.org2011-06-271-1/+1
* Fix typo in comment.agl@chromium.org2011-06-271-1/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-2738-11/+483
* WebSocket unit test style fix on static const char kFooBar[]toyoshim@chromium.org2011-06-273-62/+79
* Fix typo in cloud policy testservergfeher@chromium.org2011-06-271-1/+1
* WebSocket over SPDY: SpdyWebSocketStreamtoyoshim@chromium.org2011-06-277-1/+938
* Mark second half of URLRequestTest.DoNotOverrideReferrer as faillingbattre@chromium.org2011-06-271-0/+10
* Revert 90354 - Revert 90352 - Move Referer header to extra_headers fieldbattre@chromium.org2011-06-279-43/+70
* Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...chromium@hybridsource.org2011-06-251-0/+7
* TCPServerSocketLibevent should call StopWatchingFileDescriptor()wtc@chromium.org2011-06-252-2/+5
* net: mention upstream Mozilla bug for cachedinfo.agl@chromium.org2011-06-241-0/+1
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-2438-481/+10
* net: include patch for cached info and fix whitespace.agl@chromium.org2011-06-248-103/+775
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-2438-10/+481
* Revert 90352 - Move Referer header to extra_headers fieldbattre@chromium.org2011-06-249-70/+43
* Move Referer header to extra_headers fieldbattre@chromium.org2011-06-249-43/+70
* Update SocketStreamMetrics to support new metrics on protocol switch.toyoshim@chromium.org2011-06-244-43/+67
* Header file which defines unit test's target class should be included at first.toyoshim@chromium.org2011-06-2410-10/+20
* net: Add some histograms to URLRequestHttpJob and make sure thatrvargas@google.com2011-06-242-1/+65
* Moved listen_socket_unittest.{h,cc} to the net namespace. Fixed nits related ...rkn@chromium.org2011-06-242-18/+22
* fix run_testserver init again.tim@chromium.org2011-06-231-2/+2
* Do GetAdaptersAddresses on a worker thread.joi@chromium.org2011-06-234-66/+253
* Moved the ListenSocket class (found in net/base/listen_socket.h) to the net n...rkn@chromium.org2011-06-236-37/+50
* Don't block the UI thread for OCSP/CRLs when viewing a cert on Mac.rsleevi@chromium.org2011-06-232-74/+128
* Localize strings, speeds.avi@chromium.org2011-06-221-4/+1
* Make TCP FastOpen work again.wtc@chromium.org2011-06-223-20/+17
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-222-4/+4
* Coverity: Return if cert creation fails in X509Certificate::CreateSelfSigned.thestig@chromium.org2011-06-221-0/+3
* Added client-side support for the TLS cached inforkn@chromium.org2011-06-2214-71/+511
* Add mock support for UDPClientSocketagayev@chromium.org2011-06-226-0/+178
* net doesn't depend on libevent directly now.wtc@chromium.org2011-06-227-26/+0