| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow hyphens at the beginning of domain components, except for the last doma... | pkasting@chromium.org | 2011-06-21 | 1 | -1/+2 |
* | Add '?' to the list of characters escaped when constructing a file:// URL | asanka@chromium.org | 2011-05-26 | 1 | -0/+3 |
* | Fix bug 79905: Drag and drop of "DownloadURL" type ignores specified filename... | jianli@chromium.org | 2011-05-18 | 1 | -9/+18 |
* | Tolerate extra whitespace in header parameters | asanka@chromium.org | 2011-05-12 | 1 | -1/+6 |
* | Miscelaneous cleanups to AddressList to make it harder to mis-use. | eroman@chromium.org | 2011-05-12 | 1 | -1/+11 |
* | Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networks | wtc@chromium.org | 2011-05-05 | 1 | -0/+53 |
* | Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape.... | pkasting@chromium.org | 2011-05-03 | 1 | -557/+442 |
* | Add multiple-offset versions of the various URL reformatting functions. Fixed... | mrossetti@chromium.org | 2011-04-13 | 1 | -151/+277 |
* | Revert 81343 - Add multiple-offset versions of the various URL reformatting f... | mrossetti@chromium.org | 2011-04-13 | 1 | -275/+151 |
* | Add multiple-offset versions of the various URL reformatting functions. Fixed... | mrossetti@chromium.org | 2011-04-13 | 1 | -151/+275 |
* | net: Use StartsWith() in StripWWW() function. | tfarina@chromium.org | 2011-04-12 | 1 | -2/+1 |
* | Don't discard a header parameter because of unbalanced quotes. | asanka@chromium.org | 2011-04-07 | 1 | -4/+5 |
* | Stop using FALSE as it may not be available on some platforms. | joi@chromium.org | 2011-03-29 | 1 | -3/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Add an opt-out header for HTTP throttling. Never throttle for localhost. | joi@chromium.org | 2011-03-25 | 1 | -0/+34 |
* | Remove most unnecessary uses of "net::" in net/base/. | adamk@chromium.org | 2011-03-25 | 1 | -3/+3 |
* | Add GetNetworkList() in net_utils. | sergeyu@chromium.org | 2011-03-19 | 1 | -1/+12 |
* | Implement IPv6Supported() for Windows using the | wtc@chromium.org | 2011-03-10 | 1 | -32/+50 |
* | Change backslashes in download file path to underscores. | ahendrickson@chromium.org | 2011-02-08 | 1 | -5/+4 |
* | Add the include <iterator> or change the usage of back_inserter to avoid comp... | jeanluc@chromium.org | 2011-01-30 | 1 | -6/+6 |
* | Log source ip and port in NetLog. | willchan@chromium.org | 2011-01-26 | 1 | -20/+50 |
* | wstring: make net::GetSuggestedFilename return utf-16 | evan@chromium.org | 2011-01-24 | 1 | -29/+27 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -3/+3 |