aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* README.adoc: add a PkgGoDev badgePřemysl Eric Janouch2020-09-111-0/+2
|
* Bump version, update NEWSv1.1.1Přemysl Eric Janouch2020-09-062-1/+10
|
* Go: avoid non-deterministic outputPřemysl Eric Janouch2020-09-061-20/+16
| | | | The code has even turned out simpler.
* Add a test script to verify basic functionPřemysl Eric Janouch2020-09-061-0/+77
|
* Manual: fix the examplePřemysl Eric Janouch2020-09-051-3/+4
| | | | Things managed to work once but for rather arbitrary reasons.
* Bump version, update NEWSv1.1Přemysl Eric Janouch2020-09-052-1/+17
|
* Add an instructive man pagePřemysl Eric Janouch2020-09-053-19/+97
|
* Add a --version optionPřemysl Eric Janouch2020-09-052-2/+15
| | | | And fix that --reservation was missing from the optstring.
* Make it possible to change the signature reservationPřemysl Eric Janouch2020-09-044-17/+36
|
* Avoid downgrading the document's PDF versionPřemysl Eric Janouch2020-09-043-17/+57
|
* Return errors rather than mangle documentsPřemysl Eric Janouch2020-09-044-11/+26
|
* Go: update dependenciesPřemysl Eric Janouch2020-08-122-2/+13
|
* Name changePřemysl Eric Janouch2020-08-124-4/+4
|
* ConsistencyPřemysl Janouch2018-12-141-2/+2
|
* Use Go modulesPřemysl Janouch2018-12-012-0/+10
|
* Go: less API stupidity coming from the C++ heritagePřemysl Janouch2018-10-041-19/+20
|
* Go: additional small fixesPřemysl Janouch2018-10-042-5/+7
|
* Go: documentation cleanupPřemysl Janouch2018-10-041-18/+16
|
* Go: use multiple return valuesPřemysl Janouch2018-10-041-75/+77
| | | | The compiler has made it more obvious where we eat error messages.
* Go: add Object constructorsPřemysl Janouch2018-10-041-82/+114
|
* Go: cleanupsPřemysl Janouch2018-10-041-12/+14
|
* Add a Go portPřemysl Janouch2018-10-043-2/+1255
| | | | It should be roughly at feature parity.
* Add comments about some potential issuesPřemysl Janouch2018-10-031-0/+2
| | | | | - lack of number range verification - lack of sanitization when serializing dicts
* Mark a variable constPřemysl Janouch2018-10-031-1/+1
|
* Try to return the innermost error messagePřemysl Janouch2018-10-031-5/+11
| | | | Improving debugging experience.
* Fix parsing of hex stringsPřemysl Janouch2018-10-031-0/+1
|
* Fix serialization of null valuesPřemysl Janouch2018-10-021-1/+1
|
* Fix octal escapesPřemysl Janouch2018-10-021-6/+5
|
* Add NEWSv1.0Přemysl Janouch2018-08-031-0/+4
|
* Clarify libcrypto API version in READMEPřemysl Janouch2018-08-031-1/+1
|
* Fix double fclose()Přemysl Janouch2018-07-211-1/+0
|
* Update READMEPřemysl Janouch2018-06-241-5/+5
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-243-13/+6
| | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway.
* meson.build: enable installationPřemysl Janouch2017-12-021-1/+3
|
* Initial commitPřemysl Janouch2017-11-084-0/+1046