summaryrefslogtreecommitdiffstats
path: root/net/socket_stream
Commit message (Expand)AuthorAgeFilesLines
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-3/+3
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-4/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-284-8/+8
* Code cleanup related to allowed_bad_certs.wtc@chromium.org2011-03-141-4/+4
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-081-3/+2
* Clean up net unit testing code.erg@google.com2011-01-261-1/+1
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* More net/ header/implementation method reordering.erg@google.com2011-01-212-59/+61
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-3/+3
* net: Remove prefix net:: from some places that already are in namespace net.tfarina@chromium.org2011-01-193-10/+10
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-153-9/+9
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-7/+9
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-7/+7
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-1/+1
* Properly lock access to static variables.mad@chromium.org2010-12-231-1/+1
* Cache certificate verification results in memory.wtc@google.com2010-12-162-1/+6
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-093-8/+17
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...rsleevi@chromium.org2010-11-221-0/+1
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-3/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-4/+7
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-4/+4
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-1/+3
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-3/+1
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-1/+3
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-162-5/+5
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-142-2/+5
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-042-25/+44
* Stop refcounting HostResolver.willchan@chromium.org2010-10-013-6/+9
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-012-44/+25
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-012-25/+44
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-2/+3
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-10/+5
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-4/+5
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+1
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-251-1/+2
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-192-4/+1
* Added check for null delegate when a socket stream closes between DoResolveHo...cdn@chromium.org2010-08-131-1/+1
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* Fix flaky WebSocket crash with url-with-credential.htmlukai@chromium.org2010-08-112-5/+9
* Fix WebSocket crash bug.ukai@chromium.org2010-08-053-24/+60
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Revert 54707 - Fix WebSocket crash bug.ukai@chromium.org2010-08-032-34/+6
* Fix WebSocket crash bug.ukai@chromium.org2010-08-032-6/+34
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-0/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-294-13/+13
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-264-0/+4
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-221-6/+7