summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/log.c
AgeCommit message (Expand)AuthorFiles
2026-04-22fix(:restart): avoid ERR/WRN logging on Windows with --listen (#39287)zeertzjq1
2026-04-09feat(logs)!: move logs to `stdpath("state")/logs`Olivia Kinnear1
2026-03-12feat(startup): warn if NVIM_LOG_FILE is inaccessible #38070anondeveg1
2026-02-23fix(logging): don't overwrite NameBuff (#38004)zeertzjq1
2026-02-18feat(logging): rename ".nvimlog" => "nvim.log" #37935Justin M. Keyes1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-04-16fix(env.c): drop envmap, free os_getenv() result #32683Judit Novak1
2024-10-07docs: dev-arch, focusable windows #30510Justin M. Keyes1
2024-09-11feat(log): use "ui" as default name for TUI client #30345Justin M. Keyes1
2024-06-04refactor: replace '\0' with NULJames Tirta Halim1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-06fix(log): increase size of buffer for nvim instance nameJames McCoy1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-08-26refactor(change): do API changes to buffer without curbuf switchbfredl1
2023-04-19build: update uncrustify to 0.76Lewis Russell1
2023-04-16vim-patch:9.0.0411: only created files can be cleaned up with one callzeertzjq1
2023-03-04refactor(log): reduce compile time LOG_LEVEL granularitybfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-30refactor: replace char_u with char 4 (#19987)dundargoc1
2022-08-29refactor: replace char_u with charDundar Göc1
2022-07-28refactor: fix clang and PVS warnings (#19532)zeertzjq1
2022-06-18fix(logging): try harder to resolve Nvim "name" #19016Justin M. Keyes1
2022-06-15feat(server): instance "name", store pipes in stdpath(state)Justin M. Keyes1
2022-06-15feat(logging): include test-id in log messagesJustin M. Keyes1
2022-06-15refactor(log): use msg_schedule_semsg #18950Justin M. Keyes1
2022-06-08refactor(log): simplify log_path_init #18898Justin M. Keyes1
2022-06-03fix(log): back even againbfredl1
2022-06-03fix(logging): make logmsg() thread-safe againbfredl1
2022-05-30fix(logging): skip recursion, fix crash #18764Justin M. Keyes1
2022-05-12feat(defaults): session data in $XDG_STATE_HOME #15583Ivan1
2022-03-24chore: add additional compiler flags (#17815)Lewis Russell1
2021-09-20refactor: reformat with uncrustify #15736dundargoc1
2021-01-16log.c: warn instead of error on failed stdpath('cache') creationMichael Lingelbach1
2021-01-16logs: make kXDGCacheHome if it doesn't exist (#13758)Michael Lingelbach1
2021-01-13logging: move to XDG_CACHE_HOME (#13739)Michael Lingelbach1
2020-12-06log: use uv_gettimeofday() for WindowsJan Edmund Lazo1
2019-12-02log_init: call log_path_init (#11501)Daniel Hahler1
2019-09-11Remove excess <stdint.h>Jan Edmund Lazo1
2019-04-08doc [ci skip]Justin M. Keyes1
2019-01-20build: include auto/config.h explicitlyJustin M. Keyes1
2018-10-07Merge #9036 'func_attr_printf'Justin M. Keyes1
2018-09-24log: Assert that we haven't started freeing memory before loggingJames McCoy1
2018-09-24fixed lint errorsMichaHoffmann1
2018-09-24add func_attr_printf in :MichaHoffmann1