aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Reduce buffer size.Neal H. Walfield2016-02-231-2/+2
* common: Improve a function's documentation and comments.Neal H. Walfield2016-02-231-10/+14
* common: Add log_assert.Neal H. Walfield2016-02-231-0/+4
* gpg: Use higher-level functions.Neal H. Walfield2016-02-231-0/+3
* common: Check for an error before reading.Neal H. Walfield2016-02-231-0/+3
* common: More accurately name function.Neal H. Walfield2016-02-232-2/+2
* common/exechelp: Provide a way to wait for multiple processes.Justus Winter2016-02-234-75/+144
* common/exechelp: Add general pipe function.Justus Winter2016-02-234-31/+59
* common/exechelp: Mute the Windows version.Justus Winter2016-02-231-3/+4
* common/exechelp: Avoid magic numbers.Justus Winter2016-02-231-2/+2
* common/exechelp: Disable debugging by default.Justus Winter2016-02-231-1/+1
* common/exechelp: Fix handle leak.Justus Winter2016-02-231-0/+1
* common/exechelp: Fix opening the 'nul' device.Justus Winter2016-02-231-5/+5
* common/exechelp: Fix error handling.Justus Winter2016-02-231-2/+2
* common/exechelp: Fix pipe creation.Justus Winter2016-02-231-1/+1
* w32: Do not error out if gpgconf is not installed.Werner Koch2016-02-161-3/+1
* common, g10: Fix indentation to silence GCC-6.NIIBE Yutaka2016-02-151-5/+5
* common: Fix comment.Neal H. Walfield2016-02-141-1/+1
* common: Make gnupg_exec_tool conform to spec.Werner Koch2016-02-131-9/+18
* common: Change simple_query to ignore status messages.Neal H. Walfield2016-02-121-28/+67
* Update copyright years.Werner Koch2016-01-261-2/+2
* gpgtar,w32: Fix gpgtar 8 bit encoding handling on W32Andre Heinecke2016-01-262-10/+57
* common: Add substitute code for libgpg-error < 1.22.Werner Koch2016-01-191-2/+4
* common: Make sure dotlock functions set a proper ERRNO.Werner Koch2016-01-131-17/+87
* common: Fix iobuf API of filter function for alignment.NIIBE Yutaka2016-01-121-2/+1
* common: Fix iobuf API of filter function for alignment.NIIBE Yutaka2016-01-123-26/+39
* Print warnings if old daemon versions are used.Werner Koch2016-01-081-0/+1
* common: New function compare_version_strings.Werner Koch2016-01-083-1/+150
* common: New function get_assuan_server_version.Werner Koch2016-01-082-0/+42
* common: New put_membuf_cb to replace static membuf_data_cb.Werner Koch2016-01-083-12/+16
* common: Avoid warnings about useless assignments.Werner Koch2016-01-064-5/+0
* common: Do not deref vars in tests after a fail().Werner Koch2016-01-064-38/+41
* common: New file fwddecl.h.Werner Koch2015-12-214-13/+45
* common: Use default_errsource for call-gpg and exectool.Werner Koch2015-12-152-22/+42
* common: Change license of isascii.c to all-premissive,Werner Koch2015-12-141-13/+6
* common: Change license of some modules to LGPLv3+/GPLv2+.Werner Koch2015-12-146-30/+90
* common: Change license for exectool to LGPLv3+/GPLv2+.Werner Koch2015-12-142-10/+30
* common: Rename sh-exectool to exectool.Werner Koch2015-12-143-17/+17
* Remove replacements for libgpg-error < 1.21.Werner Koch2015-12-126-164/+5
* common: Add a stream interface to 'sh-exectool'.Justus Winter2015-12-042-86/+217
* common: Add header file and build the new code.Justus Winter2015-12-043-2/+38
* common: Add code to execute a helper.Werner Koch2015-12-041-0/+303
* Do not translate messages printed with log_debug.Werner Koch2015-12-041-2/+2
* common,gpg: Fix processing of search descriptions ending in '!'.Neal H. Walfield2015-12-021-4/+12
* Silence compiler warnings related to not using assuan_fd_t.Werner Koch2015-11-271-2/+2
* Silence unused variable or parameter warnings.Werner Koch2015-11-272-8/+11
* Avoid incompatible pointer assignment warnings on Windows.Werner Koch2015-11-271-4/+4
* common: Fix off-by-one access in the new format_text.Werner Koch2015-11-262-7/+9
* common: Make the GPG arguments configurable in call-gpg.Justus Winter2015-11-262-22/+49
* common: Add stream interface to call-pgp.Justus Winter2015-11-252-19/+128