aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memfile.c
Commit message (Expand)AuthorAge
* chore(fixup): bfredl size_tDundar Göc2022-01-01
* refactor: avoid overflow by explicitly casting operand to a wider typeDundar Göc2021-12-31
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: format with uncrustify #15741dundargoc2021-09-22
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* cleanup: remove HAVE_SELINUX #10040Justin M. Keyes2019-05-21
* :recover : Fix crash on non-existent *.swp #9504raffitz2019-01-15
* mf_open(): never fails (except for OOM)Justin M. Keyes2018-05-17
* Merge #4486 'refactor: Remove maxmem, maxmemtot options'Justin M. Keyes2018-05-02
|\
| * Remove the mf_dont_release global after getting rid of maxmem[tot]Felipe Oliveira Carvalho2017-04-11
| * Remove maxmem and maxmemtot optionsFelipe Oliveira Carvalho2017-04-11
* | vim-patch:8.0.0074Michael Schupikov2017-12-15
* | io: more guards against NULL filename (#7159)Justin M. Keyes2017-08-13
* | vim-patch:7.4.1975James McCoy2017-06-04
* | memfile: Fix V547: always true conditionZyX2017-05-20
* | *: Add comment to all C filesZyX2017-04-19
|/
* job-control: set CLOEXEC on pty processes. #5986Matthew Malcomson2017-03-17
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* vim-patch:7.4.1276Michael Ennen2016-05-17
* Review of the memfile.c API and small refactoringsFelipe Oliveira Carvalho2016-03-16
* Windows: Include <fcntl.h> for file constants.Seth Jackson2016-01-17
* Remove swapsync.Seth Jackson2016-01-14
* Port fsync() to libuv.Seth Jackson2016-01-01
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* Remove char_u: FullName_save()Mark Bainter2015-05-06
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* ui: Remove ui_inchar/ui_char_availThiago de Arruda2014-11-27
* Review: Remove long_u: memfile: Add to clint.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Refactor: blocknr_T: long -> int64_t.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Refactor: int -> bool.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Refactor: bhdr_T.bh_data: char_u* -> void*.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Refactor: mf_hashtab_T.mht_fixed: Remove.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Refactor: long_u -> size_t.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Enable -Wconversion.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Cleanup: Fix naming inconsistencies.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Cleanup: Others.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Cleanup: Comments.Eliseo Martínez2014-11-06
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_blocksizeStefan Hoffmann2014-08-31
* FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
* Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09