summaryrefslogtreecommitdiff
path: root/src/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into parallel-wgetparallel-wgetDarshit Shah2014-09-141-0/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/http.c testenv/Makefile.am testenv/Test--https.py testenv/Test--spider-r.py testenv/Test-Content-disposition-2.py testenv/Test-Content-disposition.py testenv/Test-Head.py testenv/Test-O.py testenv/Test-Parallel-Proto.py testenv/Test-Post.py testenv/Test-Proto.py testenv/Test-auth-basic-fail.py testenv/Test-auth-basic.py testenv/Test-auth-both.py testenv/Test-auth-digest.py testenv/Test-auth-no-challenge-url.py testenv/Test-auth-no-challenge.py testenv/Test-auth-retcode.py testenv/Test-auth-with-content-disposition.py testenv/Test-c-full.py testenv/Test-cookie-401.py testenv/Test-cookie-domain-mismatch.py testenv/Test-cookie-expires.py testenv/Test-cookie.py testenv/conf/__init__.py testenv/conf/authentication.py testenv/conf/expect_header.py testenv/conf/expected_files.py testenv/conf/expected_ret_code.py testenv/conf/files_crawled.py testenv/conf/hook_sample.py testenv/conf/local_files.py testenv/conf/reject_header.py testenv/conf/response.py testenv/conf/send_header.py testenv/conf/server_files.py testenv/conf/urls.py testenv/conf/wget_commands.py testenv/misc/colour_terminal.py testenv/server/http/http_server.py testenv/test/base_test.py testenv/test/http_test.py
| * Plug memory leaksDarshit Shah2014-07-241-0/+8
| |
| * main.c: update the --method descriptionDaniel Stenberg2014-07-231-0/+4
| | | | | | | | | | | | | | The first line of a HTTP request is not a header, it is the start-line, which for requests is called the request-line. See http://tools.ietf.org/html/rfc7230#section-3.1
| * Fix potential memory leak and libpsl configureDarshit Shah2014-07-211-0/+5
| |
* | syntax-check: fix tab-space indentationGiuseppe Scrivano2014-07-211-0/+4
| |
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-07-171-0/+38
|\ \ | |/ | | | | | | | | Conflicts: src/Makefile.am src/wget.h
| * Fix checking of iconv_open return code.Tomas Hozza2014-07-081-0/+4
| | | | | | | | | | | | | | Based on libiconv documentation, the iconv_open function returns (iconv_t)(-1). Signed-off-by: Tomas Hozza <thozza@redhat.com>
| * Convert domains to lowercase before libpsl checksDarshit Shah2014-07-051-0/+5
| |
| * Fix indentation and remove excess variableDarshit Shah2014-07-051-0/+5
| |
| * Remove unused error codesDarshit Shah2014-07-051-0/+5
| |
| * convert: initialize variable before usage.Giuseppe Scrivano2014-06-301-0/+4
| |
| * warc: Avoid out-of-scope variable usageGiuseppe Scrivano2014-06-291-0/+4
| |
| * Remove tab-space indentationGiuseppe Scrivano2014-06-281-0/+4
| |
| * warc: Fix UUID generation on FreeBSDGiuseppe Scrivano2014-06-241-0/+7
| |
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-06-221-0/+117
|\ \ | |/ | | | | | | | | Conflicts: src/progress.c src/retr.c
| * Better align download percentage statusDarshit Shah2014-06-221-0/+4
| |
| * Fix build error on WindowsGiuseppe Scrivano2014-06-211-0/+5
| |
| * Add GOST94-GOST89-GOST89 and other ciphers supportNikita Vetrov2014-06-211-0/+4
| | | | | | | | | | | | | | It is done via one-time call OPENSSL_config. It will fix this error `OpenSSL: error:140920F8:SSL routines:SSL3_GET_SERVER_HELLO:unknown cipher returned`. OpenSSL with GOST-support and rebuilding wget required
| * windows: do not dinamically allocate info->lfilename.Giuseppe Scrivano2014-06-191-0/+6
| |
| * Fix failing make checkDarshit Shah2014-06-161-0/+4
| |
| * Fix a problem with ISA server proxyGiuseppe Scrivano2014-06-161-0/+6
| |
| * Mark non returning functionsDarshit Shah2014-06-161-0/+5
| |
| * ftp: Replace main() with main in comments.Giuseppe Scrivano2014-06-121-0/+4
| |
| * Remove duplicated wordsGiuseppe Scrivano2014-06-121-0/+3
| |
| * gnutls: do not include <assert.h>Giuseppe Scrivano2014-06-121-0/+2
| |
| * Do not depend on always defined macrosGiuseppe Scrivano2014-06-121-0/+11
| |
| * Replace @VAR@ in Makefile.am files with $VARGiuseppe Scrivano2014-06-121-0/+2
| |
| * Remove trailing empty linesGiuseppe Scrivano2014-06-121-0/+15
| |
| * Ensure main calls bindtextdomainGiuseppe Scrivano2014-06-121-0/+9
| |
| * Remove trailing whitespacesGiuseppe Scrivano2014-06-121-0/+2
| |
| * Drop usage of strncpyGiuseppe Scrivano2014-06-121-0/+15
| |
| * Do not use exit() with a magic numberGiuseppe Scrivano2014-06-121-0/+14
| |
| * main: make program_name not staticGiuseppe Scrivano2014-06-101-0/+2
| |
| * Fix build when libpsl is not availableGiuseppe Scrivano2014-06-081-0/+4
| |
* | Merge remote-tracking branch 'origin/master' into parallel-wgetDarshit Shah2014-06-091-0/+138
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.checkout configure.ac src/build_info.c.in src/ftp.c src/http.c src/main.c src/options.h src/progress.c src/retr.c src/retr.h
| * Support libpsl for cookie domain checkingDarshit Shah2014-06-051-1/+5
| |
| * Whitespace and formatting changes.(Aesthetic only)Darshit Shah2014-05-301-0/+7
| | | | | | | | | | | | | | | | | | | | This commit makes lots of whitespace only changes. It has been ensured that this commit does not make any changes to the functioning of the program. The only changes that have been made are: * Remove trailing whitespaces * Convert tabs to spaces * Fix indentation issues in the code * Other aesthetic changes to the formatting of comments
| * More progress bar aesthetic changesDarshit Shah2014-05-301-0/+18
| | | | | | | | | | | | | | This commit introduces two new changes to how the progress bar looks: 1. Support the --progress=bar:noscroll option which will prevent the filename from scrolling in the progress bar 2. Print human readable value for the amount already downloaded for any file
| * Fix compiler warningsTim Ruehsen2014-05-121-0/+55
| |
| * Plug memory leakBenjamin Goose2014-05-101-0/+4
| |
| * Aesthetic changes and bug fixes for progress barDarshit Shah2014-05-011-0/+10
| |
| * Add --show-progress to force display progress barDarshit Shah2014-05-011-1/+37
| | | | | | | | | | | | | | | | | | This is a relatively large commit that implements two major features: 1. Implement --show-progress switch to force the display of the progress bar in any verbosity level 2. Edit the implementation of the progress bar so that the filename is displayed in the same line.
| * progress: Split update into update and drawGiuseppe Scrivano2014-05-011-0/+9
| |
| * fixed 204 response handling, added new Test-204.pxTim Ruehsen2014-04-241-0/+4
| |
* | Merge remote-tracking branch 'origin' into parallel-wgetGiuseppe Scrivano2014-03-311-0/+10
|\ \ | |/
| * Fix compiler warningsDarshit Shah2014-03-261-0/+6
| |
| * url: remove shorten_stringDaniel Stenberg2014-03-251-0/+4
| | | | | | | | | | | | The function wasn't used and caused a compiler warning: url.c:1288:1: warning: 'shorten_length' defined but not used [-Wunused-function]
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-03-211-0/+7
|\ \ | |/ | | | | | | | | Conflicts: src/http.c src/main.c
| * Make wget capable of starting downloads from a specified position.Yousong Zhou2014-03-211-0/+7
| | | | | | | | | | | | | | This patch adds an option `--start-pos' for specifying starting position of a HTTP or FTP download. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge remote-tracking branch 'origin/master' into parallel-wgetGiuseppe Scrivano2014-03-051-0/+34
|\ \ | |/