aboutsummaryrefslogtreecommitdiffhomepage
path: root/iothread.cpp
Commit message (Collapse)AuthorAge
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
| | | | Improved how screen.cpp interacts with output_set_writer()
* Remove some dead variables.Gravatar ridiculousfish2012-03-25
| | | | | Fix screwy output for invalid tilde expansion in expand.cpp Some cleanup per clang static analyzer
* 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 ↵Gravatar Peter Ammon2012-03-02
| | | | correctly.
* 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.
* Some initial work towards resolving nasty fork/pthread issues, and to having ↵Gravatar ridiculousfish2012-02-27
| | | | a per-parser job list
* 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