aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/users.c
Commit message (Expand)AuthorAge
* refactor(misc1): move user related code to os/users.cBjörn Linse2021-12-10
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* fix: Include auto/config.h before HAVE_* preprocessor checksJames McCoy2020-12-15
* vim-patch 8.1.0361: remote user not used for completionerw72019-10-14
* vim-patch 8.1.0084: user name completion does not work on MS-Windowserw72019-10-13
* expand_env_esc: fix invalid memory access (#8508)Justin M. Keyes2018-06-09
* vim-patch:8.0.0355: using uninitialized memory when 'isfname' is empty (#8493)Jan Edmund Lazo2018-06-08
* *: Add comment to all C filesZyX2017-04-19
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* Windows: Make the os_get_uname argument portable.Seth Jackson2016-01-01
* os_get_user_name() for non UNIX system #2729Rui Abreu Ferreira2015-08-04
* Linting: Suppress warnings in os/users.c.Florian Walch2014-12-24
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Introduce GA_APPEND()Felipe Oliveira Carvalho2014-06-30
* Replace vim_strncpy calls: os/users.cDouglas Schneider2014-06-13
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15