Log - hurl - Gopher/HTTP/HTTPS file grabber
 (HTM) git clone git://git.codemadness.org/hurl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       Date              Commit message                            Author
 (DIR) 2023-02-05 19:01  bump version to 0.8                       Hiltjo Posthuma
 (DIR) 2022-09-13 11:41  bump LICENSE year                         Hiltjo Posthuma
 (DIR) 2022-09-12 21:18  various improvements(tm)                  Hiltjo Posthuma
 (DIR) 2021-08-11 10:34  bump version to 0.7                       Hiltjo Posthuma
 (DIR) 2021-08-11 10:14  fix received content-length counting fo…  Hiltjo Posthuma
 (DIR) 2021-08-10 09:30  add GNU_SOURCE for strcasestr and other…  Hiltjo Posthuma
 (DIR) 2021-08-10 08:54  bump version to 0.6                       Hiltjo Posthuma
 (DIR) 2021-08-09 16:56  parse_content_length: be strict and pre…  Hiltjo Posthuma
 (DIR) 2021-08-09 16:54  check received content length if the Co…  Hiltjo Posthuma
 (DIR) 2021-03-28 21:03  bump version to 0.5                       Hiltjo Posthuma
 (DIR) 2021-03-28 11:55  use the same path logic for gophers:// …  Hiltjo Posthuma
 (DIR) 2021-03-12 21:33  remove unused variables                   Hiltjo Posthuma
 (DIR) 2021-03-12 21:33  validate value of -t timeout option       Hiltjo Posthuma
 (DIR) 2021-03-12 21:22  rework URI handling                       Hiltjo Posthuma
 (DIR) 2021-03-12 21:19  LICENSE: bump year                        Hiltjo Posthuma
 (DIR) 2020-06-28 16:27  bump version to 0.4                       Hiltjo Posthuma
 (DIR) 2020-06-14 12:17  Makefile: tweaks to make dist target      Hiltjo Posthuma
 (DIR) 2020-06-14 12:15  remove unused includes                    Hiltjo Posthuma
 (DIR) 2020-06-14 12:13  hurl: change timeout logic and now by d…  Hiltjo Posthuma
 (DIR) 2020-06-07 18:10  Add gopher TLS support                    Christoph Lohmann
 (DIR) 2020-05-22 19:32  add alarm timer in case connection hang…  Hiltjo Posthuma
 (DIR) 2020-05-18 17:15  improve libtls return code handling, ch…  Hiltjo Posthuma
 (DIR) 2020-03-01 11:59  bump version to 0.3                       Hiltjo Posthuma
 (DIR) 2019-12-13 16:18  README: reword                            Hiltjo Posthuma
 (DIR) 2019-12-13 15:21  hurl.1: fix typo of -H option, reword a…  Hiltjo Posthuma
 (DIR) 2019-12-13 13:50  add -H option to add one or more headers  Hiltjo Posthuma
 (DIR) 2019-11-10 13:55  README: tiny typo                         Hiltjo Posthuma
 (DIR) 2019-11-10 13:34  bump version to 0.2                       Hiltjo Posthuma
 (DIR) 2019-11-10 13:33  change a strlcpy call to memcpy           Hiltjo Posthuma
 (DIR) 2019-11-10 13:30  add C compiler and libc as dependency, …  Hiltjo Posthuma
 (DIR) 2019-11-10 13:28  HTTP/HTTPS: send port in Host header if…  Hiltjo Posthuma
 (DIR) 2019-11-10 13:28  allow to connect to HTTPS on non-standa…  Hiltjo Posthuma
 (DIR) 2019-11-09 22:43  Makefile: use .tar.gz, not .tgz for dis…  Hiltjo Posthuma
 (DIR) 2019-11-09 22:42  sort option (-l) alphabetically           Hiltjo Posthuma
 (DIR) 2019-11-09 22:36  README: reword some things, clarify lib…  Hiltjo Posthuma
 (DIR) 2019-11-09 22:30  Makefile: remove TODO, add hurl.vt asci…  Hiltjo Posthuma
 (DIR) 2019-11-09 22:30  remove TODO markers, make it a comment    Hiltjo Posthuma
 (DIR) 2019-11-09 22:11  Makefile: remove hardcoded paths          Hiltjo Posthuma
 (DIR) 2019-11-09 22:10  make legacy ciphers for TLS a run-time …  Hiltjo Posthuma
 (DIR) 2019-11-09 22:07  add art by Josuah :)                      Hiltjo Posthuma
 (DIR) 2019-11-09 22:07  update LICENSE, README and version        Hiltjo Posthuma
 (DIR) 2019-02-17 14:18  update TODO                               Hiltjo Posthuma
 (DIR) 2019-02-17 14:17  update README and hurl.1                  Hiltjo Posthuma
 (DIR) 2019-02-17 14:11  minor style issue                         Hiltjo Posthuma
 (DIR) 2019-02-17 14:08  remove custom header support (-H option)  Hiltjo Posthuma
 (DIR) 2019-02-17 14:04  Makefile: use system CFLAGS and LDFLAGS…  Hiltjo Posthuma
 (DIR) 2019-02-17 14:02  add ifdef to support legacy ciphers       Hiltjo Posthuma
 (DIR) 2018-12-19 17:50  tls_write: check return value correctly   Hiltjo Posthuma
 (DIR) 2018-12-18 17:25  tls_read: check return value correctly    Hiltjo Posthuma
 (DIR) 2018-11-22 17:28  POSIX struct timeval requires <sys/time…  Hiltjo Posthuma
 (DIR) 2018-11-20 08:48  fix tls_write error handling, typo from…  Hiltjo Posthuma
 (DIR) 2018-11-17 10:52  improve usage() formatting                Hiltjo Posthuma
 (DIR) 2018-11-17 10:50  check maxfilesize and timeout more stri…  Hiltjo Posthuma
 (DIR) 2018-11-16 15:07  remove double code, an empty protocol w…  Hiltjo Posthuma
 (DIR) 2018-11-16 15:05  check range of max response size and ma…  Hiltjo Posthuma
 (DIR) 2018-11-16 15:05  cleanup TLS on tls_write error            Hiltjo Posthuma
 (DIR) 2018-11-16 14:53  add initial man page, fix man path, imp…  Hiltjo Posthuma
 (DIR) 2018-11-16 14:53  add url to usage                          Hiltjo Posthuma
 (DIR) 2018-11-12 19:34  Makefile: some tweaks                     Hiltjo Posthuma
 (DIR) 2018-11-12 19:25  Make the makefile bitreich compliant.     Christoph Lohmann
 (DIR) 2018-11-12 19:22  as suspected it was incorrect             Hiltjo Posthuma
 (DIR) 2018-11-12 18:55  rename bget to hurl                       Hiltjo Posthuma
 (DIR) 2018-11-12 18:46  README: no HTTP/2 support, even HTTP/3 …  Hiltjo Posthuma
 (DIR) 2018-11-12 18:45  on HTTP error also print "\r\n\r\n"       Hiltjo Posthuma
 (DIR) 2018-11-12 18:45  tls_read/read: buffer is not always fil…  Hiltjo Posthuma
 (DIR) 2018-11-11 12:34  initial repo                              Hiltjo Posthuma
       
 (TXT) Atom feed
 (TXT) Atom feed (tags)