Commit Graph

8 Commits

Author SHA1 Message Date
ec396c577f Fix URLs to HTTPS where possible 2017-02-28 15:31:30 +01:00
bcb5cac192 Add support for TLS False Start
* include/libwget.h.in: New declaration wget_tcp_set_tls_false_start()
  and wget_tcp_get_tls_false_start()
* libwget/net.c: New functions wget_tcp_set_tls_false_start() and
  wget_tcp_get_tls_false_start()
* libwget/net.h: Add tls_false_start to struct wget_tcp_st
* libwget/ssl_gnutls.c (_do_handshake): Print TLS False Start status.
  (wget_ssl_open): Enable TLS False Start for GnuTLS >= 3.5.0.
* src/options.c: Add description for --tls-false-start.
  (struct option options): Add option --tls-false-start.
  (init): Call wget_tcp_set_tls_false_start().
* src/options.h (struct config): Add member tls_false_start.
2016-07-20 13:22:18 +02:00
aa389831a8 Use bitfields in structs where possible 2016-07-11 14:53:36 +02:00
dd3c2f63b2 Updated copyright year for all relevant files 2016-01-25 13:06:21 +01:00
dd9cb25fcc Cover network functions with gnulib modules
* autogen.sh: Add accept, bind, close, connect, getaddrinfo, getsockname,
  listen, netdb, netinet_in, open, read, send, sendto, servent, setsockopt,
  socket, sys_socket, write to modules
* configure.ac: Remove searching for ws2_32, libsocket, libnsl, netdb.h,
  netinet/in.h, sys/socket.h, socket.
  Add searching for netinet/tcp.h.
* examples/Makefile.am: Add additional libs.
* libwget/Makefile.am: Add additional libs.
* src/Makefile.am: Add additional libs.
* tests/Makefile.am: Add additional libs.
* libwget/http.c: Remove conditional code.
* libwget/net.c: Remove conditional code. Use c_isdgit().
* libwget/net.h: Remove conditional code.
2016-01-12 15:08:14 +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
0f8e49128a Transfer copyright to Free Software Foundation, Inc. 2015-09-22 11:50:06 +02:00
c6b0e461a1 Transform Mget into Wget 2015-09-19 22:54:38 +02:00