aboutsummaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAge
* Bring neovim up to date with recent libuv changesWill Tange2014-04-14
* Rename os_total_mem to os_get_total_mem_kib.Chris Watkins2014-04-12
* port vim_mkdir, mch_rmdir and mch_remove to libuvStefan Hoffmann2014-04-11
* Remove OOM error handling code after ga_grow() callsFelipe Oliveira Carvalho2014-04-11
* Move exe functions back to os/fs.cJohn Schmidt2014-04-08
* Move functions from os/fs.c into path.cJohn Schmidt2014-04-08
* Remove old comment from job.cThiago de Arruda2014-04-08
* Define special key for asynchronous eventsThiago de Arruda2014-04-08
* Fix/add more files with to clint-files.txtThiago de Arruda2014-04-08
* Implement job controlThiago de Arruda2014-04-07
* Use stdbool in os moduleHinidu2014-04-07
* Turn Event into a tagged unionFelipe Oliveira Carvalho2014-04-07
* Reimplement the event queue in event.c using klist.hFelipe Oliveira Carvalho2014-04-07
* Remove simpler cases of OOM error handling (after *alloc calls)Felipe Oliveira Carvalho2014-04-06
* Remove unneeded variable `in_os_delay`Thiago de Arruda2014-04-06
* Add comments and fix `os_microdelay` callThiago de Arruda2014-04-06
* Implement os_microdelay and os_delay on top of itThiago de Arruda2014-04-06
* Replace `strdup` calls by `xstrdup`Thiago de Arruda2014-04-06
* Use early return for rejecting_deadly in signal_cbThiago de Arruda2014-04-06
* Moved mch_get_host_name and renamed it to os_get_hostanmeStefan Hoffmann2014-04-05
* Moved mch_get_pid and renamed it to os_get_pidStefan Hoffmann2014-04-05
* Rewrite `mch_call_shell` on top of libuvThiago de Arruda2014-04-05
* Stop queueing events when signals are rejectedThiago de Arruda2014-04-05
* Extract memory.c from misc2.cJohn Schmidt2014-04-04
* Replace mch_rename and vim_rename with libuvHinidu2014-04-04
* Add os_stat to os/fs module.Thomas Wienecke2014-04-03
* added doxygen documentation for os_file_is_{readonly, writable}Stefan Hoffmann2014-04-03
* remove mch_access macro as it is only used in fs.cStefan Hoffmann2014-04-03
* move filewritable() into /src/os/fs.c and rename itStefan Hoffmann2014-04-03
* move check_file_readonly() into /src/os/fs.c and rename itStefan Hoffmann2014-04-03
* Use check_symbol_exists() instead of check_function_exists().John Szakmeister2014-04-03
* Move signal handling to libuv event loopThiago de Arruda2014-04-01
* Rename ga_init2() to ga_init()John Schmidt2014-03-31
* Fix shell.{c,h} comments to match the style guideThiago de Arruda2014-03-31
* Add doxygen comments to the functions in shell.cThiago de Arruda2014-03-31
* Rewrite `show_shell_mess` as a `ShellOpts` flagThiago de Arruda2014-03-31
* Refactor SHELL_* defines into enum typedefThiago de Arruda2014-03-31
* Refactor/cleanup argument parsing functionsThiago de Arruda2014-03-31
* Extract `shell_build_argv` from `mch_call_shell`Thiago de Arruda2014-03-31
* Make `extra_shell_arg` a `mch_call_shell` parameterThiago de Arruda2014-03-31
* Extract `shell_count_argc` from `mch_call_shell`Thiago de Arruda2014-03-31
* Extract `shell_skip_word` from `mch_call_shell`Thiago de Arruda2014-03-31
* Add doxygen-style comments to functions from os/fs.c.Thomas Wienecke2014-03-31
* Address clint warnings and other style issues.Thomas Wienecke2014-03-27
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* Fix prepare watcher teardown in the event loopThiago de Arruda2014-03-27
* Re-integrate FEAT_FILTERPIPE codeThiago de Arruda2014-03-27
* Make `EventType` enum private to input.cThiago de Arruda2014-03-27
* Reimplement input functions on top of libuvThiago de Arruda2014-03-26
* Implement `mch_delay` on top of libuvThiago de Arruda2014-03-24