summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* crypto: add DecodeSignature and use SHA-256 with ECDSA.agl@chromium.org2012-09-192-2/+14
* URLFetcher uses a TaskRunner instead of a message loop.droger@chromium.org2012-09-197-47/+59
* Use net::UploadDataStream::Init() instead of InitSync()hashimoto@chromium.org2012-09-192-8/+30
* Cleanup: avoid foo ? true : false, part 2.thestig@chromium.org2012-09-196-14/+12
* Make MultiThreadedCertVerifier receive a CertVerifyProc, rather than creating...rsleevi@chromium.org2012-09-194-12/+7
* Shuffle CertDatabase ctor/dtor so that NSS-specific functionality can be move...rsleevi@chromium.org2012-09-195-48/+63
* Http Cache: Fix a histogram name.rvargas@google.com2012-09-181-1/+1
* Fixed UDP unittests for MacOS X 10.7ygorshenin@chromium.org2012-09-181-3/+12
* SO_REUSEPORT socket option is set up when Broadcast feature is requested. Pre...ygorshenin@chromium.org2012-09-181-6/+10
* Exclude asynchronous host resolver from iOS builds.droger@chromium.org2012-09-182-12/+36
* Move TestJobInterceptor to url_request_test_util.droger@chromium.org2012-09-183-35/+52
* net: Make UploadDataStream::Init() asynchronous.hashimoto@chromium.org2012-09-1815-83/+388
* Remove NetAddressToString/getnameinfo() in favour of GURLthorogood@chromium.org2012-09-183-46/+39
* Fix for non-sticky defaults bug. Added a bunch of tests.gbillock@chromium.org2012-09-181-0/+1
* Support x509 certificate on iOS.droger@chromium.org2012-09-1810-229/+684
* Allow server sockets to rebind to same port if there is nothing actively list...justinlin@chromium.org2012-09-175-5/+65
* Chromium's key generation is running on a non-joinable worker thread, which r...jnd@chromium.org2012-09-171-2/+9
* Httpb Cache: handle error codes when reading data from the net,rvargas@google.com2012-09-171-0/+3
* net: Fix clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-171-8/+11
* net: Enable the infinite cache simulation.rvargas@google.com2012-09-151-1/+1
* Enable TLS channeld id by default.mattm@chromium.org2012-09-154-15/+10
* net: don't run InfiniteCache.DeleteBetween on Android.rvargas@google.com2012-09-141-0/+2
* Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-148-5/+1420
* Revert 156846 - Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-148-1419/+5
* Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-148-5/+1419
* net: set Google pins for our ccTLDs domains and others.agl@chromium.org2012-09-143-0/+669
* NaCl: Bind TCP socket for the GDB debug stub in the browser processhalyavin@chromium.org2012-09-141-2/+3
* Revert 156742 - Launch pywebsocket via net::TestServerpeter@chromium.org2012-09-146-99/+36
* Disk cache histograms tracking cache opens by size/age of cache.gavinp@chromium.org2012-09-141-6/+17
* Launch pywebsocket via net::TestServertoyoshim@chromium.org2012-09-146-36/+99
* * Change logic of SpdySession::VerifyDomainAuthentication to rch@chromium.org2012-09-136-2/+234
* Reland: Take 2: Force python test server output to be unbuffered, so it doesn...rsimha@google.com2012-09-126-24/+34
* Histogram to measure if NetworkChangeNotifier::GetConnectionType() is pauljensen@chromium.org2012-09-121-0/+29
* Revert 156361 - Take 2: Force python test server output to be unbuffered, so ...rsimha@google.com2012-09-126-31/+24
* Have a clearer error message for Android's GetMimeTypeFromExtensionpeter@chromium.org2012-09-121-1/+2
* Take 2: Force python test server output to be unbuffered, so it doesn't mix w...rsimha@google.com2012-09-126-24/+31
* [net/udp] Create UDPSocketWin::Core which persists until all network operatio...szym@chromium.org2012-09-122-86/+156
* [net/dns] Collect histogram on HOSTS file size.szym@chromium.org2012-09-121-11/+13
* Reordering URLRequest unittest and port to iOS.droger@chromium.org2012-09-121-2201/+2206
* Implement net::GetNetworkList() for Android.shouqun.liu@intel.com2012-09-124-6/+94
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-121-1/+5
* net: Move data reading functionalities from UploadElement to UploadElementReaderhashimoto@chromium.org2012-09-1116-267/+615
* [net/dns] Use the DnsConfig provided in the HostResolverImpl ctor if any.szym@chromium.org2012-09-111-1/+2
* Move tools out of Chromium repoagl@chromium.org2012-09-112-775/+0
* [cros/net] Add DnsConfigService to NetworkChangeNotifierChromeos.szym@chromium.org2012-09-113-8/+9
* Revert 153131 (Histograms showed it doesn't help much)mmenke@chromium.org2012-09-116-260/+34
* Fail UDP socket unittests early if the socket cannot be bound.droger@chromium.org2012-09-111-3/+3
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-111-5/+1
* Increase the sizes of the circular buffers used by SSLClientSocketNSSwtc@chromium.org2012-09-114-10/+18
* [Android] Improve NetworkChangeNotifier granularitydfalcantara@chromium.org2012-09-114-47/+107