summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into parallel-wgetparallel-wgetDarshit Shah2014-09-144-3/+31
|\
| * Plug memory leaksDarshit Shah2014-07-242-1/+17
| * main.c: update the --method descriptionDaniel Stenberg2014-07-232-1/+5
| * Fix potential memory leak and libpsl configureDarshit Shah2014-07-212-1/+9
* | syntax-check: fix tab-space indentationGiuseppe Scrivano2014-07-212-13/+17
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-07-178-33/+97
|\ \ | |/
| * Fix checking of iconv_open return code.Tomas Hozza2014-07-082-1/+5
| * Convert domains to lowercase before libpsl checksDarshit Shah2014-07-052-2/+33
| * Fix indentation and remove excess variableDarshit Shah2014-07-052-11/+15
| * Remove unused error codesDarshit Shah2014-07-053-16/+12
| * convert: initialize variable before usage.Giuseppe Scrivano2014-06-302-1/+6
| * warc: Avoid out-of-scope variable usageGiuseppe Scrivano2014-06-292-1/+5
| * Remove tab-space indentationGiuseppe Scrivano2014-06-282-12/+16
| * warc: Fix UUID generation on FreeBSDGiuseppe Scrivano2014-06-242-1/+16
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-06-2240-326/+358
|\ \ | |/
| * Better align download percentage statusDarshit Shah2014-06-222-1/+5
| * Fix build error on WindowsGiuseppe Scrivano2014-06-212-1/+7
| * Add GOST94-GOST89-GOST89 and other ciphers supportNikita Vetrov2014-06-212-0/+15
| * windows: do not dinamically allocate info->lfilename.Giuseppe Scrivano2014-06-192-2/+8
| * Fix failing make checkDarshit Shah2014-06-162-0/+7
| * Fix a problem with ISA server proxyGiuseppe Scrivano2014-06-162-7/+9
| * Mark non returning functionsDarshit Shah2014-06-163-4/+9
| * ftp: Replace main() with main in comments.Giuseppe Scrivano2014-06-124-5/+9
| * Remove duplicated wordsGiuseppe Scrivano2014-06-123-2/+5
| * gnutls: do not include <assert.h>Giuseppe Scrivano2014-06-122-1/+2
| * Do not depend on always defined macrosGiuseppe Scrivano2014-06-1211-120/+24
| * Replace @VAR@ in Makefile.am files with $VARGiuseppe Scrivano2014-06-122-4/+6
| * Remove trailing empty linesGiuseppe Scrivano2014-06-1215-14/+15
| * Ensure main calls bindtextdomainGiuseppe Scrivano2014-06-126-0/+51
| * Remove trailing whitespacesGiuseppe Scrivano2014-06-122-1/+3
| * Drop usage of strncpyGiuseppe Scrivano2014-06-129-59/+54
| * Do not include strings.hGiuseppe Scrivano2014-06-121-1/+0
| * Do not use exit() with a magic numberGiuseppe Scrivano2014-06-1210-88/+106
| * main: make program_name not staticGiuseppe Scrivano2014-06-102-4/+4
| * Fix build when libpsl is not availableGiuseppe Scrivano2014-06-082-1/+7
* | Merge remote-tracking branch 'origin/master' into parallel-wgetDarshit Shah2014-06-0947-893/+1041
|\ \ | |/
| * Support libpsl for cookie domain checkingDarshit Shah2014-06-053-6/+25
| * Whitespace and formatting changes.(Aesthetic only)Darshit Shah2014-05-3029-533/+539
| * More progress bar aesthetic changesDarshit Shah2014-05-309-35/+79
| * Fix compiler warningsTim Ruehsen2014-05-1225-266/+261
| * Plug memory leakBenjamin Goose2014-05-102-0/+5
| * Aesthetic changes and bug fixes for progress barDarshit Shah2014-05-012-9/+20
| * Add --show-progress to force display progress barDarshit Shah2014-05-0112-46/+122
| * progress: Split update into update and drawGiuseppe Scrivano2014-05-012-8/+37
| * fixed 204 response handling, added new Test-204.pxTim Ruehsen2014-04-242-0/+20
* | Merge remote-tracking branch 'origin' into parallel-wgetGiuseppe Scrivano2014-03-314-13/+17
|\ \ | |/
| * Fix compiler warningsDarshit Shah2014-03-263-3/+13
| * url: remove shorten_stringDaniel Stenberg2014-03-252-10/+4
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-03-216-4/+32
|\ \ | |/
| * Make wget capable of starting downloads from a specified position.Yousong Zhou2014-03-216-3/+31