]> git.sesse.net Git - betaftpd/history - ftpd.c
If the xferlog file doesn't exist, BetaFTPD will now try to create one. Thanks to...
[betaftpd] / ftpd.c
2001-03-10 sgundersonIf the xferlog file doesn't exist, BetaFTPD will now...
2001-03-10 sgundersonAdded FreeBSD support for sendfile() (thanks to <liangy...
2001-03-09 sgundersonAdded some system header files and changed the order...
2000-11-05 sgundersonFixed a license typo (all files were saying "version...
2000-11-05 sgunderson(Hopefully) fixed a bug that prevented uploading from...
2000-09-17 sgundersonMore dcache separation.
2000-09-17 sgundersonMoved most of the dcache stuff into its own file. Updat...
2000-09-15 sgundersonIncluded <linux/tcp.h> (if needed), for libc5 users.
2000-09-02 sgundersonMultiple fixes for sendfile() where running kernel...
2000-09-02 sgundersondo_download(): Removed the check for f->upload :-D
2000-08-20 sgundersonprocess_all_clients(): Made the poll() checking code...
2000-08-17 sgundersonprocess_all_clients(): Fixed a bug (reporting and much...
2000-08-17 sgundersondo_upload(): Removed unused variable `avail\'.
2000-08-17 sgundersonlist_readmes(): Replace temp with pglob.gl_pathv[i...
2000-08-17 sgundersonlist_readmes(): Allocate less memory, use snprintf...
2000-08-17 sgundersondump_file(): Allocate slightly less memory. Comment...
2000-07-25 sgundersonInitial revision