Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: Add path encoding functions | Daiki Ueno | 2017-02-16 | 1 | -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_expand | Daiki Ueno | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | Move to non-recursive Makefile for building bins and libs | Stef Walter | 2014-08-15 | 1 | -0/+216 |
Still use recursive for documentation and translation. |