aboutsummaryrefslogtreecommitdiffhomepage
path: root/iothread.cpp
Commit message (Expand)AuthorAge
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Fix for https://github.com/fish-shell/fish-shell/issues/28Gravatar ridiculousfish2012-07-09
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Remove some dead variables.Gravatar ridiculousfish2012-03-25
* Implemented test as a builtin (!)Gravatar ridiculousfish2012-03-07
* Some initial work towards cutting down the number of fork calls we doGravatar ridiculousfish2012-03-06
* Some initial changes to use CLO_EXEC, with an eye towards some day using it c...Gravatar Peter Ammon2012-03-02
* Added some fork tests, fixed some bugs it foundGravatar ridiculousfish2012-02-29
* Change to wait for all outstanding iothreads before calling fork(). This shou...Gravatar ridiculousfish2012-02-27
* Some initial work towards resolving nasty fork/pthread issues, and to having ...Gravatar ridiculousfish2012-02-27
* Squash a leak in LRU cachesGravatar ridiculousfish2012-02-17
* Initial work towards making autosuggestion smarter by recognizing pathsGravatar ridiculousfish2012-02-15
* More work towards instanced parser. First successful compilationGravatar ridiculousfish2012-01-22
* Added iothreadGravatar ridiculousfish2011-12-26