aboutsummaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAge
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
* Add new files to clint and fix reported errorsThiago de Arruda2014-05-13
* Fix jumps depending on unitialized valuesThiago de Arruda2014-05-12
* Add server module for accepting API connectionsThiago de Arruda2014-05-12
* Add channel moduleThiago de Arruda2014-05-12
* Refactor API types and prototypesThiago de Arruda2014-05-12
* Fix update of pending_reqs in `write_cb`Thiago de Arruda2014-05-12
* Add teardown function for the event.c moduleThiago de Arruda2014-05-12
* Refactor modules to use handle data accessorsThiago de Arruda2014-05-12
* Add helpers for accessing data in libuv handlesThiago de Arruda2014-05-12
* implemented FileInfo structStefan Hoffmann2014-05-09
* implemented os_file_get_size()Stefan Hoffmann2014-05-09
* Merge pull request #644 from philix/logJustin M. Keyes2014-05-06
|\
| * Introduce os_localtime_r() and os_get_local_time()Felipe Oliveira Carvalho2014-05-06
* | Prevent preserve_exit() from executing more than once.Dane Summers2014-05-06
* | replaced `vim_free()` calls with `free()` callsMatthias Beyer2014-05-05
|/
* revert #652Justin M. Keyes2014-05-01
* 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