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
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
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-12-21
Support absolute paths when completing commands
Maxime Coste
2014-12-16
Rework hashing, use a more extensible framework similar to n3876 proposal
Maxime Coste
2014-12-08
More string cleanups
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-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
[prev]
[next]