]> sjero.net Git - wget/history - src/ChangeLog
[svn] Remember the position of the previous token instead of backtracking to it.
[wget] / src / ChangeLog
2005-08-04 hniksic[svn] Remember the position of the previous token inste...
2005-07-08 hniksic[svn] Include process.h for getpid() declaration.
2005-07-08 hniksic[svn] Use vasprintf where available.
2005-07-08 hniksic[svn] Simplify rewrite_shorthand_url.
2005-07-07 hniksic[svn] Check for the validity of the presented X509...
2005-07-07 hniksic[svn] Print separate error messages for frequent X509...
2005-07-07 hniksic[svn] Only define symbols in config-compiler.h, don...
2005-07-06 hniksic[svn] Use strtoll on Windows if available (as with...
2005-07-06 hniksic[svn] Fully declare fnmatch.h.
2005-07-06 hniksic[svn] Unconditionally include <setjmp.h>.
2005-07-06 hniksic[svn] New option --ignore-case for case-insensitive...
2005-07-06 hniksic[svn] Make timers measure seconds directly, not millise...
2005-07-06 hniksic[svn] Allow null MESSAGE.
2005-07-05 hniksic[svn] Handle years after 2099.
2005-07-05 hniksic[svn] Remove unused variable.
2005-07-05 hniksic[svn] A new timegm implementation.
2005-07-05 hniksic[svn] Add GnuTLS support.
2005-07-04 hniksic[svn] Don't print write error message twice.
2005-07-04 hniksic[svn] Only allocate an error string on actual error.
2005-07-04 hniksic[svn] Prefix pointer value with 0x.
2005-07-04 hniksic[svn] Simplify NEXT_BASE64_CHAR.
2005-07-04 hniksic[svn] Don't tolerate non-base64 non-whitespace characte...
2005-07-04 hniksic[svn] Make last_tick unsigned.
2005-07-04 hniksic[svn] Updated alloca declaration.
2005-07-04 hniksic[svn] Separate SSL error messages with "; ".
2005-07-03 hniksic[svn] Correctly print SSL errors.
2005-07-03 hniksic[svn] Also wrap accept() and listen() on Windows.
2005-07-03 hniksic[svn] In uri_merge, skip separators appropriate for...
2005-07-02 hniksic[svn] Don't include connect.h.
2005-07-02 hniksic[svn] Remove extraneous include of netdb.h.
2005-07-02 hniksic[svn] Improve ChangeLog entry.
2005-07-02 hniksic[svn] Correctly skip error message body for keep-alive...
2005-07-02 hniksic[svn] Fix fragments crash. Support fragments for FTP...
2005-07-02 hniksic[svn] Remove "CVS" from version number.
2005-07-02 hniksic[svn] Display smaller download rate numbers with more...
2005-07-01 hniksic[svn] Minor improvements to fd_read_hunk.
2005-07-01 hniksic[svn] Fix URL parsing bugs.
2005-07-01 hniksic[svn] Don't refer to the non-existent -nr option.
2005-06-30 hniksic[svn] Renamed "pretty_print_address" to "print_address".
2005-06-30 hniksic[svn] Explicitly document all cases when generating...
2005-06-30 hniksic[svn] Implement inet_ntop on Windows.
2005-06-30 hniksic[svn] Remove unused variable row_qty.
2005-06-30 hniksic[svn] Check for both SIGUSR1 and SIGHUP before using...
2005-06-29 hniksic[svn] Unconditionally include locale.h.
2005-06-29 hniksic[svn] Include sys/time.h to get struct timeval.
2005-06-29 hniksic[svn] Remove obsolete definition of with_thousand_seps_sum.
2005-06-29 hniksic[svn] Unconditionally include limits.h.
2005-06-28 hniksic[svn] Use *rand48 where available.
2005-06-28 hniksic[svn] Include ETA information in dot progress.
2005-06-28 hniksic[svn] Remove bogus entry.
2005-06-28 hniksic[svn] Fix parsing alphanumerics in .wgetrc.
2005-06-28 hniksic[svn] Remove unnecessary casts.
2005-06-28 hniksic[svn] Document print_percentage.
2005-06-28 hniksic[svn] Delete trailing newlines from LIST output when...
2005-06-27 hniksic[svn] Remove superfluous includes and document existing...
2005-06-27 hniksic[svn] Amend alloca declaration.
2005-06-27 hniksic[svn] Force thousand sep to . rather than " " when...
2005-06-27 hniksic[svn] Move extern declarations to .h files.
2005-06-27 hniksic[svn] Make cookies_now static.
2005-06-27 hniksic[svn] Remove intermediary cast.
2005-06-27 hniksic[svn] Use the system-provided fnmatch by default.
2005-06-27 hniksic[svn] Check for timegm and use it where available.
2005-06-27 hniksic[svn] Correctly query the old locale value.
2005-06-27 hniksic[svn] Don't #define alloca under MinGW32.
2005-06-27 hniksic[svn] Force the use of separators in C locale.
2005-06-27 hniksic[svn] Set all locale categories.
2005-06-27 hniksic[svn] Improve "POST data file missing" error message.
2005-06-26 hniksic[svn] Constify variable.
2005-06-26 hniksic[svn] Handle negative numbers in with_thousand_seps.
2005-06-26 hniksic[svn] Mark the "eta" string for translation.
2005-06-26 hniksic[svn] Don't explicitly set entry->next to NULL since...
2005-06-26 hniksic[svn] Define gai_strerror under mingw.
2005-06-26 hniksic[svn] Correctly implement thousand seps of more than...
2005-06-26 hniksic[svn] Don't translate SI units. Print more exact durat...
2005-06-26 hniksic[svn] Update alloca declaration.
2005-06-26 hniksic[svn] When the download is finished, print the time...
2005-06-25 hniksic[svn] Rewrite with_thousand_seps to be size-agnostic...
2005-06-25 hniksic[svn] Divide with 1024 instead of shifting by ten places.
2005-06-25 hniksic[svn] New ETA display.
2005-06-25 hniksic[svn] Decrease buffer size of with_thousand_seps_sum.
2005-06-25 hniksic[svn] Use %I64d, not %I64.
2005-06-25 hniksic[svn] Don't pattern-match server redirects.
2005-06-25 hniksic[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify...
2005-06-25 hniksic[svn] Don't clean .libs, which is no longer being gener...
2005-06-24 hniksic[svn] Remove warning under AIX.
2005-06-24 hniksic[svn] Consistently prepend / to path when entering...
2005-06-24 hniksic[svn] Declare opt.verbose as int, not bool.
2005-06-23 hniksic[svn] Expect strpbrk and mktime to exist.
2005-06-23 hniksic[svn] Use struct_fstat when calling fstat because of...
2005-06-23 hniksic[svn] Remove support for Watcom's compiler.
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-22 hniksic[svn] Check for the C99 bool type and define it if...
2005-06-22 hniksic[svn] Remove the "lockable boolean" setting for passive...
2005-06-22 hniksic[svn] Use bitfields for booleans in struct cookie to...
2005-06-22 hniksic[svn] Also depend on config.h.
2005-06-22 hniksic[svn] Define the IF_DEBUG macro.
2005-06-22 hniksic[svn] Fix crash with --no-cookies.
2005-06-22 hniksic[svn] Expect existence of C89 functions, as well as...
2005-06-21 hniksic[svn] Remove manual tracking of dependencies; instead...
2005-06-20 hniksic[svn] Trivially rename "mapping" to "cell" and "non...
next