summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Fix TestConnectJob::kMockAdvancingLoadStateJob to be less flaky.vandebo@chromium.org2010-06-171-10/+14
* Revert 49982 - patchthakis@chromium.org2010-06-161-2/+1
* patchthakis@chromium.org2010-06-161-1/+2
* In addition to the logging the IP address that a TCP connect is made to, also...eroman@chromium.org2010-06-162-2/+2
* TTF: Fix and enable disabled test: ClientSocketPoolBaseTest.LoadStatevandebo@chromium.org2010-06-161-4/+3
* Improve error messages for bad SocketParams.willchan@chromium.org2010-06-154-14/+31
* Second attempt to land r49489. wtc@chromium.org2010-06-114-5/+76
* Revert 49489 - Use NSS for SSL by default on Mac OS X.hayato@chromium.org2010-06-114-76/+5
* Use NSS for SSL by default on Mac OS X.wtc@chromium.org2010-06-114-5/+76
* Reland my close on idle socket change (r43882+r44150).willchan@chromium.org2010-06-104-44/+169
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-081-1/+2
* Revert "Revert an idle sockets change to trigger reliability bot. Will rever...willchan@chromium.org2010-06-084-172/+45
* Revert an idle sockets change to trigger reliability bot. Will revert again ...willchan@chromium.org2010-06-084-45/+172
* Do not attempt to reuse active sockets after a socket pool flush (usually a n...willchan@chromium.org2010-06-0711-23/+103
* Fix a regression on Windows introduced by r48650.wtc@chromium.org2010-06-042-9/+34
* Fixes an invalid read bug in ClientSocketPoolBaseHelper and cancels ConnectJo...willchan@chromium.org2010-06-032-0/+38
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-0315-133/+178
* Refactored Histogram::FactoryGet() to be style-compliantziadh@chromium.org2010-06-021-3/+3
* Restricting lifetime of python sync server on Windows via a JobObject.rsimha@chromium.org2010-06-022-4/+81
* Use SSLClientSocketNSS on Mac OS X. By default, chrome still useswtc@chromium.org2010-06-012-31/+27
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-2/+2
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-261-2/+2
* Missed a file as part of checkin for r48186mbelshe@chromium.org2010-05-251-2/+2
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-214-51/+48
* Always fallback to the next address when doing TCP connect (winsock impl). eroman@chromium.org2010-05-212-56/+100
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-213-1/+22
* Remove the TRACE_EVENT for network states. This is no longer needed, since mo...eroman@chromium.org2010-05-212-25/+0
* Make ClientSocketPool histograms static so that they work properly.vandebo@chromium.org2010-05-2012-58/+156
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-203-27/+84
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-209-19/+82
* Make TCPClientSocket* inherit from NonThreadSafe.willchan@chromium.org2010-05-194-2/+30
* Always fallback to the next address when doing TCP connect (libevent impl).eroman@chromium.org2010-05-192-99/+117
* chunk of straightforward ifdef/include changes for BSD portpvalchev@google.com2010-05-191-0/+3
* Prevent crash in test case where tests could overflow the index to the list ofmbelshe@chromium.org2010-05-191-6/+12
* Revert r47583 for causing reliability bot crashes.willchan@chromium.org2010-05-194-172/+45
* Reland my close on idle socket change.willchan@chromium.org2010-05-184-45/+172
* 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