summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Trigger SSL fallback based on Bad MAC alert.agl@chromium.org2010-05-181-0/+2
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-179-82/+19
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-161-1/+1
* Update dynamic annotations and move them to base/third_partytimurrrr@chromium.org2010-05-141-1/+1
* Reland 46757.willchan@chromium.org2010-05-104-26/+131
* Pass nulls through test sockets.gavinp@chromium.org2010-05-102-3/+8
* Revert 46757 - Fix IO thread hang on releasing a socket.sky@chromium.org2010-05-084-104/+26
* On Windows, do not use the COMODO EV SGC CA certificatewtc@chromium.org2010-05-081-2/+54
* Fix IO thread hang on releasing a socket.willchan@chromium.org2010-05-074-26/+104
* Add DCHECK to detect misuse of HISTOGRAM interface.jar@chromium.org2010-05-071-8/+16
* Get tests working for Alternate-Protocol and proxies.willchan@chromium.org2010-05-052-8/+19
* Fix some uses of scoped_ptr.release() in net/ such that the return value is n...estade@chromium.org2010-05-043-20/+14
* Move OrderedSocketData to SocketTestUtil so it can be used elsewhere.willchan@chromium.org2010-05-042-0/+227
* Enable the regression test for issue 42538 for Windows.wtc@chromium.org2010-05-032-2/+6
* Re-apply http://codereview.chromium.org/1622012timurrrr@chromium.org2010-04-301-1/+8
* Revert "[Third time landing] Python implementation of sync server, for testing."phajdan.jr@chromium.org2010-04-301-8/+1
* [Third time landing] Python implementation of sync server, for testing.nick@chromium.org2010-04-301-1/+8
* SSL_ForceHandshake may return SECSuccess prematurely.wtc@chromium.org2010-04-293-3/+64
* Revert 45916 - Python implementation of sync server, for testing.nick@chromium.org2010-04-291-8/+1
* Python implementation of sync server, for testing.nick@chromium.org2010-04-291-1/+8
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-294-12/+30
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-289-64/+91
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-289-106/+115
* Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.cbentzel@chromium.org2010-04-281-1/+1
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-276-75/+56
* Fix case where backup socket jobs ignored the socket limits.mbelshe@chromium.org2010-04-271-3/+9
* SPDY: Fix Alternate-Protocol.willchan@chromium.org2010-04-262-7/+103
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-2331-282/+327
* Unlike a real TCPClientSocket, the MockTCPClientSocket was still callingmbelshe@chromium.org2010-04-222-0/+6
* Throttle writes rather than just taking it all at once. Fixes crashing as wel...avi@chromium.org2010-04-221-2/+15
* SSL fixes for sites with buggy DEFLATE support.agl@chromium.org2010-04-201-0/+2
* Fix crash on IP address change.willchan@chromium.org2010-04-199-19/+79
* SPDY: Change Chrome code to support new NPN protocols.willchan@chromium.org2010-04-191-4/+4
* Fix FindTopStalledGroup() to catch groups correctly.willchan@chromium.org2010-04-162-9/+40
* Do not call NSS functions if NSS initialization failed.wtc@chromium.org2010-04-161-3/+7
* Revert 44708 - Python implementation of sync server, for testing.nick@chromium.org2010-04-151-8/+1
* Python implementation of sync server, for testing.nick@chromium.org2010-04-151-1/+8
* If the server's CertificateRequest message contains an emptywtc@chromium.org2010-04-141-2/+12
* Revert r44150 and r43882.willchan@chromium.org2010-04-134-161/+39
* Fix crash when we delete the group we're requesting a socket for.willchan@chromium.org2010-04-094-20/+55
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-091-2/+2
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-081-2/+2
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-089-79/+19
* Fix ClientSocketPool to count idle sockets toward socket limit.willchan@chromium.org2010-04-073-28/+115
* Mac: Improve Chrome's response to post-handshake SSL renegotiation.snej@chromium.org2010-04-071-1/+13
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-071-2/+1
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-071-1/+2
* memio_SetPeerName implicitly assumes that struct sockaddr is the same as PRNe...pvalchev@google.com2010-03-311-1/+15
* Remove bug 31096 checks (resolved).vandebo@chromium.org2010-03-301-2/+0
* Mac SSL fix: Go back to not enabling break-on-auth when we have a client cert...snej@chromium.org2010-03-301-14/+26