⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 1.6_branch.changelog

📁 wget (command line browser) source code
💻 CHANGELOG
📖 第 1 页 / 共 5 页
字号:
	* version.c: Wget 1.5-b16 is released.1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>	* init.c (commands): Renamed `always_rest' to `continue'.1998-04-05  Hrvoje Niksic  <hniksic@srce.hr>	* all: Use it.	* log.c (logputs): New argument.	(logvprintf): Ditto.	(logprintf): Ditto.1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>	* http.c (http_atotm): Update comment.	* main.c (i18n_initialize): Set LC_MESSAGES, not LC_ALL.	* wget.h: Renamed ENABLED_NLS to HAVE_NLS.	* main.c (i18n_initialize): New function.	(main): Use it.	* log.c: Include <unistd.h>.	* retr.c (show_progress): Cast alloca to char *.1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>	* version.c: Wget 1.5-b15 is released.1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>	* utils.h: Declare file_non_directory_p().1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>	* main.c (main): It's `tries', not `numtries' now.1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>	* init.c (getperms): Removed.1998-04-01  Tim Charron  <tcharron@interlog.com>	* log.c (logvprintf): Don't use ARGS twice.1998-04-01  John  <john@futuresguide.com>	* mswindows.c: Cleaned up.1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>	* version.c: Wget 1.5-b14 is released.1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>	* ftp-opie.c (STRLEN4): New macro.	(btoe): Use it.1998-04-01  Junio Hamano  <junio@twinsun.com>	* http.c: Document all the Digest functions.1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>	* utils.c (file_non_directory_p): Renamed from isfile().	* mswindows.h (S_ISREG): New macro, suggested by Tim Adam.1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>	* utils.c (mkdirhier): Use 0777 instead of opt.dirmode.	* init.c (cmd_spec_dotstyle): Use 48 dots per line for binary 	style.	(cmd_permissions): Removed.	* config.h.in: Add template for WORDS_BIGENDIAN.1998-03-31  Junio Hamano  <junio@twinsun.com>	* http.c (HEXD2asc): New macro.	(dump_hash): Use it.1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>	* version.c: Wget 1.5-b13 is released.1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>	* main.c (main): Don't try to use `com'.1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>	* init.c (cmd_permissions): New function.1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>	* version.c: Wget 1.5-b12 is released.1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>	* init.c (commands): Renamed `numtries' to `tries'.	(cmd_spec_debug): Removed.	(home_dir): Under Windows, return `C:\' if HOME is undefined.1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>	* config.h.in: Define _XOPEN_SOURCE.	* init.c (check_user_specified_header): New function.	(cmd_spec_header): Use it.	(cmd_spec_useragent): New function.1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>	* version.c: Wget 1.5-b11 is released.1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>	* wget.h: Include <libintl.h> only if NLS is enabled.1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>	* options.h (struct options): Made `wait' a long.	(struct options): Ditto for `timeout'.1998-03-19  Hrvoje Niksic  <hniksic@srce.hr>	* utils.c (exists): Renamed to file_exists_p.	(file_exists_p): Use access() if available.1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>	* utils.c (memfatal): Set save_log_p to 0 to avoid potential 	infloop.	* log.c: do_logging -> save_log_p.	* config.h.in: Added template for HAVE_VSNPRINTF.1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>	* init.c: Ditto.	* http.c: Protect declaration against non-ANSI compiler.	* log.c (logvprintf): Use vsnprintf() if available.	* getopt.c (main): Don't translate test stuff.1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>	* version.c: Wget 1.5-b10 is released.1998-03-11  Hrvoje Niksic  <hniksic@srce.hr>	* ftp.c (getftp): Don't translate "CWD %s".	* wget.h (GCC_FORMAT_ATTR): Renamed from FORMAT_ATTR.1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>	* ftp-opie.c (btoe): Use memcpy() instead of strncat().	* log.c (logputs): New function.	(logvprintf): Renamed from vlogmsg; use logputs().	* retr.c (show_progress): Print `[100%]' when the retrieval is	finished.	* init.c (run_wgetrc): Use FILE, not PATH.	(wgetrc_file_name): Ditto.1998-03-07  Tim Adam  <tma@osa.com.au>	* recur.c (parse_robots): Correctly reset `entries' on empty 	disallow.1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>	* init.c (cmd_spec_debug): Use cmd_boolean().1998-02-23  Hrvoje Niksic  <hniksic@srce.hr>	* http.c (gethttp): Create proxy-authorization correctly.1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>	* md5.c: Ditto.	* getopt.c: Use ANSI function definitions.	* ftp-opie.c: New file.	* options.h: Don't redefine EXTERN.	* init.c: Sort it correctly.1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>	* version.c: Wget 1.5-b9 is released.1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>	* recur.c (recursive_retrieve): Reset `first_time'.	* ftp.c (getftp): Added `default' clause to switches of uerr_t.	* rbuf.c (rbuf_peek): Simplified.	(rbuf_flush): Use MINVAL.	* wget.h (MINVAL): Moved from url.h.	* rbuf.h (RBUF_FD): New macro.	* url.c (add_url): Add to the head of the list.	* ftp.c (ftp_retrieve_list): Set the permissions to downloaded 	file.	(getftp): Set the default permissions to 0600.1998-02-21  Hrvoje Niksic  <hniksic@srce.hr>	* url.c (get_urls_html): Ditto.	(convert_links): Ditto.	* recur.c (parse_robots): Ditto.	* html.c (ftp_index): Ditto.	* ftp-ls.c (ftp_parse_unix_ls): Open file as binary.	* init.c (defaults): Initialize `opt' to zero via memset.	* http.c (digest_authentication_encode): goto considered harmful.1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>	* ftp.c (delelement): Simplify and fix leak.1998-02-18  Hrvoje Niksic  <hniksic@srce.hr>	* http.c (dump_hash): Use HEXD2ASC instead of home-grown stuff.	* url.h (HEXD2ASC): Removed warning.	* init.c (comind): Use binary search.	(commands): Reorganized.	(setval): Ditto.	(cmd_boolean): New function.	(cmd_number): Ditto.	(cmd_number_inf): Ditto.	(cmd_string): Ditto.	(cmd_vector): Ditto.	(cmd_directory_vector): Ditto.	(cmd_bytes): Ditto.	(cmd_time): Ditto.	(cmd_spec_debug): Ditto.	(cmd_spec_dirmode): Ditto.	(cmd_spec_dirstruct): Ditto.	(cmd_spec_dotstyle): Ditto.	(cmd_spec_header): Ditto.	(cmd_spec_htmlify): Ditto.	(cmd_spec_mirror): Ditto.	(cmd_spec_outputdocument): Ditto.	(cmd_spec_recursive): Ditto.	(settime): Merged with cmd_time().	(setbytes): Merged with cmd_bytes().	(setonoff): Merged with cmd_boolean().	(onoff): Ditto.1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>	* Makefile.in (distclean): Remove `config.h'.1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>	* version.c: Wget 1.5-b8 is released.1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>	* http.c (digest_authentication_encode): New function.	(create_authorization_line): Use it.	(dump_hash): New function.	(digest_authentication_encode): Use it.	* fnmatch.c: Renamed from `mtch.c'.1998-02-15  Karl Eichwalder  <ke@suse.de>	* main.c (main): Tag "Written by..." string as translatable.1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>	* wget.h (FREE_MAYBE): New macro.	* http.c (create_authorization_line): Don't use ANSI C string 	concatenation feature.	(basic_authentication_encode): Use alloca() for temporary 	variables.	* recur.h: Ditto.	* http.c: Ditto.	* headers.h: Ditto.	* ftp-basic.c: Protect declaration against non-ANSI compiler.	* http.c (create_authorization_line): Cast `unsigned char *' to	`char *' for sprintf, to shut up the noisy Digital Unix cc.1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>	* version.c: Wget 1.5-b7 is released.1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>	* cmpt.c (strstr): Synched with glibc-2.0.6.	* ftp-basic.c (calculate_skey_response): Ditto.	(calculate_skey_response): Use alloca().	* http.c (create_authorization_line): Work with FSF's version of 	md5.c.	* md5.c: New file, from GNU libc.1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>	* url.h (URL_CLEANSE): Name the temporary variable more carefully.1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>	* http.c (basic_authentication_encode): New function, instead of	the macro.1998-02-13  Junio Hamano  <junio@twinsun.com>	* http.c: Add HTTP-DA support.	* ftp-basic.c: Add Opie/S-key support.	* config.h.in, Makefile.in: Add HTTP-DA and Opie/S-key support.	* md5.c, md5.h: New files.1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>	* http.c (http_process_range): Renamed from hprocrange().	(http_process_range): Parse the whole header.	* headers.c: New file.	(header_process): New function.	(header_get): Renamed from fetch_next_header.	* all: Include utils.h only where necessary.	* wget.h: Declare xmalloc(), xrealloc() and xstrdup() here.	* wget.h: Add provisions for dmalloc.1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>	* version.c: Wget 1.5-b6 is released.1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>	* ftp.c (ftp_loop): Determine `filename' more precisely.	* init.c (setval): Don't set `opt.quiet' if output-document is 	`-'.	* log.c (log_init): Print to STDERR instead of STDOUT.	(vlogmsg): Use STDERR by default.	(logflush): Ditto.1998-02-11  Simon Josefsson  <jas@pdc.kth.se>	* host.c: Use addr_in again.1998-02-08  Karl Eichwalder  <karl@suse.de>	* http.c (gethttp): Fixed typo.1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>	* version.c: Wget 1.5-b5 is released.1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>	* retr.c (show_progress): Use it.	* log.c (logflush): New function.	* wget.h: Utilize __attribute__ if on gcc.1998-02-07  Hrvoje Niksic  <hniksic@srce.hr>	* http.c (base64_encode_line): New argument LENGTH.	(BASIC_AUTHENTICATION_ENCODE): Use it.	(BASIC_AUTHENTICATION_ENCODE): Take length of HEADER into account.	* main.c (main): Fixed fprintf() format mismatch.1998-02-06  Hrvoje Niksic  <hniksic@srce.hr>	* version.c: Wget 1.5-b4 is released.1998-02-03  Simon Josefsson  <jas@pdc.kth.se>	* host.c: use sockaddr_in instead of addr_in.1998-02-04  Hrvoje Niksic  <hniksic@srce.hr>	* init.c (cleanup): Use it.	* recur.c (recursive_cleanup): New function.	* retr.c (retrieve_from_file): Ditto.	* main.c (main): Use it.	* recur.c (recursive_reset): New function.	* retr.c (retrieve_from_file): Ditto.	* main.c (main): Simplify call to recursive_retrieve().	* recur.c (recursive_retrieve): Removed FLAGS argument.	* http.c (gethttp): Changed call to iwrite().1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>	* url.c (get_urls_html): Ditto.	(free_urlpos): Ditto.	(mkstruct): Ditto.	(construct): Ditto.	* retr.c (retrieve_url): Move declaration of local variables to	smaller scope.	* url.c (urlproto): Use it.	(parseurl): Ditto.	(str_url): Ditto.	(get_urls_html): Ditto.	* utils.h (ARRAY_SIZE): New macro.	* url.c (proto): Moved from url.h.	* url.h (URL_CLEANSE): Reformatted.	(USE_PROXY_P): Renamed from USE_PROXY.	* ftp-basic.c: Adjust to the new interface of iwrite().	* ftp-basic.c (ftp_port): Use alloca().1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>	* version.c: Wget 1.5-b3 is released.	* host.c (ftp_getaddress): Don't print to stderr directly.	* init.c (setbytes): Support `g' for gigabytes.	(cmdtype): New specification CTIME.	(setval): Use it with settime().	(commands): Use it for WAIT and TIMEOUT.1998-02-02  Hrvoje Niksic  <hniksic@srce.hr>	* http.c (BASIC_AUTHENTICATION_ENCODE): New macro.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -