summaryrefslogtreecommitdiff
path: root/src/http.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into parallel-wgetparallel-wgetDarshit Shah2014-09-141-1/+9
|\
| * Plug memory leaksDarshit Shah2014-07-241-1/+9
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-07-171-12/+11
|\ \ | |/
| * Fix indentation and remove excess variableDarshit Shah2014-07-051-11/+10
| * Remove unused error codesDarshit Shah2014-07-051-1/+1
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-06-221-12/+9
|\ \ | |/
| * Fix a problem with ISA server proxyGiuseppe Scrivano2014-06-161-7/+3
| * ftp: Replace main() with main in comments.Giuseppe Scrivano2014-06-121-1/+1
| * Remove trailing empty linesGiuseppe Scrivano2014-06-121-1/+0
| * Drop usage of strncpyGiuseppe Scrivano2014-06-121-3/+5
* | Merge remote-tracking branch 'origin/master' into parallel-wgetDarshit Shah2014-06-091-48/+60
|\ \ | |/
| * Whitespace and formatting changes.(Aesthetic only)Darshit Shah2014-05-301-28/+28
| * More progress bar aesthetic changesDarshit Shah2014-05-301-2/+2
| * Fix compiler warningsTim Ruehsen2014-05-121-18/+16
| * Plug memory leakBenjamin Goose2014-05-101-0/+1
| * Add --show-progress to force display progress barDarshit Shah2014-05-011-5/+2
| * fixed 204 response handling, added new Test-204.pxTim Ruehsen2014-04-241-0/+16
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-03-211-1/+3
|\ \ | |/
| * Make wget capable of starting downloads from a specified position.Yousong Zhou2014-03-211-0/+2
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-03-051-10/+30
|\ \ | |/
| * http: aesthetic changeGiuseppe Scrivano2014-03-041-4/+5
| * URL-decode the filename parameter of Content-Disposition HTTP header if it is...Vladimír Pýcha2014-03-031-7/+26
* | Merge branch 'master' into parallel-wgetGiuseppe Scrivano2014-01-221-1/+4
|\ \ | |/
| * Fix checking the URL length when filename is specifiedHåkon Vågsether2014-01-071-1/+4
* | Merge branch 'origin' into parallel-wgetGiuseppe Scrivano2013-11-041-7/+4
|\ \ | |/
| * http: Increase max header value length to 512Giuseppe Scrivano2013-11-021-1/+1
| * http: specify Host when CONNECT is used.Pavel Mateja2013-11-021-4/+3
| * Remove assert which is always trueGiuseppe Scrivano2013-10-301-2/+0
* | progress: show the URL near the progress barGiuseppe Scrivano2013-11-031-1/+1
* | http: don't register multiple times the same fdGiuseppe Scrivano2013-11-031-12/+19
* | Unregister a connection while it is usedGiuseppe Scrivano2013-10-061-8/+15
* | Merge remote-tracking branch 'origin' into parallel-wgetGiuseppe Scrivano2013-07-301-44/+81
|\ \ | |/
| * Fix erroneous error codes when HTTP Digest Authentication fails.Darshit Shah2013-07-221-34/+69
| * Fix some memory leaks a problem introduced with the last commitGiuseppe Scrivano2013-07-131-3/+9
| * Make --backups work as documentedGiuseppe Scrivano2013-07-131-6/+0
| * Fix HTTP Digest authentication when the algorithm is not specifiedGiuseppe Scrivano2013-07-121-3/+4
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2013-07-121-0/+4
|\ \ | |/
| * Set sock variable to -1 if no persistent conn existsTomas Hozza2013-07-111-0/+4
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2013-07-021-2/+1
|\ \ | |/
| * Download response body data for all requestsDarshit Shah2013-06-271-2/+1
* | Define PCONN_LOCK when threads are not used.Giuseppe Scrivano2013-06-231-0/+3
* | Fix possible race conditionGiuseppe Scrivano2013-06-231-0/+2
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2013-06-231-4/+28
|\ \ | |/
| * Follow RFC 2616 and httpbis specifications when handling redirectsDarshit Shah2013-06-161-5/+29
* | MinGW compatibility fixesRay Satiro2013-05-221-7/+5
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2013-05-191-28/+11
|\ \ | |/
| * Non-functionality improvement in src/http.c.Dmitry Bogatov2013-05-121-19/+9
| * Fix crash when receiving a HTTP redirect upon a POST requestGiuseppe Scrivano2013-05-021-6/+1
| * Improve output in case of --post-{file,body} commands.Darshit Shah2013-04-241-2/+0
| * Remove old reference to opt.post_data.Gijs van Tulder2013-04-231-1/+1