aboutsummaryrefslogtreecommitdiff
path: root/libftpconn/ftpconn.h
Commit message (Collapse)AuthorAgeFilesLines
* fix common misspellingsJonathan Neuschäfer2011-08-201-2/+2
| | | | | | * Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-1/+5
| | | | | * ftpconn.h (ftp_conn_add_stat_fun_t) [_FILE_OFFSET_BITS != 64]: Use struct stat64 in place of struct stat.
* 2001-12-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-221-6/+4
| | | | | * ftpconn.h (ftp_conn_validate_syshooks): Don't make this extern inline defn conditional on [__OPTIMIZE__].
* [!FTP_CONN_EI] (FTP_CONN_EI):Miles Bader1997-09-041-1/+7
| | | | | | | New macro. (ftp_conn_validate_syshooks): Use FTP_CONN_EI instead of `static inline'. Protect with __OPTIMIZE__.
* (struct ftp_conn):Miles Bader1997-09-041-2/+0
| | | | Remove ACTV_DATA_CONN_QUEUE field.
* (struct ftp_conn):Miles Bader1997-09-021-1/+7
| | | | | Add the ACTV_DATA_ADDR and ACTV_DATA_CONN_QUEUE fields. Add USE_PASSIVE field.
* (struct ftp_conn):Miles Bader1997-08-181-0/+13
| | | | | | Add SYSHOOKS_VALID field. (ftp_conn_validate_syshooks): New inline function.
* (struct ftp_conn_hooks):Miles Bader1997-08-091-0/+5
| | | | Add INTERRUPT_CHECK field.
* (struct ftp_conn_syshooks):Miles Bader1997-08-081-11/+32
| | | | | | | | | | Add APPEND_NAME and BASENAME fields; remove FIX_NLIST_NAME field. (ftp_conn_unix_fix_nlist_name): Declaration removed. (ftp_conn_unix_append_name, ftp_conn_unix_basename): New declarations. (ftp_conn_append_name, ftp_conn_basename): New declarations.
* (struct ftp_conn_syshooks):Miles Bader1997-08-071-0/+12
| | | | | | Add FIX_NLIST_NAME field. (ftp_conn_unix_fix_nlist_name): New declaration.
* (ftp_conn_get_raw_reply):Miles Bader1997-05-121-24/+26
| | | | | | | | New declaration. (ftp_conn_get_stats, ftp_conn_start_get_stats, ftp_conn_unix_start_get_stats): Rename FORCE_DIR argument to CONTENTS. (struct ftp_conn_syshooks): Rename FORCE_DIR argument of START_GET_STATS field type to CONTENTS.
* (ftp_conn_add_name_fun_t): New type.Miles Bader1997-05-071-0/+30
| | | | | (ftp_conn_start_get_names, ftp_conn_cont_get_names, ftp_conn_get_names): New functions.
* (ftp_conn_add_stat_fun_t):Miles Bader1997-05-071-5/+6
| | | | | Make first 3 params const. Update comment to say they should be copied if retained.
* Initial checkin.Miles Bader1997-05-071-0/+291