aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter3-1/+201
2016-02-23common: Reduce buffer size.Neal H. Walfield1-2/+2
2016-02-23common: Improve a function's documentation and comments.Neal H. Walfield1-10/+14
2016-02-23common: Add log_assert.Neal H. Walfield1-0/+4
2016-02-23gpg: Use higher-level functions.Neal H. Walfield1-0/+3
2016-02-23common: Check for an error before reading.Neal H. Walfield1-0/+3
2016-02-23common: More accurately name function.Neal H. Walfield2-2/+2
2016-02-23common/exechelp: Provide a way to wait for multiple processes.Justus Winter4-75/+144
2016-02-23common/exechelp: Add general pipe function.Justus Winter4-31/+59
2016-02-23common/exechelp: Mute the Windows version.Justus Winter1-3/+4
2016-02-23common/exechelp: Avoid magic numbers.Justus Winter1-2/+2
2016-02-23common/exechelp: Disable debugging by default.Justus Winter1-1/+1
2016-02-23common/exechelp: Fix handle leak.Justus Winter1-0/+1
2016-02-23common/exechelp: Fix opening the 'nul' device.Justus Winter1-5/+5
2016-02-23common/exechelp: Fix error handling.Justus Winter1-2/+2
2016-02-23common/exechelp: Fix pipe creation.Justus Winter1-1/+1
2016-02-16w32: Do not error out if gpgconf is not installed.Werner Koch1-3/+1
2016-02-15common, g10: Fix indentation to silence GCC-6.NIIBE Yutaka1-5/+5
2016-02-14common: Fix comment.Neal H. Walfield1-1/+1
2016-02-13common: Make gnupg_exec_tool conform to spec.Werner Koch1-9/+18
2016-02-12common: Change simple_query to ignore status messages.Neal H. Walfield1-28/+67
2016-01-26Update copyright years.Werner Koch1-2/+2
2016-01-26gpgtar,w32: Fix gpgtar 8 bit encoding handling on W32Andre Heinecke2-10/+57
2016-01-19common: Add substitute code for libgpg-error < 1.22.Werner Koch1-2/+4
2016-01-13common: Make sure dotlock functions set a proper ERRNO.Werner Koch1-17/+87
2016-01-12common: Fix iobuf API of filter function for alignment.NIIBE Yutaka1-2/+1
2016-01-12common: Fix iobuf API of filter function for alignment.NIIBE Yutaka3-26/+39
2016-01-08Print warnings if old daemon versions are used.Werner Koch1-0/+1
2016-01-08common: New function compare_version_strings.Werner Koch3-1/+150
2016-01-08common: New function get_assuan_server_version.Werner Koch2-0/+42
2016-01-08common: New put_membuf_cb to replace static membuf_data_cb.Werner Koch3-12/+16
2016-01-06common: Avoid warnings about useless assignments.Werner Koch4-5/+0
2016-01-06common: Do not deref vars in tests after a fail().Werner Koch4-38/+41
2015-12-21common: New file fwddecl.h.Werner Koch4-13/+45
2015-12-15common: Use default_errsource for call-gpg and exectool.Werner Koch2-22/+42
2015-12-14common: Change license of isascii.c to all-premissive,Werner Koch1-13/+6
2015-12-14common: Change license of some modules to LGPLv3+/GPLv2+.Werner Koch6-30/+90
2015-12-14common: Change license for exectool to LGPLv3+/GPLv2+.Werner Koch2-10/+30
2015-12-14common: Rename sh-exectool to exectool.Werner Koch3-17/+17
2015-12-12Remove replacements for libgpg-error < 1.21.Werner Koch6-164/+5
2015-12-04common: Add a stream interface to 'sh-exectool'.Justus Winter2-86/+217
2015-12-04common: Add header file and build the new code.Justus Winter3-2/+38
2015-12-04common: Add code to execute a helper.Werner Koch1-0/+303
2015-12-04Do not translate messages printed with log_debug.Werner Koch1-2/+2
2015-12-02common,gpg: Fix processing of search descriptions ending in '!'.Neal H. Walfield1-4/+12
2015-11-27Silence compiler warnings related to not using assuan_fd_t.Werner Koch1-2/+2
2015-11-27Silence unused variable or parameter warnings.Werner Koch2-8/+11
2015-11-27Avoid incompatible pointer assignment warnings on Windows.Werner Koch1-4/+4
2015-11-26common: Fix off-by-one access in the new format_text.Werner Koch2-7/+9
2015-11-26common: Make the GPG arguments configurable in call-gpg.Justus Winter2-22/+49