summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * src/netrc.c (test_parse_netrc): New unit test functionTim Rühsen2022-02-133-0/+52
* * src/http.c (parse_strict_transport_security): Fix typo in stringAarni Koskela2022-01-311-1/+1
* * .gitlab-ci.yml (Scan-Build): Allow failure due to two false positivesTim Rühsen2022-01-231-0/+2
* * configure.ac: Use pkg-config for gpgme, libidn2 and nettleTim Rühsen2022-01-231-41/+46
* * src/ftp.c: Small cleanupsTim Rühsen2022-01-221-3/+1
* Print newline after dot progress bar in non-verbose modeNik Soggia2022-01-161-1/+1
* * .gitlab-ci.yml: Fix artifact path for the Scan-Build runnerTim Rühsen2022-01-121-1/+1
* * src/main.c (main): Unlink output document when --unlink is givenTim Rühsen2022-01-091-0/+5
* fuzz/*.in: Update fuzzer corporaTim Rühsen2021-12-222233-3115/+7425
* * .gitlab-ci.yml (CoverageReports): Fix artifacts pathsTim Rühsen2021-12-221-2/+2
* * tests/valgrind-suppressions: Fix libidn ruleTim Rühsen2021-12-221-1/+1
* * .gitlab-ci.yml: Fix artifacts pathsTim Rühsen2021-12-221-15/+15
* * tests/valgrind-suppressions: Extend libidn ruleTim Rühsen2021-12-221-0/+1
* * src/log.c (logprintf): Check earlier for verbosityTim Rühsen2021-12-221-1/+2
* * src/http.c (http_loop): Fix memleakTim Rühsen2021-12-221-4/+9
* Switch fuzzing build from C++ to CTim Rühsen2021-12-212-4/+2
* * src/http.c (http_loop): Hide password when printing status with -nvDarshit Shah2021-12-011-1/+1
* * gnulib: Pull forwardDarshit Shah2021-12-011-0/+0
* * src/hsts.c (hsts_read_database): Read time_t values as long longDarshit Shah2021-12-011-3/+3
* * src/main.c (print_help): Add command line option for TLS 1.3Thomas Niederberger2021-12-011-1/+1
* * retr.c (rotate_backups): Non existent files are not errors in this functionDarshit Shah2021-10-111-4/+13
* * ftp.c (ftp_loop_internal): Fix computation of total_downloaded_bytesDarshit Shah2021-10-081-2/+2
* Remove suprious print statementsDarshit Shah2021-09-081-3/+0
* maint: post-release administriviaDarshit Shah2021-09-073-2/+5
* * NEWS: Update NEWS items for releasev1.21.2Darshit Shah2021-09-073-2/+24
* * cfg.mk: Disable the indent checkDarshit Shah2021-09-071-1/+3
* * gnulib: Pull forwardDarshit Shah2021-09-071-0/+0
* Fix #60956 (improve --page-requisites)WB2021-08-211-4/+8
* * src/html-url.c (tag_handle_meta): Fix integer overflowTim Rühsen2021-08-071-4/+4
* * src/recur.c (download_child): Remove temporary robots.txt.tmpTim Rühsen2021-07-051-2/+3
* Long pathnames patchJosef Moellers2021-06-141-39/+29
* * .gitlab-ci.yml: Remove scan-build deps from pages stageTim Rühsen2021-06-071-2/+0
* * .gitlab-ci.yml: Move scan-build/ to public/ only if it existsTim Rühsen2021-06-071-1/+1
* * .gitlab-ci.yml: Move scan-build results to parent directoryTim Rühsen2021-06-061-2/+2
* * .gitlab-ci.yml: Move coverage results to parent directoryTim Rühsen2021-06-061-2/+2
* * .gitlab-ci.yml: Don't allow failure of scan-buildTim Rühsen2021-06-061-2/+0
* * .gitlab-ci.yml: Pages needs Build-TarballTim Rühsen2021-06-061-0/+1
* * src/url.c (append_uri_pathel): Add cheap extra check to help static analyzersTim Rühsen2021-06-061-0/+5
* * src/http.c (gethttp): Add cheap extra check to help static analyzersTim Rühsen2021-06-061-1/+1
* * .gitlab-ci.yml: Exclude src/css_.o from scan-buildTim Rühsen2021-06-061-0/+1
* * src/main.c (main): Removed unused variableTim Rühsen2021-06-061-2/+2
* Revert "Long pathnames patch"Tim Rühsen2021-06-061-51/+34
* * .lgtm.yml: Add autoconf-archiveTim Rühsen2021-06-061-0/+1
* * .gitlab-ci.yml: Re-arrange stagesTim Rühsen2021-06-062-143/+129
* Remove .git/, .gitmodules and gnulib/ from bootstrap artefactsTim Rühsen2021-06-061-0/+3
* Updated Gitlab CI PipelineDarshit Shah2021-06-061-406/+452
* Long pathnames patchjmoellers2021-05-291-34/+51
* * fuzz/wget_read_hunk_fuzzer.c: Add explicit cast for C++ compilationTim Rühsen2021-05-221-3/+5
* * fuzz/wget_ntlm_fuzzer.c: Add explicit cast for C++ compilationTim Rühsen2021-05-221-3/+2
* * src/http.c (initialize_request): Send Host HTTP header firstTim Rühsen2021-05-031-21/+21