]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix build when libpsl is not available
[wget] / src / ChangeLog
index 96723dd5e7c3a2ff29c39d5e7822c71a1f6c6318..5ebeaf34eda02a3564547b73d30a4a709017233b 100644 (file)
@@ -1,3 +1,105 @@
+2014-06-08  Giuseppe Scrivano  <gscrivan@redhat.com>
+
+       * cookies.c [HAVE_PSL]: Include <libpsl.h> only when HAVE_PSL is defined.
+
+2014-05-30  Darshit Shah  <darnir@gmail.com>
+
+       * cookies.c (check_domain_match): Use libpsl to check if the cookie domain
+       is valid. Also remove unneeded test for numeric addresses.
+
+2014-05-30  Darshit Shah  <darnir@gmail.com>
+
+       * connect.{c,h}, convert.{c,h}, cookies.{c,h}, ftp-ls.c, ftp.h, gettext.h,
+       hash.h, host.h, html-parse.h, html-url.h, http.c, init.c, main.c, mswindows.c,
+       netrc.h, openssl.c, options.h, ptimer.h, recur.c, retr.c, sysdep.h, url.h,
+       vms.c, warc.c, wget.h: Whitespace and formatting changes only.
+
+2014-05-20  Darshit Shah  <darnir@gmail.com>
+
+       * utils.c (human_readable): Add new parameters, acc and decimals for the
+       function. acc decides the number under which decimal values are shown for a
+       certain value, while decimals decides the number of decimal digits displayed
+       * utils.h (human_readable): Update declartion of the function
+       * ftp.c (print_length): Update call to human_readable
+       * http.c (gethttp): Same
+       * init.c (defaults): Enable scrolling filenames by default
+       * main.c (main): Update call to human_readable
+       * options.h (options): Add new option noscroll
+       * progress.c (create_image): Update the look of the progress bar. Human
+       readable download size by default and add support for noscroll.
+       (dot_set_params, bar_set_params): Change paramter to char * since strtok
+       needs to modify the string.
+       (bar_set_params): Add support for noscroll parameter to bar.
+
+2014-05-03  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * ftp-ls.c (ftp_parse_vms_ls): Explicitly typecast strlen's output
+       * ftp.c (getftp): Prevent declaration of shadow variable
+       * html-url.c (tag_handle_base, tag_handle_form, tag_handle_link,
+       tag_handle_meta): Compiler directive to ignore unused variable
+       * html-url.h (cleanup_html_url): Add function declaration
+       * http-ntlm.c (ntlm_input, mkhash): Use ssize_t to declare variables that store
+       sizes.
+       (mkhash): Explicitly typecast output of c_toupper
+       (short_pair): Add typecasts to prevent compiler warnings
+       (ntlm-output): Fix datatypes of various variables
+       * http.c (gethttp): Prevent declaration of shadow variable err
+       (gethttp): remove unreachable code
+       (test_parse_content_disposition): Fix variable declarations and use
+       countof() macro
+       * init.c (run_command): Prevent declaration of ghost variable
+       (cmd_string, cmd_string_uppercase, cmd_file, cnd_vector,
+       cmd_directory_vector, cmd_spec_dirstruct, cmd_spec_header,
+       cmd_spec_warc_header, cmd_spec_htmlify, cmd_spec_mirror,
+       cmd_spec_prefer_family, cmd_spec_progress, cmd_spec_recursive,
+       cmd_spec_regex_type, cmd_spec_restrict_file_names, cmd_spec_report_speed,
+       cmd_spec_timeout, cmd_spec_useragent, cmd_spec_verbose): Add compiler
+       directive to ignore unused variable
+       (cleanup_html_url, spider_cleanup): Remove declarations
+       (test_commands_sorted): Cleanup code
+       (test_cmd_spec_restrict_file_names): Use correct data types
+       * iri.c (remote_to_utf8): Use more verbose variable name
+       * main.c (init_switches): Prevent declaration of ghost variable
+       * netrc.c (netrc_cleanup): Create cleanup function on common naming scheme
+       * netrc.h (netrc_cleanup): Declare function
+       * openssl.c (openssl_write, openssl_errstr): Compiler directive to ignore
+       unused parameter
+       (openssl_errstr): Explcicitly typecasr output of ASN1_STRING_length
+       * options.h (struct options): Declare includes and excludes as const char **
+       * progress.c (progress_interactive_p, progress_handle_sigwinch): Compiler
+       directive to ignore unused parameter
+       * res.c (test_is_robots_txt_url): Fix datatypes
+       * retr.c (line_terminator): Add compiler directive for ignoring unused
+       paramter. Remove unused variable.
+       * spider.h (spider_cleanup): Declare function
+       * test,c (main): declare unused paramter
+       * test.h (test_*): Declare functions
+       * url.c (url_string): Explicit typecast of password strings
+       (run_test): Declare *test, struct tests and *expected_result as const
+       (test_path_simplify, test_append_uri_pathl, test_are_urls_equal): Fix datatypes
+       * utls.c (fork_to_background): Be more verbose when errors occur
+       (dir_matches_p, test_dir_matches_p): Declare char * as const as required
+       (base64_encode, base64_decode, get_max_length): Set correct return type
+       (match_pcre_regex, match_posix_regex): Use correct datatypes and typecasts
+       (test_subdir_p): static const struct
+       * utils.h (base64_encode, base64_decode, get_max_length): Fix return type
+       * warc.c (ward_write_cdx_record): unused parameter
+       (struct hash_table *warc_cdx_dedup_table): Declare as static
+
+2014-05-01  Benjamin Goose  <gans+wget@tngtech.com>
+
+       * http.c: Fix small memory leak
+
+2014-05-01  Darshit Shah  <darnir@gmail.com> (tiny change)
+
+       * progress.c (dot_finish): Do not print extra newlines when not in verbose
+       mode. (Purely aesthetic change)
+       (get_eta): Add extra space when eta is printed.
+       (create_image): Remove erroneous space from being added to progress bar when
+       filename > MAX_FILENAME_LEN
+       (create_image): Remove extra space before printed download speeds
+       Make the filename a fixed width column.
+
 2014-04-19  Darshit Shah  <darnir@gmail.com>
 
        * log.h (log_options): Add new logging options, LOG_PROGRESS. All progress