Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use types from <linux/types.h> for public headers. | Miloslav Trmač | 2010-08-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | When included in the kernel tree, <inttypes.h> is not available, so <linux/types.h> has to be used. <linux/types.h> does not provide the uintNN_t and size_t types when installed to /usr/include/linux (package kernel-headers on Fedora). Therefore, use the types from <linux/types.h> that are available in userspace. Also fix user-space users of the headers not to assume that they provide the <stdint.h> types. | ||||
* | Public and private keys are being generated in a new workqueue. Some other ↵ | Nikos Mavrogiannopoulos | 2010-07-07 | 1 | -12/+12 |
| | | | | fixes and optimizations. | ||||
* | Added data functionality and a test program. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | Examples were moved to examples/ directory. | Nikos Mavrogiannopoulos | 2010-02-20 | 1 | -0/+229 |