summaryrefslogtreecommitdiff
path: root/src/file.hh
AgeCommit message (Expand)Author
2019-02-12Introduce a writemethod option to either overwrite or replace filesMaxime Coste
2019-02-12Refactor write_buffer_to_file to use a flags paramMaxime Coste
2018-07-04src: Add a `-sync` flag to the write commandsFrank LENORMAND
2018-03-25Remove parse_filename overload and use a default parameterMaxime Coste
2018-03-23Support `%` in `path` option to mean current buffer directoryMaxime Coste
2018-01-20Fallback to getpwuid in the unlikely case $HOME is underfinedMaxime Coste
2017-04-20src: Implement a `write!` commandFrank LENORMAND
2017-03-15Small code tweaks regarding flags handlingMaxime Coste
2017-03-15Migrate WithBitOps template specialization to with_bit_ops functionMaxime 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-10-13Do not expand filenames when doing insert filename completionMaxime Coste
2016-08-30Add a fd_readable(int fd) helper functionMaxime Coste
2016-04-07Only offer directories when completing :cd argumentsMaxime Coste
2015-11-27Consolidate writing to fdMaxime 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-27Store timespec for buffer fs timestamps, not just time_tMaxime 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-15Small formatting fixMaxime Coste
2015-06-05Support sourcing files that use crlf end of linesMaxime Coste
2015-06-01Port even more code to use format functionMaxime Coste
2015-03-19Small code tweakMaxime Coste
2015-03-12Make split_path publicMaxime Coste
2015-03-09ArrayView content is not const anymoreMaxime Coste
2015-01-09Track String memory allocationsMaxime Coste
2015-01-06Rename memoryview to ArrayViewMaxime 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-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-15Add support for reading from stdin/writing to stdout in filter modeMaxime Coste
2014-04-18Use StringView for file functionsMaxime Coste
2014-04-18Use StringView for completion functionsMaxime Coste
2013-12-23Add complete_command for completing commands in PATHMaxime Coste
2013-10-15Detect file external modification and ask the user whether to reload or notMaxime Coste
2013-07-26memoryview: always pass by valueMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-03-25Always use absolute path for file buffer names, compact paths for displayMaxime Coste
2013-03-22use canonicalized filenames for buffersMaxime Coste
2013-03-14add support for regex options, make ignored_files oneMaxime Coste
2013-03-13move complete_filename to file.ccMaxime Coste
2013-02-27Add 'gf' (goto file) functionalityMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-01-29File: parse_filename function which handle ~ and environment variable in file...Maxime Coste
2011-11-27File: extract read_file function which returns file content in a stringMaxime Coste