summaryrefslogtreecommitdiff
path: root/src/remote.hh
AgeCommit message (Expand)Author
2025-07-08Replace std::unique_ptr with a custom implementationMaxime Coste
2024-11-12Fail rename-session instead of creating overlong socket pathsJohannes Altmanninger
2023-09-26Add a daemonize-session command and refactor local client handlingMaxime Coste
2021-05-01Rework session directory logicMaxime Coste
2020-10-19Allow quiting last client with unsaved buffer in daemon modeMaxime Coste
2020-05-10Support piping data to client stdinMaxime Coste
2019-08-20Fix kak -l when $XDG_RUNTIME_DIR is setJason Felice
2019-08-05Use $XDG_RUNTIME_DIRJason Felice
2018-08-24Use $USER if getpwuid failsMatt Peterson
2018-05-23Fix Kakoune client busy looping on SIGHUPMaxime Coste
2018-03-23Restore client name after converting to clientMaxime Coste
2017-12-04Replace uses of getpwuid which is incompatible with static linkingMaxime Coste
2017-11-12Remote: when converting to client, suspend *after* connectingMaxime Coste
2017-10-10Move all non-core string code to string_utils.{hh,cc}Maxime Coste
2017-08-28Expose client pid as $kak_client_pidMaxime Coste
2017-08-23Support specifying an exit status on `quit` commandsMaxime Coste
2017-01-21Support the +line syntax for clients as well.Maxime Coste
2016-12-20Ensure we return 0 on exit from graceful disconnectionMaxime Coste
2016-12-01Only write to remote socket when we know they are writableMaxime Coste
2016-11-29Simplify greatly UI input handlingMaxime Coste
2016-11-29Clean up includes of user_interface.hhMaxime Coste
2016-11-29Small remote code cleanupMaxime Coste
2016-11-28Add more memory domains to certain dataMaxime Coste
2016-10-06Handle all available keys when a RemoteClient input is availableMaxime Coste
2016-09-04Rework client quitting and handling of remote errorsMaxime Coste
2016-09-04Use proper buffering when reading remote messagesMaxime Coste
2016-07-28Tweak session renaming codeMaxime Coste
2016-07-24Add 'session' command to change remote session nameEnrico Lumetti
2016-06-06Check session valididty on kak -l and support kak -clear for clearing the dea...Maxime Coste
2015-10-08Auto fork server when suspending the local clientMaxime Coste
2015-08-23Rework resize handlingMaxime Coste
2015-06-01Port even more code to use format functionMaxime Coste
2015-04-17Small layout changeMaxime Coste
2015-01-12replace all std::vector with VectorMaxime Coste
2014-12-23Remove trailing blank linesMaxime Coste
2014-11-12Cleanup includesMaxime Coste
2014-11-05Simplify RemoteClient creation codeMaxime Coste
2014-10-20Port more code to StringView instead of const String&Maxime Coste
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2014-04-15RemoteClient process all available messagesMaxime Coste
2014-04-07Add support for querying client environement variablesMaxime Coste
2014-03-25Server: correctly handle Accepters lifetimeMaxime Coste
2014-03-21Correctly handle failing to connect to the given session in client modeMaxime Coste
2014-03-02Add -p <session> option to kak, which forward commands on stdin to sessionMaxime Coste
2014-03-02Rename connect_to's pid parameter to sessionMaxime Coste
2014-01-27Remove session socket on error signalMaxime Coste
2013-09-25Remove $kak_socket replaced with $kak_sessionMaxime Coste
2013-09-19Add a -s command line option for specifying session nameMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-03-14move remoting code to remote.ccMaxime Coste