| Commit message (Expand) | Author | Files | Lines |
2016-10-27 | common: Fix gnupg_inotify_has_name, differently. | NIIBE Yutaka | 1 | -21/+15 |
2016-10-27 | agent,common: move get_socket_name() into common. | Daniel Kahn Gillmor | 2 | -0/+50 |
2016-10-27 | common: Fix gnupg_inotify_has_name. | NIIBE Yutaka | 1 | -14/+22 |
2016-10-26 | common: Use GPG_ERR_INV_VALUE instead of GPG_ERR_EINVAL. | Werner Koch | 1 | -1/+1 |
2016-10-26 | common: avoid segfault | Daniel Kahn Gillmor | 1 | -0/+3 |
2016-10-25 | common: Use strconcat in gnupg_setenv. | Werner Koch | 1 | -22/+22 |
2016-10-24 | common: Fix openpgp_is_curve_supported. | NIIBE Yutaka | 1 | -2/+2 |
2016-10-21 | Fix use cases of snprintf. | NIIBE Yutaka | 1 | -4/+2 |
2016-10-20 | common,w32: Fix setting environment variables on Windows. | Justus Winter | 1 | -39/+62 |
2016-10-18 | common: Fix copying data to estreams. | Justus Winter | 1 | -5/+7 |
2016-10-18 | common,w32: Communicate with child in non-blocking mode. | Justus Winter | 1 | -3/+4 |
2016-10-18 | common,w32: Extend gnupg_create_inbound_pipe et al. | Justus Winter | 1 | -10/+27 |
2016-10-18 | common,w32: Make use of default_errsource in exechelp. | Justus Winter | 1 | -7/+21 |
2016-10-15 | agent: Move inotify code to common and improve it. | Werner Koch | 2 | -0/+131 |
2016-10-07 | agent, dirmngr, scd: Fix init_common_subsystems. | NIIBE Yutaka | 1 | -11/+0 |
2016-10-06 | common: Avoid pointer arithmetic on string literals. | Justus Winter | 2 | -4/+4 |
2016-09-30 | build: Fix build against libiconv. | Justus Winter | 1 | -1/+1 |
2016-09-27 | common: Correctly handle modules relying on npth. | Justus Winter | 1 | -2/+4 |
2016-09-17 | Fix more spelling | Daniel Kahn Gillmor | 3 | -3/+3 |
2016-09-05 | common: Restore a simpler variant of 'gnupg_wait_process'. | Justus Winter | 1 | -1/+53 |
2016-09-05 | common: Fix error handling. | Justus Winter | 1 | -2/+6 |
2016-09-05 | common: Improve waiting for processes on POSIX. | Justus Winter | 1 | -30/+112 |
2016-09-05 | common: Fix typo. | Justus Winter | 1 | -1/+1 |
2016-09-05 | common: Add an assuan logging monitor. | Werner Koch | 2 | -4/+19 |
2016-09-05 | common: Add string operator gt,ge,le,lt to recsel. | Werner Koch | 2 | -2/+88 |
2016-09-02 | common: Check read errors in name-value.c | Werner Koch | 1 | -1/+6 |
2016-08-29 | w32: Fix build regression due to 2aa0701. | Werner Koch | 1 | -1/+1 |
2016-08-29 | common: Add a default socket name feature. | Werner Koch | 3 | -12/+45 |
2016-08-25 | common: Rename an odd named function. | Werner Koch | 2 | -5/+5 |
2016-08-24 | common: Guarantee that gnupg_get_time does not return an error. | Werner Koch | 1 | -16/+10 |
2016-08-24 | doc: Some additional source comments | Werner Koch | 1 | -0/+4 |
2016-08-22 | common: Change license of mbox-util to LGPLv2.1+. | Werner Koch | 2 | -28/+8 |
2016-08-22 | common: Remove unused vars in simple-pwquery. | Werner Koch | 1 | -16/+5 |
2016-08-18 | dirmngr: Remove all system daemon features. | Werner Koch | 3 | -90/+10 |
2016-08-13 | g13: New command --find-device. | Werner Koch | 1 | -0/+1 |
2016-08-12 | Avoid leading ": " in the log output when there are no prefixes. | Daniel Kahn Gillmor | 1 | -2/+3 |
2016-08-11 | common: New function string_to_u64. | Werner Koch | 3 | -3/+23 |
2016-08-11 | common: Remove compatibility code. | Justus Winter | 3 | -212/+1 |
2016-08-11 | common: Rework the simple password query module. | Justus Winter | 1 | -319/+101 |
2016-08-11 | common: Remove simple password query error codes. | Justus Winter | 2 | -43/+9 |
2016-08-10 | common: New function try_make_printable_string. | Werner Koch | 4 | -64/+67 |
2016-08-09 | Cleanup initialization of libgcrypt. | Ben Kibbey | 1 | -0/+8 |
2016-08-08 | agent: More clean up of SSH support. | NIIBE Yutaka | 2 | -0/+51 |
2016-08-03 | More cleanup of "allow to". | Daniel Kahn Gillmor | 3 | -6/+6 |
2016-08-03 | common: New file utilproto.c | Werner Koch | 4 | -7/+47 |
2016-07-26 | common: Fix iobuf_peek corner case. | Justus Winter | 1 | -3/+15 |
2016-07-26 | common: Avoid excessive stack use. | Justus Winter | 1 | -14/+39 |
2016-07-26 | common: Rework resource cleanup when handling errors. | Justus Winter | 1 | -9/+10 |
2016-07-26 | common: Add unit test for exectool. | Justus Winter | 2 | -1/+225 |
2016-07-14 | build: Require latest released libraries | Werner Koch | 1 | -5/+4 |