summaryrefslogtreecommitdiff
path: root/log.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make event_debug_get_logging_mask_() real symbol (win32)"Azat Khuzhin2017-05-291-6/+0
* Make event_debug_get_logging_mask_() real symbol (win32)Azat Khuzhin2017-05-291-0/+6
* Fix visibility issues under (mostly on win32)Azat Khuzhin2017-05-291-2/+1
* log/win32: fix exporting extern variableAzat Khuzhin2017-03-141-0/+1
* log: remove USE_GLOBAL_FOR_DEBUG_LOGGINGAzat Khuzhin2017-03-141-9/+0
* Actually use the log facility for reporting evdns problems.Nick Mathewson2013-05-291-12/+13
* Add missing implementation for event_enable_debug_loggingNick Mathewson2012-08-231-0/+8
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-20/+20
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Merge branch '21_enable_debugging'Nick Mathewson2011-09-121-0/+19
|\ \
| * | Add event_enable_debug_logging() to control use of debug logsNick Mathewson2010-12-161-0/+19
| |/
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-1/+1
* | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+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