summaryrefslogtreecommitdiff
path: root/src/res.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-06-221-1/+0
|\
| * Remove trailing empty linesGiuseppe Scrivano2014-06-121-1/+0
* | Merge remote-tracking branch 'origin/master' into parallel-wgetDarshit Shah2014-06-091-5/+5
|\ \ | |/
| * Fix compiler warningsTim Ruehsen2014-05-121-5/+5
* | Initial attempt at achieving segmented downloading from multiple resources.Ilim Ugur2012-07-091-1/+1
|/
* Fix problem with IDN and UTF-8 encoding.Merinov Nikolay2011-07-261-1/+1
* Add new line to some debug messages.Giuseppe Scrivano2011-03-311-2/+2
* mass change: update copyright years.Giuseppe Scrivano2011-01-011-1/+1
* Rename two functions.Giuseppe Scrivano2010-07-091-2/+2
* Mass update copyright years.Giuseppe Scrivano2010-05-081-2/+2
* [mq]: cfg-mkMicah Cowan2009-09-211-4/+4
* Ran update-copyright.Micah Cowan2009-09-041-1/+2
* Improved exit status handling.Micah Cowan2009-08-271-1/+1
* Merge with mainline.Micah Cowan2009-06-251-4/+11
|\
| * opt.remote_encoding should not override opt.locale, add a force arguments to ...Xavier Saint2008-07-301-1/+1
| * Change global variable model for state-objectSaint Xavier2008-07-241-3/+10
* | removed some more callsgerel2009-02-011-2/+18
|/
* Undo the USE_GNULIB_ALLOC defines.Steven Schubiger2008-04-201-2/+0
* Use Gnulib's alloc functions throughout the source.Steven Schubiger2008-04-191-0/+2
* Use Gnulib's quote function in res.c.Steven Schubiger2008-04-161-2/+2
* Updated copyright year.Micah Cowan2008-01-251-1/+1
* Merge SFLC licensing changes for OpenSSL with tip.Micah Cowan2007-12-071-9/+10
|\
| * Updated licensing exception for OpenSSL from the SFLC.Micah Cowan2007-11-281-9/+10
* | Eschew config-post.h.Micah Cowan2007-10-181-4/+1
* | ISSPACE -> c_isspaceMicah Cowan2007-10-141-5/+5
|/
* Update copyright lists, conforming to maintainer guidelinesMicah Cowan2007-09-281-1/+1
* [svn] Merge of fix for bugs 20341 and 20410.micah2007-07-091-3/+2
* [svn] Several fixes for recursive spider mode.mtortonesi2006-08-241-1/+7
* [svn] Fixes for recursive spider mode.mtortonesi2006-06-281-119/+165
* [svn] Fixed recursive spider mode.mtortonesi2006-05-251-1/+1
* [svn] Simplify iteration over hash table entries.hniksic2005-08-271-9/+8
* [svn] Update FSF's address and copyright years.hniksic2005-07-011-2/+2
* [svn] Use bool type for boolean variables and values.hniksic2005-06-221-35/+34
* [svn] Remove K&R support.hniksic2005-06-191-5/+1
* [svn] Gettext-ize previously missed messages.hniksic2005-06-151-1/+1
* [svn] Correctly pass pointers to hash_table_get_pair.hniksic2005-05-101-5/+1
* [svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved...hniksic2003-11-021-1/+1
* [svn] Use new macros xnew, xnew0, xnew_array, and xnew0_array in various places.hniksic2003-10-311-3/+2
* [svn] Renamed wget.h XDIGIT-related macros to (hopefully) clearer names.hniksic2003-09-191-11/+10
* [svn] Update the license to include the OpenSSL exception.hniksic2002-05-171-1/+11
* [svn] Fix the broken URLs that pointed to info.webcrawler.com to point tohniksic2001-12-121-2/+1
* [svn] Rename long_to_string to number_to_string, and make it return a usefulhniksic2001-12-091-1/+1
* [svn] Minor fixes prompted by `lint'.hniksic2001-12-081-1/+1
* [svn] Implemented breadth-first retrieval.hniksic2001-11-241-0/+26
* [svn] Initialize vars to appease the compiler.hniksic2001-11-171-0/+4
* [svn] Plug in new implementation of RES.hniksic2001-11-171-0/+544