summaryrefslogtreecommitdiff
path: root/src/recur.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into parallel-wgetDarshit Shah2014-06-091-11/+11
|\
| * Whitespace and formatting changes.(Aesthetic only)Darshit Shah2014-05-301-11/+11
* | threads: correctly initialize number of threads.Giuseppe Scrivano2013-10-301-1/+1
* | recur: Refactor to use the same code when threads are disabled.Giuseppe Scrivano2013-10-131-63/+39
* | Merge remote-tracking branch 'origin' into parallel-wgetGiuseppe Scrivano2013-10-061-8/+17
|\ \ | |/
| * fix --without-ssl compile errorTim Ruehsen2013-09-141-0/+2
| * added option --https-onlyTim Ruehsen2013-08-221-8/+15
* | Merge branch 'master' into parallel-wgetGiuseppe Scrivano2013-04-211-17/+14
|\ \ | |/
| * Combine duplicated code.Steven Schubiger2012-09-291-16/+13
| * Mark more strings for translationNguyễn Thái Ngọc Duy2012-09-021-1/+1
* | Fix a tight-loop when a recursion level is used.Giuseppe Scrivano2012-12-091-3/+4
* | Fix iri support with threadsGiuseppe Scrivano2012-12-021-10/+4
* | fix build issuesDomenico Chierico2012-11-301-1/+1
* | Fix thread resources leak.Giuseppe Scrivano2012-10-301-10/+20
* | Resolve conflicts to complete merging with master branch.Ilim Ugur2012-08-141-0/+5
|\ \ | |/
| * Add support for -accept-regex and --reject-regex.Gijs van Tulder2012-05-091-0/+5
* | Remove cat and rm commands. Few corrections with ifdef macros.Ilim Ugur2012-08-011-2/+2
* | Make thread support optional. - No check for semaphore in configure.ac.Ilim Ugur2012-07-291-8/+76
* | Initial attempt at achieving segmented downloading from multiple resources.Ilim Ugur2012-07-091-16/+3
* | Merge Giuseppe's parallel-wget patch.Micah Cowan2012-06-301-24/+146
|/
* Now --no-parent doesn't fetch wrong files if HTTP and HTTPS are used together.Giuseppe Scrivano2011-03-311-1/+2
* mass change: update copyright years.Giuseppe Scrivano2011-01-011-1/+2
* Remove redundant guard.Giuseppe Scrivano2010-12-011-3/+1
* Remove an unused function and an unused local variable.Giuseppe Scrivano2010-05-311-1/+0
* Mass update copyright years.Giuseppe Scrivano2010-05-081-1/+1
* Ran update-copyright.Micah Cowan2009-09-041-2/+2
* Improved exit status handling.Micah Cowan2009-08-271-1/+1
* More quoting.Micah Cowan2009-07-021-2/+4
* Referer/IRI fix.Micah Cowan2009-07-011-0/+5
* Fixes to restore Test-iri and Test-iri-forced-remoteMicah Cowan2009-06-281-2/+2
* Merge with mainline.Micah Cowan2009-06-251-38/+59
|\
| * IRI requirement: do not percent-encode already percent-encoded values (try1)Saint Xavier2008-09-271-4/+4
| * Removed commented *printf and use quote_n() for quoting several argsSaint Xavier2008-08-151-2/+2
| * Automated merge.Xavier Saint2008-08-141-2/+13
| |\
| | * Correct iri handling while fetching a remote file list with -i and provide a ...Xavier Saint2008-08-141-2/+13
| * | Automated merge.Xavier Saint2008-08-071-27/+47
| |\ \ | | |/
| | * iri.h is already included in wget.h, so don't include it in C filesXavier Saint2008-08-041-1/+0
| | * quote*() functions don't like that much NULL argXavier Saint2008-08-021-1/+1
| | * opt.remote_encoding should not override opt.locale, add a force arguments to ...Xavier Saint2008-07-301-2/+2
| | * Use DEBUGP instead of commenting out all the _wonderful_ printfsSaint Xavier2008-07-241-1/+2
| | * Change global variable model for state-objectSaint Xavier2008-07-241-38/+37
| | * Automated merge.Saint Xavier2008-07-201-12/+47
| | |\
| | * | Get rid of the supplementary bool pointer in url_parse () arguments; UGLY :)Saint Xavier2008-07-201-6/+11
| | * | Use dt rather than resultSaint Xavier2008-07-201-1/+1
| | * | Basic IDN/IRI supportSaint Xavier2008-07-201-10/+25
* | | | removed some more callsgerel2009-02-011-15/+3
* | | | one less callgerel2009-02-011-8/+18
|/ / /
* | | stsc: better message for "unsupported schemes".Micah Cowan2008-08-031-2/+3
| |/ |/|
* | Merge current tip with CSS stuff.Micah Cowan2008-07-111-1/+1
|\ \ | |/
| * Undo the USE_GNULIB_ALLOC defines.Steven Schubiger2008-04-201-2/+0