aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* main,version: Remove USR_EXRC_FILE*ZyX2015-10-23
* option: Add `//` to the end of default `&directory`ZyX2015-10-23
* stdpaths: Add documentationZyX2015-10-23
* main,os/env: Fix lint errorsZyX2015-10-23
* stdpaths: Do NOT create data directoriesZyX2015-10-23
* stdpaths: Give proper error message in case directory creation failedZyX2015-10-23
* shada: Move shada file to a new locationZyX2015-10-23
* stdpaths,main: Remove all remaining memory leaksZyX2015-10-23
* stdpaths: Export get_xdg function (renamed) and use it for runtimepathZyX2015-10-23
* stdpaths: Rename export functions so that they have common prefixZyX2015-10-23
* stdpaths: Remove useless functions get_user_*_dirZyX2015-10-23
* stdpaths: Fix some issues, specificallyZyX2015-10-23
* option: Use different default value for &runtimepathZyX2015-10-23
* os/env: Add functions that can iterate over colon-separated variablesZyX2015-10-23
* option,main: Partial support of XDG base directory specificationKeerthan Jaic2015-10-23
* os/time: Make Timestamp be 64-bit unsigned integerZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* os/fs: Define os_strerror as an alias to uv_strerrorZyX2015-10-08
* os/input: Don't advance past incomplete sequences in input_enqueueThiago de Arruda2015-10-01
* remove HAVE_DUP #1072Justin M. Keyes2015-09-12
* do_path_expand: Avoid non-readable directories. #3273Felipe Morales2015-09-04
* Windows: Define USE_CRNL on Windows. #3249Seth Jackson2015-08-28
* Windows: avoid "uv_" naming conflicts. #3225Seth Jackson2015-08-27
* os/os_defs.h cleanup: Remaining signal stuffMichael Reed2015-08-27
* os/os_defs.h cleanup: SIGHASARGMichael Reed2015-08-27
* os/os_defs.h cleanup: SIGHAS3ARGSMichael Reed2015-08-27
* os/os-defs.h cleanup: Don't include <time.h>Michael Reed2015-08-27
* MSVC: Define `inline` and `restrict`. #3237Seth Jackson2015-08-25
* Windows: Define ssize_t and SSIZE_MAX. #3228Seth Jackson2015-08-25
* remove references to <sys/time.h>Justin M. Keyes2015-08-24
* Windows: is_executable(): do not check exec bit.Rui Abreu Ferreira2015-08-23
* os/fs.c: remove os_file_is_readonly()Justin M. Keyes2015-08-17
* os_file_is_*: libuv implJustin M. Keyes2015-08-17
* win_defs.h: define R_OK, W_OK for MSVC.Rui Abreu Ferreira2015-08-17
* fs.c: implement os_file_is_readable()Justin M. Keyes2015-08-17
* eval: Fix jobwait() to process multiple jobs concurrentlyThiago de Arruda2015-08-13
* rstream: Pass read count to read eventsThiago de Arruda2015-08-13
* event: Refactor async event processingThiago de Arruda2015-08-13
* process: Pass loop reference during initializationThiago de Arruda2015-08-13
* loop: Simplify loop.c and move some code to input.cThiago de Arruda2015-08-13
* shell.c: A full RBuffer with no NL can freeze shell output. #3156oni-link2015-08-11
* os_get_user_name() for non UNIX system #2729Rui Abreu Ferreira2015-08-04
* os/fs: Move mkdir_recurse from eval.c to os/fs.cZyX2015-07-26
* os/fs: Define os_strerror as an alias to uv_strerrorZyX2015-07-26
* job: Replace by a better process abstraction layerThiago de Arruda2015-07-17
* rstream/wstream: Unify structures and simplify APIThiago de Arruda2015-07-17
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* Remove dead WIFSTOPPED and WIFCONTINUED checksFredrik Fornwall2015-07-13
* os/*defs: restore some comments and formatting.Justin M. Keyes2015-07-06
* refactor: remove SYS_MENU_FILE (unused)Yamakaky2015-07-06