| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-21 | Do not copy environment strings, just refer to them | Maxime Coste | |
| 2017-03-07 | Replace IdMap with HashMap | Maxime Coste | |
| 2015-09-18 | Keep it simple, remove all that sorted id map thing | Maxime Coste | |
| 2015-09-16 | IdMaps can be sorted, in which case the find method uses a binary search | Maxime Coste | |
| 2015-09-16 | Use IdMap instead of UnorderedMap for ui options and env vars | Maxime Coste | |
| 2015-03-11 | String tweaks | Maxime Coste | |
| 2014-11-12 | Cleanup includes | Maxime Coste | |
| 2014-10-13 | Refactor regex uses, do not reference boost except in regex.hh | Maxime Coste | |
| 2014-04-10 | Define extern char **environ for OSX, which doesn't define it in a header | Jimmy Thrasher | |
| 2014-04-07 | Add support for querying client environement variables | Maxime Coste | |
| At connection, a remote client sends all its environement to the server, which then provides access to client env through kak_client_env_VAR_NAME variables in the shell. | |||
