2024-08-04 11:02 | refactor read/write logic and merge logic for handling HTTP[s] and Gopher[s] | Hiltjo Posthuma | 2 | +79 | -210 |
2023-02-05 19:01 | bump version to 0.8 | Hiltjo Posthuma | 1 | +1 | -1 |
2022-09-13 11:41 | bump LICENSE year | Hiltjo Posthuma | 1 | +1 | -1 |
2022-09-12 21:18 | various improvements(tm) | Hiltjo Posthuma | 3 | +138 | -146 |
2021-08-11 10:34 | bump version to 0.7 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-08-11 10:14 | fix received content-length counting for binary data | Hiltjo Posthuma | 1 | +2 | -2 |
2021-08-10 09:30 | add GNU_SOURCE for strcasestr and other CPPFLAGS | Hiltjo Posthuma | 1 | +2 | -1 |
2021-08-10 08:54 | bump version to 0.6 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-08-09 16:56 | parse_content_length: be strict and prevent UB | Hiltjo Posthuma | 1 | +1 | -1 |
2021-08-09 16:54 | check received content length if the Content-Length header is set | Hiltjo Posthuma | 1 | +50 | -8 |
2021-03-28 21:03 | bump version to 0.5 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-03-28 11:55 | use the same path logic for gophers:// as gopher:// | Hiltjo Posthuma | 1 | +17 | -8 |
2021-03-12 21:33 | remove unused variables | Hiltjo Posthuma | 1 | +2 | -3 |
2021-03-12 21:33 | validate value of -t timeout option | Hiltjo Posthuma | 1 | +2 | -2 |
2021-03-12 21:22 | rework URI handling | Hiltjo Posthuma | 1 | +116 | -59 |
2021-03-12 21:19 | LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-28 16:27 | bump version to 0.4 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-14 12:17 | Makefile: tweaks to make dist target | Hiltjo Posthuma | 1 | +3 | -3 |
2020-06-14 12:15 | remove unused includes | Hiltjo Posthuma | 1 | +0 | -2 |
2020-06-14 12:13 | hurl: change timeout logic and now by default use no time killer | Hiltjo Posthuma | 2 | +19 | -12 |
2020-06-07 18:10 | Add gopher TLS support | Christoph Lohmann | 1 | +133 | -22 |
2020-05-22 19:32 | add alarm timer in case connection hangs without triggering a connect timeout | Hiltjo Posthuma | 1 | +12 | -0 |
2020-05-18 17:15 | improve libtls return code handling, check header for truncation | Hiltjo Posthuma | 1 | +29 | -11 |
2020-03-01 11:59 | bump version to 0.3 | Hiltjo Posthuma | 2 | +2 | -4 |
2019-12-13 16:18 | README: reword | Hiltjo Posthuma | 1 | +0 | -3 |
2019-12-13 15:21 | hurl.1: fix typo of -H option, reword a bit | Hiltjo Posthuma | 1 | +3 | -3 |
2019-12-13 13:50 | add -H option to add one or more headers | Hiltjo Posthuma | 2 | +25 | -10 |
2019-11-10 13:55 | README: tiny typo | Hiltjo Posthuma | 1 | +1 | -1 |
2019-11-10 13:34 | bump version to 0.2 | Hiltjo Posthuma | 2 | +2 | -2 |
2019-11-10 13:33 | change a strlcpy call to memcpy | Hiltjo Posthuma | 1 | +1 | -1 |
2019-11-10 13:30 | add C compiler and libc as dependency, POSIX make and mandoc as optional dep | Hiltjo Posthuma | 1 | +9 | -0 |
2019-11-10 13:28 | HTTP/HTTPS: send port in Host header if the port is non-standard | Hiltjo Posthuma | 1 | +14 | -6 |
2019-11-10 13:28 | allow to connect to HTTPS on non-standard (443) port | Hiltjo Posthuma | 1 | +1 | -1 |
2019-11-09 22:43 | Makefile: use .tar.gz, not .tgz for dist rule | Hiltjo Posthuma | 1 | +1 | -1 |
2019-11-09 22:42 | sort option (-l) alphabetically | Hiltjo Posthuma | 1 | +3 | -3 |
2019-11-09 22:36 | README: reword some things, clarify libtls is part of LibreSSL | Hiltjo Posthuma | 1 | +5 | -6 |
2019-11-09 22:30 | Makefile: remove TODO, add hurl.vt ascii-art by josuah | Hiltjo Posthuma | 1 | +1 | -1 |
2019-11-09 22:30 | remove TODO markers, make it a comment | Hiltjo Posthuma | 3 | +3 | -9 |
2019-11-09 22:11 | Makefile: remove hardcoded paths | Hiltjo Posthuma | 1 | +2 | -2 |
2019-11-09 22:10 | make legacy ciphers for TLS a run-time option (-l), by default off. | Hiltjo Posthuma | 2 | +15 | -7 |
2019-11-09 22:07 | add art by Josuah :) | Hiltjo Posthuma | 1 | +41 | -0 |
2019-11-09 22:07 | update LICENSE, README and version | Hiltjo Posthuma | 3 | +4 | -4 |
2019-02-17 14:18 | update TODO | Hiltjo Posthuma | 1 | +3 | -2 |
2019-02-17 14:17 | update README and hurl.1 | Hiltjo Posthuma | 2 | +1 | -4 |
2019-02-17 14:11 | minor style issue | Hiltjo Posthuma | 1 | +1 | -1 |
2019-02-17 14:08 | remove custom header support (-H option) | Hiltjo Posthuma | 2 | +3 | -16 |
2019-02-17 14:04 | Makefile: use system CFLAGS and LDFLAGS, simplify: remove options target | Hiltjo Posthuma | 1 | +1 | -8 |
2019-02-17 14:02 | add ifdef to support legacy ciphers | Hiltjo Posthuma | 1 | +29 | -32 |
2018-12-19 17:50 | tls_write: check return value correctly | Hiltjo Posthuma | 1 | +1 | -1 |
2018-12-18 17:25 | tls_read: check return value correctly | Hiltjo Posthuma | 1 | +7 | -4 |
2018-11-22 17:28 | POSIX struct timeval requires <sys/time.h> | Hiltjo Posthuma | 1 | +1 | -0 |
2018-11-20 08:48 | fix tls_write error handling, typo from 49f3642c | Hiltjo Posthuma | 1 | +2 | -1 |
2018-11-17 10:52 | improve usage() formatting | Hiltjo Posthuma | 1 | +1 | -1 |
2018-11-17 10:50 | check maxfilesize and timeout more strictly, use signed type | Hiltjo Posthuma | 1 | +7 | -4 |
2018-11-16 15:07 | remove double code, an empty protocol was handled twice | Hiltjo Posthuma | 1 | +0 | -5 |
2018-11-16 15:05 | check range of max response size and max timeout parameters | Hiltjo Posthuma | 1 | +9 | -4 |
2018-11-16 15:05 | cleanup TLS on tls_write error | Hiltjo Posthuma | 1 | +2 | -3 |
2018-11-16 14:53 | add initial man page, fix man path, improve make dist | Hiltjo Posthuma | 2 | +47 | -10 |
2018-11-16 14:53 | add url to usage | Hiltjo Posthuma | 1 | +1 | -1 |
2018-11-12 19:34 | Makefile: some tweaks | Hiltjo Posthuma | 1 | +22 | -30 |
2018-11-12 19:25 | Make the makefile bitreich compliant. | Christoph Lohmann | 1 | +68 | -3 |
2018-11-12 19:22 | as suspected it was incorrect | Hiltjo Posthuma | 1 | +8 | -4 |
2018-11-12 18:55 | rename bget to hurl | Hiltjo Posthuma | 4 | +4 | -4 |
2018-11-12 18:46 | README: no HTTP/2 support, even HTTP/3 is in the works | Hiltjo Posthuma | 1 | +1 | -0 |
2018-11-12 18:45 | on HTTP error also print "\r\n\r\n" | Hiltjo Posthuma | 1 | +2 | -0 |
2018-11-12 18:45 | tls_read/read: buffer is not always filled in one read | Hiltjo Posthuma | 1 | +21 | -23 |
2018-11-11 12:34 | initial repo | Hiltjo Posthuma | 7 | +644 | -0 |