summaryrefslogtreecommitdiffstats
path: root/common/logging.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Require libgpg-error 1.29 and remove internal logging functions.Werner Koch2018-06-121-1121/+0
* Use the gpgrt log functions if possible.Werner Koch2017-11-271-3/+9
* common: Change log_clock to printf style.Werner Koch2017-11-151-4/+16
* gpg: Let --debug clock time sign and verify.Werner Koch2017-09-271-6/+6
* common: logstream fix.NIIBE Yutaka2017-07-201-1/+2
* common: Portability fix for logging.c.NIIBE Yutaka2017-04-111-4/+8
* Clarify text of LGPLv2+/GPLv2+ licensed files.Werner Koch2017-02-241-2/+2
* common: New function log_logv_with_prefix.Werner Koch2017-02-201-11/+25
* common: Avoid warning about implicit declaration of gnupg_fd_valid.Daniel Kahn Gillmor2017-02-081-0/+1
* gpg,common: Make sure that all fd given are valid.Justus Winter2017-02-081-0/+3
* Fix format string errors and some missing error case initialization.Werner Koch2017-01-231-1/+1
* common: New function log_debug_with_string.Werner Koch2017-01-111-37/+104
* common: Fix fallback code.Justus Winter2017-01-101-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* w32: Fix build regression due to 2aa0701.Werner Koch2016-08-291-1/+1
* common: Add a default socket name feature.Werner Koch2016-08-291-12/+41
* Avoid leading ": " in the log output when there are no prefixes.Daniel Kahn Gillmor2016-08-121-2/+3
* common: Add comments on how to enable backtrace().Werner Koch2016-06-021-1/+14
* common: Extend log_string to indent lines.Werner Koch2016-04-291-3/+18
* common: Improve log_assert.Werner Koch2016-04-291-5/+24
* Avoid incompatible pointer assignment warnings on Windows.Werner Koch2015-11-271-4/+4
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* common: Remove JNLIB from boiler plate (jnlib merge).Werner Koch2015-04-241-3/+3
* common: Rename log and gcc attribute macros (jnlib merge).Werner Koch2015-04-241-31/+31
* common: Remove two JNLIB_ macros (jnlib merge).Werner Koch2015-04-241-1/+1
* common: Remove libjnlib-config.h (jnlib merge).Werner Koch2015-04-241-10/+11
* Silence several warnings when building under Windows.Werner Koch2014-03-071-0/+6
* w32: Include winsock2.h to silence warnings.Werner Koch2014-03-071-0/+3
* w32: Add macro for the registry key.Werner Koch2014-01-081-1/+1
* Make use of the *_NAME etc macros.Werner Koch2013-11-181-2/+2
* w32: Add code to support a portable use of GnuPG.Werner Koch2013-08-011-2/+14
* New debug functions log_printcanon and log_printsexp.Werner Koch2013-05-221-0/+13
* Make log_clock easier to read.Werner Koch2013-01-081-1/+1
* New function log_clock.Werner Koch2013-01-071-0/+27
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-2/+2
* Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch2011-09-301-7/+18
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-28/+27
* 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
* Fix regression in logging.Werner Koch2010-08-181-5/+22
* Support logging via TCPWerner Koch2010-08-091-35/+181
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-6/+9
* Add unfinished gpgtar.Werner Koch2010-06-071-1/+5
* common/Marcus Brinkmann2010-04-201-9/+15
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-15/+22
* 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
* Use a custom log handler for libassuan.Werner Koch2010-03-111-49/+66