aboutsummaryrefslogtreecommitdiffhomepage
path: root/fishd.cpp
Commit message (Expand)AuthorAge
* 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