summaryrefslogtreecommitdiff
path: root/log.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Mark the event_err() functions as __attribute__((noreturn))Nick Mathewson2010-05-131-2/+4
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-1/+1
* Use evutil_socket_t, not int, when logging socket errors.Nick Mathewson2009-12-221-1/+1
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Remove compat/sys/_time.hNick Mathewson2009-11-031-5/+0
* Add an EVUTIL_ASSERT() to replace our calls to assert().Nick Mathewson2009-10-261-0/+2
* API to replace all calls to exit() with a user-supplied fatal-error handler.Nick Mathewson2009-10-261-3/+20
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-281-1/+2
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-1/+1
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-2/+2
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-271-6/+6
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-1/+1
* On win32, errno is not the last socket error. Worse, WSAGetLastError() is no...Nick Mathewson2008-09-051-11/+33
* r19709@catbus: nickm | 2008-05-12 12:42:48 -0400Nick Mathewson2008-05-121-33/+3
* r19656@catbus: nickm | 2008-05-08 10:25:08 -0400Nick Mathewson2008-05-081-1/+0
* r15220@tombo: nickm | 2008-04-17 15:16:02 -0400Nick Mathewson2008-04-171-1/+1
* remove last vestiges of RBTREENiels Provos2007-11-031-1/+0
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* fix a windows bug; from nick mathewsonNiels Provos2005-04-091-1/+12
* event_base_loop and some event logging fixes.Niels Provos2005-04-021-3/+3
* build fixes from nick mathewsonNiels Provos2005-04-011-1/+7
* debugging callbacks from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-03-291-0/+202