summaryrefslogtreecommitdiff
path: root/common/test-path.c
Commit message (Collapse)AuthorAgeFilesLines
* common: Add path encoding functionsDaiki Ueno2017-02-161-0/+22
| | | | | | | | | This adds p11_path_{encode,decode}(), following the escaping rule described in: https://dbus.freedesktop.org/doc/dbus-specification.html#addresses Although they are merely a wrapper around p11_url_{decode,encode}(), having dedicated functions hides the implementation details.
* test: Fix Windows test case for p11_path_expandDaiki Ueno2017-02-161-1/+1
|
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-0/+216
Still use recursive for documentation and translation.