tinc/lib
Michael Tokarev 42a8158b1d add (errnum) in front of windows error messages
On localized, non-English versions of windows, it is
common to have two active charsets -- for console applications
and for GUI applications, together with localized error messages
returned by windows.  But two charsets are rarely compatible,
so sending the same byte sequence to console and to windows
event log makes one or another to be unreadable.  So at least
include the error number, this way it will be possible to
lookup the actual error test using external ways.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2012-05-08 16:56:34 +02:00
..
alloca.c Initial revision 2000-03-26 00:33:07 +00:00
avl_tree.c Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
avl_tree.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
dropin.c Use usleep() instead of sleep(), MinGW complained. 2011-07-23 14:11:44 +02:00
dropin.h Use usleep() instead of sleep(), MinGW complained. 2011-07-23 14:11:44 +02:00
ethernet.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
fake-gai-errnos.h Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
fake-getaddrinfo.c Allow compiling for Windows XP and higher. 2009-09-15 00:24:31 +02:00
fake-getaddrinfo.h Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
fake-getnameinfo.c Allow compiling for Windows XP and higher. 2009-09-15 00:24:31 +02:00
fake-getnameinfo.h Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
getopt.c Fix warnings under BSD 2010-05-06 21:19:49 +02:00
getopt.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
getopt1.c Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
ipv4.h Update copyright notices. 2012-03-10 13:23:08 +01:00
ipv6.h Update copyright notices. 2012-03-10 13:23:08 +01:00
list.c K&R style braces. 2009-09-25 00:14:03 +02:00
list.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
Makefile.am Drop support for localisation. 2009-09-25 00:54:07 +02:00
malloc.c Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
memcmp.c Include <inttypes.h> when using intptr_t. 2011-05-08 23:12:44 +02:00
pidfile.c Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
pidfile.h Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
realloc.c Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
splay_tree.c Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
splay_tree.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
utils.c add (errnum) in front of windows error messages 2012-05-08 16:56:34 +02:00
utils.h Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
xalloc.h Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00
xmalloc.c Fix sparse warnings and add an extra sprinkling of const. 2011-05-28 23:36:52 +02:00