summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typos found using codespell.Justus Winter2015-11-1722-30/+30
* gpg: Print a new EXPORTED status line.Werner Koch2015-11-121-0/+1
* gpg: Print export statistics to the status-fd.Werner Koch2015-11-121-0/+3
* common: Fix commit f99830b.Werner Koch2015-11-061-4/+8
* common: When classifying keyids and fingerprints, reject trailing junk.Neal H. Walfield2015-11-061-19/+66
* common: Add new function strlist_rev.Neal H. Walfield2015-11-064-2/+106
* common: Include required, but not included headers in t-support.h.Neal H. Walfield2015-11-061-0/+3
* common: Add a function for copying data from one iobuf to another.Neal H. Walfield2015-11-052-0/+43
* common: Improve t-zb32 to be used for manual encoding.Werner Koch2015-10-303-12/+214
* common: Add separate header for zb32.c.Werner Koch2015-10-303-6/+39
* Fix typosDaniel Kahn Gillmor2015-10-282-2/+2
* Move SRV RR code from common/ to dirmngr/.Werner Koch2015-10-223-402/+0
* common: Add more replacement error codes.Werner Koch2015-10-211-0/+3
* common: Add status code for use by g13.Werner Koch2015-10-211-0/+2
* common: Make sure tilde expansion works for the mkdir functions.Neal H. Walfield2015-10-201-1/+1
* common: Avoid warning about const char ** assignment.Werner Koch2015-10-181-6/+11
* Move http module from common/ to dirmngr/.Werner Koch2015-10-185-3375/+4
* common: Prefix the mkdir functions with gnupg_. Make args const.Neal H. Walfield2015-10-162-5/+5
* dirmngr: Default to http protocol for http-proxyAndre Heinecke2015-10-081-1/+1
* common: Allow building of mkdir_p.c for Windows.Werner Koch2015-10-083-65/+95
* Fix two unused/possible-uninitialized var warnings.Werner Koch2015-10-081-1/+1
* common: Fix strsplit.NIIBE Yutaka2015-10-011-1/+1
* common: Add mkdir_p.Neal H. Walfield2015-09-303-1/+205
* common: Remove unused files.Neal H. Walfield2015-09-302-153/+0
* common: Include <gpg-error.h>.Neal H. Walfield2015-09-301-0/+1
* ssh: Fix fingerprint computation for EdDSA key.NIIBE Yutaka2015-09-292-0/+21
* common: Provide two new error code replacements.Werner Koch2015-09-281-0/+4
* common: Change calling convention for gnupg_spawn_process.Werner Koch2015-09-284-56/+124
* ssh: Add 256, 384 and 521 bit test keys for the fingerprint.Werner Koch2015-09-221-0/+62
* ssh: Fix fingerprint computation for 384 bit ECDSA keys.Werner Koch2015-09-221-1/+1
* common: Add new function strlist_length.Neal H. Walfield2015-09-192-0/+11
* http: Add flag to force use of TOR (part 1)Werner Koch2015-09-183-1/+22
* iobuf: Reduce verbosity of test.Neal H. Walfield2015-09-021-0/+2
* iobuf: Add the IOBUF_INPUT_TEMP type to improve input temp handling.Neal H. Walfield2015-09-022-20/+29
* iobuf: Rename IOBUF_TEMP to IOBUF_OUTPUT_TEMP.Neal H. Walfield2015-09-022-29/+38
* iobuf: Use a first-class enum.Neal H. Walfield2015-09-021-2/+2
* iobuf: Fix test.Neal H. Walfield2015-09-021-9/+6
* common: Assume an utf-8 locale on iconv errors.Werner Koch2015-09-011-6/+4
* common: Fix regression in building argpase.c standalone.Werner Koch2015-09-011-0/+7
* gpg: Print a new FAILURE status after most commands.Werner Koch2015-08-251-2/+3
* doc: Remove C++ style comments and update HACKING.Werner Koch2015-08-201-9/+9
* common/iobuf.c: Make control flow more obvious.Neal H. Walfield2015-08-201-73/+79
* common/iobuf.c: Add some sanity checks to catch programmer bugs.Neal H. Walfield2015-08-201-0/+42
* common/iobuf.c:iobuf_write_temp: Elide redundant code.Neal H. Walfield2015-08-201-4/+6
* common/iobuf.c: Have iobuf_writestr use iobuf_write, not iobuf_writebyteNeal H. Walfield2015-08-201-6/+1
* common/iobuf: Improve documentation and code comments.Neal H. Walfield2015-08-202-149/+530
* common/iobuf.c: Adjust buffer size of filters in front of temp filters.Neal H. Walfield2015-08-201-2/+15
* common/iobuf.c: Buffered data should not be processed by new filters.Neal H. Walfield2015-08-202-17/+116
* common/iobuf.c: Flush the pipeline in iobuf_temp_to_buffer.Neal H. Walfield2015-08-201-1/+13
* common/iobuf.c: Combine iobuf_open, iobuf_create and iobuf_openrw.Neal H. Walfield2015-08-201-86/+55