1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
Commit Graph

2082 Commits

Author SHA1 Message Date
micah
1b79a494a2 [svn] Fixing some syntax glitches introduced in the fix for bug 20358. 2007-07-10 00:40:44 -07:00
micah
4d7c5e087b [svn] Merge of fix for bugs 20341 and 20410. 2007-07-09 22:53:22 -07:00
micah
b554b8e849 [svn] Merging in fix for bug 20341: GPLv3 update, and maintainer references.
Still waiting for rewording of OpenSSL exception; but that could take a
while, and in the meantime, these changes should probably be in the
trunk. Also includes fix to manual, to remove GPL (for the sake of
maintaining lack of invariants).
2007-07-09 21:46:15 -07:00
mtortonesi
dfeb089f3c [svn] Skip HEAD request and start immediately with GET if -O is given. 2007-07-03 16:01:25 -07:00
mtortonesi
9b593768f7 [svn] Added FTP testing support. 2007-06-14 09:05:59 -07:00
mtortonesi
227d03c803 [svn] Unset svn:executable property. 2007-06-14 08:59:23 -07:00
mtortonesi
0690ad6354 [svn] Fixed a minor bug in _setup method. 2007-06-14 08:43:25 -07:00
hniksic
5974393771 [svn] Add support for adding required files to the wget.zip file when running
NMAKE wget.zip or NMAKE bindist.  By Christopher G. Lewis.
2007-02-11 04:28:24 -08:00
hniksic
a83387134c [svn] Escape non-printable characters in server response. 2007-02-02 01:36:49 -08:00
hniksic
a161efc9ec [svn] Fix build problems with DEBUG_MALLOC. 2007-02-02 01:35:08 -08:00
hniksic
0e8788c58c [svn] Would discard cookies with unparsable expiry time. 2007-01-23 13:46:38 -08:00
hniksic
8b08f41f0d [svn] Check for overflow when calculating ETA. 2007-01-23 13:31:30 -08:00
mtortonesi
c5a4dac530 [svn] Get rid of a gcc warning about strict-aliasing violation. 2007-01-09 07:55:12 -08:00
mtortonesi
bd7f4ef701 [svn] Fixed segfault if response text is missing 2007-01-09 06:37:03 -08:00
mtortonesi
336c0de301 [svn] Several Windows-related changes. 2006-12-29 09:23:20 -08:00
mtortonesi
14ee3a6c03 [svn] Fix -P in case HTTP Content-Disposition header is present. 2006-12-27 01:42:28 -08:00
mtortonesi
92b2323253 [svn] Minor fixes to test suite. 2006-12-27 01:00:12 -08:00
hniksic
3f51773542 [svn] Fixed problem with recursive FTP retrieval. 2006-11-21 14:18:12 -08:00
mtortonesi
cd50595319 [svn] Added testing for -np option. 2006-11-10 03:06:24 -08:00
hniksic
ff82bd9276 [svn] Would incorrectly skip changing working directory when retrying after a
failed FTP attempt.
2006-10-18 13:45:30 -07:00
mtortonesi
645d028ddb [svn] config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW. 2006-10-12 09:22:03 -07:00
mtortonesi
f0b4f352bf [svn] Major testsuite update. 2006-10-12 09:18:57 -07:00
mtortonesi
2367fb27ac [svn] Added spider.c to the list of source files to compile. 2006-10-12 08:34:33 -07:00
mtortonesi
d8aca98b18 [svn] Fixed broken -E -k -K mode. 2006-10-12 06:37:58 -07:00
mtortonesi
763229b67f [svn] #include'd spider.h to get rid of compiler warnings. 2006-08-28 07:41:40 -07:00
mtortonesi
32c11ffe36 [svn] Fixed a DESTDIR-related bug. 2006-08-28 02:42:05 -07:00
mtortonesi
5b28da71b1 [svn] Added spider.c to the list of files to compile and spider.h to the list of header files. 2006-08-24 08:34:24 -07:00
mtortonesi
0dbef4ccb4 [svn] Several fixes for recursive spider mode. 2006-08-24 08:27:57 -07:00
mtortonesi
a53296c501 [svn] Updated README.maint in order to adopt new FTP upload procedure 1.1. 2006-08-22 08:09:39 -07:00
mtortonesi
9b2e00cb02 [svn] Updated Estonian translation. 2006-08-22 07:29:04 -07:00
mtortonesi
19c001c0e2 [svn] Changed Content-type to text/html in Test2.px. 2006-08-22 07:26:36 -07:00
mtortonesi
8c45a34a55 [svn] Fixed a timestamping related bug in HTTP downloads. 2006-08-21 06:38:15 -07:00
mtortonesi
a9c3209a9b [svn] Fix broken -c in new HTTP code. 2006-08-17 03:49:29 -07:00
mtortonesi
54fffb4dc4 [svn] Updated ChangeLog. 2006-08-17 03:23:31 -07:00
mtortonesi
2c759092f6 [svn] Added support for Range header. 2006-08-17 02:15:00 -07:00
hniksic
8566a72767 [svn] Avoid code repetition between time_str and datetime_str. 2006-08-08 07:32:53 -07:00
hniksic
6493450947 [svn] Warn to keep the option list sorted. 2006-08-08 07:31:12 -07:00
hniksic
a890134659 [svn] Fix ordering of the command array. 2006-07-21 04:20:40 -07:00
mtortonesi
563c9ee034 [svn] Added DESTDIR=\'\' to MAKEDEFS in top-dir Makefile.in. 2006-07-17 02:23:59 -07:00
mtortonesi
1c7493b83e [svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes for 64-bit platforms. Updated copyright and maintainer information. 2006-07-14 06:25:50 -07:00
mtortonesi
01798261db [svn] Fixed wrong expected behaviour in Test4.px. 2006-07-14 06:20:42 -07:00
mtortonesi
81f7fd478f [svn] Updated po files. 2006-07-14 06:10:12 -07:00
mtortonesi
e0b0949fa8 [svn] Improved robustness of update_po_files.sh. 2006-07-14 06:08:29 -07:00
hniksic
854a7fae35 [svn] Mark DEL (0x7f) as a control character and | as a character Windows can't
handle.
2006-07-10 10:01:03 -07:00
mtortonesi
ddc3e73adf [svn] Fixed rendering of --no-proxy description in the man page. Added information about current maintainer. 2006-07-10 03:18:53 -07:00
mtortonesi
4870566db4 [svn] Forgot to remove invariant sections. 2006-06-28 07:01:14 -07:00
mtortonesi
7824f7f133 [svn] Removed invariant status to the GPL and GFDL sections in the documentation. 2006-06-28 06:02:55 -07:00
mtortonesi
60c88ee992 [svn] Fixes for recursive spider mode. 2006-06-28 04:09:30 -07:00
hniksic
79f66dfd15 [svn] Don't check strtoimax. 2006-06-27 03:56:22 -07:00
hniksic
ce272c7608 [svn] Moved README.maint to doc. 2006-06-27 03:47:29 -07:00