]> sjero.net Git - wget/history - src/wget.h
[svn] Merge of fix for bugs 20341 and 20410.
[wget] / src / wget.h
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2006-06-26 hniksic[svn] Allow 64-bit wgint without LFS.
2006-05-25 mtortonesi[svn] Fixed recursive spider mode.
2005-08-26 hniksic[svn] Abort configure if --with-ssl given but SSL unava...
2005-08-12 hniksic[svn] Doc fix.
2005-08-12 hniksic[svn] Renamed strtoll_return to strtoll_type.
2005-08-11 hniksic[svn] If strtoll is not present, check for strtoimax...
2005-07-05 hniksic[svn] Add GnuTLS support.
2005-07-04 hniksic[svn] Doc fix.
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-29 hniksic[svn] Remove obsolete definition of with_thousand_seps_sum.
2005-06-27 hniksic[svn] Move extern declarations to .h files.
2005-06-26 hniksic[svn] Better document DEBUGP.
2005-06-25 hniksic[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify...
2005-06-22 hniksic[svn] Define the IF_DEBUG macro.
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-14 hniksic[svn] Announce the beginning and the end of the SSL...
2005-05-04 hniksic[svn] Declare gettext when libintl.h is unavailable.
2005-04-27 hniksic[svn] Add --random-file option. Bail out in case of...
2005-04-10 hniksic[svn] Use __builtin_expect to provide a hint that ...
2005-03-19 hniksic[svn] cmd_bytes now stores wgint, not long.
2005-03-04 hniksic[svn] Fix a possible race condition when opening files.
2005-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
2003-11-29 hniksic[svn] Restructure generation of HTTP requests. Allow...
2003-11-13 hniksic[svn] Use the new function retryable_socket_connect_err...
2003-11-13 hniksic[svn] Correctly check for unsupported socket families.
2003-11-13 hniksic[svn] Rewrote bindport and acceptport to use a more...
2003-11-03 hniksic[svn] Don't parenthesize argument to N_.
2003-11-02 hniksic[svn] Abort on xfree(NULL).
2003-11-02 hniksic[svn] Retired the `boolean' type. Renamed FREE_MAYBE...
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-29 hniksic[svn] Updated IPv6 code.
2003-10-08 hniksic[svn] Renamed DEBUG to ENABLE_DEBUG.
2003-10-07 hniksic[svn] Improve documentation of cookie code.
2003-10-02 hniksic[svn] Better document html-parse macros.
2003-10-01 hniksic[svn] Fix memory leak in a rare case in url.c.
2003-09-21 hniksic[svn] Treat xhtml files just like regular html.
2003-09-19 hniksic[svn] Renamed wget.h XDIGIT-related macros to (hopefull...
2003-09-15 hniksic[svn] Implement xdigit_to_xchar more efficiently.
2003-09-04 hniksic[svn] New option --retry-connrefused from Ahmod Dancy.
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-04-10 hniksic[svn] Remove the OPTIONS_DEFINED_HERE kludge.
2002-02-19 hniksic[svn] (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof...
2001-12-10 hniksic[svn] Logging system bugfixes and improvements.
2001-11-25 hniksic[svn] Implemented breadth-first retrieval.
2001-11-23 hniksic[svn] Remove accidentally committed DEBUG_MALLOC.
2001-11-23 hniksic[svn] Big progress bar update.
2001-11-22 hniksic[svn] Replace opt.no_flush with a function to disable...
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-06-26 hniksic[svn] Check for do_realloc_newsize in loop condition...
2001-06-26 hniksic[svn] Fix access violation bug in DO_REALLOC_FROM_ALLOCA.
2001-05-27 hniksic[svn] Update copyright notices.
2001-04-28 hniksic[svn] Commit various HTTP fixes.
2001-04-14 hniksic[svn] Various url.c-related changes.
2001-04-08 hniksic[svn] Added support for cookies.
2001-04-01 hniksic[svn] Make sure -c doesn't truncate the file.
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
2001-02-10 hniksic[svn] Applied Christian Fraenkel's patch "custom certif...
2000-12-31 dan[svn] Changed my address from dan-wget@dilvish.speed...
2000-12-11 hniksic[svn] Made xfree alias to free if memory debugging...
2000-12-05 hniksic[svn] Committed C. Frankel's SSL patch.
2000-11-22 hniksic[svn] Committed memory debugging stuff.
2000-11-22 hniksic[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita...
2000-11-19 hniksic[svn] A bunch of new features:
2000-11-06 hniksic[svn] Commit "minor fixes".
2000-11-04 hniksic[svn] snprintf.c addition.
2000-11-01 hniksic[svn] Gracefully handle opt.downloaded overflowing.
2000-10-20 dan[svn] Implemented and documented new -E / --html-extens...
2000-08-30 dan[svn] * *.{gmo,po,pot}: Regenerated after modifying...
2000-04-12 hniksic[svn] Commit several fixes.
2000-03-21 hniksic[svn] Changes from <9t9pusol5a1.fsf@mraz.iskon.hr>.
2000-03-11 dan[svn] * TODO: Removed done item: we now have an option...
2000-03-02 dan[svn] Implemented the item I formerly had in the TODO...
1999-12-02 kwget[svn] Initial revision