summaryrefslogtreecommitdiff
path: root/libftpconn/names.c
AgeCommit message (Collapse)Author
2013-11-09Normalize whitespace at the end of each file to '\n'Justus Winter
Some files were not normalized. In console/motd.UTF8 the additional newline is intentional. Empty files were excluded as well.
1997-08-09(ftp_conn_cont_get_names):Miles Bader
Check for interrupts.
1997-08-08(ftp_conn_cont_get_names):Miles Bader
Use BASENAME hook instead of FIX_NLIST_NAME. Don't free DIR field. (ftp_conn_start_get_names): Don't set DIR field. (struct get_names_state): Remove DIR field.
1997-08-07(ftp_conn_cont_get_names):Miles Bader
Support FIX_NLIST_NAME hook. Free S->dir if necessary. Close or abort connection when done. (ftp_conn_start_get_names): Fill in S->dir field if necessary. (struct get_names_state): Add DIR field.
1997-05-07Initial checkinMiles Bader