summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Split GoogleURLTrackerInfoBarDelegate into its own .h/.cc. This will make ch...pkasting@chromium.org2012-10-061-0/+5
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-0/+2
* Remove NetAddressToString/getnameinfo() in favour of GURLthorogood@chromium.org2012-09-181-32/+23
* Use GURL for stringifying IPEndPoint rather than the system network libraries.eroman@chromium.org2012-09-081-6/+67
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-191-2/+2
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-151-3/+23
* Revert 151586 - [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort add...brettw@chromium.org2012-08-141-23/+3
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-141-3/+23
* Add ipv6 probe events to NetLog, and add a buttonmmenke@chromium.org2012-07-191-49/+71
* Tests handling in DNS RRResolver; cosmetic cleanuparuslan@chromium.org2012-06-231-3/+5
* implement HaveOnlyLoopbackAddresses() for androidjames.wei@intel.com2012-06-151-1/+6
* Allow the omnibox to recognize as URLs inputs that have a host component that...pkasting@chromium.org2012-06-121-6/+6
* Get file extension synonyms from the OS, fix so that if one synonym is safe t...avi@chromium.org2012-05-081-4/+14
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-77/+0
* Use base::strdup() instead of strdup()/_strdup().thestig@chromium.org2012-04-051-9/+1
* Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...apavlov@chromium.org2012-04-031-2/+3
* Revert 130248 - Add full support for filesystem URLs.sergeyu@chromium.org2012-04-031-3/+2
* Add full support for filesystem URLs.ericu@google.com2012-04-021-2/+3
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-11/+3
* Normalize download file name on chromeostbarzic@chromium.org2012-03-271-0/+9
* Revert 128753 - Add full support for filesystem URLs.ericu@google.com2012-03-241-3/+2
* Add full support for filesystem URLs.ericu@google.com2012-03-241-2/+3
* Avoid loading ws2_32.dll just to get htons() and friends.wez@chromium.org2012-03-061-0/+9
* Delete net::GetHeaderParamValueabarth@chromium.org2012-01-311-44/+0
* Improve parsing of the Content-Disposition headerabarth@chromium.org2012-01-271-63/+52
* Fix warnings (which are now errors) in the Android build.jrg@chromium.org2012-01-261-0/+2
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-4/+2
* net/base: remove some wstringsevan@chromium.org2012-01-181-2/+2
* Coverity: Fixing pass by value.dpapad@chromium.org2011-12-211-1/+1
* FTP: work around server bugs resulting in negative file size being sent.phajdan.jr@chromium.org2011-12-201-1/+5
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-2/+2
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-2/+2
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-181-2/+2
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-171-2/+2
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-171-2/+2
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-43/+36
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* net: Remove 3 exit time destructors and 3 static initializers.thakis@chromium.org2011-11-091-11/+20
* Remove 13 exit time constructors and 3 static initializersthakis@chromium.org2011-11-071-1/+2
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-181-4/+4
* Change net_util icu header inclusions to not use system header syntax.asvitkine@chromium.org2011-10-131-7/+7
* Overwrite extensions of filenames determined from URLs if the URL could be a ...asanka@chromium.org2011-09-121-26/+48
* IDNToUnicodeWithOffsets() supports NULL for the offset vector, so make IDNToU...pkasting@chromium.org2011-09-011-2/+1
* Remove exec flags from cc files.jbates@chromium.org2011-08-251-0/+0
* Replace whitespace at beginning and end of file with hyphens, rather than sil...kenrb@chromium.org2011-08-241-2/+31
* Call GenerateSafeFilename() from GetSuggestedFilename().asanka@chromium.org2011-08-201-87/+85
* Move filename determination logic to net_util so that it's not split between ...asanka@chromium.org2011-08-091-1/+157
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Upstream android net related code (part 1)michaelbai@google.com2011-07-111-9/+17
* Localize strings, speeds.avi@chromium.org2011-06-221-4/+1