aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/log.c
Commit message (Expand)AuthorAge
* log: rename do_log to logmsgJustin M. Keyes2018-09-19
* log.c: Fix possible truncation in buffer (#8791)hyatskov2018-07-29
* log.c: format: paddingJustin M. Keyes2018-07-25
* log.c: ISO 8601 date/timeJustin M. Keyes2018-07-24
* log.c: include millisecondsJustin M. Keyes2018-07-24
* log.c: message formatJustin M. Keyes2018-07-24
* rename: os_get_localtime => os_localtimeJustin M. Keyes2018-07-24
* lintJustin M. Keyes2017-09-05
* log: introduce `context`Justin M. Keyes2017-09-05
* rpc: close channel if stream was closedJustin M. Keyes2017-08-21
* log: Add log_callstack_to_file()James McCoy2017-08-09
* build: linux does not always have execinfo.h (#7101)Justin M. Keyes2017-07-30
* log: log_callstack()Justin M. Keyes2017-07-23
* log: Fall back to CWD-relative .nvimlogJustin M. Keyes2017-06-07
* log: set $NVIM_LOG_FILE; fallback to $XDG_DATA_HOME/nvim/logJustin M. Keyes2017-06-07
* log: Always enable; remove DISABLE_LOGJustin M. Keyes2017-06-07
* log: log_uv_handlesJustin M. Keyes2017-06-07
* *: Add comment to all C filesZyX2017-04-19
* log.c: align/adjust layoutJustin M. Keyes2016-09-28
* log: Rename to $NVIM_LOG_FILEJustin M. Keyes2016-06-05
* log: Move log to $NVIM_LOG_FILE_PATH, falling back to the old locationZyX2016-05-31
* config: Remove HAVE_UNISTD_H.Seth Jackson2016-01-18
* Update USR_LOG_FILE definition.Rui Abreu Ferreira2015-12-07
* log: Make logging thread-safeThiago de Arruda2015-09-06
* remove references to <sys/time.h>Justin M. Keyes2015-08-24
* Add header guards for sys/time.h and unistd.h in log.cRui Abreu Ferreira2015-05-21
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24
* msgpack-rpc: Improve logging of msgpack-rpc messagesThiago de Arruda2014-10-23
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15