summaryrefslogtreecommitdiffstats
path: root/net/ftp
Commit message (Expand)AuthorAgeFilesLines
* ftp: triage remaining TODOsellyjones2015-08-312-5/+7
* ftp: indicate unknown file sizesElly Fong-Jones2015-08-312-3/+2
* ftp: remove support for OS/2 and Netware type ftpdsellyjones2015-08-289-501/+83
* ftp: remove an old TODOellyjones2015-08-241-1/+0
* Revert of ftp: reenable disabled date parsing test (patchset #1 id:1 of https...ellyjones2015-08-241-0/+3
* ftp: reenable disabled date parsing testellyjones2015-08-241-3/+0
* ParseFtpDirectoryListing: drop obsolete TODOsellyjones2015-08-241-3/+3
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* Remove dead code in FtpNetworkLayerellyjones2015-08-201-5/+0
* FtpNetworkSession: remove refcountellyjones2015-08-186-22/+9
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-112-3/+3
* split port_util.h off of net_util.heroman2015-07-211-0/+1
* Tidy up *Int*ToString conversions in //netricea2015-07-091-3/+3
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-067-31/+47
* Fix some case-insensitive cases for StartsWith.brettw2015-07-012-8/+11
* Add more string_util functions to base namespace.brettw2015-06-241-3/+4
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-172-2/+2
* Move StartsWith[ASCII] to base namespace.brettw2015-06-122-2/+2
* Make FTP EPSV/PASV and PepperWebSocketHost support port override list.mmenke2015-06-111-4/+2
* Move EqualsASCII to the base namespace.brettw2015-06-104-6/+6
* Unify code to deal with restricted ports.mmenke2015-06-081-2/+9
* Change NetLog::ParametersCallback to return a scoped_ptr.estade2015-05-211-6/+7
* DynamicSocketDataProvider only has one consumer, FtpSocketDataProvider. This ...rch2015-05-181-4/+47
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-151-0/+4
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...rch2015-05-081-4/+0
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-081-0/+4
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...rch2015-05-081-4/+0
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-081-0/+4
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...piman2015-05-051-4/+0
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-051-0/+4
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...dbeam2015-05-051-4/+0
* Revert of Revert some other possible suspects of a 0.43% size increase of set...dbeam2015-05-041-0/+4
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...dbeam2015-05-041-4/+0
* Re-instating r328154 because it's depended on to compile.Dan Beam2015-05-041-0/+4
* Revert some other possible suspects of a 0.43% size increase of setup.exe: ht...Dan Beam2015-05-041-4/+0
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-041-0/+4
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-235-91/+90
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-231-1/+1
* Remove unnecessary instrumentation for several jank bugs.pkasting2015-04-081-6/+0
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-023-4/+4
* Clean up FTPNetworkTransaction to match the latest tracexunjieli2015-02-053-18/+17
* Do not send PASV until RETR or LISTxunjieli2015-01-273-172/+120
* Cleanup: Better constify some strings in net/.thestig2015-01-249-14/+15
* Instrumenting callbacks of SingleRequestHostResolver to find jank.vadimt2014-12-081-0/+6
* Use uint16 for port numbers more pervasively.pkasting2014-11-202-9/+14
* Standardize usage of virtual/override/final in net/dcheng2014-10-213-37/+38
* Convert ARRAYSIZE_UNSAFE -> arraysize in net/.viettrungluu2014-10-162-7/+7
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-093-31/+31
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-2/+2
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-072-3/+3