summaryrefslogtreecommitdiff
path: root/src/remote.cc
AgeCommit message (Expand)Author
2016-10-06Handle all available keys when a RemoteClient input is availableMaxime Coste
2016-10-01Support codepoints of variable widthMaxime Coste
2016-09-05Fix handling of remote errors in the accepterMaxime Coste
2016-09-04Rework client quitting and handling of remote errorsMaxime Coste
2016-09-04Use proper buffering when reading remote messagesMaxime Coste
2016-09-04Rework binary network protocol to be more message basedMaxime Coste
2016-08-30Add a fd_readable(int fd) helper functionMaxime Coste
2016-08-09Small code cleanupsMaxime 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
2016-04-11Merge remote-tracking branch 'lenormf/buffer-padding'Maxime Coste
2016-03-07Handle <c-l> redrawing on the server sideMaxime Coste
2016-02-17Allow users to chose how the buffers are paddedFrank LENORMAND
2016-02-10Use a custom SSO aware string backendMaxime Coste
2016-01-20Support connecting to other users sessions by using <user>/<session>Maxime Coste
2015-12-10Fix "unused result" warnings for several system calls.Frank LENORMAND
2015-11-18Send client dimensions on connection, avoid a race condition.Maxime Coste
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