aboutsummaryrefslogtreecommitdiffstats
path: root/common/logging.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-07Silence several warnings when building under Windows.Werner Koch1-0/+6
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch1-0/+3
2014-01-08w32: Add macro for the registry key.Werner Koch1-1/+1
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-2/+2
2013-08-01w32: Add code to support a portable use of GnuPG.Werner Koch1-2/+14
2013-05-22New debug functions log_printcanon and log_printsexp.Werner Koch1-0/+13
2013-01-08Make log_clock easier to read.Werner Koch1-1/+1
2013-01-07New function log_clock.Werner Koch1-0/+27
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-2/+2
2011-09-30Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch1-7/+18
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-28/+27
2010-12-02Add logging to GPG2: [W32CE].Werner Koch1-3/+41
2010-11-08A merged changesWerner Koch1-1/+1
2010-10-26Re-implemented GPG's --passwd command and improved it.Werner Koch1-4/+4
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-0/+3
2010-08-18Fix regression in logging.Werner Koch1-5/+22
2010-08-09Support logging via TCPWerner Koch1-35/+181
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-6/+9
2010-06-07Add unfinished gpgtar.Werner Koch1-1/+5
2010-04-20common/Marcus Brinkmann1-9/+15
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-15/+22
2010-03-15Builds again for W32.Werner Koch1-3/+15
2010-03-15Finished the bulk of changes to use estream in most places instead ofWerner Koch1-26/+11
2010-03-11Use a custom log handler for libassuan.Werner Koch1-49/+66
2010-03-10Change logging to use estream. The makes logging to a socket alsoWerner Koch1-105/+80
2010-03-10Merged jnlib into common.Werner Koch1-0/+0
2009-07-07Minor bug fixes.Werner Koch1-0/+3
2009-05-19Fix possible system freeze on Mac OS X.Werner Koch1-2/+2
2009-05-19Remove testing cruft.Werner Koch1-2/+2
2009-03-25log file fixes.Werner Koch1-12/+12
2009-02-25Fixed a nasty bug in scdaemon which led to a card reset if the card wasWerner Koch1-2/+16
2008-10-15Made scdaemon more robust on Windows.Werner Koch1-0/+4
2008-03-20Fix a bug in the ambigious name detection.Werner Koch1-3/+5
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2006-11-20Made some PIN pads work.Werner Koch1-1/+8
2006-10-02Fix for bug 537Werner Koch1-15/+15
2006-08-29See ChangeLogsWerner Koch1-2/+10
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-2/+3
2005-02-03Forgot to commit the recent fixed to scd and logging - doing it nowWerner Koch1-28/+13
2004-12-15A whole bunch of changes to allow building for W32.Werner Koch1-5/+2
2004-12-02First take on a W32 portWerner Koch1-1/+3
2004-11-23* b64enc.c: Include stdio.h and string.hWerner Koch1-3/+7
2004-10-22* logging.c (do_logv): Use set_log_stream to setup a default.Werner Koch1-119/+185
2004-06-21(log_set_file): Do not close an old logstream if itWerner Koch1-6/+7
2004-05-05(log_set_file): Oops, don't close if LOGSTREAM is NULL.Werner Koch1-1/+1
2004-04-30* gpg-agent.c (parse_rereadable_options): New arg REREAD. AllowWerner Koch1-1/+8
2004-04-16* gpg-agent.c (main): Tell the logging code taht we are runnignWerner Koch1-23/+54
2003-12-16(writen, fun_writer, fun_closer): New.Werner Koch1-6/+13
2003-12-16* configure.ac: Check for funopen and fopencookie as part of theWerner Koch1-13/+168