summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Plumb received go away from server due to connection migration.zhongyi2016-03-121-2/+7
* Switch //net to the new SPKI and PKCS#8 APIs.davidben2016-03-114-69/+213
* [libfuzzer] max_len restriction and dictionary for net_unescape_url_component...mmoroz2016-03-112-0/+65
* Migrate net::IPAddressList to net::IPAddress.martijn2016-03-103-4/+6
* Migrate AddressTrackerLinux to net::IPAddress.martijn2016-03-096-62/+69
* Migrate net/dns/* to net::IPAddress.martijn2016-03-043-0/+69
* Initialize ICU before running any of the //net fuzzers.eroman2016-03-042-10/+25
* This flag adds an annotation for requests that ought not to be migrated with ...jri2016-03-041-0/+4
* Bypass the DataReductionProxy for all POST requestsryansturm2016-03-033-3/+10
* Migrate net::NetworkInterface to net::IPAddress.martijn2016-03-033-38/+56
* Move network fuzzers from //testing/libfuzzer/fuzzers to //net.eroman2016-03-021-0/+22
* Convert Pass()→std::move() on Windowsdcheng2016-03-022-6/+7
* Add fuzz testers to //net for some functions with simple parsing APIs.eroman2016-03-025-0/+91
* Suppress the clang warning "-Wdeprecated-declarations" for CSSM API calls.erikchen2016-03-021-0/+7
* Migrate net::IPPattern to net::IPAddress.martijn2016-03-013-14/+15
* Add bengr to OWNERS for socket_performance_watcher*tbansal2016-02-291-0/+1
* Log connection subtype histogram.bmcquade2016-02-262-8/+25
* net: Add out-of-line copy ctors for complex classes.vmpstr2016-02-268-0/+13
* populate protocol field even if response header is n/azhongyi2016-02-261-2/+10
* Make the file system listing output sortable.qaz2016-02-263-58/+103
* Make SUBTYPE_UNKNOWN the first entry in ConnectionSubtype enum.bmcquade2016-02-261-5/+5
* Add a constructor that makes IPv4 IPAddress given 4 octets.martijn2016-02-242-0/+12
* net: move IsLocalhost() function into url_util.htfarina2016-02-2314-138/+93
* FileURLToFilePath: Don't unescape '/' and '\\'.mmenke2016-02-235-168/+215
* Moving proxy resolution logic out of NetworkDelegate and into ProxyDelegate f...ryansturm2016-02-237-137/+0
* net: move ResolveLocalHostname into host_ resolver_impl.htfarina2016-02-195-181/+40
* Make IP Address related functions return the empty string when used on an inv...martijn2016-02-187-13/+41
* net: merge three hostname functions into onetfarina2016-02-171-21/+24
* Revert of Make IP Address related functions return the empty string when used...henrika2016-02-177-39/+8
* Make IP Address related functions return the empty string when used on an inv...martijn2016-02-167-8/+39
* Migrate part of the quic code to net::IPAddress.martijn2016-02-164-0/+31
* net: move GetHostName() function into network_interfaces.htfarina2016-02-126-50/+50
* Fixed resuming URLRequestFileDirJob in the OOPIF mode.shahriar.rostami2016-02-123-19/+13
* Certificate Transparency: Fetching consistency proofs.eranm2016-02-111-0/+3
* Revert of Native SSID extraction moved to platform code on Android (patchset ...mdjones2016-02-112-17/+0
* Make IPAddress::FromIPLiteral a member function.martijn2016-02-104-44/+41
* On Android, move Wifi SSID extraction to a Java implementationripp2016-02-102-0/+17
* Add a file-level comment to url_util.h explaining its abstraction.eroman2016-02-091-0/+5
* Refactor StringPiece hash.bnc2016-02-061-3/+3
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-051-2/+2
* Add IPAddress utility functions.martijn2016-02-043-6/+93
* Set trusted SPDY proxy dynamically on per-profile basistbansal2016-02-043-0/+176
* Make NQE::Observation a template class.tbansal2016-02-033-147/+154
* Add IPAddress::IsZero().martijn2016-02-023-0/+33
* net: chromeos build fix about AddressTrackerLinuxdongseong.hwang2016-02-021-2/+2
* Break out the Alt-Svc information from the HTTP/2 in net-internalsrch2016-02-021-1/+1
* net: move IsHostnameNonUnique() into url_util.htfarina2016-01-276-155/+134
* Change IPEndpoint::address() to return a net::IPAddressmartijn2016-01-278-28/+32
* Convert some URL accessors to use StringPiecesbrettw2016-01-234-32/+26
* Include stdlib.h for bsearchlandell2016-01-221-0/+2