aboutsummaryrefslogtreecommitdiffstats
path: root/common/logging.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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