]> sjero.net Git - wget/history - src/ChangeLog
replaced read_whole_file() by getline()
[wget] / src / ChangeLog
2013-05-17 Tim Ruehsenreplaced read_whole_file() by getline()
2013-05-12 Tim Ruehsensrc/utils.c cleanup
2013-05-06 manchagnutls: do not abort on non-fatal alerts during handshake
2013-05-04 Darshit ShahFix issue when converting string to uppercase
2013-05-02 Gijs van TulderKeep the same method on a 307 redirect
2013-05-02 Giuseppe ScrivanoFix crash when receiving a HTTP redirect upon a POST...
2013-04-24 Darshit ShahImprove output in case of --post-{file,body} commands.
2013-04-23 Gijs van TulderRemove old reference to opt.post_data.
2013-04-14 Gijs van Tulderwarc: Follow the guidelines for metadata records
2013-04-14 Darshit ShahAdd a generic --method command to set a method in HTTP...
2013-04-06 Gijs van Tulderwarc: correctly write the field length in the skip...
2013-03-14 Darshit ShahMake wget abort if --post-file does not exist
2013-02-24 Darshit ShahFix behaviour to match RFC 6265 on encountering domain...
2012-12-23 Tim Ruehsenfix --secure-protocol=SSLv2/SSLv3
2012-12-09 Giuseppe ScrivanoDo not honor --config only when used as first long...
2012-12-09 Giuseppe ScrivanoFix a build error with new gnulib versions.
2012-12-09 Michael StapelbergBugfix: Avoid double free of iri->orig_url
2012-11-26 Giuseppe Scrivanowarc: remove a magic number
2012-11-25 Tim RuehsenAdded support for MD5-sess authentication
2012-11-25 Ángel GonzálezFix compilation under gcc -std=c89
2012-11-24 Gijs van Tulderwarc: fix format string for off_t in CDX function.
2012-11-24 Giuseppe Scrivanowarc: fix format string for off_t
2012-11-14 Giuseppe ScrivanoFix comment
2012-11-13 Giuseppe ScrivanoFix -c with servers that don't specify a content-length
2012-11-04 Rohit MathullaSupport shorthand URLs in an input file
2012-10-13 Ray SatiroChange growable string object to null terminate
2012-10-07 Nikolay MerinovRecieve ftp listing even when .listing file exist and...
2012-10-07 Giuseppe ScrivanoFallback to PATH_MAX when pathconf is not available
2012-10-07 Giuseppe ScrivanoFix a regression when -c and --content-dispositionn...
2012-09-30 Nikolay MerinovSupport new WinNT ftp listing format
2012-09-29 Tim RuehsenAdd support for file names longer than MAX_FILE.
2012-09-29 Steven SchubigerCombine duplicated code.
2012-09-02 Nguyễn Thái Ngọc DuyMark more strings for translation
2012-09-02 Tim Ruehsendon't error if CA directory is empty
2012-09-02 Tim Ruehsengnutls: deinit gnutls_x509_crt_t
2012-08-28 Giuseppe ScrivanoRemove static modifier for functions used in other...
2012-08-26 Hrvoje NiksicUse hash_table_get instead of hash_table_get_pair.
2012-08-21 y-iida@secom.co.jpFix a build error.
2012-07-08 Steven SchubigerInclude missing header.
2012-07-08 Steven SchubigerFix header comments for exits.h and exits.c.
2012-07-07 Tim RuehsenAdd support for RFC 2617 Digest Access Authentication
2012-07-07 Giuseppe ScrivanoFix some log messages.
2012-06-17 Giuseppe ScrivanoCheck for fclose errors.
2012-06-16 Giuseppe ScrivanoMove cleanup related code to `cleanup'
2012-06-16 Giuseppe ScrivanoDo not close stdout twice.
2012-06-09 Giuseppe Scrivanohelp: Move --report-speed under 'Logging and input...
2012-06-06 Giuseppe ScrivanoRename, again, --reports-bits to report-speed.
2012-06-06 Giuseppe ScrivanoRename --bits to --report-bps.
2012-06-04 Tim Ruehsen* fix a few little dissonances
2012-06-02 Giuseppe ScrivanoRevert 2b1dd8d23b987a82d03cfa803aabcb02f80e1066
2012-06-02 Gijs van Tulderwarc: Fix segfault if CDX record is not found.
2012-05-26 Steven SchwedaGuard inclusion of some headers.
2012-05-26 Mike Frysingerwarc: use the right type for the gzip stream
2012-05-26 Giuseppe ScrivanoUse the right type as result from readline.
2012-05-21 Tim Ruehsengnutls: honor the specified timeout value
2012-05-20 illusionoflifeRemove unused arguments.
2012-05-18 Giuseppe Scrivanowarc: Cut long lines to 80 columns.
2012-05-14 Tim Ruehsenremoved 'const' warnings.
2012-05-14 Tim Ruehsengnutls: do not call fcntl in a loop.
2012-05-13 Tim Ruehsengnutls: remove deprecated gnutls types.
2012-05-09 Gijs van TulderAdd support for -accept-regex and --reject-regex.
2012-05-05 Tim RuehsenFix some compiler warnings.
2012-04-24 Tim RuehsenUse empty query in local filenames.
2012-04-22 Tim RuehsenFix a possible invalid `free'.
2012-04-21 Tim RuehsenSilent compiler warning.
2012-04-21 Tim RuehsenFix memory leak.
2012-04-21 Tim RuehsenFix memory leak.
2012-04-13 Phil PennockAdd support for TLS SNI
2012-04-13 Tim RuehsenFix a memory leak.
2012-04-07 Daniel Kahn GillmorEnable client certificates when GNU TLS is used.
2012-04-01 Gijs van TulderFix a segfault on an incomplete STYLE tag.
2012-04-01 Giuseppe Scrivanognutls: Fix a memory leak.
2012-04-01 Giuseppe Scrivanognutls: do not access unitialized variable.
2012-04-01 Tim Ruehsenwarc: make warc_uuid_str implementation depend on HAVE_...
2012-03-29 Tim Ruehsenactivate itimer support.
2012-03-25 Giuseppe ScrivanoAssume some headers files provided by gnulib are always...
2012-03-25 Ray SatiroFix build under mingw when OpenSSL is used.
2012-03-08 Steven SchubigerFix typo.
2012-03-05 Sasikantha BabuAccept --bit option
2012-02-26 Giuseppe ScrivanoReport stdout close errors.
2012-02-25 Gijs van Tulderwarc: support large files.
2012-02-23 Giuseppe ScrivanoPrint some diagnostic messages to stderr not to stdout.
2012-02-23 Giuseppe ScrivanoHandle correctly some malloc failures.
2012-02-23 Giuseppe Scrivanognutls: Remove two unused variables.
2012-02-17 Steven Schubigerwarc: add license header.
2012-01-28 Gijs van TulderAdd support for chunks to the WARC outputter.
2012-01-28 Gijs van TulderFix memory leak.
2012-01-11 Gijs van TulderFix a linker error if zlib is not found.
2012-01-08 Sasikantha BabuProperly format IPv6 addresses.
2011-11-20 Gijs van TulderFix for gzip bug in WARC + zlib 1.2.4.
2011-11-05 Steven Schwedawarc: Fix a problem under OS X.
2011-11-04 Steven Schwedagnutls: fix memory leak.
2011-11-04 Gijs van TulderAdd support for WARC files.
2011-10-23 Steven SchwedaFix some problems under VMS.
2011-10-06 Henrik HolstAdd support for --content-on-error.
2011-09-19 Giuseppe ScrivanoFix typo in an inline comment.
2011-09-19 Giuseppe ScrivanoFix copyright year.
2011-09-13 Giuseppe ScrivanoReturn a network failure when FTP downloads fail and...
2011-09-07 Giuseppe ScrivanoAllow --timestamping and --continue at the same time. v1.13.4
2011-09-06 Jakob MatthesDo not exit prematurely when --help is passed.
next