39cdc23f4f
Fix header guards
...
* include/wget/wget.h: Likewise
* include/wget/wgetver.h.in: Likewise
* libwget/*.h: Likewise
* src/*.h: Likewise
* tests/libtest.h: Likewise
Header guards should not start with _.
Private headers now reflect the path within the project.
The two public headers reflect the releative install directory.
2018-03-02 10:53:20 +01:00
00d8ff861a
Assign enum values explicitly
...
* src/wget_options.h (stats_format_t enum): Likewise
* src/options.c (help_section_t enum): Likewise
* libwget/css_tokenizer.h: Likewise
* libwget/bar.c (_bar_slot_status_t enum): likewise
* src/host.c (host_docs_get): Initialize 'host_docsp'
* src/wget.c (add_statistics): Add call to host_docs_add()
2017-09-19 10:40:34 +05:30
56efdab1a7
Remove trailing whitespaces (syntax-check)
2017-04-29 20:51:32 +02:00
ec396c577f
Fix URLs to HTTPS where possible
2017-02-28 15:31:30 +01:00
b6bc7f653f
Indent C preprocessor directives
...
* libwget/css_tokenizer.h: Indent C preprocessor directives.
* libwget/net.h: Likewise.
* libwget/private.h: Likewise.
* src/bar.h: Likewise.
* src/blacklist.h: Likewise.
* src/compat_fnmatch.h: Likewise.
* src/host.h: Likewise.
* src/job.h: Likewise.
* src/log.h: Likewise.
* src/options.h: Likewise.
* src/wget.h: Likewise.
2015-10-23 20:21:13 +02:00
c6b0e461a1
Transform Mget into Wget
2015-09-19 22:54:38 +02:00