]> sjero.net Git - wget/history - src/utils.c
[svn] Extract timers to a separate file.
[wget] / src / utils.c
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'.
2001-12-06 hniksic[svn] Various progress-bar related fixes.
2001-12-05 hniksic[svn] Don't abort in read_whole_lines when a line begin...
2001-12-04 hniksic[svn] Doc fix.
2001-12-04 hniksic[svn] Turn off debugging function.
2001-12-02 hniksic[svn] file_merge: if BASE doesn't contain a slash,...
2001-12-01 hniksic[svn] Match hosts against domains per Netscape cookie...
2001-11-29 hniksic[svn] Remove char/unsigned char warnings emitted by...
2001-11-29 hniksic[svn] Make the MD5 references even more generic.
2001-11-29 hniksic[svn] Debugging function.
2001-11-25 hniksic[svn] Recursion and progress bar tweaks.
2001-11-25 hniksic[svn] Attempt to quote '?' as "%3F" when linking to...
2001-11-25 hniksic[svn] Implemented breadth-first retrieval.
2001-11-23 hniksic[svn] Big progress bar update.
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-05-27 hniksic[svn] Update copyright notices.
2001-05-12 hniksic[svn] Commit several minor changes:
2001-04-29 hniksic[svn] Change default anonymous FTP password to "-wget@".
2001-04-25 hniksic[svn] Cosmetic change in DIGITS_* macros.
2001-04-24 hniksic[svn] New timer functions. Published in <sxs8zkp28vk...
2001-04-24 hniksic[svn] Rewritten long_to_string. The new version favors...
2001-04-08 hniksic[svn] Added support for cookies.
2001-04-06 hniksic[svn] Cast MMAP_FAILED to char *.
2001-04-06 hniksic[svn] Remove VERY_LONG_FORMAT. Instead, define functio...
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
2000-12-11 hniksic[svn] Made xfree alias to free if memory debugging...
2000-11-23 hniksic[svn] More memory debug tweaks.
2000-11-22 hniksic[svn] Committed memory debugging stuff.
2000-11-22 hniksic[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita...
2000-11-21 hniksic[svn] Committed a bunch of different tweaks of mine.
2000-11-19 hniksic[svn] A bunch of new features:
2000-11-10 hniksic[svn] Better version of read_whole_line().
2000-11-06 hniksic[svn] Commit "minor fixes".
2000-11-02 hniksic[svn] Update copyright blurbs with the year 2000.
2000-11-01 hniksic[svn] Updated long_to_string(); enhanced opt.downloaded...
1999-12-02 kwget[svn] Initial revision