aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-09-301-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-182-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
* common/iobuf.h: Remove iobuf_open_fd_or_name.Neal H. Walfield2015-08-202-19/+0
* common/iobuf.c: Rename iobuf_flush and make it a static function.Neal H. Walfield2015-08-202-17/+25
* common/iobuf.c: Don't abort freeing a pipeline if freeing a filter failsNeal H. Walfield2015-08-201-5/+13
* common/iobuf.c: Improve iobuf_peek.Neal H. Walfield2015-08-201-17/+33
* common/iobuf.c: When requested, fill the buffer even if it is not empty.Neal H. Walfield2015-08-201-46/+92
* common/t-iobuf.c: Add a test case for multiple EOFs.Neal H. Walfield2015-08-201-0/+93
* common/iobuf.c: Better respect boundary conditions in iobuf_read_line.Neal H. Walfield2015-08-204-21/+234
* common/iobuf.c: Fix filter type for iobuf_temp_with_content.Neal H. Walfield2015-08-201-1/+1
* common/iobuf.h: Remove unimplemented prototypes.Neal H. Walfield2015-08-201-3/+0
* common/iobuf.c: Refactor code to not need the desc field.Neal H. Walfield2015-08-202-31/+29
* common/iobuf.h: Clarify semantics of nofast. Simplify implementation.Neal H. Walfield2015-08-202-5/+9
* common/iobuf.c: Remove dead code (directfp).Neal H. Walfield2015-08-202-65/+1
* common/iobuf.c: Remove dead code (opaque).Neal H. Walfield2015-08-202-5/+1