aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-06-21(log_set_file): Do not close an old logstream if itWerner Koch2-6/+12
used to be stderr or stdout.
2004-05-05(log_set_file): Oops, don't close if LOGSTREAM is NULL.Werner Koch2-1/+5
2004-04-30* gpg-agent.c (parse_rereadable_options): New arg REREAD. AllowWerner Koch2-1/+13
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.
2004-04-16* gpg-agent.c (main): Tell the logging code taht we are runnignWerner Koch3-25/+70
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.
2004-02-18(print_sanitized_buffer): Don't care aboutWerner Koch2-5/+9
non-ASCII characaters. (sanitize_buffer): Ditto.
2004-02-12Replaced INCLUDES by AM_CPPFLAGS.Werner Koch2-3/+9
2004-01-16* argparse.c (strusage): Changed default copyright year to 2004.Werner Koch2-2/+6
2003-12-17(initialize): Replaced use of non-literal formaWerner Koch2-15/+22
args. Suggested by Florian Weimer.
2003-12-16(writen, fun_writer, fun_closer): New.Werner Koch2-6/+14
(log_set_file): Add feature to log to a socket. (log_set_file, do_logv): Force printing with prefix and pid.
2003-12-16* configure.ac: Check for funopen and fopencookie as part of theWerner Koch2-13/+173
jnlib checks. * logging.c (writen, fun_writer, fun_closer): New. (log_set_file): Add feature to log to a socket.
2003-11-17Preparing for 1.9.2 release.V1-9-2Werner Koch4-22/+67
2003-11-12Mainly changes to adjust for the changed KSBA API.Werner Koch2-9/+18
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch13-46/+840
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 Koch18-0/+3105
2002-06-29Removed files for CVS reorganizationDavid Shaw15-2268/+0
2000-12-19Removed the libgcrypt stuff and started to modify the source to work withWerner Koch1-3/+2
that external library.
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch4-8/+43
2000-01-31See ChangeLog: Mon Jan 31 16:37:34 CET 2000 Werner KochWerner Koch1-1/+1
2000-01-27See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch1-0/+14
2000-01-24Add files to new directory.Werner Koch14-0/+2220
This is mainly stuff moved from ../util to here.