TLINDEN
|
10f4ffa05a
|
fixed doxygen errors
|
2015-01-11 13:14:02 +01:00 |
|
git@daemon.de
|
a3f1bdaa2e
|
added buffer_fwd_offset() so I don't have to alloc mem to ignore some chunk of a buffer
|
2014-08-06 20:19:28 +02:00 |
|
TLINDEN
|
da9891ff81
|
put previously global error handling and key hashes into ptx (pcp context) to make libpcp threadsafe.
|
2014-05-04 17:11:03 +02:00 |
|
git@daemon.de
|
0d86dee4ee
|
fixed doc
|
2014-02-27 13:57:24 +01:00 |
|
git@daemon.de
|
504ff55a00
|
added buffer_get_chunk_tobuf() which copies some chunk from one buffer to the other without a temporary variable
|
2014-02-26 15:27:53 +01:00 |
|
git@daemon.de
|
3b1db06529
|
changed all occurrences of unsigned char to byte (defined in defines.h) to make the code more precise about sizes.
|
2014-02-25 11:09:58 +01:00 |
|
git@daemon.de
|
f13f60bfc2
|
added buffer_new_buf() which makes it possible to back a Buffer with an existing pointer without copying
|
2014-02-20 15:36:12 +01:00 |
|
git@daemon.de
|
51e3cec60d
|
api doc updated
|
2014-02-19 20:39:19 +01:00 |
|
git@daemon.de
|
be867bdc26
|
started documenting the api.
|
2014-02-17 17:05:32 +01:00 |
|
git@daemon.de
|
1c46de629b
|
added string buffer support
|
2014-02-13 17:04:59 +01:00 |
|
git@daemon.de
|
a78dd9c6eb
|
added buffer_get_remainder() so I can fetch whatever is left in the buffer
|
2014-02-12 16:46:50 +01:00 |
|
TLINDEN
|
6d738ccbf8
|
changed public key export format to (slightly modified) RFC4880 style (openpgp format).
Current state is totally unstable, it's not yet ready.
|
2014-02-12 00:37:41 +01:00 |
|
TLINDEN
|
b5e8e0de03
|
enhanced a little
|
2014-02-10 11:33:20 +01:00 |
|
TLINDEN
|
ce73950920
|
added buffer_get_str() which allows to retrieve buffer contents as char *
|
2014-02-09 13:51:35 +01:00 |
|
TLINDEN
|
b9841bfb06
|
continue new pk-expoert format
|
2014-02-08 20:35:34 +01:00 |
|
TLINDEN
|
2d7a0d834c
|
started with experimental pk export writer
|
2014-02-07 20:07:30 +01:00 |
|
git@daemon.de
|
5161e15c69
|
added Buffer "class" based on openssh/buffer.c, which is a really beautiful idea. I'll use this for file i/o and data handling
|
2014-02-07 16:58:02 +01:00 |
|