]> sjero.net Git - wget/history - src/cmpt.c
Fix build when libpsl is not available
[wget] / src / cmpt.c
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
2010-12-01 Giuseppe ScrivanoRemove redundant guard.
2010-05-08 Giuseppe ScrivanoMass update copyright years.
2009-09-04 Micah CowanRan update-copyright.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-01-25 Micah CowanUpdated copyright year.
2007-12-08 Micah CowanMerge SFLC licensing changes for OpenSSL with tip.
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-19 Micah CowanEschew config-post.h.
2007-10-18 Micah CowanMerging to reinstate autoreconf.
2007-10-15 Micah CowanAutomated merge.
2007-10-14 Micah CowanISSPACE -> c_isspace
2007-10-06 Micah CowanMerging with previous Makefile.in updates.
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-03 Micah CowanMerge with mainline
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
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-06-26 hniksic[svn] Don't assume that strtoll_type is 64 bits wide...
2006-02-28 hniksic[svn] Parse Content-Disposition better. Implement...
2005-08-27 hniksic[svn] Fix strtoll("0x", ptr, 0) to set *ptr to position...
2005-08-26 hniksic[svn] Docfix: "conventional" -> "conventional wisdom"
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-07 hniksic[svn] Put empty for loop body on separate line.
2005-07-06 hniksic[svn] Doc fix.
2005-07-06 hniksic[svn] Doc fix.
2005-07-05 hniksic[svn] Handle years after 2099.
2005-07-05 hniksic[svn] Remove unused variable.
2005-07-05 hniksic[svn] Doc fix.
2005-07-05 hniksic[svn] Leap days -> leap years
2005-07-05 hniksic[svn] A new timegm implementation.
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-27 hniksic[svn] Docfix.
2005-06-27 hniksic[svn] Remove obsolete mail address.
2005-06-27 hniksic[svn] Doc fix: timegm is not only available on Linux.
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-23 hniksic[svn] Comment fix.
2005-06-23 hniksic[svn] Expect strpbrk and mktime to exist.
2005-06-23 hniksic[svn] Expand comment for strpbrk.
2005-06-22 hniksic[svn] Expect existence of C89 functions, as well as...
2005-06-19 hniksic[svn] Remove K&R support.
2005-05-05 hniksic[svn] Update strstr to the one in glibc 2.3.5.
2005-04-23 hniksic[svn] Remember that the NTLM-authorized TCP connections...
2005-03-06 hniksic[svn] Remove warnings under Borland C.
2003-11-03 hniksic[svn] New function xsleep that resumes sleeps interrupt...
2003-10-07 hniksic[svn] Move fnmatch() to cmpt.c and don't use it under...
2003-10-07 hniksic[svn] Improve documentation of cookie code.
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-05-09 abbotti[svn] Synched strptime with glibc 2.1.3.
2001-11-29 hniksic[svn] Check for memmove and implement one if it's missing.
2001-11-29 hniksic[svn] Windows fixes by Herold Heiko.
2001-11-27 hniksic[svn] Use rand instead of random.
2001-11-27 hniksic[svn] Check for random.
2001-11-26 hniksic[svn] New option `--limit-rate'.
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-05-27 hniksic[svn] Update copyright notices.
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
2000-04-12 hniksic[svn] Commit several fixes.
1999-12-02 kwget[svn] Initial revision