aboutsummaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAge
* Remove NUL macroMarco Hinz2014-04-29
* Remove code and checks for unsupported systems.Chris Watkins2014-04-28
* Broken build on 32 bit: Pending TODO: Reenable assertion.Eliseo Martínez2014-04-24
* Fix clint.sh wrapper script and broken filesThiago de Arruda2014-04-22
* Broken build on 32 bit: Fix -Wtautological-constant-out-of-range-compare.Eliseo Martínez2014-04-22
* Broken build on 32 bit: Fix -Wshorten-64-to-32.Eliseo Martínez2014-04-22
* fix -Wconversion warnings for rstreamNicolas Hillegeer2014-04-21
* Replace explicit uv_guest_handle(fd) == UV_TTY by os_isattyPavel Platto2014-04-20
* Added os_isattyPavel Platto2014-04-20
* Fix bug of `job_stop` not emitting `JobExit`Thiago de Arruda2014-04-18
* Remove unnecessary cleanup label from `job_start`Thiago de Arruda2014-04-18
* Free job data on close_cbThiago de Arruda2014-04-18
* Stop job prepare watcher when there are no jobsThiago de Arruda2014-04-18
* Refactor job.c module to use WStreamThiago de Arruda2014-04-18
* Extract writing boilerplate into wstream.c moduleThiago de Arruda2014-04-18
* Correctly free libuv handlesThiago de Arruda2014-04-18
* Refactor job control to use RStream eventsThiago de Arruda2014-04-18
* Create EventType for RStream readingThiago de Arruda2014-04-18
* Deal with backpressure on RStream instancesThiago de Arruda2014-04-18
* Handle special KE_EVENT case where maxlen < 3Thiago de Arruda2014-04-16
* Refactor input module to use RStream classThiago de Arruda2014-04-16
* Refactor job control module to use RStream classThiago de Arruda2014-04-16
* Extract reading boilerplate into rstream.c moduleThiago de Arruda2014-04-16
* 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