summaryrefslogtreecommitdiff
path: root/log.c
Commit message (Collapse)AuthorAgeFilesLines
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-281-1/+2
| | | | svn:r1385
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-1/+1
| | | | | | | | | a) this is 2009 b) niels and nick have been comaintainers for a while c) saying "all rights reserved" when you then go on to explicitly disclaim some rights is sheer cargo-cultism. svn:r1065
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-2/+2
| | | | svn:r1064
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-271-6/+6
| | | | svn:r1063
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-1/+1
| | | | svn:r1000
* On win32, errno is not the last socket error. Worse, WSAGetLastError() is ↵Nick Mathewson2008-09-051-11/+33
| | | | | | not the last socket error sometimes (i.e., EWOULDBLOCK). Also, strerror() does not handle winsock errors. Therefore, event_err() and event_warn() are completely wrong for windows socket errors. Fix that. svn:r936
* r19709@catbus: nickm | 2008-05-12 12:42:48 -0400Nick Mathewson2008-05-121-33/+3
| | | | | | | Possible fix for [1960723] snprintf and vsnprintf return values are wrong on win32 svn:r813
* r19656@catbus: nickm | 2008-05-08 10:25:08 -0400Nick Mathewson2008-05-081-1/+0
| | | | | | | forward-port: Remove #include "misc.h"s. svn:r795
* r15220@tombo: nickm | 2008-04-17 15:16:02 -0400Nick Mathewson2008-04-171-1/+1
| | | | | | | Use new includes in more files still svn:r717
* remove last vestiges of RBTREENiels Provos2007-11-031-1/+0
| | | | svn:r470
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
| | | | svn:r341
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
| | | | | | | really ideal but good enough for me; from Nick Mathewson svn:r339
* fix a windows bug; from nick mathewsonNiels Provos2005-04-091-1/+12
| | | | svn:r146
* event_base_loop and some event logging fixes.Niels Provos2005-04-021-3/+3
| | | | svn:r140
* build fixes from nick mathewsonNiels Provos2005-04-011-1/+7
| | | | svn:r139
* debugging callbacks from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-03-291-0/+202
svn:r136