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
2025-07-08
Replace on_scope_end with CTAD with OnScopeEnd directly
Maxime Coste
2025-07-08
Replace std::unique_ptr with a custom implementation
Maxime Coste
2024-11-28
Add back option to scroll in stdin buffers
Johannes Altmanninger
2024-11-12
Fail rename-session instead of creating overlong socket paths
Johannes Altmanninger
2024-08-12
Move debug utils to debug.hh/debug.cc
Maxime Coste
2023-11-04
Do not poll command sockets while shell command is running
Johannes Altmanninger
2023-03-11
Implement bracketed paste
Johannes Altmanninger
2022-12-06
Load buffer in command line order
Maxime Coste
2022-11-29
Use some template magic to automatically deserialize UI messages
Maxime Coste
2022-04-07
Check for buffer overflow when constructing the socket path.
Tim Allen
2022-04-07
Do all session name validation in session_path().
Tim Allen
2022-01-18
When reporting an invalid session name, report the correct name.
Tim Allen
2021-05-01
Rework session directory logic
Maxime Coste
2021-03-11
Do not select on non-urgent fd when handling only urgent events
Maxime Coste
2021-01-26
Check XDG_RUNTIME_DIR owner before creating session directory
Maxime Coste
2020-10-19
Allow quiting last client with unsaved buffer in daemon mode
Maxime Coste
2020-05-17
Fix use of unportable MSG_CMSG_CLOEXEC
Maxime Coste
2020-05-10
Support piping data to client stdin
Maxime Coste
2020-05-02
Add support for alpha channel in colors
Maxime Coste
2019-11-22
Add support for markup in info boxes
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
2019-07-06
Fix build on FreeBSD
Tobias Kortkamp
2019-06-11
Refuse to overwrite an existing session socket
Maxime Coste
2019-06-04
Merge remote-tracking branch 'eraserhd/minor-remote-fixes'
Maxime Coste
2019-05-29
Refactor message writing
Jason Felice
2019-05-23
Do not try to send remaining data on a closed socket
Maxime Coste
2019-04-22
Use helper template struct in MsgReader
Jason Felice
2019-01-24
Fix missing errno include
Maxime Coste
2018-11-26
Read initial remote message in Urgent EventMode
Maxime Coste
2018-09-07
Fix use after delete in RemoteClient FDWatcher callback
Maxime Coste
2018-08-24
Use $USER if getpwuid fails
Matt Peterson
2018-05-23
Fix Kakoune client busy looping on SIGHUP
Maxime Coste
2018-05-17
Small code cleanups
Maxime Coste
2018-05-05
Remove out of date noexcept(false) on MessageWriter destructor
Maxime Coste
2018-04-29
Rework the way UI can trigger a client quitting
Maxime Coste
2018-04-29
Remove implicit conversion from String to DisplayAtom/DisplayLine
Maxime Coste
2018-04-07
Merge remote-tracking branch 'Delapouite/no-such'
Maxime Coste
2018-04-07
Add some safety static_asserts to remote read/write functions
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
2018-04-05
Fix some trailing spaces and a tab that sneaked into the code base
Maxime Coste
2018-03-25
Unify code that validates identifiers in Kakoune
Maxime Coste
2018-03-23
Restore client name after converting to client
Maxime Coste
2017-12-15
Go back to getpwuid call to get user name from user id
Maxime Coste
2017-12-09
Go back to getpwuid call on OSX
Maxime Coste
2017-12-04
Replace uses of getpwuid which is incompatible with static linking
Maxime Coste
2017-11-06
Add missing include in remote.cc
Maxime Coste
2017-11-06
Do not allow rename-session to introduce '/' in session names
Maxime Coste
2017-11-04
Remote: stricter validation of the session names
Maxime Coste
2017-09-07
Tolerate unwritable socket when trying to send the disconnection message
Maxime Coste
[next]