aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.h
Commit message (Expand)AuthorAge
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
* Fixed a crash on inputs like ls x>| less, where x doesn't exist in current di...Gravatar Siteshwar Vashisht2012-03-16
* Flip the switch to stop draining threads before exec (!)Gravatar ridiculousfish2012-03-09
* A bunch of changes working towards eliminating all memory allocation after fo...Gravatar ridiculousfish2012-03-08
* Implemented test as a builtin (!)Gravatar ridiculousfish2012-03-07
* Final cleanup of io_data_t now that I recognize the bizarre way in which it s...Gravatar ridiculousfish2012-03-04
* Some initial work on removing buffer_t from io_data_tGravatar ridiculousfish2012-03-03
* Squash a bunch of leaksGravatar ridiculousfish2012-02-21
* Some hopefully good changes to get IOs off of hallocGravatar ridiculousfish2012-02-09
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Add lots of new code comments.Gravatar liljencrantz2008-01-14
* Minor code tweaksGravatar axel2007-04-17
* Make it possible to buffer input to other file descriptors than stdin. It is ...Gravatar axel2007-01-08
* Fix file descriptor leakage from completion pagerGravatar axel2006-11-12
* Add support for buffering of input to a command, the first step to piping dat...Gravatar axel2006-08-13
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Fix bug that caused block level io redirection to break on while loopsGravatar axel2006-05-15
* First checkin of transition to using a new hierarchical memory allocator, som...Gravatar axel2006-02-07
* Huge API documentation cleanupGravatar axel2005-10-25
* Stop using anonymous unionsGravatar axel2005-10-12
* Move io redirection functions to their own libraryGravatar axel2005-10-08