aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/log.c
Commit message (Expand)AuthorAge
* refactor(log): reduce compile time LOG_LEVEL granularitybfredl2023-03-04
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: fix clang and PVS warnings (#19532)zeertzjq2022-07-28
* fix(logging): try harder to resolve Nvim "name" #19016Justin M. Keyes2022-06-18
* feat(server): instance "name", store pipes in stdpath(state)Justin M. Keyes2022-06-15
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* refactor(log): use msg_schedule_semsg #18950Justin M. Keyes2022-06-15
* refactor(log): simplify log_path_init #18898Justin M. Keyes2022-06-08
* fix(log): back even againbfredl2022-06-03
* fix(logging): make logmsg() thread-safe againbfredl2022-06-03
* fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
* feat(defaults): session data in $XDG_STATE_HOME #15583Ivan2022-05-12
* chore: add additional compiler flags (#17815)Lewis Russell2022-03-24
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* log.c: warn instead of error on failed stdpath('cache') creationMichael Lingelbach2021-01-16
* logs: make kXDGCacheHome if it doesn't exist (#13758)Michael Lingelbach2021-01-16
* logging: move to XDG_CACHE_HOME (#13739)Michael Lingelbach2021-01-13
* log: use uv_gettimeofday() for WindowsJan Edmund Lazo2020-12-06
* log_init: call log_path_init (#11501)Daniel Hahler2019-12-02
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* doc [ci skip]Justin M. Keyes2019-04-08
* build: include auto/config.h explicitlyJustin M. Keyes2019-01-20
* Merge #9036 'func_attr_printf'Justin M. Keyes2018-10-07
|\
| * fixed lint errorsMichaHoffmann2018-09-24
| * add func_attr_printf in :MichaHoffmann2018-09-24
* | log: Assert that we haven't started freeing memory before loggingJames McCoy2018-09-24
|/
* 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