aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
Commit message (Expand)AuthorAge
* Big fat refactoring of how redirections work. In fish 1.x and 2.0.0, the redi...Gravatar ridiculousfish2013-08-19
* Initial work towards various IO cleanups with an eye to fixing https://github...Gravatar ridiculousfish2013-08-19
* Mark jobs as completed when all processes have finished, not just the last one.Gravatar ridiculousfish2013-06-16
* Fix comments in proc.h (spelling, wording, format)Gravatar Cheer Xiao2013-02-03
* Initial set of changes working to make fish robust against running out of fil...Gravatar ridiculousfish2013-01-30
* Fix spelling: s/circut/circuit/gGravatar Cheer Xiao2013-01-24
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Don't use posix_spawn when file redirections are involved (except /dev/null) ...Gravatar ridiculousfish2012-10-29
* First stab at elseif implementationGravatar ridiculousfish2012-09-01
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Signal handling cleanup and improved safetyGravatar ridiculousfish2012-06-04
* Cleanup proc_had_barrierGravatar ridiculousfish2012-03-31
* A bunch of changes working towards eliminating all memory allocation after fo...Gravatar ridiculousfish2012-03-08
* More work towards improving relationship between multithreading and forkGravatar ridiculousfish2012-02-29
* Fix a "class <-> struct" warning with clang++Gravatar ridiculousfish2012-02-29
* More work on improving interaction between fork and pthreads. Added null_term...Gravatar ridiculousfish2012-02-29
* Some initial work towards resolving nasty fork/pthread issues, and to having ...Gravatar ridiculousfish2012-02-27
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
* Changes to make autosuggestion smarter about not suggesting commands that cou...Gravatar ridiculousfish2012-02-16
* Some hopefully good changes to get IOs off of hallocGravatar ridiculousfish2012-02-09
* Clean up how argv is stored in process_tGravatar ridiculousfish2012-01-31
* Fixed compilation errors caused by latest commitsGravatar Siteshwar Vashisht2012-01-30
* Excised some more hallocGravatar ridiculousfish2012-01-29
* A bunch of work to move towards a sane memory model in job_tGravatar ridiculousfish2012-01-29
* Began migration of job_t away from hallocGravatar ridiculousfish2012-01-29
* Convert jobs list to std::listGravatar ridiculousfish2012-01-29
* Improve const and signed/unsigned correctnessGravatar Peter Ammon2012-01-14
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Handle exit status of processes terminated by signalsGravatar axel2009-02-22
* Update todo list and code commentsGravatar liljencrantz2008-01-09
* Cleanup and improve the exit status numbers and the messages generated on err...Gravatar liljencrantz2008-01-09
* Replace the count function with a builtin for performance reasons. The count ...Gravatar axel2007-08-01
* Make it possible to buffer input to other file descriptors than stdin. It is ...Gravatar axel2007-01-08
* Code cleanup: Use a macro constant instead fo a literal for builtin exit codesGravatar axel2006-12-14
* Minor code edit - move a bit of code into its own functionGravatar axel2006-11-20
* Use bitset to implement flags for jobs instead of wasting a whole int for eve...Gravatar axel2006-10-26
* Be more rigorous with the exit codes set by the parser and builtinsGravatar axel2006-10-09
* Unknown commands should set the status flag to 127, as in bash and friendsGravatar axel2006-10-09
* fish_pager_via_stdinGravatar stew2006-08-22
* Fix psub deadlocks by once again considering a job as completed whenever the ...Gravatar axel2006-07-08
* Fix minor typos in code commentsGravatar axel2006-06-05
* Minor edits of function descriptions, includes, etc.Gravatar axel2006-05-03
* Make job id numbering start from 1, not 0Gravatar axel2006-04-28
* Add support for the -n switch to skip execution of any commandsGravatar axel2006-03-18
* API documentation, code style cleanup, etc.Gravatar axel2006-02-20
* Fix bug in fish causing occasionally incorrect signal handlersGravatar axel2006-02-16