aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-18common: Fix copying data to estreams.Justus Winter1-5/+7
2016-10-18common,w32: Communicate with child in non-blocking mode.Justus Winter1-3/+4
2016-10-18common,w32: Extend gnupg_create_inbound_pipe et al.Justus Winter1-10/+27
2016-10-18common,w32: Make use of default_errsource in exechelp.Justus Winter1-7/+21
2016-10-15agent: Move inotify code to common and improve it.Werner Koch2-0/+131
2016-10-07agent, dirmngr, scd: Fix init_common_subsystems.NIIBE Yutaka1-11/+0
2016-10-06common: Avoid pointer arithmetic on string literals.Justus Winter2-4/+4
2016-09-30build: Fix build against libiconv.Justus Winter1-1/+1
2016-09-27common: Correctly handle modules relying on npth.Justus Winter1-2/+4
2016-09-17Fix more spellingDaniel Kahn Gillmor3-3/+3
2016-09-05common: Restore a simpler variant of 'gnupg_wait_process'.Justus Winter1-1/+53
2016-09-05common: Fix error handling.Justus Winter1-2/+6
2016-09-05common: Improve waiting for processes on POSIX.Justus Winter1-30/+112
2016-09-05common: Fix typo.Justus Winter1-1/+1
2016-09-05common: Add an assuan logging monitor.Werner Koch2-4/+19
2016-09-05common: Add string operator gt,ge,le,lt to recsel.Werner Koch2-2/+88
2016-09-02common: Check read errors in name-value.cWerner Koch1-1/+6
2016-08-29w32: Fix build regression due to 2aa0701.Werner Koch1-1/+1
2016-08-29common: Add a default socket name feature.Werner Koch3-12/+45
2016-08-25common: Rename an odd named function.Werner Koch2-5/+5
2016-08-24common: Guarantee that gnupg_get_time does not return an error.Werner Koch1-16/+10
2016-08-24doc: Some additional source commentsWerner Koch1-0/+4
2016-08-22common: Change license of mbox-util to LGPLv2.1+.Werner Koch2-28/+8
2016-08-22common: Remove unused vars in simple-pwquery.Werner Koch1-16/+5
2016-08-18dirmngr: Remove all system daemon features.Werner Koch3-90/+10
2016-08-13g13: New command --find-device.Werner Koch1-0/+1
2016-08-12Avoid leading ": " in the log output when there are no prefixes.Daniel Kahn Gillmor1-2/+3
2016-08-11common: New function string_to_u64.Werner Koch3-3/+23
2016-08-11common: Remove compatibility code.Justus Winter3-212/+1
2016-08-11common: Rework the simple password query module.Justus Winter1-319/+101
2016-08-11common: Remove simple password query error codes.Justus Winter2-43/+9
2016-08-10common: New function try_make_printable_string.Werner Koch4-64/+67
2016-08-09Cleanup initialization of libgcrypt.Ben Kibbey1-0/+8
2016-08-08agent: More clean up of SSH support.NIIBE Yutaka2-0/+51
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor3-6/+6
2016-08-03common: New file utilproto.cWerner Koch4-7/+47
2016-07-26common: Fix iobuf_peek corner case.Justus Winter1-3/+15
2016-07-26common: Avoid excessive stack use.Justus Winter1-14/+39
2016-07-26common: Rework resource cleanup when handling errors.Justus Winter1-9/+10
2016-07-26common: Add unit test for exectool.Justus Winter2-1/+225
2016-07-14build: Require latest released librariesWerner Koch1-5/+4
2016-07-04tests: Add a gettime test for sizeof (time_t) > 4.Werner Koch1-0/+6
2016-07-02doc: Describe filter expressions.Werner Koch1-3/+3
2016-07-01common: Add function to select records etc.Werner Koch4-2/+1023
2016-07-01common: Smart up register_mem_cleanup_func.Werner Koch1-0/+4
2016-07-01common: Annotate semi-static allocation.Justus Winter1-0/+2
2016-06-30common: Fix memory leak.Justus Winter1-3/+2
2016-06-30common: Fix memory leak.Justus Winter1-1/+5
2016-06-28common: Fix memory leaks.Justus Winter8-3/+32
2016-06-28common: New function rfctimestamp.Werner Koch2-0/+34