summaryrefslogtreecommitdiff
path: root/src/shell_manager.cc
AgeCommit message (Expand)Author
2017-01-08Apply clang-tidy modernize to the codebaseMaxime Coste
2016-12-20Fix getting path confstr, the returned size includes the zero terminatorMaxime Coste
2016-12-15Use a POSIX guaranteed way of getting the shell pathMaxime Coste
2016-12-03Read as much as possible data from shell processes on each read eventMaxime Coste
2016-12-01Make FDWatcher support Read, Write and Except events, instead of just ReadMaxime Coste
2016-11-30Hide the waiting for shell message once the shell returnsMaxime Coste
2016-11-30Use a Timer for Shell waiting notificationMaxime Coste
2016-11-28Cleanup include dependencies a bitMaxime Coste
2016-10-29Display a status line message when Kakoune is waiting on a shell to completeMaxime Coste
2016-10-10Convert some uses of lambda to more concise std::mem_fnMaxime Coste
2016-07-24Introduce chrono.hhMaxime Coste
2016-05-06time window display buffer update in debug profile modeMaxime Coste
2016-04-27Add another missing include in shell_manager.ccMaxime Coste
2016-04-17Add support for env var name completionMaxime Coste
2016-04-12ShellManager: do not open child stdin if there is no data to write to itMaxime Coste
2016-02-28Code cleanupMaxime Coste
2015-12-10Fix "unused result" warnings for several system calls.Frank LENORMAND
2015-12-05Refactor some code in shell_manager.ccMaxime Coste
2015-11-27Small cleanupsMaxime Coste
2015-11-27Consolidate writing to fdMaxime Coste
2015-11-21Add a profiling debug flag to get timings for hooks/shell evalMaxime Coste
2015-11-19Introduce a debug flags option to control some tracingMaxime Coste
2015-10-22Wrap the shell params en env vars in a ShellContext structMaxime Coste
2015-10-03Fix OSX compilationMaxime Coste
2015-10-02Refactor ShellManager process spawningMaxime Coste
2015-09-16Store key hash in IdMapMaxime Coste
2015-09-16Use IdMap instead of UnorderedMap for ui options and env varsMaxime Coste
2015-09-03Regex are overkill for shell manager env vars, we just need exact match or pr...Maxime Coste
2015-07-25Tweak regex constructor callsMaxime Coste
2015-06-09Fix race condition ShellManager::eval with SIGCHLDMaxime Coste
2015-06-08Do not close stderr/stdout before program finishMaxime Coste
2015-06-08Specify if ShellManager should read output or not using a flagMaxime Coste
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-06-01Port more code to use the format function instead of adhoc string concatMaxime Coste
2015-05-26Small style tweaksMaxime Coste
2015-04-27Replace some String temporaries with StringViewsMaxime Coste
2015-03-14Avoid stdout/stderr as variable namesMaxime Coste
2015-03-13Change ShellManager to return both stdout and the return value in a pairMaxime Coste
2015-03-13Code style change in shell_manager.ccMaxime 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-01-12replace all std::vector with VectorMaxime Coste
2015-01-06Rename memoryview to ArrayViewMaxime Coste
2014-12-04Fix logic error in shell managerMaxime Coste
2014-12-03Revert "Handle SIGCHLD signals when piping"Maxime Coste
2014-12-03Use a select based event handling and fix deadlockMaxime Coste
2014-12-02Handle SIGCHLD signals when pipingMaxime Coste
2014-11-25Separate events between normal and urgent onesMaxime Coste
2014-10-30Add kak binary location to PATH env var automaticallyMaxime Coste