summaryrefslogtreecommitdiff
path: root/src/url.h
Commit message (Expand)AuthorAgeFilesLines
* Whitespace and formatting changes.(Aesthetic only)Darshit Shah2014-05-301-4/+4
* URL-decode the filename parameter of Content-Disposition HTTP header if it is...Vladimír Pýcha2014-03-031-0/+1
* Make --backups work as documentedGiuseppe Scrivano2013-07-131-0/+6
* Add support for file names longer than MAX_FILE.Tim Ruehsen2012-09-291-0/+10
* mass change: update copyright years.Giuseppe Scrivano2011-01-011-1/+2
* Fix problem when content-disposition is used with recursive downloading.Dennis, CHENG Renquan2010-09-241-1/+1
* Mass update copyright years.Giuseppe Scrivano2010-05-081-1/+1
* Check stricter for supported URL scheme.Steven Schubiger2010-03-021-0/+1
* Ran update-copyright.Micah Cowan2009-09-041-2/+2
* Automated merge.Micah Cowan2008-12-011-0/+1
|\
| * Merge with mainline.Micah Cowan2008-11-261-0/+1
| |\
| | * Applied Alexander Belopolsky's patch for htmlified FTP listings.Micah Cowan2008-11-121-0/+1
* | | IRI requirement: do not percent-encode already percent-encoded values (try1)Saint Xavier2008-09-271-1/+1
|/ /
* | Correct a mis-merge: return type for url_error is char*, not const char*Xavier Saint2008-08-071-1/+1
* | Automated merge.Xavier Saint2008-08-071-2/+2
|\ \ | |/ |/|
| * Change global variable model for state-objectSaint Xavier2008-07-241-1/+1
| * Get rid of the supplementary bool pointer in url_parse () arguments; UGLY :)Saint Xavier2008-07-201-1/+1
| * Basic IDN/IRI supportSaint Xavier2008-07-201-1/+1
* | stsc: better message for "unsupported schemes".Micah Cowan2008-08-031-1/+1
|/
* Updated copyright year.Micah Cowan2008-01-251-1/+1
* Updated licensing exception for OpenSSL from the SFLC.Micah Cowan2007-11-281-9/+10
* Update copyright lists, conforming to maintainer guidelinesMicah Cowan2007-09-281-1/+2
* [svn] Fix for bug #20296: User:pass@ given in Referer header.micah2007-07-291-1/+9
* [svn] Merge of fix for bugs 20341 and 20410.micah2007-07-091-3/+2
* [svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes...mtortonesi2006-07-141-1/+1
* [svn] Fixes for recursive spider mode.mtortonesi2006-06-281-0/+2
* [svn] Update FSF's address and copyright years.hniksic2005-07-011-3/+3
* [svn] Use bool type for boolean variables and values.hniksic2005-06-221-3/+3
* [svn] Remove K&R support.hniksic2005-06-191-17/+17
* [svn] Split off non-URL related stuff from url.c to convert.c.hniksic2003-09-211-71/+1
* [svn] Minor fixes and cosmetic changes.hniksic2003-09-191-3/+0
* [svn] New mechanism for quoting file names.hniksic2003-09-141-2/+2
* [svn] Update the license to include the OpenSSL exception.hniksic2002-05-171-1/+11
* [svn] New function schemes_are_similar_p to test enumerated scheme codes forabbotti2002-05-161-0/+2
* [svn] Support FWTK-style proxies.hniksic2002-04-121-1/+1
* [svn] Fix OpenSSL PRNG seeding.hniksic2001-12-051-0/+1
* [svn] Correctly convert links in <meta http-equiv=Refresh content="...">.hniksic2001-11-301-0/+4
* [svn] Ignore -np when in -p mode.hniksic2001-11-301-9/+10
* [svn] Handle <base href=...> when converting links.hniksic2001-11-251-1/+8
* [svn] Implemented breadth-first retrieval.hniksic2001-11-241-13/+12
* [svn] Rewrite parsing and handling of URLs.hniksic2001-11-211-26/+33
* [svn] Rewrite shorthand URLs in a step separate from parsing.hniksic2001-11-181-0/+2
* [svn] Clean up handling of schemes.hniksic2001-11-181-5/+14
* [svn] Applied Edward Sabol's patch fromhniksic2001-11-161-0/+3
* [svn] Update copyright notices.hniksic2001-05-271-4/+4
* [svn] Various url.c-related changes.hniksic2001-04-131-6/+1
* [svn] Minor -Wall-induced fixes. Also, skip_url is removed.hniksic2001-04-121-2/+0
* [svn] Skip `:port' in the host header if it is the DEFAULT_HTTPS_PORT whenjanp2001-03-081-0/+6
* [svn] Committed a bunch of different tweaks of mine.hniksic2000-11-201-11/+23
* [svn] A bunch of new features:hniksic2000-11-191-1/+2