Steven Schubiger
2c77220411
Undo the USE_GNULIB_ALLOC defines.
2008-04-20 11:46:52 +02:00
Steven Schubiger
76780021d8
Use Gnulib's alloc functions throughout the source.
2008-04-19 01:21:24 +02:00
Micah Cowan
bc8f473272
Updated copyright year.
2008-01-25 05:04:01 -08:00
Micah Cowan
462e643a7e
Merge SFLC licensing changes for OpenSSL with tip.
2007-12-07 17:37:07 -08:00
Micah Cowan
86395b297b
Updated licensing exception for OpenSSL from the SFLC.
2007-11-28 00:05:33 -08:00
Micah Cowan
212396c7e1
Eschew config-post.h.
2007-10-18 20:50:40 -07:00
Micah Cowan
da99855784
ISSPACE -> c_isspace
2007-10-14 14:46:24 -07:00
Micah Cowan
5dd09d9ba5
Update copyright lists, conforming to maintainer guidelines
2007-09-28 15:45:31 -07:00
micah
7d2066b221
[svn] Make indentation consistent (all-spaces, no tabs).
2007-08-02 20:38:21 -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
hniksic
db9de5b075
[svn] Update FSF's address and copyright years.
2005-07-01 19:26:52 -07:00
hniksic
74fbb03b10
[svn] Use bool type for boolean variables and values.
2005-06-22 12:38:10 -07:00
hniksic
908d7a4bce
[svn] Don't cast return type of malloc/realloc. Assume ANSI C signal handlers.
2005-06-19 16:03:27 -07:00
hniksic
277e840a0f
[svn] Remove K&R support.
2005-06-19 15:34:58 -07:00
hniksic
25e3bfdbea
[svn] Documentation fix.
2005-03-19 09:25:44 -08:00
hniksic
3f84a5e00e
[svn] Squash embedded newlines in links.
2003-11-26 08:37:04 -08:00
hniksic
3e207912bd
[svn] Added undefs for FITS and SKIP_SEMI macros.
2003-11-02 08:48:40 -08:00
hniksic
504effdc13
[svn] Improved support for entities.
2003-11-02 06:57:31 -08:00
hniksic
d66af0ab20
[svn] Don't use trailing commas in enums.
2003-10-23 05:15:39 -07:00
hniksic
233ebb78de
[svn] Use hash table for tag lookup in html-url.c and html-parse.c.
2003-10-09 08:01:58 -07:00
hniksic
ae1d264fcc
[svn] Add FLAGS argument to map_html_tags.
2003-10-08 09:17:33 -07:00
hniksic
87275db136
[svn] Fix compilation problem on non-Gcc compilers.
2003-10-03 09:11:09 -07:00
hniksic
eec3ea392d
[svn] Better document html-parse macros.
2003-10-02 15:20:44 -07:00
hniksic
2e8899bc10
[svn] Added support for hexadecimal numeric entities.
2003-10-02 10:23:25 -07:00
hniksic
7c802e58d3
[svn] Introduce non-strict comment parsing.
2003-09-18 17:33:22 -07:00
hniksic
89b37c7eff
[svn] Allow almost any character in attribute/tag names.
2002-05-27 08:03:35 -07:00
hniksic
b2be7522c7
[svn] Update the license to include the OpenSSL exception.
2002-05-17 19:16:36 -07:00
hniksic
a45e8255cc
[svn] Allow standalone compilation of html-parse.c.
2001-12-18 11:33:36 -08:00
hniksic
90cdb82942
[svn] Use 0x22 instead of '"' or '\"'.
2001-11-16 09:26:42 -08:00
hniksic
0ce7b6bffc
[svn] Support XML-style empty tags.
2001-11-16 08:44:34 -08:00
hniksic
0b056d1720
[svn] Update copyright notices.
2001-05-27 12:35:15 -07:00
hniksic
e559249a48
[svn] Minor doc fix.
2001-04-24 17:59:39 -07:00
hniksic
1a6058b1ec
[svn] Applied Philipp Thomas's safe-ctype patch. Published in
...
<20010330025159.U21662@jeffreys.suse.de>.
2001-03-30 14:36:59 -08:00
hniksic
b84f96df34
[svn] Use '"' rather than '\"' in assert.
2000-12-13 05:37:37 -08:00
hniksic
d8c9ce30aa
[svn] Make sure xfree is #define'd in standalone mode in files that
...
support one.
2000-11-22 09:00:31 -08:00
hniksic
2ffb47eabf
[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita.de>.
2000-11-22 08:58:28 -08:00
hniksic
b0b1c815c1
[svn] A bunch of new features:
...
- use mmap() to read whole files in core instead of allocating memory
and read'ing it.
- use a new, more general, HTML parser (html-parse.c) and interface to
it from Wget (html-url.c).
- respect <meta name=robots content=nofollow> (easy with the new HTML
parser).
- use hash tables instead of linked lists in places where the lists
were used to facilitate mappings.
- rewrite the code in host.c to be more readable and faster (hash
tables instead of home-grown lists.)
- make convert_links properly convert partial URLs to complete ones
for those URLs that have *not* been downloaded.
- use HTTP persistent connections where available. very
simple-minded, caches the last connection to the server.
Published in <sxshf533d5r.fsf@florida.arsdigita.de>.
2000-11-19 12:50:10 -08:00