summaryrefslogtreecommitdiff
path: root/src/env_vars.cc
AgeCommit message (Collapse)Author
2019-03-21Do not copy environment strings, just refer to themMaxime Coste
2017-03-07Replace IdMap with HashMapMaxime Coste
2015-09-18Keep it simple, remove all that sorted id map thingMaxime Coste
2015-09-16IdMaps can be sorted, in which case the find method uses a binary searchMaxime Coste
2015-09-16Use IdMap instead of UnorderedMap for ui options and env varsMaxime Coste
2015-03-11String tweaksMaxime Coste
2014-11-12Cleanup includesMaxime Coste
2014-10-13Refactor regex uses, do not reference boost except in regex.hhMaxime Coste
2014-04-10Define extern char **environ for OSX, which doesn't define it in a headerJimmy Thrasher
2014-04-07Add support for querying client environement variablesMaxime 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.