Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved keys/key_encoding.[ch] to cred_encoding.[ch] | Martin Willi | 2010-07-13 | 1 | -300/+0 |
* | Avoid relocking while enumerator is alive | Martin Willi | 2010-07-06 | 1 | -9/+10 |
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading p... | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -16/+16 |
* | do not flush cached encodings, keys are responsible for it | Martin Willi | 2009-08-27 | 1 | -10/+4 |
* | key encoding gained a cache() method, allows caching of externally created en... | Martin Willi | 2009-08-27 | 1 | -0/+26 |
* | added a seperate chache lookup, as encode() requires arguments expensive to b... | Martin Willi | 2009-08-26 | 1 | -0/+23 |
* | added a facility to hand out fingerprinting/key encoding to the pkcs1/pgp/...... | Martin Willi | 2009-08-26 | 1 | -0/+256 |