summaryrefslogtreecommitdiffstats
path: root/net/third_party/parseftp/README.chromium
blob: 18feabf691cda0b99d5aaac0ecede6e20f000587 (plain)
1
2
3
4
5
6
7
8
This directory contains Mozilla FTP LIST response parsing routines.

The original code location was mozilla/netwerk/streamconv/converters/ParseFTPList.{cpp,h}

List of changes made to original code:
  - style adjustment for Chromium
  - wrapped the routines in net namespace
  - changed PRExplodedTime to base::Time::Exploded