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
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
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-03-20
Tolerate empty filenames in real_path
Maxime Coste
2018-03-19
Fix real_path again
Maxime Coste
2018-03-19
Fix introduced bug in real_path
Maxime Coste
2018-03-18
Refactor read_fd '\r' removal logic
Maxime Coste
2018-03-18
Fix implementation of real_path to handle non-existing directories in /
Maxime Coste
2018-01-20
Fallback to getpwuid in the unlikely case $HOME is underfined
Maxime Coste
2017-11-22
Remove unused lambda captures
fsub
2017-10-30
Do not allow opening files whose size we cannot express in an int
Maxime Coste
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-08-29
Do less implicit parse_filename calls
Maxime Coste
2017-08-29
Do not expand env vars in parse_filename
Maxime Coste
2017-08-29
Fix naming in fd_writable
Maxime Coste
2017-06-12
Use read_fd to get pipe command from stdin instead of ad-hoc code
Maxime Coste
2017-05-17
small code cleanups
Maxime Coste
2017-04-20
src: Implement a `write!` command
Frank LENORMAND
2017-04-20
Assume filename passed to write_buffer_to_file is already parsed
Maxime Coste
2017-03-15
Small code tweaks regarding flags handling
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-01-29
Make StringView and unit types trivial types
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
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-11-28
Add more memory domains to certain data
Maxime Coste
2016-11-18
Only rely on `ignored_files` option to remove hidden files, no built in logic
Maxime Coste
2016-10-13
Do not expand filenames when doing insert filename completion
Maxime Coste
2016-10-03
Close write buffer file descriptor before getting the new fs timestamp
Maxime Coste
2016-10-01
Change BufWritePre/BufWritePost logic
Maxime Coste
2016-08-30
Add a fd_readable(int fd) helper function
Maxime Coste
2016-08-09
Small code cleanups
Maxime Coste
2016-05-15
Fix duplicate buffer problem, fix real_path beahviour
Maxime Coste
2016-05-10
Use boost::wregex implementation and manually utf8 decode into it
Maxime Coste
2016-04-27
Add missing include in file.cc
Maxime Coste
2016-04-07
Only offer directories when completing :cd arguments
Maxime Coste
2016-03-25
Add a SplitView container view
Maxime Coste
2016-03-08
Rework container helpers, use pipe syntax and cleanup implementation
Maxime Coste
2016-03-02
Use RankedMatch for filename based completion (file and command completion)
Maxime Coste
2015-12-10
Fix "unused result" warnings for several system calls.
Frank LENORMAND
2015-12-06
Change eolformat and BOM options to be enums instead of strings
Maxime Coste
[prev]
[next]