aboutsummaryrefslogtreecommitdiffhomepage
path: root/iothread.cpp
Commit message (Expand)AuthorAge
* Fix intermittent crash in iothread.cppGravatar Kevin Ballard2014-09-19
* Hopeful fix for hangs in iothread tests in travis-ciGravatar ridiculousfish2014-05-29
* Attempt to silence some warningsGravatar ridiculousfish2014-04-27
* Remove a debugging statement (oops)Gravatar ridiculousfish2014-04-18
* Reduce the iterations in the iothread test to something more reasonable.Gravatar ridiculousfish2014-04-17
* Simplify threading implementation. Removed iothread array. Threads nowGravatar ridiculousfish2014-04-17
* Allow autosuggestions to do job expansion. FixesGravatar ridiculousfish2013-11-29
* Implemented iothread_perform_on_main() to support background threadsGravatar ridiculousfish2013-11-27
* 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