aboutsummaryrefslogtreecommitdiffhomepage
path: root/iothread.h
Commit message (Collapse)AuthorAge
* Use iothread_perform variant that doesn't take a completion callbackGravatar ridiculousfish2015-01-14
| | | | Removes some ugly NULL casts
* Initial work on strategy_named_pipe universal notifier.Gravatar ridiculousfish2014-05-04
|
* Allow autosuggestions to do job expansion. FixesGravatar ridiculousfish2013-11-29
| | | | https://github.com/fish-shell/fish-shell/issues/1152
* Implemented iothread_perform_on_main() to support background threadsGravatar ridiculousfish2013-11-27
| | | | scheduling work on main thread
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
|
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|
* Added some fork tests, fixed some bugs it foundGravatar ridiculousfish2012-02-29
|
* Change to wait for all outstanding iothreads before calling fork(). This ↵Gravatar ridiculousfish2012-02-27
| | | | should prevent a whole host of threading/fork interactions, but may also compromise performance...we'll see.
* Initial work towards making autosuggestion smarter by recognizing pathsGravatar ridiculousfish2012-02-15
|
* Added iothreadGravatar ridiculousfish2011-12-26