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
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-22
Close fd before notifiying buffer of modification when writing to file
Maxime Coste
2014-10-19
Add a split function that does not take an escape and returns StringViews
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-18
Do not escape completions in completer functions let the client decide
Maxime Coste
2014-08-15
Add support for reading from stdin/writing to stdout in filter mode
Maxime Coste
2014-08-11
Add an operator[](CharCount) to String and StringView
Maxime Coste
2014-07-30
Rewrite real_path, try to find an existing directory in the given path
Maxime Coste
2014-06-29
Canonicalize filenames when checking if a buffer was written to its file
Maxime Coste
2014-05-11
String::substr now returns a StringView
Maxime Coste
2014-04-30
file.cc: try more portable use of struct stat::st_mtime
Maxime Coste
2014-04-24
Cache commands in complete_commands
Maxime Coste
2014-04-21
use StringView::zstr() in place of StringView::str().c_str()
Maxime Coste
2014-04-18
Use StringView for file functions
Maxime Coste
2014-04-18
Use StringView for completion functions
Maxime Coste
2014-04-11
Use stat when listing files so that link to directories are handled as direct...
Maxime Coste
2014-04-06
Code cleanup in list_files
Maxime Coste
2014-04-05
Fix crash caused by attempting to close a nonexistent DIR*
Jimmy Thrasher
2014-03-26
notify buffer saved after closing the file descriptor
Maxime Coste
2014-01-03
Add support for absolute paths in find_file
Maxime Coste
2013-12-23
Add complete_command for completing commands in PATH
Maxime Coste
2013-12-11
Add BufWritePre and BufWritePost hooks
Maxime Coste
2013-10-21
Add Buffer::reload for reloading buffers without loosing options and hooks
Maxime Coste
2013-10-17
More robust Buffer filesystem timestamp handling
Maxime Coste
2013-10-15
Detect file external modification and ask the user whether to reload or not
Maxime Coste
2013-09-24
complete_filename fallback on subsequence completion if prefix does not work
Maxime Coste
2013-09-23
Add prefix_match function and use it instead of adhoc code
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-06-19
add missing errno include to file.cc
Maxime Coste
2013-06-06
Buffer: remove line_length and replace line_content with operator[]
Maxime Coste
2013-04-29
fix bug in compact_path
Maxime Coste
2013-04-26
fix handling of ~ in filenames so that :edit ~ does not open a file named '~'
Maxime Coste
2013-04-10
Use the buffer manager to delete buffer, throw when a client is inserting
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-21
BufferManager: replace Buffer* get_buffer with Buffer& get_buffer
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-03-13
find_file: automatically add missing '/' and end of paths
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2013-02-27
Add 'gf' (goto file) functionality
Maxime Coste
2012-12-05
fail nicely when trying to open a directory
Maxime Coste
2012-11-26
fix crlf file reading
Maxime Coste
2012-11-23
rewrite file opening code using mmap, opening big files is much much faster
Maxime Coste
2012-11-22
rename (hook|option)_manager to (hook|option)s.
Maxime Coste
2012-11-21
Buffer: replace reset_undo_data with a NoUndo flag
Maxime Coste
[next]