summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* Change name for API that returns RTT estimate at HTTP layertbansal2016-03-253-102/+153
* Add base/parse_number.h to generalize number parsing done in //net.eroman2016-03-237-16/+171
* Migrate net/cert/* to net::IPAddress.martijn2016-03-223-2/+56
* Fix ParseCIDRBlock() to no longer accept invalid inputs.martijn2016-03-212-2/+11
* SameSite: Strict/Lax behavior.mkwst2016-03-213-8/+29
* Fix use-after-free on Linux at shutdownallan.jensen2016-03-211-8/+11
* Migrate net/proxy/* to net::IPAddress.martijn2016-03-206-144/+111
* Update some callers to use more direct ways of constructing IPAddress from we...eroman2016-03-173-0/+26
* Refresh Public Suffic List to the latest versionrsleevi2016-03-172-280/+342
* Migrate net/udp/* to net::IPAddress.martijn2016-03-142-5/+9
* 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