summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-12/+15
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-15/+12
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-181-12/+15
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-171-15/+12
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-171-12/+15
* FTP: add directory listing parser for OS/2 format.phajdan.jr@chromium.org2011-08-111-0/+62
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-061-37/+75
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-111-1/+8
* FTP: fix a misuse of isspace (it can only operate on char,phajdan.jr@chromium.org2011-04-091-6/+9
* Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix det...phajdan.jr@chromium.org2011-04-061-8/+1
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-061-1/+8
* FTP: use ICU to parse month abbreviations.phajdan.jr@chromium.org2011-03-191-34/+35
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-221-4/+12
* FTP: fix parsing error on ftp.dell.comphajdan.jr@chromium.org2010-09-141-8/+16
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-4/+5
* Fix out of array bounds access in VMSPathToUnix function.inferno@chromium.org2010-04-081-1/+1
* Fix the "ls -l" style date parser to correctly guess the year if it is not pr...phajdan.jr@chromium.org2010-03-241-6/+17
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+1
* Correctly handle file names with spaces in Windows FTP LIST parser.phajdan.jr@chromium.org2010-01-121-0/+19
* Implement parser for Netware-style FTP LIST response listing.phajdan.jr@chromium.org2009-12-071-0/+33
* Split FTP LIST parsing code into individual files for each listing style.phajdan.jr@chromium.org2009-12-041-0/+40
* Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa).phajdan.jr@chromium.org2009-09-241-0/+107