summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge test suite from Mget as tests2/tim/wget2Tim Rühsen2015-08-2853-118/+9717
* Avoid printf format warningTim Rühsen2015-08-251-2/+2
* Add check and support for BSD style qsort_rTim Rühsen2015-08-252-8/+66
* Fix check for HAVE_DPRINTF in libwget/printf.cTim Rühsen2015-08-251-1/+1
* Add mget_tcp_tls_start() and mget_tcp_tls_stop()Tim Rühsen2015-08-242-5/+35
* Remove GNU make specialty from libmget/Makefile.amTim Rühsen2015-08-241-1/+1
* Fix Content-Disposition filename retrievalTim Rühsen2015-08-243-9/+55
* Add examples directory for libwget examplesTim Rühsen2015-08-2111-1/+916
* Use libgnu.la to survive distcheckTim Rühsen2015-06-072-5/+5
* .gitignore: Add wget2 generated filesTim Rühsen2015-06-071-0/+19
* Add src2/wget2.hTim Rühsen2015-06-071-0/+42
* Link libidn2+libunistring and libpthread only to wget2Tim Rühsen2015-05-263-12/+56
* Use OCSP with GnuTLSTim Rühsen2015-05-231-0/+3
* NEWS: cite --if-modified-sinceGiuseppe Scrivano2015-05-231-0/+2
* gnulib: update gnulibGiuseppe Scrivano2015-05-231-0/+0
* Include --if-modified-since option in user manual.Hubert Tarasiuk2015-05-231-0/+4
* Support If-Modified-Since header in timestamping mode.Hubert Tarasiuk2015-05-232-62/+194
* Add --if-modified-since optionHubert Tarasiuk2015-05-233-0/+7
* Add test for condget requests.Hubert Tarasiuk2015-05-232-1/+142
* Support conditional GET in testenv server.Hubert Tarasiuk2015-05-232-1/+12
* Implement timestamp support for local files in testenvHubert Tarasiuk2015-05-232-1/+9
* Fix undeclared loop variable in Perl test suitePär Karlsson2015-05-231-4/+4
* First commit of Wget2 including libwgetTim Rühsen2015-05-1768-12/+22053
* Make sure Wget does not unescape reserved chars.Ander Juaristi2015-05-122-1/+61
* Fixed incorrect handling of reserved chars.Ander Juaristi2015-05-123-12/+31
* Fix documentation for update_speed_ring()Darshit Shah2015-05-071-1/+1
* Remove shadowed variable in http.cDarshit Shah2015-05-042-8/+7
* paramcheck: use explicit quoting for here-docsSteven Schubiger2015-05-041-6/+6
* Fix format specifier warningTim Ruehsen2015-05-031-1/+1
* Fix timestamping and continue behaviour with ftp protocol.Nikolay Merinov2015-05-011-8/+13
* openssl: Read cert from private key file when neededRohit Mathulla2015-04-271-0/+7
* Fix double free bug in SSL codeRohit Mathulla2015-04-272-3/+3
* Single exit point and common cleanup code in gethttpHubert Tarasiuk2015-04-201-82/+71
* Silence warning in perl test suiteTim Rühsen2015-04-171-2/+2
* Check memory allocations in WARC codeTim Rühsen2015-04-171-37/+29
* Add more const usage to function paramsTim Rühsen2015-04-172-28/+31
* PEP8'ify the Python Test SuiteDarshit Shah2015-04-1412-222/+246
* Improved test suite documentationAnder Juaristi2015-04-131-2/+33
* Added support for GDB in Python testsAnder Juaristi2015-04-131-3/+10
* Added GDB support to Perl testsTim Ruehsen2015-04-131-3/+13
* Add Valgrind suppression for libidn.so at idna_to_ascii_4zHubert Tarasiuk2015-04-113-2/+17
* Remove memory leak in idn_encode.Ángel González2015-04-111-7/+8
* Fix error in free_vec.Hubert Tarasiuk2015-04-101-1/+4
* Fix const usage in iri.cÁngel González2015-04-103-9/+8
* Fixed #44628 honoring RFC 6266 content-dispositionMiquel Llobet2015-04-061-8/+32
* NEWS: cite last changeGiuseppe Scrivano2015-04-021-0/+2
* Add option to restrict filenames used VMS.Steven M. Schweda2015-04-023-24/+42
* Change semantics of resp_free and request_free in http.cHubert Tarasiuk2015-04-011-27/+44
* Do not free request in establish_connection; do it in gethttpHubert Tarasiuk2015-04-011-17/+7
* Transform read_header label and goto into a loopHubert Tarasiuk2015-04-011-45/+56