summaryrefslogtreecommitdiff
path: root/src/file.cc
AgeCommit message (Expand)Author
2015-11-27Consolidate writing to fdMaxime Coste
2015-11-04Merge https://github.com/alpha123/kakouneMaxime Coste
2015-11-03Build on FreeBSDalpha123
2015-11-03Adding support for DragonFlyBSD.sinetek
2015-11-02Use explicit lambda capturesMaxime Coste
2015-10-17More cleanups in the buffer open/reload codeMaxime Coste
2015-10-17Refactor buffer creation and reloading to be more explicitMaxime Coste
2015-09-27Try to fix OSX compilationMaxime Coste
2015-09-27Store timespec for buffer fs timestamps, not just time_tMaxime Coste
2015-09-24Add Haiku support.Filip SzczepaƄski
2015-09-16Create directory with 0777 mode in make_directoryMaxime Coste
2015-09-12Add some missing memory domainsMaxime Coste
2015-09-11Reduce allocation count in file.ccMaxime Coste
2015-08-23Add support for listing existing sessions with kak -lMaxime Coste
2015-08-23Move session socket to /tmp/kakoune/<user name>/<session>Maxime Coste
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-06-05Support sourcing files that use crlf end of linesMaxime Coste
2015-06-01Port more code to use the format function instead of adhoc string concatMaxime Coste
2015-04-29When file to open is a fifo, do not read from it (use -fifo for that)Maxime Coste
2015-04-27Replace some String temporaries with StringViewsMaxime Coste
2015-04-22Add format_to allowing formating to an existing bufferMaxime Coste
2015-04-02Replace a snprintf with format in backup file name generationMaxime Coste
2015-03-30Replace various adhoc operator+ based formatting with format funcMaxime Coste
2015-03-13Keep the dir trailing slash in split_pathMaxime Coste
2015-03-12Make split_path publicMaxime Coste
2015-03-10Refactor String, use a common StringOps interface, hide std::stringMaxime Coste
2015-03-09ArrayView content is not const anymoreMaxime Coste
2015-02-06Extract directory/filename splitting in a functionMaxime Coste
2015-01-09Track String memory allocationsMaxime Coste
2015-01-06Rename memoryview to ArrayViewMaxime Coste
2014-12-21Support absolute paths when completing commandsMaxime Coste
2014-12-16Rework hashing, use a more extensible framework similar to n3876 proposalMaxime Coste
2014-12-08More string cleanupsMaxime Coste
2014-11-17Remove unneeded string copiesMaxime Coste
2014-11-12Cleanup includesMaxime Coste
2014-10-30Add kak binary location to PATH env var automaticallyMaxime Coste
2014-10-22Close fd before notifiying buffer of modification when writing to fileMaxime Coste
2014-10-19Add a split function that does not take an escape and returns StringViewsMaxime Coste
2014-10-13Do not assert on SIGTERM and backup modified buffers on signal induced termin...Maxime Coste
2014-10-13Refactor regex uses, do not reference boost except in regex.hhMaxime Coste
2014-08-18Do not escape completions in completer functions let the client decideMaxime Coste
2014-08-15Add support for reading from stdin/writing to stdout in filter modeMaxime Coste
2014-08-11Add an operator[](CharCount) to String and StringViewMaxime Coste
2014-07-30Rewrite real_path, try to find an existing directory in the given pathMaxime Coste
2014-06-29Canonicalize filenames when checking if a buffer was written to its fileMaxime Coste
2014-05-11String::substr now returns a StringViewMaxime Coste
2014-04-30file.cc: try more portable use of struct stat::st_mtimeMaxime Coste
2014-04-24Cache commands in complete_commandsMaxime Coste
2014-04-21use StringView::zstr() in place of StringView::str().c_str()Maxime Coste
2014-04-18Use StringView for file functionsMaxime Coste