index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
remote.cc
Age
Commit message (
Expand
)
Author
2016-10-06
Handle all available keys when a RemoteClient input is available
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-05
Fix handling of remote errors in the accepter
Maxime Coste
2016-09-04
Rework client quitting and handling of remote errors
Maxime Coste
2016-09-04
Use proper buffering when reading remote messages
Maxime Coste
2016-09-04
Rework binary network protocol to be more message based
Maxime Coste
2016-08-30
Add a fd_readable(int fd) helper function
Maxime Coste
2016-08-09
Small code cleanups
Maxime Coste
2016-07-28
Tweak session renaming code
Maxime Coste
2016-07-24
Add 'session' command to change remote session name
Enrico Lumetti
2016-06-06
Check session valididty on kak -l and support kak -clear for clearing the dea...
Maxime Coste
2016-04-11
Merge remote-tracking branch 'lenormf/buffer-padding'
Maxime Coste
2016-03-07
Handle <c-l> redrawing on the server side
Maxime Coste
2016-02-17
Allow users to chose how the buffers are padded
Frank LENORMAND
2016-02-10
Use a custom SSO aware string backend
Maxime Coste
2016-01-20
Support connecting to other users sessions by using <user>/<session>
Maxime Coste
2015-12-10
Fix "unused result" warnings for several system calls.
Frank LENORMAND
2015-11-18
Send client dimensions on connection, avoid a race condition.
Maxime Coste
2015-10-08
Auto fork server when suspending the local client
Maxime Coste
2015-10-08
Detect ungraceful exits, and backup modified buffers in these cases
Maxime Coste
2015-10-05
Use DisplayLine for menu choices
Maxime Coste
2015-09-18
Keep it simple, remove all that sorted id map thing
Maxime Coste
2015-09-16
Keep sorted state when transmitting id maps
Maxime Coste
2015-09-16
Store key hash in IdMap
Maxime Coste
2015-09-16
Use IdMap instead of UnorderedMap for ui options and env vars
Maxime Coste
2015-09-15
use getpwuid(geteuid())->pw_name rather than getlogin()
Maxime Coste
2015-09-03
Remove some useless code in remote.cc
Maxime Coste
2015-08-23
Rework resize handling
Maxime Coste
2015-08-23
Move session socket to /tmp/kakoune/<user name>/<session>
Maxime Coste
2015-08-22
Avoid double session closing
Maxime Coste
2015-08-22
Format session socket name in place into the sockaddr_un
Maxime Coste
2015-06-17
Move status/mode line drawing as a separate ui method
Maxime Coste
2015-06-06
Move write_debug to buffer utils as write_to_debug_buffer
Maxime Coste
2015-06-04
Fix support for default face on remote clients
Maxime Coste
2015-06-01
Port even more code to use format function
Maxime Coste
2015-06-01
Port more code to use the format function instead of adhoc string concat
Maxime Coste
2015-04-25
Move Colors enum class as NamedColor enum inside Color struct
Maxime Coste
2015-04-19
Make empty context construction more explicit
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-01-14
Even more memory tracking
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-12-16
Rework hashing, use a more extensible framework similar to n3876 proposal
Maxime Coste
2014-12-03
Use a select based event handling and fix deadlock
Maxime Coste
2014-11-25
Separate events between normal and urgent ones
Maxime Coste
2014-11-10
Add ui_options option for UserInterface configuration
Maxime Coste
2014-11-08
Add a MenuDoc style for info box, that will place it next to the menu
Maxime Coste
2014-11-06
Small refactoring in remote.cc
Maxime Coste
2014-11-05
Simplify RemoteClient creation code
Maxime Coste
2014-11-05
Fix potential alignment bug
Maxime Coste
[next]