Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed a crash on inputs like ls x>| less, where x doesn't exist in current ↵ | Siteshwar Vashisht | 2012-03-16 |
| | | | | directory. | ||
* | Flip the switch to stop draining threads before exec (!) | ridiculousfish | 2012-03-09 |
| | |||
* | A bunch of changes working towards eliminating all memory allocation after ↵ | ridiculousfish | 2012-03-08 |
| | | | | fork() | ||
* | Implemented test as a builtin (!) | ridiculousfish | 2012-03-07 |
| | |||
* | Final cleanup of io_data_t now that I recognize the bizarre way in which it ↵ | ridiculousfish | 2012-03-04 |
| | | | | shares output buffers (not sure how this ever worked before) | ||
* | Some initial work on removing buffer_t from io_data_t | ridiculousfish | 2012-03-03 |
| | |||
* | Squash a bunch of leaks | ridiculousfish | 2012-02-21 |
| | |||
* | Some hopefully good changes to get IOs off of halloc | ridiculousfish | 2012-02-09 |
| | |||
* | Some changes to migrate towards C++ and a multithreaded model | ridiculousfish | 2011-12-26 |
| | |||
* | remove trailing spaces | Grissiom | 2010-09-18 |
| | | | | | This is done by `sed -i -e 's/[ \t]*$//' *.[c,h]`, which should not introduce any functionality change. | ||
* | Add lots of new code comments. | liljencrantz | 2008-01-14 |
| | | | | darcs-hash:20080113164747-75c98-9d0cefd27be7aef7ba60772616d9da7e6bb52912.gz | ||
* | Minor code tweaks | axel | 2007-04-17 |
| | | | | darcs-hash:20070416201053-ac50b-99d3ee51ef2b3642c737c3809bc2a4bfbe103b67.gz | ||
* | Make it possible to buffer input to other file descriptors than stdin. It is ↵ | axel | 2007-01-08 |
| | | | | | | still only possible to buffer input on a single descriptor to any given job. darcs-hash:20070107141052-ac50b-561265cd5acde7d882e4506870f13d61d34b3734.gz | ||
* | Fix file descriptor leakage from completion pager | axel | 2006-11-12 |
| | | | | darcs-hash:20061112121613-ac50b-209d42c06401faf675ff123236823dcaa651d6f7.gz | ||
* | Add support for buffering of input to a command, the first step to piping ↵ | axel | 2006-08-13 |
| | | | | | | data to fish_pager instead of using the argument list darcs-hash:20060813013803-ac50b-f8000d4c96162023411f84643f47221860b350b2.gz | ||
* | Large number of sourcecode comment edits, and some minor code polish | axel | 2006-06-20 |
| | | | | darcs-hash:20060620005010-ac50b-eaeae9a6242a37c1e34831e1a0b2ee2b4e7a012e.gz | ||
* | Fix bug that caused block level io redirection to break on while loops | axel | 2006-05-15 |
| | | | | darcs-hash:20060514222905-ac50b-7dec0ed716f5fe6af9069b597eee464829a8d820.gz | ||
* | First checkin of transition to using a new hierarchical memory allocator, ↵ | axel | 2006-02-07 |
| | | | | | | some of the memory associated with a job is covered darcs-hash:20060206142502-ac50b-ba1c9a4f64ea0f44f65303a125f9ddae5bd31e2f.gz | ||
* | Huge API documentation cleanup | axel | 2005-10-25 |
| | | | | darcs-hash:20051024152625-ac50b-41503feb4ea8d428c5b30c159aaae0c8f7ae46a2.gz | ||
* | Stop using anonymous unions | axel | 2005-10-12 |
| | | | | darcs-hash:20051011193116-ac50b-ad5f877bc54069233f804dffd136656da3a2c8f1.gz | ||
* | Move io redirection functions to their own library | axel | 2005-10-08 |
darcs-hash:20051008112051-ac50b-113caa4cba470a739e4bfbed9f479e2fed357be7.gz |