| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Change daemon startup timeout from 5 to 8 seconds. | Werner Koch | 2024-11-25 | 1 | -3/+3 |
* | common: Do not call the agent with the obsolete --use-standard-socket. | Werner Koch | 2024-08-22 | 1 | -2/+0 |
* | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 2024-07-09 | 1 | -4/+3 |
* | indent: Fix spelling | Daniel Kahn Gillmor | 2024-05-31 | 1 | -1/+1 |
* | spawn: Remove spawn callback, introduce gnupg_spawn_actions. | NIIBE Yutaka | 2024-05-31 | 1 | -3/+2 |
* | common: Prepare for more flags in start_new_service. | Werner Koch | 2023-08-29 | 1 | -12/+17 |
* | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 2023-05-11 | 1 | -9/+5 |
* | common: Remove Windows CE support in common. | NIIBE Yutaka | 2022-11-16 | 1 | -9/+3 |
* | keyboxd: Integrate into gpgconf. | Werner Koch | 2020-09-24 | 1 | -0/+1 |
* | Use only one copy of the warn_server_mismatch function. | Werner Koch | 2020-09-01 | 1 | -0/+54 |
* | Spelling cleanup. | Daniel Kahn Gillmor | 2020-02-19 | 1 | -1/+1 |
* | Merge branch 'switch-to-gpgk' into master | Werner Koch | 2019-09-27 | 1 | -176/+155 |
|\ |
|
| * | gpg: First rough implementation of keyboxd access for key lookup. | Werner Koch | 2019-09-10 | 1 | -9/+13 |
| * | tools: New option --keyboxd for gpg-connect-agent. | Werner Koch | 2019-08-06 | 1 | -9/+39 |
| * | common: Remove code duplication for service starting. | Werner Koch | 2019-08-05 | 1 | -148/+102 |
* | | common: Fix the previous commit. | NIIBE Yutaka | 2019-07-24 | 1 | -0/+9 |
* | | common: Use gnupg_spawn_process_fd to invoke gpg-agent/dirmngr. | NIIBE Yutaka | 2019-07-24 | 1 | -3/+13 |
|/ |
|
* | Adjust for changed macro names in libgpg-error master. | Werner Koch | 2017-12-11 | 1 | -1/+1 |
* | assuan: Fix exponential decay for first second. | Werner Koch | 2017-11-15 | 1 | -1/+4 |
* | i18n: Add an article to "agent" and lowercase "dirmngr" in one file. | Werner Koch | 2017-11-15 | 1 | -4/+4 |
* | common: Tweak new code to keep already translated strings. | Werner Koch | 2017-11-15 | 1 | -7/+22 |
* | assuan: Use exponential decay for first 1s of spinlock. | Daniel Kahn Gillmor | 2017-11-08 | 1 | -5/+26 |
* | assuan: Reorganize waiting for socket. | Daniel Kahn Gillmor | 2017-11-08 | 1 | -42/+30 |
* | Clean up word replication. | Yuri Chornoivan | 2017-02-21 | 1 | -1/+1 |
* | common,w32: Simplify locking. | Justus Winter | 2016-11-08 | 1 | -49/+0 |
* | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 2016-11-05 | 1 | -1/+1 |
* | Fix more spelling | Daniel Kahn Gillmor | 2016-09-17 | 1 | -1/+1 |
* | common: Add an assuan logging monitor. | Werner Koch | 2016-09-05 | 1 | -3/+15 |
* | dirmngr: Remove all system daemon features. | Werner Koch | 2016-08-18 | 1 | -40/+7 |
* | common: New function gnupg_socketdir. | Werner Koch | 2016-06-07 | 1 | -1/+8 |
* | common: Remove homedir arg from start_new_{dirmngr,gpg_agent}. | Werner Koch | 2016-06-07 | 1 | -8/+5 |
* | common: New function get_assuan_server_version. | Werner Koch | 2016-01-08 | 1 | -0/+38 |
* | Do not translate messages printed with log_debug. | Werner Koch | 2015-12-04 | 1 | -2/+2 |
* | common: Rename log and gcc attribute macros (jnlib merge). | Werner Koch | 2015-04-24 | 1 | -1/+1 |
* | common: Remove two JNLIB_ macros (jnlib merge). | Werner Koch | 2015-04-24 | 1 | -1/+0 |
* | gpg-agent: Add restricted connection feature. | Мирослав Николић | 2014-11-27 | 1 | -3/+17 |
* | Add "gpgconf --kill dirmngr" and avoid useless launch before a kill. | Werner Koch | 2014-11-19 | 1 | -11/+15 |
* | tests: Speed up the genkey1024.test by using not so strong random. | Werner Koch | 2014-10-30 | 1 | -10/+35 |
* | Remove support for the GPG_AGENT_INFO envvar. | Werner Koch | 2014-10-03 | 1 | -181/+74 |
* | gpg: Pass --homedir to gpg-agent. | Werner Koch | 2014-04-22 | 1 | -12/+44 |
* | dirmngr: Default to a user socket name and enable autostart. | Werner Koch | 2014-03-14 | 1 | -9/+47 |
* | Silence several warnings when building under Windows. | Werner Koch | 2014-03-07 | 1 | -2/+2 |
* | Make use of the *_NAME etc macros. | Werner Koch | 2013-11-18 | 1 | -6/+7 |
* | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 2012-06-05 | 1 | -7/+7 |
* | Change license for some files in common to LGPLv3+/GPLv2+. | Werner Koch | 2012-04-20 | 1 | -5/+15 |
* | scd: New option --debug-assuan-log-cats. | Werner Koch | 2011-12-13 | 1 | -0/+13 |
* | Add a flag parameter to dotlock_create. | Werner Koch | 2011-09-28 | 1 | -1/+1 |
* | Renamed the lock functions. | Werner Koch | 2011-09-23 | 1 | -3/+3 |
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -35/+34 |
* | Increase start timeout | Werner Koch | 2010-12-17 | 1 | -23/+22 |