Commit Graph

15 Commits

Author SHA1 Message Date
188989e067 Update copyright year 2024-01-07 12:41:02 +01:00
15ba1db248 Update copyrights 2023-08-31 12:57:30 +02:00
3dc7f71098 Update copyright year 2022-02-25 17:46:43 +01:00
22162f82b2 Update copyright year 2021-01-22 21:58:38 +01:00
59d9ecd9c0 * Update copyright year to 2020 2020-01-10 00:33:02 +01:00
d930fe3bc1 Moved WGET_E_GPG_* definitions out of libwget
* libwget/error.c (wget_strerror): Remove WGET_E_GPG_* symbols
* include/wget/wget.h (wget_error): Remove WGET_E_GPG_* symbol definitions
* src/wget_gpgme.h: New enum wget_gpg_error to hold WGET_E_GPG_* symbol definitions
* AUHOTRS: Add archpndy [at] gmail.com

Copyright-paperwork-exempt: Yes
2019-10-21 18:33:55 +05:30
979fbe56d3 Don't call libwget as Wget / Wget2.
Functions in Libwget may be called from other client applications as
well. They should not report that the job was done by Wget / Wget2, but
instead they should state that it was doen by libwget.

* libwget/bar.c(_bar_update): Remove reference to Wget
* libwget/list.c: Same
* libwget/cookie.c(cookie_db_save): Wget -> libwget
* libwget/error.c(wget_strerror): Same
* libwget/hpkp_db.c(hpkp_db_save): Same
* libwget/hsts.c(hsts_db_save): Same
* libwget/ocsp.c(ocsp_db_save_hosts): Same
* libwget/printf.c: Same
* libwget/ssl_gnutls.c(wget_ssl_open: Same
* libwget/tls_session.c(tls_session_db_save): Same
2019-09-14 11:33:52 +02:00
4b9edbad2d Update Copyright statements to be compatible with update-copyright module 2019-09-10 23:41:56 +02:00
cba1a3e28e * libwget/error.c (wget_strerror): Add WGET_E_UNSUPPORTED 2019-08-29 22:36:35 +02:00
76bc9ecb93 Introduce WGET_E_IO
* include/wget/wget.h: Introduce WGET_E_IO
* libwget/error.c: Add WGET_E_IO to wget_strerror()
* libwget/hashfile.c: Make use of WGET_E_IO
* libwget/io.c: Likewise
2019-08-17 18:32:14 +02:00
bdc2d0e3ce Add new error code WGET_E_OPEN_FILE 2019-08-15 11:01:04 +02:00
057c14fa98 * libwget/error.c (wget_strerror): Add missing WGET_E_MEMORY handling 2019-08-09 17:36:25 +02:00
4aeff4395e wget_strerror(int) -> wget_strerror(wget_error)
* include/wget/wget.h: wget_strerror(int) -> wget_strerror(wget_error)
* libwget/error.c: Likewise
2019-08-09 17:34:45 +02:00
cdb3600791 Update copyrigght to 2019 2019-01-02 12:42:53 +01:00
6e22761f89 New function wget_strerror()
* docs/Makefile.am: Add man page build for error functions
* include/wget/wget.h: Make WGET_E_* an enum wget_error_t,
  declare new function wget_strerror()
* libwget/Makefile.am: Add error.c
* libwget/error.c: New file
2018-08-17 17:09:49 +02:00