summaryrefslogtreecommitdiff
path: root/src/url.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-21/+22
|\ \ | |/
| * Fix compiler warningsTim Ruehsen2014-05-121-21/+22
* | Merge remote-tracking branch 'origin' into parallel-wgetGiuseppe Scrivano2014-03-311-10/+0
|\ \ | |/
| * url: remove shorten_stringDaniel Stenberg2014-03-251-10/+0
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-03-051-1/+1
|\ \ | |/
| * URL-decode the filename parameter of Content-Disposition HTTP header if it is...Vladimír Pýcha2014-03-031-1/+1
* | Merge remote-tracking branch 'origin' into parallel-wgetGiuseppe Scrivano2013-10-131-1/+4
|\ \ | |/
| * iri: Fix parsing of some URLs contained in HTML documentsGiuseppe Scrivano2013-10-101-1/+4
* | Merge remote-tracking branch 'origin' into parallel-wgetGiuseppe Scrivano2013-07-301-1/+2
|\ \ | |/
| * Make --backups work as documentedGiuseppe Scrivano2013-07-131-1/+2
| * MinGW compatibility fixesRay Satiro2013-06-161-0/+19
* | MinGW compatibility fixesRay Satiro2013-05-221-0/+19
* | Merge branch 'master' into parallel-wgetGiuseppe Scrivano2013-04-211-33/+95
|\ \ | |/
| * Change growable string object to null terminateRay Satiro2012-10-131-19/+47
| * Add support for file names longer than MAX_FILE.Tim Ruehsen2012-09-291-15/+49
* | Resolve conflicts to complete merging with master branch.Ilim Ugur2012-08-141-6/+5
|\ \ | |/
| * removed 'const' warnings.Tim Ruehsen2012-05-141-1/+1
| * Use empty query in local filenames.Tim Ruehsen2012-04-241-5/+4
* | Merge Giuseppe's parallel-wget patch.Micah Cowan2012-06-301-4/+6
|/
* mass change: update copyright years.Giuseppe Scrivano2011-01-011-1/+2
* Remove redundant guard.Giuseppe Scrivano2010-12-011-3/+1
* Silent warnings reported by clang.Giuseppe Scrivano2010-10-161-1/+1
* Fix problem when content-disposition is used with recursive downloading.Dennis, CHENG Renquan2010-09-241-12/+23
* Mass update copyright years.Giuseppe Scrivano2010-05-081-1/+1
* Check stricter for supported URL scheme.Steven Schubiger2010-03-021-0/+7
* [mq]: cfg-mkMicah Cowan2009-09-211-11/+11
* Ran update-copyright.Micah Cowan2009-09-041-2/+2
* --restrict-file-names=asciiMicah Cowan2009-07-271-1/+3
* Automated merge.Micah Cowan2009-07-041-4/+27
|\
| * Steven Schweda's VMS patch.Micah Cowan2008-04-221-4/+27
* | Improve handling of schemeless URLs.Steven Schubiger2009-07-041-8/+13
* | Fix Test-iri-list.Micah Cowan2009-06-291-1/+1
* | Merge with mainline.Micah Cowan2009-06-251-10/+40
|\ \
| * \ Automated merge.Micah Cowan2008-12-011-2/+11
| |\ \
| | * \ Merge with mainline.Micah Cowan2008-11-261-2/+11
| | |\ \ | |_|/ / |/| | |
| * | | IRI requirement: do not percent-encode already percent-encoded values (try1)Saint Xavier2008-09-271-8/+14
| |/ /
| * | Automated merge.Xavier Saint2008-08-071-4/+27
| |\ \
| | * | iri.h is already included in wget.h, so don't include it in C filesXavier Saint2008-08-041-1/+0
| | * | Change global variable model for state-objectSaint Xavier2008-07-241-18/+19
| | * | Make get_utf8_encode() directly aware of ugly_no_encode and remove get_ugly_n...Saint Xavier2008-07-201-1/+1
| | * | Get rid of the supplementary bool pointer in url_parse () arguments; UGLY :)Saint Xavier2008-07-201-5/+7
| | * | Basic IDN/IRI supportSaint Xavier2008-07-201-4/+7
| | * | Basic support of IRIs.Saint Xavier2008-06-261-1/+19
* | | | Applied Alexander Belopolsky's patch for htmlified FTP listings.Micah Cowan2008-11-121-0/+9
* | | | aprintf, not asprintf.Gisle Vanem2008-09-091-2/+2
|/ / /
* | | jff: option for specifying the default page-name.Micah Cowan2008-08-031-1/+7
* | | stsc: better message for "unsupported schemes".Micah Cowan2008-08-031-4/+22
|/ /
* | Henri's -Wall patch.Micah Cowan2008-05-301-1/+1