| Commit message (Expand) | Author | Age | Files | Lines |
* | Split GoogleURLTrackerInfoBarDelegate into its own .h/.cc. This will make ch... | pkasting@chromium.org | 2012-10-06 | 1 | -0/+5 |
* | Delete some unused code found by -Wunused-function | thakis@chromium.org | 2012-10-01 | 1 | -0/+2 |
* | Remove NetAddressToString/getnameinfo() in favour of GURL | thorogood@chromium.org | 2012-09-18 | 1 | -32/+23 |
* | Use GURL for stringifying IPEndPoint rather than the system network libraries. | eroman@chromium.org | 2012-09-08 | 1 | -6/+67 |
* | net: Fix more clang warnings about missing virtual and OVERRIDE annotations. | tfarina@chromium.org | 2012-08-19 | 1 | -2/+2 |
* | [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according... | szym@chromium.org | 2012-08-15 | 1 | -3/+23 |
* | Revert 151586 - [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort add... | brettw@chromium.org | 2012-08-14 | 1 | -23/+3 |
* | [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according... | szym@chromium.org | 2012-08-14 | 1 | -3/+23 |
* | Add ipv6 probe events to NetLog, and add a button | mmenke@chromium.org | 2012-07-19 | 1 | -49/+71 |
* | Tests handling in DNS RRResolver; cosmetic cleanup | aruslan@chromium.org | 2012-06-23 | 1 | -3/+5 |
* | implement HaveOnlyLoopbackAddresses() for android | james.wei@intel.com | 2012-06-15 | 1 | -1/+6 |
* | Allow the omnibox to recognize as URLs inputs that have a host component that... | pkasting@chromium.org | 2012-06-12 | 1 | -6/+6 |
* | Get file extension synonyms from the OS, fix so that if one synonym is safe t... | avi@chromium.org | 2012-05-08 | 1 | -4/+14 |
* | Reimplements net::AddressList without struct addrinfo. | szym@chromium.org | 2012-05-07 | 1 | -77/+0 |
* | Use base::strdup() instead of strdup()/_strdup(). | thestig@chromium.org | 2012-04-05 | 1 | -9/+1 |
* | Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil... | apavlov@chromium.org | 2012-04-03 | 1 | -2/+3 |
* | Revert 130248 - Add full support for filesystem URLs. | sergeyu@chromium.org | 2012-04-03 | 1 | -3/+2 |
* | Add full support for filesystem URLs. | ericu@google.com | 2012-04-02 | 1 | -2/+3 |
* | Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt... | wez@chromium.org | 2012-03-28 | 1 | -11/+3 |
* | Normalize download file name on chromeos | tbarzic@chromium.org | 2012-03-27 | 1 | -0/+9 |
* | Revert 128753 - Add full support for filesystem URLs. | ericu@google.com | 2012-03-24 | 1 | -3/+2 |
* | Add full support for filesystem URLs. | ericu@google.com | 2012-03-24 | 1 | -2/+3 |
* | Avoid loading ws2_32.dll just to get htons() and friends. | wez@chromium.org | 2012-03-06 | 1 | -0/+9 |
* | Delete net::GetHeaderParamValue | abarth@chromium.org | 2012-01-31 | 1 | -44/+0 |
* | Improve parsing of the Content-Disposition header | abarth@chromium.org | 2012-01-27 | 1 | -63/+52 |
* | Fix warnings (which are now errors) in the Android build. | jrg@chromium.org | 2012-01-26 | 1 | -0/+2 |
* | Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T. | fischman@chromium.org | 2012-01-23 | 1 | -4/+2 |
* | net/base: remove some wstrings | evan@chromium.org | 2012-01-18 | 1 | -2/+2 |
* | Coverity: Fixing pass by value. | dpapad@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | FTP: work around server bugs resulting in negative file size being sent. | phajdan.jr@chromium.org | 2011-12-20 | 1 | -1/+5 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-19 | 1 | -2/+2 |
* | Revert 114944 - Standardize StringToInt{,64} interface. | battre@chromium.org | 2011-12-18 | 1 | -2/+2 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-18 | 1 | -2/+2 |
* | Revert 114929 - Standardize StringToInt{,64} interface. | rsleevi@chromium.org | 2011-12-17 | 1 | -2/+2 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-17 | 1 | -2/+2 |
* | ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ... | pkasting@chromium.org | 2011-11-29 | 1 | -43/+36 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | net: Remove 3 exit time destructors and 3 static initializers. | thakis@chromium.org | 2011-11-09 | 1 | -11/+20 |
* | Remove 13 exit time constructors and 3 static initializers | thakis@chromium.org | 2011-11-07 | 1 | -1/+2 |
* | content: Make tab_contents_drag_source not depend on download_util.h | erg@google.com | 2011-10-18 | 1 | -4/+4 |
* | Change net_util icu header inclusions to not use system header syntax. | asvitkine@chromium.org | 2011-10-13 | 1 | -7/+7 |
* | Overwrite extensions of filenames determined from URLs if the URL could be a ... | asanka@chromium.org | 2011-09-12 | 1 | -26/+48 |
* | IDNToUnicodeWithOffsets() supports NULL for the offset vector, so make IDNToU... | pkasting@chromium.org | 2011-09-01 | 1 | -2/+1 |
* | Remove exec flags from cc files. | jbates@chromium.org | 2011-08-25 | 1 | -0/+0 |
* | Replace whitespace at beginning and end of file with hyphens, rather than sil... | kenrb@chromium.org | 2011-08-24 | 1 | -2/+31 |
* | Call GenerateSafeFilename() from GetSuggestedFilename(). | asanka@chromium.org | 2011-08-20 | 1 | -87/+85 |
* | Move filename determination logic to net_util so that it's not split between ... | asanka@chromium.org | 2011-08-09 | 1 | -1/+157 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Upstream android net related code (part 1) | michaelbai@google.com | 2011-07-11 | 1 | -9/+17 |
* | Localize strings, speeds. | avi@chromium.org | 2011-06-22 | 1 | -4/+1 |