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.hh
Age
Commit message (
Expand
)
Author
2025-03-25
Bump build to c++23
Maxime Coste
2025-02-19
Move command/filename completion logic to completion.cc
Maxime Coste
2025-02-19
Cleanup file.cc/hh dependencies
Maxime Coste
2024-12-09
Print elapsed time when blocked on opening file for writing
Johannes Altmanninger
2024-08-15
Remove unused ConstexprVector and rename constexpr_utils.hh to array.hh
Maxime Coste
2024-08-12
Reduce headers dependency graph
Maxime Coste
2023-10-25
Remove redundant comparison operators
Maxime Coste
2023-04-24
Fix crash after multiple terminal resizes
Johannes Altmanninger
2022-12-15
Support adding ByteCount to void/char pointers without casting
Maxime Coste
2022-02-18
Do not keep MappedFile fd opened
Maxime Coste
2021-08-01
Use a BufferedWriter to output in the terminal ui instead of stdio
Maxime Coste
2021-07-31
Expose BufferedWriter
Maxime Coste
2021-07-20
Prevent overwriting existing file in :write <explicit filename>
Maxime Coste
2019-12-03
src: Reload buffers when their contents' hash changes
Frank LENORMAND
2019-10-17
Remove explicit sizes from make_array calls
Maxime Coste
2019-04-07
Add a -to-file <filename> switch to the echo command
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
2018-07-04
src: Add a `-sync` flag to the write commands
Frank LENORMAND
2018-03-25
Remove parse_filename overload and use a default parameter
Maxime Coste
2018-03-23
Support `%` in `path` option to mean current buffer directory
Maxime Coste
2018-01-20
Fallback to getpwuid in the unlikely case $HOME is underfined
Maxime Coste
2017-04-20
src: Implement a `write!` command
Frank LENORMAND
2017-03-15
Small code tweaks regarding flags handling
Maxime Coste
2017-03-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2017-01-01
Fix remaining uses of hardcoded /tmp to get the socket paths
Maxime Coste
2016-12-15
Improve general security of the unix sockets
Maxime Coste
2016-12-01
Only write to remote socket when we know they are writable
Maxime Coste
2016-11-28
Cleanup include dependencies a bit
Maxime Coste
2016-10-13
Do not expand filenames when doing insert filename completion
Maxime Coste
2016-08-30
Add a fd_readable(int fd) helper function
Maxime Coste
2016-04-07
Only offer directories when completing :cd arguments
Maxime Coste
2015-11-27
Consolidate writing to fd
Maxime Coste
2015-10-17
More cleanups in the buffer open/reload code
Maxime Coste
2015-10-17
Refactor buffer creation and reloading to be more explicit
Maxime Coste
2015-09-27
Store timespec for buffer fs timestamps, not just time_t
Maxime Coste
2015-08-23
Add support for listing existing sessions with kak -l
Maxime Coste
2015-08-23
Move session socket to /tmp/kakoune/<user name>/<session>
Maxime Coste
2015-06-15
Small formatting fix
Maxime Coste
2015-06-05
Support sourcing files that use crlf end of lines
Maxime Coste
2015-06-01
Port even more code to use format function
Maxime Coste
2015-03-19
Small code tweak
Maxime Coste
2015-03-12
Make split_path public
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-01-09
Track String memory allocations
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-11-17
Remove unneeded string copies
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
2014-10-30
Add kak binary location to PATH env var automatically
Maxime Coste
2014-10-13
Do not assert on SIGTERM and backup modified buffers on signal induced termin...
Maxime Coste
[next]