summaryrefslogtreecommitdiffstats
path: root/src/shared/log.c
Commit message (Collapse)AuthorAgeFilesLines
* [SHARED] Use atomic for logger maskSimon Rettberg2018-08-081-2/+2
|
* [SERVER] Option to disable timestamps on stdout/console (default: disabled)Simon Rettberg2018-04-111-8/+25
|
* [SERVER] rpc: Add q=logfile, q=altservers and q=config to /querySimon Rettberg2017-11-081-7/+5Star
|
* [SHARED] Add log_hasMask() to check if a certain loglevel is setSimon Rettberg2017-11-071-0/+5
|
* [SERVER] Add AFL supportSimon Rettberg2017-10-301-0/+5
| | | | | | | | | | | AFL is an instrumenting fuzzer. It expects to pass input to the program to be tested via command line (file name) or via stdin. This adds support for reading messages that normally would arrive via network directly from stdin. In this mode, the server is pretty useless otherwise. http://lcamtuf.coredump.cx/afl/
* [SERVER] Rename missing occurence of ret, possibly leading to infinite loop :(Simon Rettberg2017-10-261-1/+1
|
* [SERVER] Fix types or add explicit casts everywhere we might have type ↵Simon Rettberg2017-10-241-10/+10
| | | | conversion problems
* cleanup commitsSebastian2016-02-111-4/+0Star
|
* [SERVER] Fix a lot of (mostly harmless) data racesSimon Rettberg2016-01-111-3/+3
|
* [FUSE] Compiles againSimon Rettberg2015-11-301-0/+183