summaryrefslogtreecommitdiff
path: root/common/url.h
Commit message (Collapse)AuthorAgeFilesLines
* common: Fix typo, and don't escape '6' in URL encodingStef Walter2013-07-081-1/+1
|
* url: Encode directly to a bufferStef Walter2013-05-271-2/+3
|
* url: Split out the URL encoding and decoding functionsStef Walter2013-03-151-0/+59
We want to use these as the format for encoding binary data in our PKCS#11 attribute persistence https://bugs.freedesktop.org/show_bug.cgi?id=62156