Mention that FEATURE_HTTPS_INSPECTION is required for https inspection to work
[privoxy.git] / errlog.c
2020-09-07 Fabian KeilRemove OS/2 support
2020-06-08 Fabian Keilget_clf_timestamp(): Fix locking of localtime()
2020-06-08 Fabian Keilget_clf_timestamp(): Use privoxy_gmtime_r()
2020-06-01 Fabian KeilRename LOG_LEVEL_GPC to LOG_LEVEL_REQUEST
2020-05-28 Fabian KeilFix comment typo
2020-02-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
2018-10-23 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2018-10-23 Fabian KeilRemove an obsolete comment
2018-10-23 Fabian KeilFix compiler warnings
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2017-05-31 Fabian KeilUnbreak the 'Windows with GUI' build after r1.129
2017-05-29 Fabian Keillog_error(): Reduce the mutex-protected area
2017-05-29 Fabian Keillog_error(): Declare log_buffer_size constant
2016-12-24 Fabian KeilAdd a --fuzz option
2016-02-26 Fabian KeilStart using zalloc_or_die()
2016-01-26 Ian SilvesterAltered MACH kernel thread id modification to guarantee...
2016-01-21 Ian SilvesterCorrect the comment regarding MACH thread id modification
2016-01-21 Ian SilvesterAmeliorate a compiler warning. Though the value concern...
2014-10-18 Fabian Keiljb_err_to_string(): Only check for internal errors...
2014-06-03 Fabian KeilFix a cppcheck complaint in init_error_log()
2014-06-02 Fabian KeilBump copyright
2014-06-02 Fabian KeilAdd support for external filters
2014-05-05 Fabian KeilLet log_error() use its own buffer size #define
2012-12-09 Fabian KeilLet fatal_error() write to the logfile right away
2012-07-27 Fabian KeilAdd LOG_LEVEL_ACTIONS to log the applying actions
2012-07-27 Fabian KeilAdd debug_level_is_enabled()
2012-03-09 Fabian KeilFollow-up fixes for the previous white-space changes
2012-03-09 Fabian KeilFix white-space around parentheses
2011-09-04 Fabian KeilDitch trailing whitespace
2011-06-25 Fabian KeilIn get_log_timestamp(), use the ISO 8601 date format...
2010-07-26 Fabian KeilFix a cast.
2010-07-26 Fabian KeilRename LOG_LEVEL_LOG to the more descriptive LOG_LEVEL_...
2010-07-26 Fabian KeilAdd LOG_LEVEL_RECEIVED to log the not-yet-parsed data...
2010-07-26 Fabian KeilIn log_error(), assert that escaped characters get...
2010-07-26 Fabian KeilIn log_error(), assert that ival and sval have reasonab...
2010-07-26 Fabian KeilRemove two obsolete comments in log_error().
2010-07-26 Fabian KeilIn log_error(), constify warning[].
2010-07-26 Fabian KeilIn log_error(), log as much of %N "strings" as the...
2010-07-21 Fabian KeilRename jb_err_to_string()'s parameter to jb_error to...
2010-06-13 Fabian KeilFix comment typo.
2010-01-03 Fabian KeilRename no_daemon to daemon_mode to ditch the double...
2009-12-26 Fabian KeilWhen in daemon mode, bind fd 0, 1 and 2 to /dev/null.
2009-07-08 Leedon't need the extra time() call
2009-06-14 Fabian KeilIn get_log_level_string(), don't hide the LOG_LEVEL_RED...
2009-05-28 Fabian KeilUnbreak compilation for compilers that don't recognize...
2009-05-28 Fabian KeilCheck the right macro to decide if we can use privoxy_m...
2009-05-19 Fabian KeilFix clang warning: Value stored to ch is never read.
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2009-03-20 LeeI like having the version logged at startup and the...
2009-03-18 Fabian KeilIn init_error_log(), suppress the "(Re-)Opening logfile...
2009-03-18 Fabian KeilDon't enable LOG_LEVEL_INFO by default and don't apply...
2009-03-07 Fabian KeilAdd log_error() support for unsigned long long (%lld).
2009-03-07 Fabian KeilOmit timestamp and thread id in the mingw32 message...
2009-03-01 Fabian KeilHelp clang understand that we aren't dereferencing
2009-02-09 Fabian KeilNow that init_log_module() is called earlier, call...
2009-02-06 Fabian KeilBe prepared if I break the log module initialization...
2008-12-14 Fabian KeilGive crunched requests their own log level.
2008-12-04 Fabian KeilFix some cparser warnings.
2008-11-23 Fabian KeilUpdate a log message I missed in 1.80.
2008-11-23 Fabian Keil- Update copyright range.
2008-11-23 Fabian KeilIn log_error(), don't surround the thread id with ...
2008-10-20 Fabian KeilUpdate init_error_log() description to match reality.
2008-09-07 Fabian KeilUpdate a comment to reflect that we
2008-09-07 Fabian KeilMove the LogPutString() call in log_error() into the...
2008-09-07 Fabian KeilAdd mutex lock support for _WIN32.
2008-09-04 Fabian KeilPrepare for critical sections on Windows by adding a
2008-08-06 Fabian KeilIf the "close fd first" workaround doesn't work,
2008-08-04 Fabian KeilAdd a lame workaround for the "can't open an already...
2008-07-27 Fabian KeilFix a comment typo.
2008-06-28 Fabian KeilRemove another stray semicolon.
2008-06-28 Fabian KeilRemove stray semicolon in get_log_timestamp().
2008-05-30 Fabian KeilDeclare variable "debug" static and complain about...
2008-04-27 Fabian KeilRemove an incorrect assertion. The value of debug may...
2008-03-27 Fabian KeilRemove kill-popups action.
2008-01-31 Fabian Keil- Make the logfp assertion more strict. As of 1.63...
2008-01-31 Fabian KeilUse (a != b) instead of !(a == b) so the sanity check...
2008-01-21 David SchmidtSwap #def from negative to positive, re-joined it so...
2007-12-15 Fabian KeilStop overloading logfile to control the mingw32 log...
2007-11-30 Fabian KeilUnbreak LOG_LEVEL_FATAL. It wasn't fatal with logging...
2007-11-04 Fabian KeilFix another deadlock Hal spotted and that mysteriously...
2007-11-03 Fabian Keil- Prevent the Windows GUI from showing the version...
2007-11-01 Fabian KeilHere's looking at you, deadlock.
2007-10-28 Fabian KeilDon't mention daemon mode in "Logging disabled" message...
2007-10-27 Fabian KeilRelocate daemon-mode-related log messages to make sure
2007-10-14 Fabian KeilRemove the old log_error() version.
2007-10-14 Fabian KeilWhen in daemon mode, close stderr after the configurati...
2007-09-22 Fabian Keil- Let it compile with pcc.
2007-08-05 Fabian Keil#1763173 from Stefan Huehner: declare some more functions
2007-07-14 Fabian KeilAdd translation function for JB_ERR_FOO codes.
2007-05-11 Fabian KeilFix a type mismatch warning.
2007-04-11 Fabian KeilEnforce some assertions that could be triggered
2007-04-08 Fabian KeilWe need <sys/time.h> for gettimeofday(), not <time.h>.
2007-03-31 Fabian KeilAdd alternative log_error() with timestamps
2006-11-28 Fabian KeilOnly unlink the pidfile if it's actually used.
2006-11-13 Fabian KeilMake pthread mutex locking more generic. Instead of
2006-08-21 David SchmidtMS Visual C++ build updates
2006-08-18 David SchmidtTweak for OS/2 build happiness.
2006-08-03 David SchmidtIncorporate Fabian Keil's patch work:\rfabiankeil.de...
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
next