Provide get_http_time() with the buffer size so it doesn't
[privoxy.git] / errlog.c
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
2002-05-22 David SchmidtAdd os2_socket_strerr mirroring w32_socket_strerr.
2002-04-03 Gabor Liptakzero padding thread ids in log
2002-03-31 jongfosterWin32 only: Enabling STRICT to fix a VC++ compile warning.
2002-03-27 David SchmidtMore compiler warning message maintenance
2002-03-26 swawe have a new homepage!
2002-03-24 jongfosterName changes
2002-03-24 swaname change related issues
2002-03-13 jongfosterKilling warnings
2002-03-07 oesFixed compiler warnings
2002-03-06 jongfosterRemoving tabs
2002-03-05 David Schmidt- Better error reporting on OS/2
2002-03-04 jongfosterPrinting thread ID if using Win32 native threads
2002-03-04 oesDeleted deletePidFile(), cosmetics
2002-03-04 David SchmidtEnable web editing of actions file on OS/2 (it had...
2002-01-09 steudtenFix big memory leak.
2002-01-09 oesAdded support for gmtime_r and localtime_r.
2001-12-30 steudten- Add signal handling (unix)
2001-11-07 steudtenAdd line number in error output for lineparsing for
2001-11-05 steudtenAdd time+date to log files.
2001-10-25 David SchmidtChange in porting tactics: OS/2's EMX porting layer...
2001-09-16 jongfosterFixing a warning
2001-09-13 jongfosterAdding support for LOG_LEVEL_CGI
2001-09-10 oesDeclaration of w32_socket_strerr now conditional
2001-09-10 oesRemoved unused variable; Fixed sprintf format
2001-07-30 jongfosterTidying up #defines:
2001-07-29 jongfosterNow prints thread ID for each message (pthreads only)
2001-07-19 haroon- Added case for LOG_LEVEL_POPUPS
2001-07-13 oes - Added case for LOG_LEVEL_DEANIMATE
2001-06-09 jongfosterChanging BUFSIZ ==> BUFFER_SIZE
2001-06-01 jongfosterChanging the calls to strerr() to check HAVE_STRERR...
2001-05-29 oesConditional compilation of w32_socket_error
2001-05-28 jongfosterImproved reporting of errors under Win32.
2001-05-26 jongfosterAdded support for CLF (Common Log Format) and fixed...
2001-05-26 jongfosterActivity animation in Win32 GUI now works even if debug==0
2001-05-25 jongfosterNow cleans up properly on FATAL (removes taskbar icon...
2001-05-22 oes- Enabled filtering banners by size rather than URL
2001-05-21 jongfosterAdded another #ifdef _WIN_CONSOLE
2001-05-20 jongfosterAdded support for LOG_LEVEL_FATAL
2001-05-17 oes - Cleaned CRLF's from the sources and related files
2001-05-15 oes*** empty log message *** v_2_9_3