summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Revert 122760 - While calling IO methods on accepted TCP sockets we run into ...jam@chromium.org2012-02-202-69/+7
* While calling IO methods on accepted TCP sockets we run into problem that Ass...ygorshenin@chromium.org2012-02-202-7/+69
* Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,rch@chromium.org2012-02-175-22/+28
* Pull out debug instrumentation.mattm@chromium.org2012-02-172-12/+0
* Remove the global HCERTSTORE from Windows in favour of using the NULL HCERTST...rsleevi@chromium.org2012-02-151-10/+9
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-142-5/+6
* Add some instrumentation to track down a crash.eroman@chromium.org2012-02-142-0/+12
* Disable CREDENTIALS frames when using spdy/2.1 or earlier.rch@chromium.org2012-02-141-0/+1
* Adds support for the credentials frame.rch@chromium.org2012-02-0812-20/+89
* Fix ref leak in WebSocketServerSocketImpl introduced in r115422.rnk@chromium.org2012-02-071-2/+2
* Fix calls in base and net unit tests to use TimeDelta.tedvessenes@gmail.com2012-02-042-9/+12
* Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-02-034-34/+15
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-285-34/+39
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-272-9/+10
* SPDY - Change all tests to use SPDY/2.1 protocol. Madertenneti@chromium.org2012-01-271-12/+12
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-01-254-15/+34
* Remove "FALSE START" logspam.thakis@chromium.org2012-01-241-1/+0
* net: add a policy option: DisableSSLRecordSplittingagl@chromium.org2012-01-241-0/+1
* Revert r113405, since it appears to be causing a crash and a hang. Also rever...eroman@chromium.org2012-01-2412-410/+39
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-222-57/+27
* The network_moved check in DoHandshakeLoop and calling OnHandshakeIOCompletejnd@chromium.org2012-01-211-15/+13
* Revert 117772 - Add instrumentation to help track down a use-after-free.eroman@chromium.org2012-01-202-58/+4
* Revert 118074 - Disable FPO throughout client_socket_pool_base.cc.eroman@chromium.org2012-01-201-13/+0
* Fix a use-after free in socket pool which can happen after reaching the maxiu...eroman@chromium.org2012-01-201-0/+5
* The network_moved check in DoHandshakeLoop should only apply towtc@chromium.org2012-01-191-12/+13
* Disable FPO throughout client_socket_pool_base.cc.eroman@chromium.org2012-01-181-0/+13
* Add instrumentation to help track down a use-after-free.eroman@chromium.org2012-01-142-4/+58
* The network_moved check in DoHandshakeLoop should only apply towtc@chromium.org2012-01-131-7/+11
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-062-2/+1
* net: don't pass the CRLSet in the SSLConfig.agl@chromium.org2012-01-063-7/+7
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-281-6/+1
* Coverity: Fix leaks.jhawkins@chromium.org2011-12-211-2/+2
* base::Bind: Finish converting net/socket.jhawkins@chromium.org2011-12-219-76/+69
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-214-2/+6
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-214-6/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-204-2/+6
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-2014-103/+72
* Initialize protocol_version to Unknown.rtenneti@chromium.org2011-12-201-1/+1
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-206-30/+57
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-202-5/+3
* Avoid including gtest file directly, and go through base insteadjar@chromium.org2011-12-151-1/+1
* Revert: Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-159-449/+1
* Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-159-1/+449
* net: remove DNS certificate checking code.agl@chromium.org2011-12-159-449/+1
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-1515-436/+431
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-142-3/+5
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-142-5/+3
* net: reenable #if's around pinning code.agl@chromium.org2011-12-141-2/+2
* Add back support for --testing-fixed-http-port and --testing-fixed-https-portwillchan@chromium.org2011-12-141-0/+7
* net: split the SSL session cache between incognito and normal.agl@chromium.org2011-12-1213-55/+103