13 Commits (79c13ba18aa749149e9fa1b091dd6c564d8c8202)

Author SHA1 Message Date
Andriy Senkovych b616c37b5f Remove comments mentioning borrowing code from redis repository.
This is no longer true. Files slog.[ch] were introduced in webdis codebase by
mrb <michaelrbernstein@gmail.com> and were merged into master branch by
upstream developer in commit bec19d06. This file originally contained one
function void slog(...) with 13 statements. 12 of these statements were copied
from function void redisLog(...) from redis-server codebase
(https://github.com/antirez/redis, commit aa81e4d5, file src/redis.c, 18
statements). Since that time these files were refactored and have nothing to do
with the codebase it was originally based on. Not to mention current
src/redis.c from redis repository greatly differs from the mentioned commit
where code was borrowed from.
11 years ago
Nicolas Favre-Felix e978ff2f33 Handle SIGTERM & SIGINT (issue #10) 11 years ago
Nicolas Favre-Felix 9a2be34650 Reopen logs on SIGHUP (GitHub issue #10) 11 years ago
Nicolas Favre-Felix bf92a87c1b Print error message when log file can't be opened
References GitHub issue #65
12 years ago
Nicolas Favre-Felix 0e061f6d8d Fixed log buf, removed spin lock. 14 years ago
Nicolas Favre-Felix 6d7cd41e05 Log notice for large number of connections. 14 years ago
Nicolas Favre-Felix 9f92ecfd12 Use a spinlock on the log writer. 14 years ago
Nicolas Favre-Felix 6455b9006a Re-enable logs. 14 years ago
Nicolas Favre-Felix 752c00bbc7 Saved a few syscalls and opening/closing the log. Log either to a file or to stdout. 14 years ago
Nicolas Favre-Felix 4741fed926 Log refactoring. 14 years ago
Nicolas Favre-Felix bec19d06eb Merge branch 'slog' of https://github.com/mrb/webdis into slog
Conflicts:
	Makefile
14 years ago
mrb 8af4ac463e remove unnecessary conf include 14 years ago
mrb c16249ff50 first pass at a simple log 14 years ago