summaryrefslogtreecommitdiffstats
path: root/net/ftp
Commit message (Expand)AuthorAgeFilesLines
* Fixes for re-enabling more MSVC level 4 warnings: net/ editionpkasting@chromium.org2014-07-081-1/+2
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-2/+2
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-2/+2
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-2/+2
* Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...brettw@chromium.org2014-03-115-8/+8
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-1/+1
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-2513-22/+32
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-031-1/+1
* Move EmptyString, kWhitespace and the BOM to base.brettw@chromium.org2013-12-021-1/+1
* FTP: fix parsing of busybox-generated directory listingsphajdan.jr@chromium.org2013-11-043-22/+22
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-3/+3
* Remove HostResolver::RequestInfo's priority parameterakalin@chromium.org2013-08-201-3/+4
* Add a priority parameter for HostResolver::RequestInfo's constructorakalin@chromium.org2013-08-161-1/+2
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-4/+4
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-181-3/+3
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-124-4/+4
* Use a direct include of time headers in net/, part 2.avi@chromium.org2013-06-288-13/+13
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-131-4/+4
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-121-3/+1
* Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.avi@chromium.org2013-06-1125-40/+40
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-0713-13/+13
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-012-15/+15
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-081-3/+0
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-3/+2
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-132-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* FTP: Make ICU resource loading fail loadly (CHECK)phajdan.jr@chromium.org2013-04-081-0/+18
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-2919-88/+96
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-212-3/+3
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-0/+3
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-3/+0
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-0610-11/+11
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-1/+1
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-2/+2
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-3/+3
* FTP: fix leaks in tests.phajdan.jr@chromium.org2013-01-031-5/+6
* FTP: fix compatibility with VMS server kednos.comphajdan.jr@chromium.org2012-12-176-15/+66
* [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...szym@chromium.org2012-12-131-1/+1
* FTP: correctly handle newlines in file namesphajdan.jr@chromium.org2012-12-122-22/+32
* FTP: allow garbage instead of "ls -l" permissions listing.phajdan.jr@chromium.org2012-12-102-46/+17
* FTP: misc fixes resulting from my testing.phajdan.jr@chromium.org2012-12-047-9/+35
* FTP: Only issue EPSV command for non-IPv4 connections.phajdan.jr@chromium.org2012-11-172-104/+202
* net: Pass the real IP address and port for mock TCP sockets where possible.phajdan.jr@chromium.org2012-11-161-4/+4
* FTP: Open a fresh data connection after a command error.phajdan.jr@chromium.org2012-11-153-74/+141
* FTP: Clean up the server type histogram to use less space.phajdan.jr@chromium.org2012-11-132-13/+7
* FTP: fix compatibility with mod_ftp's LISTisNLST option.phajdan.jr@chromium.org2012-11-122-3/+9
* FTP: support YYYY-MM-DD HH:MM date format in "ls -l" directory listings.phajdan.jr@chromium.org2012-11-122-9/+74