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
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
2013-01-11
RemoteClient owns the FDWatcher of it's socket
Maxime Coste
2013-01-10
Refactor EventManager
Maxime Coste
2012-12-18
Support initial command passing when a client is connecting
Maxime Coste
2012-12-14
UserInterface: add info box support
Maxime Coste
2012-11-19
add some debug output to RemoteUI
Maxime Coste
2012-10-30
Add a ClientManager for managing client lifetimes
Maxime Coste
2012-10-29
NCurses: refactor status line handling, and disambiguate status line from mod...
Maxime Coste
2012-10-28
Handle all available input before redrawing
Maxime Coste
2012-10-26
remote: send resize message when needed
Maxime Coste
2012-10-26
remote: check read/write results, detect disconnections
Maxime Coste
2012-10-25
send actual dimensions of remote client at connection
Maxime Coste
2012-10-23
Add some remote client support protocol code
Maxime Coste