📄 changelog
字号:
Mon Jun 21 01:34:38 1999 Joe Orton <joe@orton.demon.co.uk> * configure.in: Linux 2.2 sendfile() support made a --with option.Mon Jun 21 01:19:34 1999 Joe Orton <joe@orton.demon.co.uk> * src/httpdav.c (http_parse_status): Calculate request class here. (http_request): Loop while any 1xx class responses are returned.Mon Jun 21 00:30:53 1999 Joe Orton <joe@orton.demon.co.uk> * src/httpdav.c (http_auth_challenge): Updated to use strpairs and strstrip.Mon Jun 21 00:26:29 1999 Joe Orton <joe@orton.demon.co.uk> * lib/strsplit.c, lib/strsplit.h (strstrip): New function.Sun Jun 20 23:54:06 1999 Joe Orton <joe@orton.demon.co.uk> * lib/strsplit.c, lib/strsplit.h (strpairs): New function.Sun Jun 20 23:37:36 1999 Joe Orton <joe@orton.demon.co.uk> * .cvsignore: Added strsplit.Sun Jun 20 23:35:40 1999 Joe Orton <joe@orton.demon.co.uk> * configure.in: Added strsplit.o to LIBOBJS for DAV builds.Sun Jun 20 23:34:18 1999 Joe Orton <joe@orton.demon.co.uk> * src/httpdav.c (http_options_parsehdr): Use strsplit to parse 'DAV:' header correctly.Sun Jun 20 23:33:29 1999 Joe Orton <joe@orton.demon.co.uk> * lib/strsplit.c (strsplit_free): Corrected.Sun Jun 20 23:24:58 1999 Joe Orton <joe@orton.demon.co.uk> * Makefile.in (strsplit): Added strsplit tester goal.Sun Jun 20 23:21:46 1999 Joe Orton <joe@orton.demon.co.uk> * lib/strsplit.c, lib/strsplit.h (strsplit_free): Added new function.Sun Jun 20 23:14:37 1999 Joe Orton <joe@orton.demon.co.uk> * lib/strsplit.c: Fixed quotes starting component case. [STRSPLIT_TEST] (main): Added usage message.Sun Jun 20 22:45:46 1999 Joe Orton <joe@orton.demon.co.uk> * lib/strsplit.c, lib/strsplit.h: New files. Generic string splitter function.Sat Jun 12 21:05:13 1999 Joe Orton <joe@orton.demon.co.uk> * doc/update.sh: Fixed default changes.awk location.Sat Jun 12 20:43:53 1999 Joe Orton <joe@orton.demon.co.uk> * src/socket.c (host_lookup): Removed unnecessary gethostbyaddr call - can now specify servers by IP address which don't have a reverse DNS hostname entry.Sat Jun 12 20:16:33 1999 Joe Orton <joe@orton.demon.co.uk> * po/Makefile.in.in (mostlyclean): Clean *.o too.Sat Jun 12 17:50:48 1999 Joe Orton <joe@orton.demon.co.uk> * .cvsignore: Added sitecopy.spec.Sat Jun 12 17:49:33 1999 Joe Orton <joe@orton.demon.co.uk> * Makefile.in (subdirs): Added @ for silent invocation of make.Sat Jun 12 17:03:04 1999 Joe Orton <joe@orton.demon.co.uk> * src/common.h: Added sig_handler typedef.Sat Jun 12 17:02:29 1999 Joe Orton <joe@orton.demon.co.uk> * src/console_fe.c (abort_handler): Renamed from sighandler.Tue Jun 8 23:06:14 1999 Joe Orton <joe@orton.demon.co.uk> * Makefile.in: Use NLSTARGS to build in intl and po. subdirs goal added.Tue Jun 8 22:59:40 1999 Joe Orton <joe@orton.demon.co.uk> * configure.in: Fix quoting of -DLOCALEDIR in SDEFS when building NLS support. Use NLSTARGS to make in intl and po.Tue Jun 8 22:55:39 1999 Joe Orton <joe@orton.demon.co.uk> * src/*.c: Include string.h and strings.h (only) when present.Tue Jun 8 22:50:49 1999 Joe Orton <joe@orton.demon.co.uk> * config.h.in, configure.in: Added strings.h check. * config.h.emx: Updated with missing defs from config.h.in.Tue Jun 8 22:46:45 1999 Joe Orton <joe@orton.demon.co.uk> * configure.in: Enabled NLS stuff. * Makefile.in: Started on NLS build.Mon Jun 7 22:12:44 1999 Joe Orton <joe@orton.demon.co.uk> * mkinstalldirs: New file, required by po/Makefile install goal.Mon Jun 7 22:03:12 1999 Joe Orton <joe@orton.demon.co.uk> * po/sitecopy.pot: Extracted new messages.Mon Jun 7 22:00:38 1999 Joe Orton <joe@orton.demon.co.uk> * src/common.c (hexify_md5): Moved into #ifdef USE_DAV section, added prototype.Mon Jun 7 21:56:28 1999 Joe Orton <joe@orton.demon.co.uk> * src/httpdav.c: Added in last of missing prototypes, use 'authentication' not 'authorization' in comments.Tue Jun 1 23:16:39 1999 Joe Orton <joe@orton.demon.co.uk> * src/httpdav.c (http_parse_status): Use strchr not strrchr to check for \r.Tue Jun 1 23:14:44 1999 Joe Orton <joe@orton.demon.co.uk> * config.h.in, configure.in: Added check for limits.h (used by lib/md5.h).Tue Jun 1 23:07:26 1999 Joe Orton <joe@orton.demon.co.uk> * src/socket.c, src/ftp.c, src/httpdav.c, src/common.c, src/sites.c, src/console_fe.c: Only include stdlib.h and unistd.h when present. * configure.in, config.h.in: Add checks for stdlib.h and unistd.h.Tue Jun 1 23:00:01 1999 Joe Orton <joe@orton.demon.co.uk> * Makefile.in (INCLUDES): Use top_srcdir instead of '.'.Mon May 31 19:57:39 1999 Joe Orton <joe@orton.demon.co.uk> * Makefile.emx (OBJECTS): Added lib/basename.o and lib/dirname.o (thanks to Steffen Siebert).Mon May 31 18:55:35 1999 Joe Orton <joe@orton.demon.co.uk> * src/httpdav.c (dav_xml_cdata): Don't do anything when passed a segment of cdata which is entirely leading whitespace. (http_request): Fixed multi-line header handling.Mon May 31 18:11:52 1999 Joe Orton <joe@orton.demon.co.uk> * src/socket.c (read_line): Return -2 when no newline is found within len.Mon May 31 17:41:30 1999 Joe Orton <joe@orton.demon.co.uk> * lib/dirname.c (dir_name): Include the trailing slash.Sat May 29 14:36:26 1999 Joe Orton <joe@orton.demon.co.uk> * configure.in, *.emx: Bumped version to 0.6.9.Sat May 29 14:34:27 1999 Joe Orton <joe@orton.demon.co.uk> * src/console_fe.c (version): Show if using sendfile.Sat May 29 14:33:19 1999 Joe Orton <joe@orton.demon.co.uk> * src/socket.c (transfer): If sendfile gives EINVAL, then do normal user-space copying. Sat May 29 14:31:12 1999 Joe Orton <joe@orton.demon.co.uk> * src/testdav.c (usage): Fixed typo.Sat May 29 00:02:51 1999 Joe Orton <joe@orton.demon.co.uk> * src/socket.c (transfer): Use sendfile() when present, and we know how much to send.Fri May 28 23:29:42 1999 Joe Orton <joe@orton.demon.co.uk> * configure.in: Added Linux 2.2 sendfile() check. * config.h.in: Added HAVE_LX22_SENDFILE define. * src/socket.c: sendfile() declared.Fri May 28 20:23:30 1999 Joe Orton <joe@orton.demon.co.uk> * src/socket.c, src/socket.h (sock_read): Made count const. (sock_recv): Made count, flags const. * src/socket.h: Updated read_line and transfer prototypes to match implementations.Fri May 28 20:17:22 1999 Joe Orton <joe@orton.demon.co.uk> * doc/sitecopy.1: Updated, adding --help and --version, INVOCATION section, when to use fetch mode.Fri May 28 20:14:43 1999 Joe Orton <joe@orton.demon.co.uk> * src/console_fe.c: Fixed port output, added --version to help output.Fri May 28 20:13:51 1999 Joe Orton <joe@orton.demon.co.uk> * doc/examplerc: Restored to former glory, got emptied during the move.Fri May 28 20:06:04 1999 Joe Orton <joe@orton.demon.co.uk> * lib/dirname.c (dir_name): Modified to return "" not "." if no directory name is found.Fri May 28 19:53:37 1999 Joe Orton <joe@orton.demon.co.uk> * Makefile.in: Fixed install goals.Fri May 28 17:26:14 1999 Joe Orton <joe@orton.demon.co.uk> * src/sites.c [!HAVE_SNPRINTF]: Include snprintf.h.Fri May 28 17:19:45 1999 Joe Orton <joe@orton.demon.co.uk> * src/ftp.c, src/ftp.c, src/rcfile.h: Use void in declarations of functions which take no arguments.Fri May 28 17:16:51 1999 Joe Orton <joe@orton.demon.co.uk> * config.h.in: Added HAVE_SYS_TIME_H (Dobrica Pavlinusic). * config.h.emx: Define HAVE_SYS_TIME_H.Fri May 28 17:11:53 1999 Joe Orton <joe@orton.demon.co.uk> * src/socket.c [HAVE_SYS_TIME_H]: Only include sys/time.h when present (Dobrica Pavlinusic). * src/socket.c: Include config.h (Dobrica Pavlinusic). * src/httpdav.c: Don't include sys/time.h any more (was only used for select(), now used through sock_block).Fri May 28 16:59:13 1999 Joe Orton <joe@orton.demon.co.uk> * sitecopy.spec -> sitecopy.spec.in: Renamed, use @VERSION@ to pick up package version (Dobrica Pavlinusic). * configure.in: Added sitecopy.spec to AC_OUTPUT (Dobrica Pavlinusic).Fri May 28 16:56:04 1999 Joe Orton <joe@orton.demon.co.uk> * configure.in: Added some -W's to CFLAGS with warnings on. Added sys/time.h to CHECK_HEADERS (thanks to Dobrica Pavlinusic <dpavlin@foi.hr>).Fri May 28 16:51:49 1999 Joe Orton <joe@orton.demon.co.uk> * src/rcfile.c (rc_get_netrc_password): const arguments and return, added prototype. * src/rcfile.c (rc_verifysite): Rearranged to const password.Fri May 28 16:46:43 1999 Joe Orton <joe@orton.demon.co.uk> * lib/netrc.c, lib/netrc.h (search_netrc): const 'host' argument.Fri May 28 16:15:15 1999 Joe Orton <joe@orton.demon.co.uk> * src/console_fe.c, src/sites.c, src/ftp.c: Added missing prototypes.Thu May 27 20:17:34 1999 Joe Orton <joe@orton.demon.co.uk> * src/httpdav.c (HTTP_FATAL_ERROR): Modified to take only a single argument rather than a variable number, makes SunOS 5 cc happy. Two callers modified.Thu May 27 20:14:23 1999 Joe Orton <joe@orton.demon.co.uk> * Makefile.in (ALLLIBOBJS): Added to include objects in lib.Thu May 27 19:58:31 1999 Joe Orton <joe@orton.demon.co.uk> * src/sites.c (site_readremotefiles): Fixed a memory leak, work harder to prevent SEGV on corrupt info file (not infallible yet).Thu May 27 19:19:05 1999 Joe Orton <joe@orton.demon.co.uk> * configure.in: Added -lresolv check (from fetchmail), made socket check only try -linet if it's not in -lsocket.Thu May 27 19:03:29 1999 Joe Orton <joe@orton.demon.co.uk> * po/POTFILES.in: Added common.c.Thu May 27 19:02:03 1999 Joe Orton <joe@orton.demon.co.uk> * src/common.c: Added NLS _ defines (used by strerror).Thu May 27 18:57:51 1999 Joe Orton <joe@orton.demon.co.uk> * src/socket.c: Include sys/time.h for struct timeval (patch by Andrew Haylett <ajh@primag.co.uk>).Thu May 27 18:28:38 1999 Joe Orton <joe@orton.demon.co.uk> * src/testdav.c: Added PROPFIND tester, renamed 'upload' to 'put'. Made 'trace' work again. Updated for new connection API. Thu May 27 18:20:03 1999 Joe Orton <joe@orton.demon.co.uk> * configure.in: Added basename.o and dirname.o to initial LIBOBJS.Thu May 27 18:19:04 1999 Joe Orton <joe@orton.demon.co.uk> * ABOUT-NLS: Replaced with December 1998 version.Thu May 27 18:14:14 1999 Joe Orton <joe@orton.demon.co.uk> * src/common.c (basename,dirname): Removed functions.Thu May 27 18:11:09 1999 Joe Orton <joe@orton.demon.co.uk> * config.h.emx, config.h.in, configure.in: Removed basename and dirname tests. * src/common.h: Added base_name prototype.Thu May 27 18:05:22 1999 Joe Orton <joe@orton.demon.co.uk> * src/sites.c (site_fetch_callback): Replaced dirname with dir_name. Include dirname.h.Thu May 27 18:04:38 1999 Joe Orton <joe@orton.demon.co.uk> * lib/basename.c, lib/dirname.c, lib/dirname.h: New files, from GNU fileutils.Thu May 27 13:49:09 1999 Joe Orton <jeo101@york.ac.uk> * src/sites.c, src/console_fe.c: Replaced basename with base_name everwhere.Thu May 27 13:47:58 1999 Joe Orton <jeo101@york.ac.uk> * Makefile.in: Added comment noting GNU make requirement.Thu May 27 11:36:31 1999 Joe Orton <jeo101@york.ac.uk> * src/ftp.c (ftp_response): Break out of loop to return on read() failure, making final return non-redundant.Thu May 27 11:34:15 1999 Joe Orton <jeo101@york.ac.uk> * src/sites.c (site_fetch): Removed redundant return at end, never reached.Wed May 26 13:06:43 1999 Joe Orton <joe@orton.demon.co.uk> * src/common.h: Added comment about libc 5.4.44's basename weirdness.Wed May 26 12:49:19 1999 Joe Orton <joe@orton.demon.co.uk> * src/sites.c (file_append,file_prepend): Don't inline - shave several k off i386/ELF binary.Wed May 26 12:41:45 1999 Joe Orton <joe@orton.demon.co.uk> * configure.in: --help output: Moved GNOME messages, wording updates.Wed May 26 12:37:39 1999 Joe Orton <joe@orton.demon.co.uk> * configure.in: Added --enable-warnings to add -Wall to CFLAGS.Wed May 26 12:36:29 1999 Joe Orton <joe@orton.demon.co.uk> * lib/md5.c: Removed fixed HAVE_MEMCPY define.Tue May 25 23:50:56 1999 Joe Orton <joe@orton.demon.co.uk> * configure.in: Added memcpy to CHECK_FUNCS.Tue May 25 21:26:56 1999 Joe Orton <joe@orton.demon.co.uk> * configure.in, *.emx: Bumped version to 0.6.8.Tue May 25 21:09:19 1999 Joe Orton <joe@orton.demon.co.uk> * config.h.emx: Defined HAVE_STRERROR as 1.Tue May 25 00:20:11 1999 Joe Orton <joe@orton.demon.co.uk> * src/common.c, src/common.h: Added strerror using sys_errlist where not present (from fetchmail).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -