| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'origin/master' into parallel-wgetparallel-wget | Darshit Shah | 2014-09-14 | 1 | -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 leaks | Darshit Shah | 2014-07-24 | 1 | -0/+8 |
| | | | |||||
| | * | main.c: update the --method description | Daniel Stenberg | 2014-07-23 | 1 | -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 configure | Darshit Shah | 2014-07-21 | 1 | -0/+5 |
| | | | |||||
| * | | syntax-check: fix tab-space indentation | Giuseppe Scrivano | 2014-07-21 | 1 | -0/+4 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into parallel-wget | Giuseppe Scrivano | 2014-07-17 | 1 | -0/+38 |
| |\ \ | |/ | | | | | | | | | Conflicts: src/Makefile.am src/wget.h | ||||
| | * | Fix checking of iconv_open return code. | Tomas Hozza | 2014-07-08 | 1 | -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 checks | Darshit Shah | 2014-07-05 | 1 | -0/+5 |
| | | | |||||
| | * | Fix indentation and remove excess variable | Darshit Shah | 2014-07-05 | 1 | -0/+5 |
| | | | |||||
| | * | Remove unused error codes | Darshit Shah | 2014-07-05 | 1 | -0/+5 |
| | | | |||||
| | * | convert: initialize variable before usage. | Giuseppe Scrivano | 2014-06-30 | 1 | -0/+4 |
| | | | |||||
| | * | warc: Avoid out-of-scope variable usage | Giuseppe Scrivano | 2014-06-29 | 1 | -0/+4 |
| | | | |||||
| | * | Remove tab-space indentation | Giuseppe Scrivano | 2014-06-28 | 1 | -0/+4 |
| | | | |||||
| | * | warc: Fix UUID generation on FreeBSD | Giuseppe Scrivano | 2014-06-24 | 1 | -0/+7 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into parallel-wget | Giuseppe Scrivano | 2014-06-22 | 1 | -0/+117 |
| |\ \ | |/ | | | | | | | | | Conflicts: src/progress.c src/retr.c | ||||
| | * | Better align download percentage status | Darshit Shah | 2014-06-22 | 1 | -0/+4 |
| | | | |||||
| | * | Fix build error on Windows | Giuseppe Scrivano | 2014-06-21 | 1 | -0/+5 |
| | | | |||||
| | * | Add GOST94-GOST89-GOST89 and other ciphers support | Nikita Vetrov | 2014-06-21 | 1 | -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 Scrivano | 2014-06-19 | 1 | -0/+6 |
| | | | |||||
| | * | Fix failing make check | Darshit Shah | 2014-06-16 | 1 | -0/+4 |
| | | | |||||
| | * | Fix a problem with ISA server proxy | Giuseppe Scrivano | 2014-06-16 | 1 | -0/+6 |
| | | | |||||
| | * | Mark non returning functions | Darshit Shah | 2014-06-16 | 1 | -0/+5 |
| | | | |||||
| | * | ftp: Replace main() with main in comments. | Giuseppe Scrivano | 2014-06-12 | 1 | -0/+4 |
| | | | |||||
| | * | Remove duplicated words | Giuseppe Scrivano | 2014-06-12 | 1 | -0/+3 |
| | | | |||||
| | * | gnutls: do not include <assert.h> | Giuseppe Scrivano | 2014-06-12 | 1 | -0/+2 |
| | | | |||||
| | * | Do not depend on always defined macros | Giuseppe Scrivano | 2014-06-12 | 1 | -0/+11 |
| | | | |||||
| | * | Replace @VAR@ in Makefile.am files with $VAR | Giuseppe Scrivano | 2014-06-12 | 1 | -0/+2 |
| | | | |||||
| | * | Remove trailing empty lines | Giuseppe Scrivano | 2014-06-12 | 1 | -0/+15 |
| | | | |||||
| | * | Ensure main calls bindtextdomain | Giuseppe Scrivano | 2014-06-12 | 1 | -0/+9 |
| | | | |||||
| | * | Remove trailing whitespaces | Giuseppe Scrivano | 2014-06-12 | 1 | -0/+2 |
| | | | |||||
| | * | Drop usage of strncpy | Giuseppe Scrivano | 2014-06-12 | 1 | -0/+15 |
| | | | |||||
| | * | Do not use exit() with a magic number | Giuseppe Scrivano | 2014-06-12 | 1 | -0/+14 |
| | | | |||||
| | * | main: make program_name not static | Giuseppe Scrivano | 2014-06-10 | 1 | -0/+2 |
| | | | |||||
| | * | Fix build when libpsl is not available | Giuseppe Scrivano | 2014-06-08 | 1 | -0/+4 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into parallel-wget | Darshit Shah | 2014-06-09 | 1 | -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 checking | Darshit Shah | 2014-06-05 | 1 | -1/+5 |
| | | | |||||
| | * | Whitespace and formatting changes.(Aesthetic only) | Darshit Shah | 2014-05-30 | 1 | -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 changes | Darshit Shah | 2014-05-30 | 1 | -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 warnings | Tim Ruehsen | 2014-05-12 | 1 | -0/+55 |
| | | | |||||
| | * | Plug memory leak | Benjamin Goose | 2014-05-10 | 1 | -0/+4 |
| | | | |||||
| | * | Aesthetic changes and bug fixes for progress bar | Darshit Shah | 2014-05-01 | 1 | -0/+10 |
| | | | |||||
| | * | Add --show-progress to force display progress bar | Darshit Shah | 2014-05-01 | 1 | -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 draw | Giuseppe Scrivano | 2014-05-01 | 1 | -0/+9 |
| | | | |||||
| | * | fixed 204 response handling, added new Test-204.px | Tim Ruehsen | 2014-04-24 | 1 | -0/+4 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin' into parallel-wget | Giuseppe Scrivano | 2014-03-31 | 1 | -0/+10 |
| |\ \ | |/ | |||||
| | * | Fix compiler warnings | Darshit Shah | 2014-03-26 | 1 | -0/+6 |
| | | | |||||
| | * | url: remove shorten_string | Daniel Stenberg | 2014-03-25 | 1 | -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-wget | Giuseppe Scrivano | 2014-03-21 | 1 | -0/+7 |
| |\ \ | |/ | | | | | | | | | Conflicts: src/http.c src/main.c | ||||
| | * | Make wget capable of starting downloads from a specified position. | Yousong Zhou | 2014-03-21 | 1 | -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-wget | Giuseppe Scrivano | 2014-03-05 | 1 | -0/+34 |
| |\ \ | |/ | |||||
