Commit Graph

25 Commits

Author SHA1 Message Date
aa14732645 * .gitignore: Ignore all executables in libwget/ 2022-06-25 13:56:19 +02:00
32c393a456 Fix for reproducible builds
* .gitignore: Remove src/version-text.h
* cfg.mk: Add rule to update copyright in src/options.c
* configure.ac: Remove YEAR
* src/Makefile.am: Remove version-text.h.in
* src/options.c: Add version text
* src/version-text.h.in: Deleted

Reported-by: Bernhard M. Wiedemann
2019-09-16 15:46:47 +02:00
d543db817b * bootstrap.conf: Add gnulib modules for non-portable function calls 2019-08-30 11:07:39 +02:00
ee1e80251d * .gitignore: Add fuzz/*_fuzer.new directories 2018-10-19 15:48:53 +02:00
b32df97ed5 * .gitignore: Ignore version-text.h, a generated file 2018-10-16 15:13:04 +02:00
faaf71583c * .gitignore: Update gitignore file 2018-02-15 17:08:43 +01:00
4324cd1196 Generate wget2 man page
* .gitignore: Add auto-generated docs/wget2_md2man
* README.md: Add pandoc
* configure.ac: Generate docs/wget2_md2man
* docs/Makefile.am: Build wget2.1
* docs/wget2_manual.md: Fix things for a better man page experience
* docs/wget2_md2man.sh.in: Template file for docs/wget2_md2man
2018-01-11 11:56:58 +01:00
5affbe505c Clean up .gitignore and sort 2017-07-23 22:32:29 +02:00
cd1ec1bd69 .gitignore: Add generated files from fuzz/ directory 2017-05-30 13:45:05 +02:00
0f5822cfcc * .gitignore: Update gitignore file with new tests and examples executables 2017-04-05 16:59:44 +02:00
f68819c5e7 Move m4 wget_ functions to m4/
* .gitignore: Add exception m4/wget_manywarnings.m4
* configure.ac: Remove manywarnings m4 code
* m4/wget_manywarnings.m4: Add manywarnings m4 code here
2016-11-11 22:17:08 +01:00
9568b0c87e Rename include/libwget.h to include/wget/wget.h+wgetver.h 2016-09-30 09:47:32 +02:00
7a700d9848 * Makefile.am: Add targets for checking code coverage 2016-09-25 13:27:26 +02:00
4f632d29fe * examples/websequencediagram.c (main): Fix printf format string 2016-09-09 16:05:37 +02:00
ad466b6e94 Move ignored po/ files to po/.gitignore
* .gitignore: Remove po/ files
* po/.gitignore: New file
2016-07-08 16:24:00 +02:00
efeec48707 Remove references to autogen.sh. Set SKIP_PO.
* bootstrap.conf: add SKIP_PO=1, so that we don't have to pass
  the --skip-po flag every time we run bootstrap.
* README.md, contrib/check-hard, contrib/mingw, docs/mainpage.md,
  .travis.sh: amend references to autogen.sh.
* autogen.sh: Removed
* .gitignore: Add build-aux
* po/Makevars: Remove auto-generated file from repo
2016-07-08 16:11:01 +02:00
06c5f8911e API changes for HTTP/2 parallel/async requests
* .gitignore: New entry examples/http_multi_get
* Makefile.am: Move subdir 'examples' before 'src'
* examples/Makefile.am: Add http_multi_get
* examples/http_get2.c (main): Adapt code to API changes
* examples/http_multi_get.c: New example to show async/parallel
  requests
* examples/websequencediagram.c (main): Adapt code to API changes
* include/libwget.h.in: New functions wget_http_request_set_header_cb,
    wget_http_request_set_body_cb, wget_http_request_set_int.
  Changed params of wget_http_get_response.
  Removed wget_http_get_response_func, wget_http_get_response_stream,
    wget_http_get_response_fd.
  Changed params of wget_http_get_response_cb.
  Add members pending_requests, received_http2_responses,
    pending_http2_requests to wget_http_connection_t.
  Add member req to wget_http_response_t.
  Add members header_callback, body_callback, header_user_data,
    body_user_data, response_keepheader to wget_http_request_t.
  New function types wget_http_header_callback_t and
    wget_http_body_callback_t.
* libwget/http.c: Implementation of the changes in include/libwget.h.in.
* libwget/http_highlevel.c: Adapt code to API changes
* libwget/ssl_gnutls.c: Fixed defaults for SNI, OCSP and
  ALPN.
  Adapt code to API changes.
* src/options.c: Reflect changes in libwget/ssl_gnutls.c
* src/wget.c: Adapt code to API changes
2016-06-22 09:17:57 +02:00
8bc58d3e31 Update .gitignore
* .gitignore: Updated
2016-03-14 17:41:29 +01:00
078b3b2e93 Extend .gitignore
* .gitignore: Add entries and sort with LC_ALL=C
2016-01-18 12:52:03 +01:00
ad691f1f3f Remove API version from library file names
* .gitignore, Makefile.am, configure.ac, examples/Makefile.am,
  libwget.pc.in, libwget/Makefile.am, src/Makefile.am, tests/Makefile.am:
  Remove API version from library file names
2016-01-09 17:56:32 +01:00
e3b89db8c7 Hook gnulib into project 2016-01-09 16:04:25 +01:00
792a003341 Rename wget executable to wget2
* .gitignore: Replace src/wget by src/wget2
* src/Makefile.am: Rename wget to wget2
* tests/Makefile.am: Link wget2-* objects
* tests/libtest.c: Execute wget2 instead of wget
2015-10-11 11:54:00 +02:00
2a7b6f4e84 Add ABOUT-NLS and INSTALL to .gitignore
* .gitignore: Add ABOUT-NLS and INSTALL
2015-09-21 11:37:43 +02:00
c6b0e461a1 Transform Mget into Wget 2015-09-19 22:54:38 +02:00
71d1ed3b2d added .gitignore 2015-03-18 11:31:00 +01:00