Tim Rühsen
9217b864d8
Make program_name and program_argstring const
2014-11-24 10:20:51 +01:00
Darshit Shah
1b8e54b808
Add extern declaration for program_arsgstring
...
In test.c, this patch changes the type of program_argstring to char *
from a const char *. This is because, we use a char * string in the rest
of the program and declare an extern accordingly. Removing the const
type helps in keeping the code cleaner at no extra cost.
2014-11-22 17:26:06 +05:30
Tim Rühsen
2ece0cc425
Remove 'make check'compiler warnings
2014-11-17 11:28:20 +01:00
Darshit Shah
8445279306
Fix failing make check
2014-06-16 20:50:30 +05:30
Giuseppe Scrivano
dd1b69c600
Remove trailing empty lines
2014-06-12 18:49:15 +02:00
Giuseppe Scrivano
3b502901c0
Ensure main calls bindtextdomain
2014-06-12 18:49:14 +02:00
Tim Ruehsen
38a7829dcb
Fix compiler warnings
2014-05-12 12:18:50 +02:00
Giuseppe Scrivano
dcf667fb57
Fix a build error with new gnulib versions.
2012-12-09 15:41:18 +01:00
Gijs van Tulder
e3820953b2
Add support for WARC files.
2011-11-04 22:25:00 +01:00
Giuseppe Scrivano
2f6aa1d741
mass change: update copyright years.
2011-01-01 13:19:37 +01:00
Giuseppe Scrivano
293008f682
Mass update copyright years.
2010-05-08 21:56:15 +02:00
Micah Cowan
4a08094db8
[mq]: cfg-mk
2009-09-21 20:39:44 -07:00
Micah Cowan
b9e9ad65cc
Ran update-copyright.
2009-09-04 00:13:47 -07:00
Micah Cowan
75c4606003
Fixes for FreeBSD build.
2009-09-02 20:14:19 -07:00
Micah Cowan
886cc094e1
Add support for .. at beginning of paths back in, but only for FTP.
2008-04-27 03:23:54 -07:00
Micah Cowan
1297ab8328
Test to confirm that rc commands are properly sorted.
2008-04-22 22:59:22 -07:00
Micah Cowan
bc8f473272
Updated copyright year.
2008-01-25 05:04:01 -08:00
Micah Cowan
86395b297b
Updated licensing exception for OpenSSL from the SFLC.
2007-11-28 00:05:33 -08:00
Micah Cowan
5dd09d9ba5
Update copyright lists, conforming to maintainer guidelines
2007-09-28 15:45:31 -07:00
micah
4d7c5e087b
[svn] Merge of fix for bugs 20341 and 20410.
2007-07-09 22:53:22 -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
60c88ee992
[svn] Fixes for recursive spider mode.
2006-06-28 04:09:30 -07:00
mtortonesi
c1cb70ecd0
[svn] Added support for --restrict-file-names=lowercase and --restrict-file-names=uppercase.
2006-06-13 06:58:33 -07:00
mtortonesi
ea4ffded27
[svn] Restricted operational semantics of frontcmp and proclist from generic strings to directory names, and fixed dirname matching algorithm. Renamed above mentioned functions to subdir_p and dir_matches_p respectively. Added testcases for subdir_p and dir_matches_p.
2006-03-15 06:55:29 -08:00
mtortonesi
d8f368d062
[svn] Implement correct parsing of HTTP Content-Disposition header.
2006-02-03 01:33:57 -08:00
mtortonesi
e7433e4027
[svn] Removed C++ style comments from http.c and test.c, as we support C89 compilers as well.
2005-12-05 02:55:30 -08:00
mtortonesi
74415a7585
[svn] Added basic support for unit testing
2005-10-27 07:13:40 -07:00