index
:
GnuPG
ECC-INTEGRATION-2-1
GNUPG-1-9-BRANCH
GNUPG-1-9-BRANCH-MO
GNUPG-TRUNK-MO-HACKS
STABLE-BRANCH-1-0
STABLE-BRANCH-1-2
STABLE-BRANCH-1-4
STABLE-BRANCH-2-0
STABLE-BRANCH-2-2
STABLE-BRANCH-2-2.40
STABLE-BRANCH-2-4
T3880
T3880-fix
bjk/passphrase-inquire
cb/T5215
cb/test
ccid_driver_improvement
debian-unstable-patch-queue
disallow-v3-keys
dkg-fix-T4566
dkg-fix-T4593
dkg-fix-T4628
dkg-fix-T4652
dkg-fix-T4682
dkg/T1371
dkg/T1967
dkg/fix-4855
dkg/fix-T3995
dkg/fix-T4490
dkg/fix-T4501
dkg/fix-T4507
dkg/fix-T4522
dkg/gpgv-doc-improvement
dkg/no-skel-files
dkg/passphrase-env
ePit-1-0
fix-1950
fix-4393
fix-T3995
fix-T4017
fix-T4018
fix-T4019
gniibe/T4620
gniibe/crypto-refresh
gniibe/decryption-key
gniibe/fix-3465
gniibe/kem
gniibe/pcsc-get-status
gniibe/regexp
gniibe/scd-direct-keygrip
gniibe/scd-kdf-support
gniibe/scd-watch
gniibe/sos
gniibe/spawn
gniibe/t3883
gniibe/t6275
gniibe/t6364
gniibe/t6487
gniibe/t6592
gniibe/t6606
gniibe/t7426
gniibe/v5/448
gniibe/x25519
ikloecker/pinentry-formatted-passphrase
ikloecker/t5462
ikloecker/t5598-appimage
justus/fix-1788
justus/issue1955
justus/issue2012
justus/issue2700
justus/issue2826-0
justus/libdns-0
justus/scm-9
key-storage-work
master
mo-scd
neal/dirmngr-ldap
neal/encrypted-mailing-lists
neal/issue2236
neal/kdb
neal/next
neal/pending
neal/strsplit
npth
npth-2
npth-3
npth-4
scd-backport-2-0
scd-pin-prompt
scd-work
seckey-sync-work
switch-to-gpgk
t5964
tobias/gpgsum
tobias/tsa
tpm-work
wk/g13work
wk/kyber-test
wk/signcode
wk/stable-2.2-global-options
wk/test-master
wk/w32-smime-perf-tests
The GNU Privacy Guard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
agent
/
gpg-agent.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-20
agent: Avoid scheduled checks on socket when inotify is working.
Daniel Kahn Gillmor
1
-0
/
+2
2019-07-20
agent: Avoid tight timer tick when possible.
Daniel Kahn Gillmor
1
-2
/
+27
2019-07-20
agent: Allow threads to interrupt main select loop with SIGCONT.
Daniel Kahn Gillmor
1
-0
/
+16
2019-07-20
agent: Create framework of scheduled timers.
Daniel Kahn Gillmor
1
-27
/
+57
2019-07-20
Avoid simple memory dumps via ptrace
Daniel Kahn Gillmor
1
-0
/
+8
2019-06-24
spelling: Fix "synchronize"
Daniel Kahn Gillmor
1
-1
/
+1
2019-05-27
agent: Stop scdaemon after reload when disable_scdaemon.
NIIBE Yutaka
1
-0
/
+3
2018-12-11
agent: Make the S2K calibration time runtime configurable.
Werner Koch
1
-0
/
+7
2018-06-06
agent: Add DBUS_SESSION_BUS_ADDRESS et al. to the startup list.
Werner Koch
1
-7
/
+7
2018-03-06
agent: Also evict cached items via a timer.
Werner Koch
1
-0
/
+3
2017-12-12
Change backlog from 5 to 64 and provide option --listen-backlog.
Werner Koch
1
-2
/
+14
2017-12-07
agent: Change intialization of assuan socket system hooks.
NIIBE Yutaka
1
-1
/
+2
2017-12-06
agent: Set assuan system hooks before call of assuan_sock_init.
NIIBE Yutaka
1
-1
/
+1
2017-11-24
agent: New option --auto-expand-secmem.
Werner Koch
1
-0
/
+11
2017-11-20
gpg-agent: Avoid getting stuck in shutdown pending state.
Werner Koch
1
-15
/
+22
2017-11-06
agent: New option --s2k-count.
Werner Koch
1
-0
/
+9
2017-08-07
Simple typo fix.
Daniel Kahn Gillmor
1
-1
/
+1
2017-08-04
agent: Make --no-grab the default.
Werner Koch
1
-3
/
+13
2017-07-28
agent: Make --ssh-fingerprint-digest re-readable.
Werner Koch
1
-6
/
+15
2017-07-26
agent,dirmngr: Check for homedir removal also using stat(2).
Werner Koch
1
-3
/
+30
2017-07-26
agent: Lengthen timertick interval on Unix to 4 seconds.
Werner Koch
1
-9
/
+7
2017-07-25
w32: Also change the directory on daemon startup.
Werner Koch
1
-7
/
+7
2017-07-25
common: New functions gnupg_daemon_rootdir and gnupg_chdir.
Werner Koch
1
-2
/
+3
2017-07-25
Revert "w32: Change directory on daemon startup."
Werner Koch
1
-6
/
+0
2017-07-24
w32: Change directory on daemon startup.
Marcus Brinkmann
1
-0
/
+6
2017-07-19
Fix usage of ARGPARSE_OPTS.
NIIBE Yutaka
1
-1
/
+1
2017-06-28
agent: Fix option --debug-wait
Werner Koch
1
-1
/
+1
2017-06-23
agent: Shutdown on removal of the home directory.
Werner Koch
1
-16
/
+48
2017-05-30
agent: Fix memory leaks.
NIIBE Yutaka
1
-1
/
+6
2017-05-24
agent: Make digest algorithms for ssh fingerprints configurable.
Justus Winter
1
-0
/
+9
2017-05-22
agent: Add const qualifier for read-only table.
NIIBE Yutaka
1
-1
/
+1
2017-04-14
agent: Clean up error initialize/return.
NIIBE Yutaka
1
-1
/
+0
2017-04-03
gpgconf: Add --enable-extended-key-format for the agent.
Werner Koch
1
-0
/
+2
2017-03-24
agent: New option --enable-extended-key-format.
Werner Koch
1
-0
/
+7
2017-03-07
agent: Resolve conflict of util.h.
NIIBE Yutaka
1
-5
/
+5
2017-02-21
Clean up word replication.
Yuri Chornoivan
1
-1
/
+1
2017-01-23
Update copyright notices for 2017.
Werner Koch
1
-1
/
+1
2017-01-18
agent: Reduce sleep time in the progress callback.
Werner Koch
1
-2
/
+10
2017-01-06
agent,w32: Fix annoying output to DebugView.
Werner Koch
1
-2
/
+6
2016-12-19
Remove unused debug flags and add "dns" and "network".
Werner Koch
1
-4
/
+2
2016-12-06
agent: Respect --enable-large-secmem
Daniel Kahn Gillmor
1
-1
/
+1
2016-11-29
agent,dirmngr: Tiny restructuring.
Werner Koch
1
-1
/
+6
2016-11-29
agent,dirmngr: Handle corner case in shutdown mode.
Werner Koch
1
-0
/
+6
2016-11-29
agent,w32: Initialize nPth in server mode.
Werner Koch
1
-0
/
+5
2016-11-21
agent: Fix npth + daemon mode problem.
NIIBE Yutaka
1
-2
/
+0
2016-11-12
agent: Improve concurrency when Libgcrypt 1.8 is used.
Werner Koch
1
-9
/
+15
2016-11-11
agent: Kludge to mitigate blocking calls in Libgcrypt.
Werner Koch
1
-3
/
+14
2016-11-05
Change all http://www.gnu.org in license notices to https://
Werner Koch
1
-1
/
+1
2016-11-02
Spelling: correct spelling of "passphrase".
Daniel Kahn Gillmor
1
-2
/
+2
2016-10-27
agent,common: move get_socket_name() into common.
Daniel Kahn Gillmor
1
-48
/
+2
[next]