Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add code to allow for late memory cleanup. | Werner Koch | 2013-03-20 | 1 | -18/+41 |
| | | | | | | | | | | | | | | | | | | | * common/init.c (mem_cleanup_item_t): New. (run_mem_cleanup): New. (_init_common_subsystems): Add an atexit for it. (register_mem_cleanup_func): New. * g10/kbnode.c (cleanup_registered): New. (release_unused_nodes): New. (alloc_node): Call register_mem_cleanup_func. -- It is often time consuming to figure out whether still allocated memory at process termination is fine (e.g. a cache) or a problem. To help for that register_mem_cleanup_func may now be used to cleanup such memory. The run time of the program will be longer; if that turns out to be a problem we can change the code to only run in debugging mode. | ||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -5/+5 |
| | | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | ||||
* | Make public key data structure easier to read. | Werner Koch | 2010-10-20 | 1 | -3/+3 |
| | | | | | Check vor v1 card while signing. | ||||
* | Finished the bulk of changes to use estream in most places instead of | Werner Koch | 2010-03-15 | 1 | -57/+65 |
| | | | | | stdio. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -10/+9 |
| | | | | | The gpg part does not yet build. | ||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -5/+7 |
| | | | | | | | | | | | 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. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-06-05 | 1 | -0/+399 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -399/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -20/+36 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -3/+4 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -6/+6 |
| | |||||
* | See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch | Werner Koch | 1999-05-22 | 1 | -28/+92 |
| | |||||
* | See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner Koch | Werner Koch | 1999-05-06 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+3 |
| | |||||
* | Epxerimenta support for GDBM keyings. | Werner Koch | 1998-10-21 | 1 | -0/+1 |
| | |||||
* | backup | Werner Koch | 1998-10-12 | 1 | -4/+32 |
| | |||||
* | edit-key is now complete | Werner Koch | 1998-07-29 | 1 | -2/+3 |
| | |||||
* | textual changes | Werner Koch | 1998-06-29 | 1 | -11/+11 |
| | |||||
* | changes from laptop | Werner Koch | 1998-04-25 | 1 | -1/+1 |
| | |||||
* | applied Mathews typo and grammar fixes | Werner Koch | 1998-04-14 | 1 | -6/+6 |
| | |||||
* | test release | Werner Koch | 1998-04-08 | 1 | -1/+2 |
| | |||||
* | partial DSA support | Werner Koch | 1998-03-09 | 1 | -2/+2 |
| | |||||
* | Renamed to GNUPGV-0-2-8 | Werner Koch | 1998-02-24 | 1 | -4/+4 |
| | |||||
* | import works | Werner Koch | 1998-02-17 | 1 | -7/+69 |
| | |||||
* | some import functionality | Werner Koch | 1998-02-16 | 1 | -1/+27 |
| | |||||
* | added option exportV0-2-6 | Werner Koch | 1998-02-13 | 1 | -4/+5 |
| | |||||
* | bug fixes | Werner Koch | 1998-02-11 | 1 | -5/+2 |
| | |||||
* | a couple of changes; but some parts are now broken | Werner Koch | 1998-02-11 | 1 | -39/+69 |
| | |||||
* | added more stuff | Werner Koch | 1998-01-02 | 1 | -17/+38 |
| | |||||
* | better prime number generator. improved ELG key generation | Werner Koch | 1997-12-19 | 1 | -0/+9 |
| | |||||
* | added some stuff for signing keys | Werner Koch | 1997-12-16 | 1 | -1/+62 |
| | |||||
* | added option file handling | Werner Koch | 1997-12-12 | 1 | -0/+79 |