aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-12gpg: Print a new EXPORTED status line.Werner Koch1-0/+1
2015-11-12gpg: Print export statistics to the status-fd.Werner Koch1-0/+3
2015-11-06common: Fix commit f99830b.Werner Koch1-4/+8
2015-11-06common: When classifying keyids and fingerprints, reject trailing junk.Neal H. Walfield1-19/+66
2015-11-06common: Add new function strlist_rev.Neal H. Walfield4-2/+106
2015-11-06common: Include required, but not included headers in t-support.h.Neal H. Walfield1-0/+3
2015-11-05common: Add a function for copying data from one iobuf to another.Neal H. Walfield2-0/+43
2015-10-30common: Improve t-zb32 to be used for manual encoding.Werner Koch3-12/+214
2015-10-30common: Add separate header for zb32.c.Werner Koch3-6/+39
2015-10-28Fix typosDaniel Kahn Gillmor2-2/+2
2015-10-22Move SRV RR code from common/ to dirmngr/.Werner Koch3-402/+0
2015-10-21common: Add more replacement error codes.Werner Koch1-0/+3
2015-10-21common: Add status code for use by g13.Werner Koch1-0/+2
2015-10-20common: Make sure tilde expansion works for the mkdir functions.Neal H. Walfield1-1/+1
2015-10-18common: Avoid warning about const char ** assignment.Werner Koch1-6/+11
2015-10-18Move http module from common/ to dirmngr/.Werner Koch5-3375/+4
2015-10-16common: Prefix the mkdir functions with gnupg_. Make args const.Neal H. Walfield2-5/+5
2015-10-08dirmngr: Default to http protocol for http-proxyAndre Heinecke1-1/+1
2015-10-08common: Allow building of mkdir_p.c for Windows.Werner Koch3-65/+95
2015-10-08Fix two unused/possible-uninitialized var warnings.Werner Koch1-1/+1
2015-09-30common: Fix strsplit.NIIBE Yutaka1-1/+1
2015-09-30common: Add mkdir_p.Neal H. Walfield3-1/+205
2015-09-30common: Remove unused files.Neal H. Walfield2-153/+0
2015-09-30common: Include <gpg-error.h>.Neal H. Walfield1-0/+1
2015-09-29ssh: Fix fingerprint computation for EdDSA key.NIIBE Yutaka2-0/+21
2015-09-28common: Provide two new error code replacements.Werner Koch1-0/+4
2015-09-28common: Change calling convention for gnupg_spawn_process.Werner Koch4-56/+124
2015-09-22ssh: Add 256, 384 and 521 bit test keys for the fingerprint.Werner Koch1-0/+62
2015-09-22ssh: Fix fingerprint computation for 384 bit ECDSA keys.Werner Koch1-1/+1
2015-09-18common: Add new function strlist_length.Neal H. Walfield2-0/+11
2015-09-18http: Add flag to force use of TOR (part 1)Werner Koch3-1/+22
2015-09-02iobuf: Reduce verbosity of test.Neal H. Walfield1-0/+2
2015-09-02iobuf: Add the IOBUF_INPUT_TEMP type to improve input temp handling.Neal H. Walfield2-20/+29
2015-09-02iobuf: Rename IOBUF_TEMP to IOBUF_OUTPUT_TEMP.Neal H. Walfield2-29/+38
2015-09-02iobuf: Use a first-class enum.Neal H. Walfield1-2/+2
2015-09-02iobuf: Fix test.Neal H. Walfield1-9/+6
2015-09-01common: Assume an utf-8 locale on iconv errors.Werner Koch1-6/+4
2015-09-01common: Fix regression in building argpase.c standalone.Werner Koch1-0/+7
2015-08-25gpg: Print a new FAILURE status after most commands.Werner Koch1-2/+3
2015-08-20doc: Remove C++ style comments and update HACKING.Werner Koch1-9/+9
2015-08-20common/iobuf.c: Make control flow more obvious.Neal H. Walfield1-73/+79
2015-08-20common/iobuf.c: Add some sanity checks to catch programmer bugs.Neal H. Walfield1-0/+42
2015-08-20common/iobuf.c:iobuf_write_temp: Elide redundant code.Neal H. Walfield1-4/+6
2015-08-20common/iobuf.c: Have iobuf_writestr use iobuf_write, not iobuf_writebyteNeal H. Walfield1-6/+1
2015-08-20common/iobuf: Improve documentation and code comments.Neal H. Walfield2-149/+530
2015-08-20common/iobuf.c: Adjust buffer size of filters in front of temp filters.Neal H. Walfield1-2/+15
2015-08-20common/iobuf.c: Buffered data should not be processed by new filters.Neal H. Walfield2-17/+116
2015-08-20common/iobuf.c: Flush the pipeline in iobuf_temp_to_buffer.Neal H. Walfield1-1/+13
2015-08-20common/iobuf.c: Combine iobuf_open, iobuf_create and iobuf_openrw.Neal H. Walfield1-86/+55
2015-08-20common/iobuf.h: Remove iobuf_open_fd_or_name.Neal H. Walfield2-19/+0