index
:
tinyproxy
bind-ipv4mapped
build
master
Light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
log.c
Age
Commit message (
Expand
)
Author
2020-09-30
log: print timestamps with millisecond precision
rofl0r
2020-09-16
log_message_storage: use sblist
rofl0r
2020-01-15
access config via a pointer, not a hardcoded struct address
rofl0r
2020-01-15
log: remove special case code for daemonized mode without logfile
rofl0r
2020-01-15
syslog: always use LOG_USER facility
rofl0r
2019-12-21
log.c: protect logging facility with a mutex
rofl0r
2018-02-25
fix early logging
rofl0r
2018-02-25
make send_stored_logs static
rofl0r
2017-11-16
log to stdout if no logfile specified
rofl0r
2013-11-09
[BB#109] Fix crash (infinite loop) when writing to log file fails.
Michael Adam
2013-11-09
log: remove extra newline characters in log messages.
Michael Adam
2010-04-21
Fix crash in send_stored_logs()
Dmitry Semyonov
2010-02-19
Use format string when logging messages
Mukund Sivaraman
2010-01-17
Do an openlog() on fallback to syslog
Mukund Sivaraman
2010-01-17
Remove extra argument to log_message()
Mukund Sivaraman
2010-01-17
Remove ret variable as 0 is always returned
Mukund Sivaraman
2010-01-17
Remove unused label
Mukund Sivaraman
2010-01-17
log: when opening the log file fails, fall back to syslog logging.
Michael Adam
2010-01-13
log: turn tabs into spaces =)
Michael Adam
2010-01-13
log: change internal logic to choose syslog over file logging.
Michael Adam
2010-01-13
log: remove a (now) useless fprintf in setup_logging.
Michael Adam
2010-01-10
log: remove an fprintf "not configured" error message in setup_logging().
Michael Adam
2010-01-10
log: shortcut return in shutdown_logging() if logging_initialized == false
Michael Adam
2009-12-23
log: confess - add my (C) after substantial changes.
Michael Adam
2009-12-23
log: remove unneeded truncate_log_file().
Michael Adam
2009-12-23
log: fix log_message so do only one write before the fsync.
Michael Adam
2009-12-23
log: add start/end debug messages for "sending stored logs".
Michael Adam
2009-12-23
log: enhance close_log_file to reset logfile_fd to -1 after closing
Michael Adam
2009-12-23
log.c: remove superfluous uses of #ifdef HAVE_SYSLOG_H
Michael Adam
2009-12-23
log: call send_stored_logs in setup_logging instead of in main().
Michael Adam
2009-12-23
log: add boolean local variable logging_initialized.
Michael Adam
2009-12-23
log: add function shutdown_logging().
Michael Adam
2009-12-07
Move definition of "struct config_s" from main.h to conf.h
Michael Adam
2009-11-14
extract setup of the logging subsystem into a function of its own.
Michael Adam
2009-11-10
intentation: convert a tab to spaces
Michael Adam
2009-09-27
Don't ignore retval of write() in log.c
Mukund Sivaraman
2009-09-27
Don't ignore retval of ftruncate() in log.c
Mukund Sivaraman
2009-09-15
Indent code to Tinyproxy coding style
Mukund Sivaraman
2009-08-07
send_stored_logs(): remove an implicit cast warning.
Michael Adam
2009-08-07
send_stored_logs: fix signed/unsigned comparison
Michael Adam
2009-08-07
log_message(): remove implicit cast warning.
Michael Adam
2009-08-07
log: make const char array const.
Michael Adam
2009-08-07
Rename tinyproxy.[ch] to main.[ch]
Mukund Sivaraman
2009-08-04
remove "discard const" compiler warnings with log_message().
Michael Adam
2008-12-08
Convert tabs to spaces
Mukund Sivaraman
2008-12-01
Reformat code to GNU coding style
Mukund Sivaraman
2008-08-24
pos can never be less than 0 as it's of type size_t
Mukund Sivaraman
2008-05-24
Updated copyright, license notices in source code
Mukund Sivaraman
2008-03-30
Free entry_buffer or it'll be leaked
Mukund Sivaraman
2008-03-30
Fixed leaks of va_lists
Mukund Sivaraman
[next]