aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/logging.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-10Merged jnlib into common.Werner Koch1-88/+0
2009-02-25Fixed a nasty bug in scdaemon which led to a card reset if the card wasWerner Koch1-0/+1
inserted during scdaemon startup and a connection was made before the ticker had a chance to run. Add some stuff for better debugging.
2007-08-22Fixed creation of private keys under W32.Werner Koch1-0/+5
Minor code cleanups.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-10-02Fix for bug 537Werner Koch1-14/+14
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2004-04-16* gpg-agent.c (main): Tell the logging code taht we are runnignWerner Koch1-1/+7
detached. * logging.h (JNLIB_LOG_WITH_PREFIX): Add constants for the flag values. * logging.c (log_set_prefix): New flag DETACHED. (fun_writer): Take care of this flag. (log_test_fd): New.
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-0/+1
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.
2003-01-09Updated from NewPGWerner Koch1-0/+76
2002-06-29Removed files for CVS reorganizationDavid Shaw1-46/+0
2000-01-24Add files to new directory.Werner Koch1-0/+46
This is mainly stuff moved from ../util to here.