Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid double-close in unusual dotlock situations. | Werner Koch | 2015-02-12 | 1 | -26/+32 |
| | | | | | | | | | | | | | | | * jnlib/dotlock.c (create_dotlock): Avoid double close due to EINTR. -- close(2) says: close() should not be retried after an EINTR since this may cause a reused descriptor from another thread to be closed. (backported from commit 628b111fa679612e23c0d46505b1ecbbf091897d) Debian-Bug-Id: 773423 Signed-off-by: Werner Koch <[email protected]> | ||||
* | Minor bug fixes. | Werner Koch | 2009-07-07 | 1 | -1/+5 |
| | | | | | Enhanced function docs. | ||||
* | Doc fixes. | Werner Koch | 2009-05-08 | 1 | -1/+0 |
| | |||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 1 | -1/+4 |
| | |||||
* | Implement dotlocking for W32. | Werner Koch | 2008-06-13 | 1 | -125/+259 |
| | |||||
* | Fix a bug in the ambigious name detection. | Werner Koch | 2008-03-20 | 1 | -1/+2 |
| | | | | | Minor cleanups. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 1 | -0/+1 |
| | | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | ||||
* | Fix for bug 537 | Werner Koch | 2006-10-02 | 1 | -13/+13 |
| | |||||
* | Remove stale lockfiles if created on the same node. | Werner Koch | 2006-06-28 | 1 | -257/+336 |
| | |||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 |
| | |||||
* | g10/ does build again. | Werner Koch | 2006-05-23 | 1 | -21/+62 |
| | |||||
* | Preparing for 1.9.2 release.V1-9-2 | Werner Koch | 2003-11-17 | 1 | -0/+16 |
| | |||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -24/+98 |
| | | | | | | | | | | | to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works. | ||||
* | Updated from NewPG | Werner Koch | 2003-01-09 | 1 | -0/+346 |
| | |||||
* | Removed files for CVS reorganization | David Shaw | 2002-06-29 | 1 | -374/+0 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -6/+34 |
| | |||||
* | Add files to new directory. | Werner Koch | 2000-01-24 | 1 | -0/+346 |
This is mainly stuff moved from ../util to here. |