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
2017-08-28
Expose client pid as $kak_client_pid
Maxime Coste
2017-08-23
Support specifying an exit status on `quit` commands
Maxime Coste
2017-06-26
Fix various undefined behaviours detected by UBSan
Maxime Coste
2017-04-12
Place hardware terminal cursor at the current main cursor/prompt cursor position
Maxime Coste
2017-03-16
Fixes some clang-tidy warning and add a few missing meta.hh include
Maxime Coste
2017-03-07
Replace IdMap with HashMap
Maxime Coste
2017-01-21
Support the +line syntax for clients as well.
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2017-01-01
Fix remaining uses of hardcoded /tmp to get the socket paths
Maxime Coste
2016-12-20
Ensure we return 0 on exit from graceful disconnection
Maxime Coste
2016-12-20
Fix hardcoded uses of "/tmp"
Maxime Coste
2016-12-17
Add more diagnostic information when failing to bind/listen to socket
Maxime Coste
2016-12-17
Ignore eventual / suffix in TMPDIR
Maxime Coste
2016-12-15
Improve general security of the unix sockets
Maxime Coste
2016-12-01
Rework handling of initial coordinates so that init commands can change them
Maxime Coste
2016-12-01
Only write to remote socket when we know they are writable
Maxime Coste
2016-12-01
Fix crash when a client sends a packet advertising a wrong size
Maxime Coste
2016-12-01
Make FDWatcher support Read, Write and Except events, instead of just Read
Maxime Coste
2016-11-29
Simplify greatly UI input handling
Maxime Coste
2016-11-29
Clean up includes of user_interface.hh
Maxime Coste
2016-11-29
Small remote code cleanup
Maxime Coste
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
[prev]
[next]