summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ensure that spaces are quoted when converting linksHEADmasterDarshit Shah2023-05-161-5/+14
* cfg.mk: Replace uses of filesystem with file systemDarshit Shah2023-05-112-2/+2
* Don't write core dump if --secure-option value isn't suppported.Tim Rühsen2023-03-193-6/+16
* * src/retr.c (fd_read_body): Increase bufsize from 8k to 64kTim Rühsen2023-02-181-1/+1
* * src/retr.c (fd_read_body): Simplify gzip initializationTim Rühsen2023-02-181-23/+14
* * src/retr.c (fd_read_body): Use MAX instead of maxTim Rühsen2023-02-181-3/+1
* Simplify url_error function.Tim Rühsen2023-02-189-55/+29
* * src/url.c: Refactored url_error()Tim Rühsen2023-02-181-33/+36
* * src/retr.c: Don't include hash.hTim Rühsen2023-02-171-1/+0
* Update copyright yearsTim Rühsen2023-02-1771-71/+71
* * src/main.c (print_help): Add --retry-on-host-error to help textTim Rühsen2022-03-201-0/+2
* Fix HSTS portability by using int64_t instead of time_t.Tim Rühsen2022-03-203-34/+33
* src/http.c (time_to_rfc1123): Fix -Wformat-nonliteralTim Rühsen2022-03-201-3/+3
* * src/warc.c (warc_process_cdx_line): Fix variable type to idx_tTim Rühsen2022-03-201-1/+1
* * src/main.c (secs_to_human_time): Use snprintf instead of sprintfTim Rühsen2022-03-201-4/+4
* * src/main.c (main): Remove unused variableTim Rühsen2022-03-201-1/+0
* * src/netrc.c (test_parse_netrc): Check if HAVE_FMEMOPEN is definedTim Rühsen2022-03-201-0/+2
* * src.hsts.c(hsts_read_database): Use SCNd64 for portable format flagsDarshit Shah2022-02-261-1/+1
* Fix issues from syntax-checkDarshit Shah2022-02-263-6/+5
* * Update Copyright yearsDarshit Shah2022-02-2671-71/+71
* Cleanup some incorrect uses of AM ConditionalsDarshit Shah2022-02-261-15/+16
* Replace incorrect usage of AC_LIBOBJ in configure.acDarshit Shah2022-02-261-1/+22
* * src/netrc.c (test_parse_netrc): Free netrc structureTim Rühsen2022-02-131-0/+3
* * src/netrc.c (test_parse_netrc): New unit test functionTim Rühsen2022-02-131-0/+50
* * src/http.c (parse_strict_transport_security): Fix typo in stringAarni Koskela2022-01-311-1/+1
* * 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
* * src/main.c (main): Unlink output document when --unlink is givenTim Rühsen2022-01-091-0/+5
* * 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
* * src/http.c (http_loop): Hide password when printing status with -nvDarshit Shah2021-12-011-1/+1
* * 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
* 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
* * 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
* * src/main.c (main): Removed unused variableTim Rühsen2021-06-061-2/+2
* Revert "Long pathnames patch"Tim Rühsen2021-06-061-51/+34
* Long pathnames patchjmoellers2021-05-291-34/+51
* * src/http.c (initialize_request): Send Host HTTP header firstTim Rühsen2021-05-031-21/+21
* Improve wget_options_fuzzerTim Rühsen2021-05-022-1/+18
* Fix typo in VMS support codeNekun2021-05-021-1/+1
* Use "nofollow" instead of "no-follow" in messagesNils2021-04-152-2/+2
* Print message for no-follow attribute only if norobots respectedNils2021-04-152-3/+1