summaryrefslogtreecommitdiff
path: root/stdout.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
* 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
* sched: Introduce sched_{read,write}_ok().Andre Noll2022-08-25
* Shorten copyright notice.Andre Noll2017-09-22
* Merge branch 'maint'Andre Noll2017-08-06
|\
| * stdin/stdout: Only set nonblock flags for non-tty fds.Andre Noll2017-08-05
* | doxygen: Add \ref to references.Andre Noll2017-06-25
|/
* 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
* sched: Introduce alternative task API.Andre 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
* | stdout: 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
* Rename write_nonblock() to xwrite().Andre Noll2012-01-20
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* Remove some unnecessary includes.Andre Noll2011-03-27
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* cleanup: remove redundant 'max length' argumentGerrit Renker2010-06-07
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* stdin/stdout cleanup.Andre Noll2010-01-15
* stdout: Try to write as much as possible in one go.Andre Noll2010-01-10
* [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
* stdout: Misc cleanups.Andre Noll2009-12-31
* btr: Make it kind of work for http recv + stdout.Andre Noll2009-12-29
* stdout.c: Add a flag to activate buffer tree API.Andre Noll2009-12-28
* Introduce para_regcomp.Andre Noll2009-07-08
* Use only a single buffer pointer for filters/receivers.Andre Noll2009-05-02
* Change year of copyright from 2008 to 2009.Andre Noll2009-01-10
* Fix another bug in stdout.c.Andre Noll2008-04-01
* Fix a bug in stdout.c.Andre Noll2008-04-01
* Update documentation for stdin.c and stdout.c.Andre Noll2008-04-01
* Simplify the scheduling code.Andre Noll2008-03-30
* More trivial cleanups.Andre Noll2008-02-09
* Always check the return value of mark_fd_nonblocking().Andre Noll2008-01-19
* Turn PARA_STRERROR into an inline function.Andre Noll2007-12-28
* Replace eof by error in receivers/filters/writers.Andre Noll2007-12-15