summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Added OriginBoundCertService class to handle the fetching (and creation) of o...rkn@chromium.org2011-07-084-0/+148
* Remove old comments.eroman@chromium.org2011-07-081-6/+0
* Change HttpProxyClientSocket and SpdyProxyClient socket to lookrch@chromium.org2011-07-084-4/+6
* Updating a link in the comments.marja@google.com2011-07-081-1/+1
* Revert 91842 - Introduce a policy to control the maximal number of connection...johnme@google.com2011-07-082-5/+1
* Introduce a policy to control the maximal number of connections per proxy ser...pastarmovj@chromium.org2011-07-082-1/+5
* Reland r91815, "Clean up RegisterProtocolFactory calls."willchan@chromium.org2011-07-081-3/+3
* Revert r91815, "Clean up RegisterProtocolFactory calls." (broke mac canaries)caseq@google.com2011-07-081-3/+3
* Clean up RegisterProtocolFactory calls.willchan@chromium.org2011-07-081-3/+3
* net: Precede each CBC encrypted application data record with an empty one.agl@chromium.org2011-07-075-3/+107
* Upstream android net related code (part 2)michaelbai@google.com2011-07-073-10/+10
* net: add Izenpe as EV CAagl@chromium.org2011-07-071-0/+11
* Refactoring on WebSocket over SPDY unit teststoyoshim@chromium.org2011-07-075-105/+165
* Allow DiskCache tests to be shuffled/independent of eachotherrsleevi@chromium.org2011-07-075-126/+129
* WebSocket: Add connection test on WebSocketJobTesttoyoshim@chromium.org2011-07-061-47/+233
* URLRequestJob::Read can return false but still leave the request in state URL...battre@chromium.org2011-07-064-25/+42
* Fixes for OpenSSLbulach@chromium.org2011-07-053-1/+20
* Fix ReuseTest memory handling.joi@chromium.org2011-07-041-8/+10
* Do tests in both spdy enabled and disabled configurations.toyoshim@chromium.org2011-07-041-17/+84
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-0210-28/+12
* net: Build net.dll on Windows.rvargas@google.com2011-07-012-4/+22
* net: Add NET_API to DnsTransaction.rvargas@google.com2011-07-011-1/+2
* Revert 91296 - Revert 91292 - Refactoring on SocketStream to support IO PENDI...sky@chromium.org2011-07-013-17/+159
* Detect Kaspersky SSL MITM and give a helpful error message.agl@chromium.org2011-07-013-31/+49
* Revert 91292 - Refactoring on SocketStream to support IO PENDING on WebSocket...sky@chromium.org2011-07-013-159/+17
* Refactoring on SocketStream to support IO PENDING on WebSocket throttlingtoyoshim@chromium.org2011-07-013-17/+159
* Cleanup some test ugliness. Stop using a global.willchan@chromium.org2011-07-019-52/+45
* net: Add NET_API to more code to enable buildingrvargas@google.com2011-06-309-38/+64
* Implements DnsTransaction class.agayev@chromium.org2011-06-306-19/+701
* net: add additional EV policy OID for Valicertagl@chromium.org2011-06-302-5/+2
* SpdyWebSocketStreamTest.IOPending is failing on the Dr.Memory bots.toyoshim@chromium.org2011-06-301-9/+11
* More UDP mock support.agayev@chromium.org2011-06-292-33/+123
* DnsQuery: use Clone instead of copy constructor.agayev@chromium.org2011-06-294-48/+35
* net: measure the latency difference of resume handshakes.agl@chromium.org2011-06-299-12/+141
* net: allow multiple EV OIDsagl@chromium.org2011-06-293-88/+106
* 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