| Commit message (Expand) | Author | Age | Files | Lines |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 13 | -22/+32 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move more uses of string16 to specify base:: | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move EmptyString, kWhitespace and the BOM to base. | brettw@chromium.org | 2013-12-02 | 1 | -1/+1 |
* | FTP: fix parsing of busybox-generated directory listings | phajdan.jr@chromium.org | 2013-11-04 | 3 | -22/+22 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -3/+3 |
* | Remove HostResolver::RequestInfo's priority parameter | akalin@chromium.org | 2013-08-20 | 1 | -3/+4 |
* | Add a priority parameter for HostResolver::RequestInfo's constructor | akalin@chromium.org | 2013-08-16 | 1 | -1/+2 |
* | [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code | akalin@chromium.org | 2013-08-15 | 1 | -4/+4 |
* | Replace third_party/icu/public with third_party/icu/source in the include dir... | jshin@chromium.org | 2013-07-18 | 1 | -3/+3 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 4 | -4/+4 |
* | Use a direct include of time headers in net/, part 2. | avi@chromium.org | 2013-06-28 | 8 | -13/+13 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 1 | -4/+4 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. | dcheng@chromium.org | 2013-06-12 | 1 | -3/+1 |
* | Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/. | avi@chromium.org | 2013-06-11 | 25 | -40/+40 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 13 | -13/+13 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 2 | -15/+15 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -3/+0 |
* | net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -3/+2 |
* | net: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-13 | 2 | -2/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | FTP: Make ICU resource loading fail loadly (CHECK) | phajdan.jr@chromium.org | 2013-04-08 | 1 | -0/+18 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 19 | -88/+96 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 2 | -3/+3 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -0/+3 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -3/+0 |
* | src/: Update the remaining include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-03-06 | 10 | -11/+11 |
* | Replace FilePath with base::FilePath in net. | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Move string tokenizer to base/strings. | brettw@chromium.org | 2013-02-02 | 1 | -2/+2 |
* | Roll ICU and convert include style to standard Chromium style, | phajdan.jr@chromium.org | 2013-01-07 | 1 | -3/+3 |
* | FTP: fix leaks in tests. | phajdan.jr@chromium.org | 2013-01-03 | 1 | -5/+6 |
* | FTP: fix compatibility with VMS server kednos.com | phajdan.jr@chromium.org | 2012-12-17 | 6 | -15/+66 |
* | [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa... | szym@chromium.org | 2012-12-13 | 1 | -1/+1 |
* | FTP: correctly handle newlines in file names | phajdan.jr@chromium.org | 2012-12-12 | 2 | -22/+32 |
* | FTP: allow garbage instead of "ls -l" permissions listing. | phajdan.jr@chromium.org | 2012-12-10 | 2 | -46/+17 |
* | FTP: misc fixes resulting from my testing. | phajdan.jr@chromium.org | 2012-12-04 | 7 | -9/+35 |
* | FTP: Only issue EPSV command for non-IPv4 connections. | phajdan.jr@chromium.org | 2012-11-17 | 2 | -104/+202 |
* | net: Pass the real IP address and port for mock TCP sockets where possible. | phajdan.jr@chromium.org | 2012-11-16 | 1 | -4/+4 |
* | FTP: Open a fresh data connection after a command error. | phajdan.jr@chromium.org | 2012-11-15 | 3 | -74/+141 |
* | FTP: Clean up the server type histogram to use less space. | phajdan.jr@chromium.org | 2012-11-13 | 2 | -13/+7 |
* | FTP: fix compatibility with mod_ftp's LISTisNLST option. | phajdan.jr@chromium.org | 2012-11-12 | 2 | -3/+9 |
* | FTP: support YYYY-MM-DD HH:MM date format in "ls -l" directory listings. | phajdan.jr@chromium.org | 2012-11-12 | 2 | -9/+74 |
* | FTP: add net-internals logging. | phajdan.jr@chromium.org | 2012-11-07 | 5 | -18/+63 |
* | FTP: refactor repetetive code to a table of callbacks. | phajdan.jr@chromium.org | 2012-11-02 | 1 | -29/+34 |
* | fix compilation on vs2012 for FtpAuthCache::Entry | scottmg@chromium.org | 2012-10-10 | 1 | -1/+1 |
* | Enable FtpDirectoryListing* GUnit tests on Android. | pliard@chromium.org | 2012-09-28 | 1 | -2/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 18 | -18/+0 |
* | Make SplitString() and variants clear their outparam vector. (Note that Spli... | pkasting@chromium.org | 2012-06-26 | 1 | -2/+1 |