aboutsummaryrefslogtreecommitdiffhomepage
path: root/fishd.cpp
Commit message (Expand)AuthorAge
* Remove problems with fishd under Cygwin.Gravatar Konrad Borowski2013-08-12
* Generate version numbers dynamicallyGravatar David Adam (zanchey)2013-08-11
* Mark stdin as nonblocking if we get EWOULDBLOCK, and before handing it off to...Gravatar ridiculousfish2013-04-07
* Large set of changes to how PATH is handled. Changed fish to no longer modify...Gravatar ridiculousfish2013-02-19
* More cleanup based on static analysisGravatar 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
* Make fishd base its variable files on the MAC address instead of hostnameGravatar ridiculousfish2013-01-08
* Eliminate str2wcsGravatar ridiculousfish2012-12-19
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-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
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
* Cleaned up lots of typecasts, simplified some string handlingGravatar ridiculousfish2012-08-04
* Lots of work towards making fish build without warnings on Mountain Lion, mos...Gravatar ridiculousfish2012-08-04
* Lots of modernization changedGravatar ridiculousfish2012-05-09
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Added some missing calls to setup_fork_guards() in utilities.Gravatar ridiculousfish2012-03-07
* Some initial changes to use CLO_EXEC, with an eye towards some day using it c...Gravatar Peter Ammon2012-03-02
* Final removal of halloc. It's like Christmas Morning.Gravatar ridiculousfish2012-02-09
* More const and signed correctness. Warnings now fit on one page!Gravatar Peter Ammon2012-01-14
* Improved const-correctness, eliminating warnings.Gravatar Peter Ammon2012-01-14
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05
* Fixed a build failureGravatar ridiculousfish2011-12-26
* Migrated some more data structures to the STL. Removed some ad-hoc data struc...Gravatar ridiculousfish2011-12-26
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* Initial C++ conversionGravatar ridiculousfish2011-12-26