Revisions of trurl

buildservice-autocommit accepted request 1169797 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 22)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1168951 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 21)
- Update to version 0.12
  * This is the same as 0.11 but with the version string set
    correctly.

- Update to version 0.11
  * Added UTF-8 detection to test runner.
  * use of free() instead of curl_free().
  * output the list of components correctly in the help output.
  * if query is not updated, leave it untouched.
  * expand the warning on "internal problem".
  * error when using an unrecognized URL component.
buildservice-autocommit accepted request 1149120 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1148888 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 19)
- Update to version 0.10
  Changes:
  * add --replace
  Bugfixes:
  * fixed buffer overflows on %00 use
  * enable more C compiler warnings and fix them
buildservice-autocommit accepted request 1121574 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 18)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1121481 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 17)
- Update to version 0.9
  Changes:
  * add --as-idn and punycode to IDN conversion
  * add --curl to only count as valid URLs supported by libcurl
  Bugfixes:
  * accept * as a trim name to trim a literal asterisk name
  * format null as \u0000 for --json
  * run --trim query before --append query
- Drop patch
  * trurl-disable-broken-tests.patch (fixed by upstream)
buildservice-autocommit accepted request 1117909 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 16)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1112938 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 15)
- Add patch:
  * trurl-disable-broken-tests.patch
buildservice-autocommit accepted request 1096031 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 14)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1093579 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 13)
- Update to version 0.8
  Changes:
  * add --urlencode
  Bugfixes:
  * --json/--get: .[].parts and {component} should be urldecoded
    not encoded
  * tests: use empty file instead of /dev/null
  * typos in manpage
  * Makefile: Allow CFLAGS to be appendable
  * Makefile: be explicit in C standard to use
buildservice-autocommit accepted request 1092974 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 12)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1092885 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 11)
- Update to version 0.7
  * Changes:
    --default-port to ask for the default to be used if not present
    --keep-port to ask for the port number to be there even if default
    --no-guess-scheme option to disable scheme guessing
    --punycode to ask for the punycode version in output
  * Bugfixes:
    --help returns 0 instead of 1
    --json: print empty arrays
    --redirect: don't silently ignore failed redirections.
    refuse setting same component in --set as --iterate
    restructure the JSON output object
    send -h output to stdout, not stderr
buildservice-autocommit accepted request 1083110 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 10)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1083077 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 9)
- Update to version 0.6
  * offer {puny:host} and {puny:url} for --get
  * provide built-with libcurl version info for --version
  * support for skipping tests
  * test.py replaced test.pl
  * test.py supports --with-valgrind
  * tests.json: extended and updated
  * URL-QUIRKS: specify if they are build-time or run-time
    requirements
buildservice-autocommit accepted request 1081952 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 8)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1080010 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 7)
- Update to version 0.5
  Changes since previous release
  * --get supports variables in [brackets] as well
  * --get {query-all:key} outputs all values for 'key' in the
    query
  * switched to test.py for tests
  * --iterate is a new option.
  Bugfixes since previous release
  * handle %00 sequences in {query:key} output
  * support reading URL from a file without a newline
  * fixed a json memory-leak
buildservice-autocommit accepted request 1078501 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 6)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1078266 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 5)
- Update to version 0.4
  Changes
  * --get supports showing {query:key}
  * --json outputs query pairs under "params"
  * -a is an --append shortcut
  * add --query-separator
  * add --sort-query
  Bugfixes
  * components names are lower case and case sensitive
  * fixed the json output of UTF-8 sequences
  * flush stdout after handling every URL
  * mixing --json with --get is an error
  * more test cases
  * show error messsage when component setting fails
  * support "--" end-of-options argument
  * support for building with older libcurl versions
buildservice-autocommit accepted request 1077979 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 4)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1077736 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 3)
- Update to version 0.3
  Changes
  * the set port is the same as the scheme-default, don't show
  * many more tests
  * https://curl.se/trurl is now the project's website
  * added --accept-space
  * added --trim
  Bugfixes
  * setting port to a blank now clears it
  * improved the man page
  * fix --append query when no previous query exists
  * output JSON as an array
  * provide the -h list in pure alphabetical order
  * use 0644 for the man page install
  * use Test::More inside of test.pl
  * nicer JSON tests and test output
- Drop patch:
  * trurl-manpage-fix-spurious-executable-perm-manpage.patch
- Run testsuite
Displaying revisions 1 - 20 of 22
openSUSE Build Service is sponsored by