summaryrefslogtreecommitdiff
path: root/src/remote.cc
AgeCommit message (Expand)Author
2015-10-08Auto fork server when suspending the local clientMaxime Coste
2015-10-08Detect ungraceful exits, and backup modified buffers in these casesMaxime Coste
2015-10-05Use DisplayLine for menu choicesMaxime Coste
2015-09-18Keep it simple, remove all that sorted id map thingMaxime Coste
2015-09-16Keep sorted state when transmitting id mapsMaxime 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-15use getpwuid(geteuid())->pw_name rather than getlogin()Maxime Coste
2015-09-03Remove some useless code in remote.ccMaxime Coste
2015-08-23Rework resize handlingMaxime Coste
2015-08-23Move session socket to /tmp/kakoune/<user name>/<session>Maxime Coste
2015-08-22Avoid double session closingMaxime Coste
2015-08-22Format session socket name in place into the sockaddr_unMaxime Coste
2015-06-17Move status/mode line drawing as a separate ui methodMaxime Coste
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-06-04Fix support for default face on remote clientsMaxime Coste
2015-06-01Port even more code to use format functionMaxime Coste
2015-06-01Port more code to use the format function instead of adhoc string concatMaxime Coste
2015-04-25Move Colors enum class as NamedColor enum inside Color structMaxime Coste
2015-04-19Make empty context construction more explicitMaxime Coste
2015-03-09ArrayView content is not const anymoreMaxime Coste
2015-01-14Even more memory trackingMaxime Coste
2015-01-12replace all std::vector with VectorMaxime Coste
2015-01-06Rename memoryview to ArrayViewMaxime Coste
2014-12-16Rework hashing, use a more extensible framework similar to n3876 proposalMaxime Coste
2014-12-03Use a select based event handling and fix deadlockMaxime Coste
2014-11-25Separate events between normal and urgent onesMaxime Coste
2014-11-10Add ui_options option for UserInterface configurationMaxime Coste
2014-11-08Add a MenuDoc style for info box, that will place it next to the menuMaxime Coste
2014-11-06Small refactoring in remote.ccMaxime Coste
2014-11-05Simplify RemoteClient creation codeMaxime Coste
2014-11-05Fix potential alignment bugMaxime Coste
2014-10-20Port more code to StringView instead of const String&Maxime Coste
2014-10-03Use InternedStrings for buffer contentsMaxime Coste
2014-08-11Add an operator[](CharCount) to String and StringViewMaxime Coste
2014-07-11Rename ColorPair to Face and ColorRegistry to FaceRegistryMaxime Coste
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2014-04-30Use StringView in UserInterface and NCursesUIMaxime Coste
2014-04-23Support reading strings more that 2048 bytesMaxime Coste
2014-04-15Add an explicit refresh method to user interfaceMaxime Coste
2014-04-15RemoteClient process all available messagesMaxime Coste
2014-04-07Add support for querying client environement variablesMaxime Coste
2014-04-05code formatting tweakMaxime Coste
2014-03-25do not write the trailing nul char in send_commandsMaxime 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-10-11Pass title to UserInterface::info_showMaxime Coste