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
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
2014-10-13
Refactor regex uses, do not reference boost except in regex.hh
Maxime Coste
2014-08-15
Add support for reading from stdin/writing to stdout in filter mode
Maxime Coste
2014-04-18
Use StringView for file functions
Maxime Coste
2014-04-18
Use StringView for completion functions
Maxime Coste
2013-12-23
Add complete_command for completing commands in PATH
Maxime Coste
2013-10-15
Detect file external modification and ask the user whether to reload or not
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-03-25
Always use absolute path for file buffer names, compact paths for display
Maxime Coste
2013-03-22
use canonicalized filenames for buffers
Maxime Coste
2013-03-14
add support for regex options, make ignored_files one
Maxime Coste
2013-03-13
move complete_filename to file.cc
Maxime Coste
2013-02-27
Add 'gf' (goto file) functionality
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-01-29
File: parse_filename function which handle ~ and environment variable in file...
Maxime Coste
2011-11-27
File: extract read_file function which returns file content in a string
Maxime Coste
[next]