summaryrefslogtreecommitdiff
path: root/src/file.cc
AgeCommit message (Expand)Author
2017-01-08Apply clang-tidy modernize to the codebaseMaxime Coste
2017-01-01Fix remaining uses of hardcoded /tmp to get the socket pathsMaxime Coste
2016-12-15Improve general security of the unix socketsMaxime Coste
2016-12-01Only write to remote socket when we know they are writableMaxime Coste
2016-11-28Cleanup include dependencies a bitMaxime Coste
2016-11-28Add more memory domains to certain dataMaxime Coste
2016-11-18Only rely on `ignored_files` option to remove hidden files, no built in logicMaxime Coste
2016-10-13Do not expand filenames when doing insert filename completionMaxime Coste
2016-10-03Close write buffer file descriptor before getting the new fs timestampMaxime Coste
2016-10-01Change BufWritePre/BufWritePost logicMaxime Coste
2016-08-30Add a fd_readable(int fd) helper functionMaxime Coste
2016-08-09Small code cleanupsMaxime Coste
2016-05-15Fix duplicate buffer problem, fix real_path beahviourMaxime Coste
2016-05-10Use boost::wregex implementation and manually utf8 decode into itMaxime Coste
2016-04-27Add missing include in file.ccMaxime Coste
2016-04-07Only offer directories when completing :cd argumentsMaxime Coste
2016-03-25Add a SplitView container viewMaxime Coste
2016-03-08Rework container helpers, use pipe syntax and cleanup implementationMaxime Coste
2016-03-02Use RankedMatch for filename based completion (file and command completion)Maxime Coste
2015-12-10Fix "unused result" warnings for several system calls.Frank LENORMAND
2015-12-06Change eolformat and BOM options to be enums instead of stringsMaxime Coste
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