mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Fix regression in logging.
Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
This commit is contained in:
parent
7e752a4208
commit
34dde96669
20 changed files with 423 additions and 294 deletions
|
@ -1,5 +1,16 @@
|
|||
2010-08-18 Werner Koch <wk@g10code.com>
|
||||
|
||||
* logging.c (writen): Add arg IS_SOCKET.
|
||||
(fun_writer): Pass the is_socket flag.
|
||||
(do_logv) [W32]: Allow for a default log stream
|
||||
|
||||
* estream.c (struct estream_internal): Remove obsolete fields
|
||||
PRINT_FP, PRINT_ERRNO, PRINT_ERR and all remaining code cruft.
|
||||
|
||||
2010-08-16 Werner Koch <wk@g10code.com>
|
||||
|
||||
* estream.c (es_printf_unlocked, es_printf): New.
|
||||
|
||||
* asshelp.c (lock_agent_t): Rename to lock_spawn_t.
|
||||
(lock_agent_spawning, unlock_agent_spawning): Factor code out to ...
|
||||
(lock_spawning, unlock_spawning): .. new.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue