summaryrefslogtreecommitdiff
path: root/stdin.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Fix some doxygen comments related to stdin and stdout.Andre Noll2026-02-25
* Fix two stdin/stdout related memory leaks.Andre Noll2025-11-17
* Revamp the stdin/stdout API.Andre Noll2025-08-27
* stdin: Only read from stdin if fd 0 is ready.Andre Noll2025-07-12
* Include regex.h from para.h.Andre Noll2025-05-19
* Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* stdin/stdout: Streamline documentation of {pre,post}_select().Andre Noll2022-08-25
* Hide implementation of para_fd_set().Andre Noll2022-08-25
* fd: Drop fd_set parameter from read_nonblock() and friends.Andre Noll2022-08-25
* Shorten copyright notice.Andre Noll2017-09-22
* stdin/stdout: Only set nonblock flags for non-tty fds.Andre Noll2017-08-05
* Update year in copyright headers.Andre Noll2015-01-12
* Remove unnecessary system header includes.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* sched: Directly pass context pointer to pre/post_select().Andre Noll2014-05-25
* task_register() conversion: stdin taskAndre Noll2014-05-25
* Change copyright year to 2014.Andre Noll2014-02-22
* Merge branch 't/stdin_stdout_fixes'Andre Noll2013-06-11
|\
| * stdin/stdout: Restore fd flags on shutdown.Andre Noll2013-05-05
* | sched: Rename new_post_select back to post_select.Andre Noll2013-04-30
* | sched: Kill old ->post_select variant.Andre Noll2013-04-30
* | stdin: Switch to the alternative post select method.Andre Noll2013-04-30
|/
* Change copyright year to 2013.Andre Noll2013-03-25
* btr: Remove btr_free_node().Andre Noll2012-07-08
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* stdin: Increase input buffer.Andre Noll2011-11-13
* Remove some unnecessary includes.Andre Noll2011-03-27
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* stdin: Use non-blocking API.Andre Noll2010-04-25
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* stdin/stdout cleanup.Andre Noll2010-01-15
* stdin: Avoid overrun errors.Andre Noll2010-01-13
* stdin: Use buffer pools.Andre Noll2010-01-10
* stdin: Always set t->error correctly.Andre Noll2010-01-05
* [btr] Add the node type parameter to btr_node_status().Andre Noll2010-01-05
* [btr] Split btr_del_node() into two functions.Andre Noll2010-01-05
* stdin: Increase buffer size.Andre Noll2010-01-04
* Add btr support to filter code.Andre Noll2009-12-31
* write/alsa: Add btr support.Andre Noll2009-12-29
* stdin.c: btr preparations.Andre Noll2009-12-29
* Merge branch 'master' into nextAndre Noll2009-09-19
|\
| * stdin: Increase input buffer size.Andre Noll2009-09-19
* | Introduce para_regcomp.Andre Noll2009-07-08
|/
* Change year of copyright from 2008 to 2009.Andre Noll2009-01-10
* stdin: Abort if the consumer terminates.Andre Noll2008-10-13
* Update documentation for stdin.c and stdout.c.Andre Noll2008-04-01
* stdin: Don't set sit->loaded.Andre Noll2008-04-01
* Fix two typos in stdin.c.Andre Noll2008-04-01