aboutsummaryrefslogtreecommitdiffstats
path: root/common/logging.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-2/+2
| | | | | | | | | | | | | | | | | | | The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command.
* Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch2011-09-301-7/+18
| | | | This is to allow the use of this code with code under GPLv2(only).
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-28/+27
| | | | | | | | 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.
* Add logging to GPG2: [W32CE].Werner Koch2010-12-021-3/+41
|
* A merged changesWerner Koch2010-11-081-1/+1
|
* Re-implemented GPG's --passwd command and improved it.Werner Koch2010-10-261-4/+4
|
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-0/+3
| | | | | | A couple of forward ported changes. Doc updates.
* Fix regression in logging.Werner Koch2010-08-181-5/+22
| | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
* Support logging via TCPWerner Koch2010-08-091-35/+181
|
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-6/+9
| | | | | A few code changes to support dirmngr.
* Add unfinished gpgtar.Werner Koch2010-06-071-1/+5
| | | | | Collected changes and ports of bug fixes from stable.
* common/Marcus Brinkmann2010-04-201-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2010-04-20 Marcus Brinkmann <[email protected]> * logging.c (do_log_ignore_arg): New helper function. (log_string): Use it to remove ugly volatile hack that causes gcc warning. (log_flush): Likewise. * sysutils.c (gnupg_unsetenv) [!HAVE_W32CE_SYSTEM]: Return something. (gnupg_setenv) [!HAVE_W32CE_SYSTEM]: Likewise. * pka.c (get_pka_info): Solve strict aliasing rule violation. * t-exechelp.c (test_close_all_fds): Use dummy variables to silence gcc warning. kbx/ 2010-04-20 Marcus Brinkmann <[email protected]> * keybox-update.c [!HAVE_DOSISH_SYSTEM]: Include ../common/sysutils.h even then to silence gcc warning about missing declaration of gnupg_remove. tools/ 2010-04-20 Marcus Brinkmann <[email protected]> * gpgconf-comp.c (option_check_validity): Use dummy variables to silence gcc warning.
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-15/+22
| | | | | descriptors.
* Builds again for W32.Werner Koch2010-03-151-3/+15
|
* Finished the bulk of changes to use estream in most places instead ofWerner Koch2010-03-151-26/+11
| | | | | stdio.
* Use a custom log handler for libassuan.Werner Koch2010-03-111-49/+66
|
* Change logging to use estream. The makes logging to a socket alsoWerner Koch2010-03-101-105/+80
| | | | | | work on Solaris etc. Further changes required.. This is just a first step.
* Merged jnlib into common.Werner Koch2010-03-101-0/+651