ced7dcf2bc
- Update to version 0.16 * tests.json: add tests extracing URL encoded components. * trurl: normalize the fragment. * trurl: make sure URL encoded %-hex is done lowercase. * README: minor language polish. * trurl: silence --replace-append when appending. * trurl.md: document URL component details. * trurl.md: extend the component sections with more examples. * trurl: introduce --qtrim for trimming queries (only). * trurl.c: clarify the --help text for --urlencode. * tests.json: add more tests. * trurl: fix a few returns codes for out of memory. * tests: verify --get + --json rejects. * trurl.md: provide examples to more option descriptions.
Martin Hauke2024-09-20 13:45:51 +00:00
3c239b6f0c
Accepting request 1201561 from network:utilities
Ana Guerrero2024-09-17 16:19:08 +00:00
ffdc6d8a0d
- Update to version 0.15.1 * manpage: fix 0.15 mistakes. * Makefile: check for trurl.1 before installing. * trurl: fix misbehavior on empty query param. * trurl: fix handling of query pair with blank left side by.
Martin Hauke2024-09-17 09:57:16 +00:00
d4b7e03845
- Update to version 0.15 - Makefile: fix LDFLAGS order; and don't force -Werror. - singleurl: fix query_is_modified. - trurl: "normalize" query pairs. - trurl: accept "control codes" in get output. - trurl: allow "control bytes" in JSON output - trurl: canonicalize the path. - trurl: fix silent error in json json function. - trurl: make --replace URL encode the provided data argument. - trurl: make must: prefix for gets return error for missing part. - trurl: on strdup() failures, exit immediately. - trurl: optimize the path append loop. - trurl: rename --force-replace to --replace-append. - trurl: use casecompare instead of a strncasecmp define.
Martin Hauke2024-08-29 15:21:18 +00:00