index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
file.cc
Age
Commit message (
Expand
)
Author
2024-05-12
Handle binary path detection errors on non-/proc platforms
Chris Webb
2024-05-12
Fix error handling when reading binary path from /proc
Chris Webb
2024-05-12
Fix tests for OpenBSD
Maxime Coste
2024-02-28
Fix shell command completion fallback to filename
Maxime Coste
2024-02-06
Use different hash algorithms for strings and file hashing
Maxime Coste
2023-11-28
Set replacement file permissions before moving into place
Chris Webb
2023-11-26
Restore file ownership when editing with root privilege
Chris Webb
2023-11-26
Fix crash when ':write -method replace' fails to create tempfile
Chris Webb
2023-04-24
Fix crash after multiple terminal resizes
Johannes Altmanninger
2023-03-13
Merge remote-tracking branch 'krobelus/perror-on-chmod-failure'
Maxime Coste
2022-11-19
Print OS error when ":write -force" fails to change permissions
Johannes Altmanninger
2022-11-19
Accept "cd dir/" again instead of using a subdirectory
Johannes Altmanninger
2022-10-29
Fix memory domain for cached command completion
Maxime Coste
2022-06-03
Only set fd to non-block if there is an EventManager
Maxime Coste
2022-05-10
Run EventManager whenever writing to a file descriptor would block
Maxime Coste
2022-03-06
Close MappedFile fd using on_scope_end to handle all return paths
Maxime Coste
2022-02-18
Do not keep MappedFile fd opened
Maxime Coste
2021-08-21
Find the executable path on the GNU Hurd, too.
Peter Pentchev
2021-07-31
Expose BufferedWriter
Maxime Coste
2021-07-20
Prevent overwriting existing file in :write <explicit filename>
Maxime Coste
2021-05-28
Support opening files bigger than 2 GiB
Maxime Coste
2021-03-12
Fix typo in file.cc
Maxime Coste
2021-03-11
Do not use replace write method when writing to a non-regular file
Maxime Coste
2021-03-03
Re-use the Regex VM when completing filenames to reduce allocations
Maxime Coste
2021-01-03
Add missing limits includes
Maxime Coste
2020-09-18
Add illumos/Solaris support
luka null
2020-04-23
Fix get_kak_binary_path() for NetBSD
Kamil Rytarowski
2020-03-22
|| -> or for consistency
nia
2020-03-22
Fix build on NetBSD
nia
2019-12-19
Update fs status post buffer write
Maxime Coste
2019-12-04
Merge remote-tracking branch 'lenormf/reload-buffer-hash'
Maxime Coste
2019-12-03
src: Reload buffers when their contents' hash changes
Frank LENORMAND
2019-11-26
src: Check the filesize before calling `mmap()`
Frank LENORMAND
2019-07-06
Fix build on FreeBSD
Tobias Kortkamp
2019-05-29
Fix BufferedWriter triggering std::terminate on exception when writing
Maxime Coste
2019-05-29
Fix trailing slash removal code with root directory
Maxime Coste
2019-05-23
Do not try to send remaining data on a closed socket
Maxime Coste
2019-05-19
Strip all trailing slashes in real_path and compact_path
Robert Melton
2019-04-07
Add a -to-file <filename> switch to the echo command
Maxime Coste
2019-04-01
Buffer writes in blocks of 4Kb when writing buffers to files
Maxime Coste
2019-02-12
Check the return value of the rename call
Maxime Coste
2019-02-12
Introduce a writemethod option to either overwrite or replace files
Maxime Coste
2019-02-12
Refactor write_buffer_to_file to use a flags param
Maxime Coste
2019-01-24
Replace std::tie with structured bindings
Maxime Coste
2018-07-04
src: Add a `-sync` flag to the write commands
Frank LENORMAND
2018-06-20
Pass in OpenBSD binary path using preprocessor option
dahlbaek
2018-06-20
Remove extraneous include for openbsd
Patrick Marchand
2018-06-20
Adds openbsd support
Patrick Marchand
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
[next]