]> sjero.net Git - wget/history - src/ChangeLog
[svn] Use new macros xnew, xnew0, xnew_array, and xnew0_array in various places.
[wget] / src / ChangeLog
2003-10-31 hniksic[svn] Use new macros xnew, xnew0, xnew_array, and xnew0...
2003-10-31 hniksic[svn] Moved malloc-related code to xmalloc.c. Defined...
2003-10-31 hniksic[svn] Retired broken code that checked for NULL ip_addr...
2003-10-31 hniksic[svn] Removed address_list_from_single.
2003-10-31 hniksic[svn] Networking improvements: get rid of the MSOCK...
2003-10-30 hniksic[svn] *** empty log message ***
2003-10-30 hniksic[svn] Use `S >= 8' rather than `S == 8' when looking...
2003-10-30 hniksic[svn] Don't unescape URL escapes twice.
2003-10-30 hniksic[svn] Fix -p so it doesn't imply FTP recursion.
2003-10-29 hniksic[svn] Updated IPv6 code.
2003-10-29 hniksic[svn] Dummy ChangeLog entry for Mauro's IPv6 changes.
2003-10-26 hniksic[svn] Change u_int32_t to uint32_t.
2003-10-26 hniksic[svn] Reset the QUOTE flag after the closing quote.
2003-10-25 hniksic[svn] Better document the workings of construct_relative().
2003-10-23 hniksic[svn] Fixed compilation under Ultrix.
2003-10-23 hniksic[svn] Bump version.
2003-10-23 hniksic[svn] Don't use trailing commas in enums.
2003-10-16 hniksic[svn] Don't let absolute path specified by -P introduce...
2003-10-14 hniksic[svn] Accept HTTP status 307 as redirect.
2003-10-14 hniksic[svn] Correctly loop through the linked list.
2003-10-13 hniksic[svn] Expect links followed from Refreshes to contain...
2003-10-13 hniksic[svn] Don't define int32_t because we're not using it.
2003-10-11 hniksic[svn] Remove VERY_LONG_TYPE; use LARGE_INT instead...
2003-10-11 hniksic[svn] Also check for short for int32_t.
2003-10-11 hniksic[svn] Provide the support for int32_t and u_int32_t.
2003-10-11 hniksic[svn] Look for and use socklen_t.
2003-10-10 hniksic[svn] Don't descend into HTML that was downloaded by...
2003-10-10 hniksic[svn] Make the first argument to hash_table_new a minim...
2003-10-09 hniksic[svn] Use hash table for tag lookup in html-url.c and...
2003-10-09 hniksic[svn] Add const declarations to hash-table functions.
2003-10-08 hniksic[svn] Add FLAGS argument to map_html_tags.
2003-10-08 hniksic[svn] Switch to binary search for find_tag.
2003-10-08 hniksic[svn] Fix typo in help string.
2003-10-08 hniksic[svn] Add definitions of getopt_long and getopt_long_on...
2003-10-08 hniksic[svn] Renamed DEBUG to ENABLE_DEBUG.
2003-10-07 hniksic[svn] Move fnmatch() to cmpt.c and don't use it under...
2003-10-07 hniksic[svn] Add a fresher getopt.c.
2003-10-07 hniksic[svn] Remove unused pointer from struct cookie.
2003-10-07 hniksic[svn] Improve documentation of cookie code.
2003-10-05 hniksic[svn] Fix type of _SetThreadExecutionState local var.
2003-10-04 hniksic[svn] Fix crash when post-file is missing.
2003-10-04 hniksic[svn] Use WaitForSingleObject to wait for thread termin...
2003-10-04 hniksic[svn] Update ansi2knr.c and ansi2knr.1.
2003-10-03 hniksic[svn] Include winsock headers from mswindows.h.
2003-10-03 hniksic[svn] Fix compilation problem on non-Gcc compilers.
2003-10-02 hniksic[svn] Window-specific implementation of run_with_timeout.
2003-10-02 hniksic[svn] Better document html-parse macros.
2003-10-02 hniksic[svn] Initialize DUMMY storage for DT.
2003-10-02 hniksic[svn] Added support for hexadecimal numeric entities.
2003-10-02 hniksic[svn] Subsecond granularity in run_with_timeout.
2003-10-01 hniksic[svn] Fix memory leak in a rare case in url.c.
2003-10-01 hniksic[svn] Initialize local variable to shut up the compiler.
2003-10-01 hniksic[svn] *** empty log message ***
2003-09-30 hniksic[svn] Display percentage in title bar.
2003-09-30 hniksic[svn] Made --spider work with FTP downloads.
2003-09-27 hniksic[svn] Windows fixes by Gisle Vanem.
2003-09-25 hniksic[svn] Fixes to support out of the box compilation on...
2003-09-25 hniksic[svn] Fix oversight in escape handling.
2003-09-23 hniksic[svn] Force printing of ETA at the end of download.
2003-09-23 hniksic[svn] Remove .libs directory when cleaning up.
2003-09-23 hniksic[svn] Fix a bug when loading cookies. Don't ignore...
2003-09-22 hniksic[svn] Indicate where the download has started in progre...
2003-09-22 hniksic[svn] If hash/test functions aren't given, default...
2003-09-22 hniksic[svn] Fix broken cast of BIT to unsigned char.
2003-09-22 hniksic[svn] Modified path_simplify not to rely on extensive...
2003-09-21 hniksic[svn] Split off non-URL related stuff from url.c to...
2003-09-21 hniksic[svn] Improved init.c error messages.
2003-09-21 hniksic[svn] path_simplify would read two bytes past the end...
2003-09-21 hniksic[svn] Treat xhtml files just like regular html.
2003-09-21 hniksic[svn] Enabled separation of different timeout values.
2003-09-21 hniksic[svn] Adjust bandwidth limitation sleep for the error...
2003-09-21 hniksic[svn] Make errors in command-line options fatal.
2003-09-20 hniksic[svn] Allow decimal values for --timeout, --wait, and...
2003-09-20 hniksic[svn] Cosmetic fixes.
2003-09-20 hniksic[svn] Minor fixes and cosmetic changes.
2003-09-19 hniksic[svn] Default dir_prefix to NULL rather than ".".
2003-09-19 hniksic[svn] Cosmetic change.
2003-09-19 hniksic[svn] Renamed wget.h XDIGIT-related macros to (hopefull...
2003-09-19 hniksic[svn] Introduce non-strict comment parsing.
2003-09-18 hniksic[svn] Add support for OS/400 ftp server.
2003-09-18 hniksic[svn] Call ssl_iread with the correct arguments.
2003-09-18 hniksic[svn] Don't #define ctype.h macros to errors.
2003-09-17 hniksic[svn] Undef U, W, C after use.
2003-09-17 hniksic[svn] Improved --restrict-file-names to accept ",nocont...
2003-09-17 hniksic[svn] Made sync_path more resilient to pathological...
2003-09-16 hniksic[svn] Allow unique_name to return the FILE argument...
2003-09-16 hniksic[svn] Work around VC's inability to cast unsigned __int...
2003-09-15 hniksic[svn] Have `make clean' also delete the core.<number...
2003-09-15 hniksic[svn] Don't pad shrunk POST'ed files.
2003-09-15 hniksic[svn] Improved --limit-rate for small bandwidths.
2003-09-15 hniksic[svn] Update progress code to use higher timer resolution.
2003-09-15 hniksic[svn] Implement xdigit_to_xchar more efficiently.
2003-09-15 hniksic[svn] Another version of parse_set_cookies, along with...
2003-09-15 hniksic[svn] Made strpbrk_or_eos a macro under Gcc.
2003-09-15 hniksic[svn] Allow trailing whitespace in Set-Cookies. Also...
2003-09-14 hniksic[svn] New mechanism for quoting file names.
2003-09-13 hniksic[svn] Fixed a long-standing bug in the timer code that...
2003-09-10 hniksic[svn] Print the result of DNS lookup.
2003-09-10 hniksic[svn] Allow --foo=yes/no in addition to --foo=on/off.
2003-09-10 hniksic[svn] New option --dns-cache.
next