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
2013-07-24
DisplayLine no longer map to a single buffer line, but to a buffer range
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-05-13
support specifying colors with RGB components
Maxime Coste
2013-04-15
handle client_removed exception out of ClientManager as well
Maxime Coste
2013-04-11
exceptions: use const char* what() instead of String description()
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-04
UserInterface: status line messages are now DisplayLines
Maxime Coste
2013-04-04
pass a color pair when displaying an information window
Maxime Coste
2013-04-04
Pass a fg and bg color when displaying a menu
Maxime Coste
2013-04-04
compile with -pedantic option and fix warnings
Maxime Coste
2013-04-02
ConnectionAccepter: fix socket fd leak
Maxime Coste
2013-04-02
ClientAccepter triggers window redrawing after executing a command
Maxime Coste
2013-03-25
fix some style problems detected by cppcheck
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-03-06
Use a ColorPair in DisplayAtoms instead of separate fg/bg colors
Maxime Coste
2013-01-14
move input watching responsibility into UserInterface implementations
Maxime Coste
2013-01-11
RemoteClient owns the FDWatcher of it's socket
Maxime Coste
2013-01-10
Refactor EventManager
Maxime Coste
2013-01-04
various code style fixes
Maxime Coste
2012-12-28
new clients always takes last used buffer, support multiple file on command line
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-12-13
remote.cc: move write function as member of Message
Maxime Coste
2012-12-13
code cleanup in remote.cc
Maxime Coste
2012-12-03
RemoteClient: call get_key soon so that it may process a resize before size c...
Maxime Coste
2012-11-19
Remote: read now retry when it did not get all the expected data
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-27
Remote: fix resize handling
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
[prev]