summaryrefslogtreecommitdiffstats
path: root/net/ftp
Commit message (Expand)AuthorAgeFilesLines
* Removed wchat_t from Time::FromString.shinyak@google.com2011-08-031-1/+1
* Revert 94426 - Removed wchat_t from Time::FromString.morrita@chromium.org2011-07-281-1/+1
* Removed wchat_t from Time::FromString.shinyak@google.com2011-07-281-1/+1
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-2/+1
* Add OVERRIDE throughout net/ftp/*eroman@chromium.org2011-07-223-30/+34
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Uninitialized struct members in FtpDirectoryListingEntry.finnur@chromium.org2011-06-122-1/+4
* Add unit-tests for SingleRequestHostResolver.eroman@chromium.org2011-06-061-0/+1
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Ftp: Add NET_API for net.dllrvargas@google.com2011-05-1813-22/+37
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-1/+1
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-062-142/+185
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-052-4/+4
* FTP: Fix a compatibility issue with Plan9phajdan.jr@chromium.org2011-05-032-7/+11
* Revert r83048 "Removed wchar_t from Time::FromString."maruel@chromium.org2011-04-261-1/+1
* Removed wchar_t from Time::FromString.shinyak@google.com2011-04-261-1/+1
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-116-55/+121
* FTP: fix a misuse of isspace (it can only operate on char,phajdan.jr@chromium.org2011-04-091-6/+9
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-2/+2
* Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix det...phajdan.jr@chromium.org2011-04-066-121/+55
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-066-55/+121
* FTP: more flexible detection of column offsetphajdan.jr@chromium.org2011-03-292-65/+51
* Move some files from base to base/memory.levin@chromium.org2011-03-284-9/+9
* Fix Clang build after landing http://codereview.chromium.org/6670085/phajdan.jr@chromium.org2011-03-262-0/+5
* FTP: Detect the character encoding only after the entire listing is received.phajdan.jr@chromium.org2011-03-2618-976/+690
* FTP: use ICU to parse month abbreviations.phajdan.jr@chromium.org2011-03-193-47/+49
* More OOLing on Mac.erg@google.com2011-02-232-5/+19
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-223-2/+21
* FTP: Compatibility fix for "ls -l" style directory listing parser.phajdan.jr@chromium.org2011-02-163-10/+3
* FTP: fix directory listing parser when server fails to separate the first two...phajdan.jr@chromium.org2011-02-012-4/+11
* More net/ method ordering.erg@google.com2011-01-263-153/+157
* Add OWNERS file for net/ftpphajdan.jr@chromium.org2011-01-201-0/+1
* FTP: correctly handle directory listings containing "Permission denied" errors.phajdan.jr@chromium.org2011-01-043-2/+25
* FTP: Fix Windows directory listing parser for empty file names.phajdan.jr@chromium.org2010-12-172-7/+45
* FTP: fix compatibility problems with MLSD by removing MLSD support.phajdan.jr@chromium.org2010-12-1012-486/+6
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-0910-5/+25
* FTP: a successful response to SIZE does not mean the resource is a file.phajdan.jr@chromium.org2010-11-202-13/+43
* FTP: improve character encoding detection in cases where ICU's first guess is...phajdan.jr@chromium.org2010-11-183-29/+67
* Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when networkmmenke@chromium.org2010-11-021-0/+1
* FTP: fix navigation to ftp.symantec.comphajdan.jr@chromium.org2010-10-292-2/+65
* FTP: fix directory listing parser for ftp://ftp.dd-wrt.com/others/juno6/phajdan.jr@chromium.org2010-10-283-8/+45
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-223-10/+26
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-1816-20/+64
* FTP: make file downloads work when directory listing is restrictedphajdan.jr@chromium.org2010-10-152-34/+65
* Fix FTP directory listing for ftp.cisco.com.phajdan.jr@chromium.org2010-10-143-2/+16
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-142-2/+2
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-146-17/+17
* Stop refcounting HostResolver.willchan@chromium.org2010-10-012-3/+3
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-302-7/+18
* FTP: fix directory listing parser for ftp.usa.hp.comphajdan.jr@chromium.org2010-09-3011-36/+185