]> sjero.net Git - wget/history - src/utils.c
Fix build when libpsl is not available
[wget] / src / utils.c
2005-07-08 hniksic[svn] Doc update.
2005-07-08 hniksic[svn] Use vasprintf where available.
2005-07-07 hniksic[svn] In for loops with empty body, put the ";" on...
2005-07-06 hniksic[svn] Unconditionally include <setjmp.h>.
2005-07-06 hniksic[svn] Doc fix.
2005-07-06 hniksic[svn] Doc fix.
2005-07-06 hniksic[svn] Doc fix.
2005-07-06 hniksic[svn] New option --ignore-case for case-insensitive...
2005-07-04 hniksic[svn] Fix undef.
2005-07-04 hniksic[svn] Simplify NEXT_BASE64_CHAR.
2005-07-04 hniksic[svn] Don't tolerate non-base64 non-whitespace characte...
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-29 hniksic[svn] Unconditionally include locale.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] Doc fix.
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] Remove intermediary cast.
2005-06-27 hniksic[svn] Doc fix.
2005-06-27 hniksic[svn] Force the use of separators in C locale.
2005-06-26 hniksic[svn] Handle negative numbers in with_thousand_seps.
2005-06-26 hniksic[svn] Correctly implement thousand seps of more than...
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] Decrease buffer size of with_thousand_seps_sum.
2005-06-25 hniksic[svn] Use %I64d, not %I64.
2005-06-25 hniksic[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify...
2005-06-23 hniksic[svn] Doc fix for human_readable.
2005-06-23 hniksic[svn] Use struct_fstat when calling fstat because of...
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-22 hniksic[svn] Expect existence of C89 functions, as well as...
2005-06-20 hniksic[svn] Use #elif where appropriate to make chaining...
2005-06-19 hniksic[svn] Don't cast return type of malloc/realloc. Assume...
2005-06-19 hniksic[svn] Remove K&R support.
2005-05-30 hniksic[svn] Allow --header to contain ",".
2005-05-06 hniksic[svn] *** empty log message ***
2005-05-05 hniksic[svn] Fix -X/-I with wildcards.
2005-05-05 hniksic[svn] Set access time to current time when "touching...
2005-04-28 hniksic[svn] Doc fix.
2005-04-24 hniksic[svn] Delete unreachable statement in aprintf.
2005-04-24 hniksic[svn] Added reordering of addresses to try IPv4 first...
2005-04-23 hniksic[svn] Treat input to base64_encode as unsigned chars.
2005-04-18 hniksic[svn] Change orders of parameters of base64_encode...
2005-04-07 hniksic[svn] Extract timers to a separate file.
2005-04-06 hniksic[svn] Added NTLM support.
2005-04-01 hniksic[svn] Avoid explicit 64-bit constants; construct them...
2005-03-30 hniksic[svn] Use sets/hash-tables instead of "slists". Remove...
2005-03-29 hniksic[svn] Slightly better handling of negative numbers...
2005-03-22 hniksic[svn] Support human-readable file size printing.
2005-03-20 hniksic[svn] Improve built-in memory debugger.
2005-03-20 hniksic[svn] Use high-resolution timers on Windows.
2005-03-19 hniksic[svn] Concatenate strings using concat_strings.
2005-03-06 hniksic[svn] Remove warnings under Borland C.
2005-03-05 hniksic[svn] Fix parse error when O_BINARY is available.
2005-03-04 hniksic[svn] Fix a possible race condition when opening files.
2005-02-26 hniksic[svn] Large file fixes for Borland C, published in
2005-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
2004-01-29 hniksic[svn] Return a value on non-Windows systems without...
2004-01-28 hniksic[svn] Correctly determine screen size under Windows.
2004-01-25 hniksic[svn] Don't sleep using usleep for more than a second.
2003-11-29 hniksic[svn] Restructure generation of HTTP requests. Allow...
2003-11-12 hniksic[svn] Better INT_MAX and UCHAR_MAX checks.
2003-11-08 hniksic[svn] Abort if wtimer_update is called on an uninitiali...
2003-11-08 hniksic[svn] Timer code update.
2003-11-05 hniksic[svn] New option --keep-session-cookies.
2003-11-03 hniksic[svn] New function xsleep that resumes sleeps interrupt...
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-23 hniksic[svn] Don't use trailing commas in enums.
2003-10-11 hniksic[svn] Remove VERY_LONG_TYPE; use LARGE_INT instead...
2003-10-07 hniksic[svn] Move fnmatch() to cmpt.c and don't use it under...
2003-10-04 hniksic[svn] Doc update.
2003-10-04 hniksic[svn] Fix crash when post-file is missing.
2003-10-02 hniksic[svn] Window-specific implementation of run_with_timeout.
2003-10-02 hniksic[svn] Doc fixes.
2003-10-02 hniksic[svn] Subsecond granularity in run_with_timeout.
2003-09-20 hniksic[svn] Allow decimal values for --timeout, --wait, and...
2003-09-19 hniksic[svn] Renamed wget.h XDIGIT-related macros to (hopefull...
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] Update progress code to use higher timer resolution.
2003-09-15 hniksic[svn] Implement xdigit_to_xchar more efficiently.
2003-09-13 hniksic[svn] Fixed a long-standing bug in the timer code that...
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-05-08 hniksic[svn] Allow match_tail to be case insensitive.
2002-04-15 abbotti[svn] Fix broken Windows builds due to the xxx_with_tim...
2002-04-14 hniksic[svn] Have number_to_string handle the case when number...
2002-04-14 hniksic[svn] Add the POST method.
2002-04-13 hniksic[svn] Generalize connect_with_timeout into run_with_tim...
2002-04-12 abbotti[svn] Use new function to test filename for common...
2002-01-17 hniksic[svn] Make -P work on Windows.
2001-12-17 hniksic[svn] Use the new function `random_number' that doesn...
2001-12-14 hniksic[svn] Move path_simplify to url.c.
2001-12-10 hniksic[svn] Logging system bugfixes and improvements.
2001-12-10 hniksic[svn] Doc update in read_whole_line.
2001-12-10 hniksic[svn] Rename long_to_string to number_to_string, and...
2001-12-10 hniksic[svn] Minor fix for path_simplify.
2001-12-10 hniksic[svn] Rewrite path_simplify.
2001-12-09 hniksic[svn] Minor fixes prompted by `lint'.
next