aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal_common.h
Commit message (Expand)AuthorAge
* Large set of changes to how PATH is handled. Changed fish to no longer modify...Gravatar ridiculousfish2013-02-19
* Migrate connection_t from storing a huge buffer to a std::vectorGravatar ridiculousfish2013-02-16
* Eliminate next pointer from connection_t, turn connections into a std::listGravatar ridiculousfish2013-02-16
* First round of fixes based on cppcheckGravatar ridiculousfish2013-02-16
* Clean up env_var_table_t. Switch from storing var_uni_entry_t* to var_uni_ent...Gravatar ridiculousfish2013-02-11
* Big cleanup of env_set. Changed var_table_t to use direct var_entry_t instead...Gravatar ridiculousfish2013-01-19
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
* Make escaping consistent for fish <-> fishd protocolGravatar ridiculousfish2012-10-08
* Fixed a bunch of clang analyzer warningsGravatar ridiculousfish2012-08-05
* Lots of work towards making fish build without warnings on Mountain Lion, mos...Gravatar ridiculousfish2012-08-04
* Adopt wcstring in env_setGravatar ridiculousfish2012-05-09
* Replace some string_buffer_tGravatar ridiculousfish2012-03-03
* Modified env_get_string() to accept wcstring instead of wchar_t*.Gravatar Siteshwar Vashisht2012-02-24
* Removed array_list_t (!)Gravatar ridiculousfish2012-02-21
* Switched to std::map instead of hash_table_t in env.cpp and env_universal_com...Gravatar Siteshwar Vashisht2012-02-18
* Migration of screen away from ad-hoc listsGravatar ridiculousfish2011-12-27
* More migration away from al_listGravatar ridiculousfish2011-12-26
* Fix to migrate the universal variable server off of dyn_queue_tGravatar ridiculousfish2011-12-26
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Fix issue in error handling, reported to and fixed by Axel Liljencrantz. Chan...Gravatar Claes Nästén2007-08-22
* Make fish store universal variables locally if fishd can't be started - local...Gravatar axel2006-11-15
* Fix yet another universal variable issue with initialization of the read buff...Gravatar axel2006-10-19
* Properly handle character sets in universal variablesGravatar axel2006-10-18
* Buffer calls to read() in the universal variable codeGravatar axel2006-10-07
* Huge API documentation cleanupGravatar axel2005-10-25
* Multiple portability fixesGravatar axel2005-10-11
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Exportable universal variablesGravatar axel2005-09-23
* Initial revisionGravatar axel2005-09-20