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
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
2015-11-27
Consolidate writing to fd
Maxime Coste
2015-11-04
Merge https://github.com/alpha123/kakoune
Maxime Coste
2015-11-03
Build on FreeBSD
alpha123
2015-11-03
Adding support for DragonFlyBSD.
sinetek
2015-11-02
Use explicit lambda captures
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
Try to fix OSX compilation
Maxime Coste
2015-09-27
Store timespec for buffer fs timestamps, not just time_t
Maxime Coste
2015-09-24
Add Haiku support.
Filip SzczepaĆski
2015-09-16
Create directory with 0777 mode in make_directory
Maxime Coste
2015-09-12
Add some missing memory domains
Maxime Coste
2015-09-11
Reduce allocation count in file.cc
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-06
Move write_debug to buffer utils as write_to_debug_buffer
Maxime Coste
2015-06-05
Support sourcing files that use crlf end of lines
Maxime Coste
2015-06-01
Port more code to use the format function instead of adhoc string concat
Maxime Coste
2015-04-29
When file to open is a fifo, do not read from it (use -fifo for that)
Maxime Coste
2015-04-27
Replace some String temporaries with StringViews
Maxime Coste
2015-04-22
Add format_to allowing formating to an existing buffer
Maxime Coste
2015-04-02
Replace a snprintf with format in backup file name generation
Maxime Coste
2015-03-30
Replace various adhoc operator+ based formatting with format func
Maxime Coste
2015-03-13
Keep the dir trailing slash in split_path
Maxime Coste
2015-03-12
Make split_path public
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-02-06
Extract directory/filename splitting in a function
Maxime Coste
2015-01-09
Track String memory allocations
Maxime Coste
[next]