aboutsummaryrefslogtreecommitdiff
path: root/pdf-simple-sign.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix double fclose()Přemysl Janouch2018-07-211-1/+0
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-3/+2
| | | | | | | | | 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.
* Initial commitPřemysl Janouch2017-11-081-0/+976