aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/logging.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged jnlib into common.Werner Koch2010-03-101-651/+0
|
* Minor bug fixes.Werner Koch2009-07-071-0/+3
| | | | | Enhanced function docs.
* Fix possible system freeze on Mac OS X.Werner Koch2009-05-191-2/+2
|
* Remove testing cruft.Werner Koch2009-05-191-2/+2
| | | | | Typo fixes.
* log file fixes.Werner Koch2009-03-251-12/+12
|
* Fixed a nasty bug in scdaemon which led to a card reset if the card wasWerner Koch2009-02-251-2/+16
| | | | | | inserted during scdaemon startup and a connection was made before the ticker had a chance to run. Add some stuff for better debugging.
* Made scdaemon more robust on Windows.Werner Koch2008-10-151-0/+4
|
* Fix a bug in the ambigious name detection.Werner Koch2008-03-201-3/+5
| | | | | Minor cleanups.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Made some PIN pads work.Werner Koch2006-11-201-1/+8
| | | | | Some cleanups for 64 bit CPUs.
* Fix for bug 537Werner Koch2006-10-021-15/+15
|
* See ChangeLogsWerner Koch2006-08-291-2/+10
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-2/+3
| | | | | | | char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
* Forgot to commit the recent fixed to scd and logging - doing it nowWerner Koch2005-02-031-28/+13
|
* A whole bunch of changes to allow building for W32.Werner Koch2004-12-151-5/+2
|
* First take on a W32 portWerner Koch2004-12-021-1/+3
|
* * b64enc.c: Include stdio.h and string.hWerner Koch2004-11-231-3/+7
| | | | | | | | | * gpgsm.c: New option --prefer-system-dirmngr. * call-dirmngr.c (start_dirmngr): Implement this option. * gpgconf-comp.c <dirmngr>: Add the proxy options. <gpgsm>: Add --prefer-system-daemon.
* * logging.c (do_logv): Use set_log_stream to setup a default.Werner Koch2004-10-221-119/+185
| | | | | | | | (log_set_file): Factored code out to .. (set_file_fd): .. New function to allow using a file descriptor. (log_set_fd): Make use of new fucntion. (fun_writer): Reworked.
* (log_set_file): Do not close an old logstream if itWerner Koch2004-06-211-6/+7
| | | | | used to be stderr or stdout.
* (log_set_file): Oops, don't close if LOGSTREAM is NULL.Werner Koch2004-05-051-1/+1
|
* * gpg-agent.c (parse_rereadable_options): New arg REREAD. AllowWerner Koch2004-04-301-1/+8
| | | | | | | | | changing oLogFile. (current_logfile): New. * logging.c (log_set_file): Make sure the log stream will be closed even if the stderr fileno will be assigned to a new socket.
* * gpg-agent.c (main): Tell the logging code taht we are runnignWerner Koch2004-04-161-23/+54
| | | | | | | | | | | 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.
* (writen, fun_writer, fun_closer): New.Werner Koch2003-12-161-6/+13
| | | | | | (log_set_file): Add feature to log to a socket. (log_set_file, do_logv): Force printing with prefix and pid.
* * configure.ac: Check for funopen and fopencookie as part of theWerner Koch2003-12-161-13/+168
| | | | | | | | jnlib checks. * logging.c (writen, fun_writer, fun_closer): New. (log_set_file): Add feature to log to a socket.
* Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch2003-06-181-3/+14
| | | | | | | | | | | 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 NewPGWerner Koch2003-01-091-0/+347
|
* Removed files for CVS reorganizationDavid Shaw2002-06-291-241/+0
|
* Add files to new directory.Werner Koch2000-01-241-0/+241
This is mainly stuff moved from ../util to here.