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
/
common
/
dotlock.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-28
Spelling fixes in docs and comments.
NIIBE Yutaka
1
-1
/
+1
2017-02-24
Clarify text of LGPLv2+/GPLv2+ licensed files.
Werner Koch
1
-2
/
+2
2017-02-21
Clean up word replication.
Yuri Chornoivan
1
-3
/
+3
2016-11-05
Change all http://www.gnu.org in license notices to https://
Werner Koch
1
-1
/
+1
2016-01-13
common: Make sure dotlock functions set a proper ERRNO.
Werner Koch
1
-17
/
+87
2015-11-17
Fix typos found using codespell.
Justus Winter
1
-1
/
+1
2015-04-24
common: Remove JNLIB from boiler plate (jnlib merge).
Werner Koch
1
-3
/
+3
2015-04-24
common: Remove libjnlib-config.h (jnlib merge).
Werner Koch
1
-46
/
+45
2014-12-22
avoid double-close in unusual dotlock situations
Daniel Kahn Gillmor
1
-2
/
+8
2014-03-07
Silence several warnings when building under Windows.
Werner Koch
1
-0
/
+1
2012-06-05
Change all quotes in strings and comments to the new GNU standard.
Werner Koch
1
-17
/
+17
2012-01-03
Revert last change, add comment about link() return values.
Marcus Brinkmann
1
-21
/
+11
2012-01-03
Fix compiler warnings.
Marcus Brinkmann
1
-9
/
+21
2011-10-24
Allow distribution of dotlock.* also under a modified BSD license
Werner Koch
1
-0
/
+36
2011-09-30
Change JNLIB license to LGPLv3+ or GPLv2+.
Werner Koch
1
-6
/
+17
2011-09-30
Add prefix macro for dotlock functions.
Werner Koch
1
-8
/
+13
2011-09-29
Add dotlock_get_fd and dotlock_set_fd.
Werner Koch
1
-2
/
+34
2011-09-29
Make dotlock.c thread-safe on pthread systems.
Werner Koch
1
-25
/
+74
2011-09-28
Add a flag parameter to dotlock_create.
Werner Koch
1
-7
/
+18
2011-09-28
Allow arbitrary timeouts with dotlock.
Werner Koch
1
-37
/
+82
2011-09-27
Improved the dotlock module.
Werner Koch
1
-41
/
+372
2011-09-23
Renamed the lock functions.
Werner Koch
1
-311
/
+419
2011-09-22
Remove support for RISCOS from dotlock.c
Werner Koch
1
-58
/
+7
2011-02-04
Nuked almost all trailing white space.
post-nuke-of-trailing-ws
Werner Koch
1
-31
/
+30
2010-03-24
More changes for CE. gpgsm does now build and run a keylisting.
Werner Koch
1
-9
/
+21
2010-03-10
Merged jnlib into common.
Werner Koch
1
-0
/
+0
2010-02-26
First batch of changes to support W32CE.
Werner Koch
1
-10
/
+26
2009-09-23
s/DOTLOCK/dotlock_t/.
Werner Koch
1
-14
/
+14
2009-07-07
Minor bug fixes.
Werner Koch
1
-1
/
+5
2009-05-08
Doc fixes.
Werner Koch
1
-1
/
+0
2008-10-20
Marked all unused args on non-W32 platforms.
Werner Koch
1
-1
/
+4
2008-06-13
Implement dotlocking for W32.
Werner Koch
1
-125
/
+259
2008-03-20
Fix a bug in the ambigious name detection.
Werner Koch
1
-1
/
+2
2007-07-04
Changed to GPLv3.
Werner Koch
1
-4
/
+2
2007-06-06
First steps towards supporting W32.
Werner Koch
1
-0
/
+1
2006-10-02
Fix for bug 537
Werner Koch
1
-13
/
+13
2006-06-28
Remove stale lockfiles if created on the same node.
Werner Koch
1
-257
/
+336
2006-06-20
Updated FSF's address.
Werner Koch
1
-1
/
+2
2006-05-23
g10/ does build again.
Werner Koch
1
-21
/
+62
2003-11-17
Preparing for 1.9.2 release.
V1-9-2
Werner Koch
1
-0
/
+16
2003-06-18
Finished the bulk of changes for gnupg 1.9. This included switching
Werner Koch
1
-24
/
+98
2003-01-09
Updated from NewPG
Werner Koch
1
-0
/
+346
2002-06-29
Removed files for CVS reorganization
David Shaw
1
-374
/
+0
2000-07-14
See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch
Werner Koch
1
-6
/
+34
2000-01-24
Add files to new directory.
Werner Koch
1
-0
/
+346