aboutsummaryrefslogtreecommitdiffstats
path: root/common/logging.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-5/+0
| | | | | | | | 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.
* Re-implemented GPG's --passwd command and improved it.Werner Koch2010-10-261-0/+1
|
* Fix regression in logging.Werner Koch2010-08-181-0/+1
| | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-1/+1
| | | | | A few code changes to support dirmngr.
* Finished the bulk of changes to use estream in most places instead ofWerner Koch2010-03-151-0/+1
| | | | | stdio.
* Use a custom log handler for libassuan.Werner Koch2010-03-111-0/+1
|
* Change logging to use estream. The makes logging to a socket alsoWerner Koch2010-03-101-2/+4
| | | | | | work on Solaris etc. Further changes required.. This is just a first step.
* Merged jnlib into common.Werner Koch2010-03-101-0/+88