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.hh
Age
Commit message (
Expand
)
Author
2024-11-12
Fail rename-session instead of creating overlong socket paths
Johannes Altmanninger
2023-09-26
Add a daemonize-session command and refactor local client handling
Maxime Coste
2021-05-01
Rework session directory logic
Maxime Coste
2020-10-19
Allow quiting last client with unsaved buffer in daemon mode
Maxime Coste
2020-05-10
Support piping data to client stdin
Maxime Coste
2019-08-20
Fix kak -l when $XDG_RUNTIME_DIR is set
Jason Felice
2019-08-05
Use $XDG_RUNTIME_DIR
Jason Felice
2018-08-24
Use $USER if getpwuid fails
Matt Peterson
2018-05-23
Fix Kakoune client busy looping on SIGHUP
Maxime Coste
2018-03-23
Restore client name after converting to client
Maxime Coste
2017-12-04
Replace uses of getpwuid which is incompatible with static linking
Maxime Coste
2017-11-12
Remote: when converting to client, suspend *after* connecting
Maxime Coste
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
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-01-21
Support the +line syntax for clients as well.
Maxime Coste
2016-12-20
Ensure we return 0 on exit from graceful disconnection
Maxime Coste
2016-12-01
Only write to remote socket when we know they are writable
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-11-28
Add more memory domains to certain data
Maxime Coste
2016-10-06
Handle all available keys when a RemoteClient input is available
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-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
2015-10-08
Auto fork server when suspending the local client
Maxime Coste
2015-08-23
Rework resize handling
Maxime Coste
2015-06-01
Port even more code to use format function
Maxime Coste
2015-04-17
Small layout change
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
2014-11-05
Simplify RemoteClient creation code
Maxime Coste
2014-10-20
Port more code to StringView instead of const String&
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-04-15
RemoteClient process all available messages
Maxime Coste
2014-04-07
Add support for querying client environement variables
Maxime Coste
2014-03-25
Server: correctly handle Accepters lifetime
Maxime Coste
2014-03-21
Correctly handle failing to connect to the given session in client mode
Maxime Coste
2014-03-02
Add -p <session> option to kak, which forward commands on stdin to session
Maxime Coste
2014-03-02
Rename connect_to's pid parameter to session
Maxime Coste
2014-01-27
Remove session socket on error signal
Maxime Coste
2013-09-25
Remove $kak_socket replaced with $kak_session
Maxime Coste
2013-09-19
Add a -s command line option for specifying session name
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-03-14
move remoting code to remote.cc
Maxime Coste
2013-03-12
Modify network protocol to allow commands through the socket
Maxime Coste
[next]