aft: Make make_status_items() static.
[paraslash.git] / write_common.c
2009-05-14 Andre Nollstruct writer_node: Store the number of the writer...
2009-05-10 Andre NollAdd some missing source code documentation.
2009-05-10 Andre Nollaudiod: Properly handle wng open failures.
2009-05-08 Andre NollAllow writers that have no pre_select functions.
2009-05-07 Andre NollMerge branch 'next'
2009-05-03 Andre NollMerge branch 'master' into next
2009-05-02 Andre NollMerge branch 'master' into next
2009-05-02 Andre NollUse only a single buffer pointer for filters/receivers.
2009-03-15 Andre Nollwrite: Get rid of wn->chunk_bytes and wng->max_chunk_bytes.
2009-01-26 Andre NollFix config file handling for audiod and clean up init...
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-09 Andre NollMerge commit 'meins/master'
2008-12-07 Andre NollMake functions for printing recv/filter/write help...
2008-12-06 Andre NollMerge commit 'meins/master'
2008-12-06 Andre NollImprove help/man page of para_write.
2008-07-19 Andre NollMerge commit 'meins/master'
2008-07-12 Andre NollFix a bug in para_write.
2008-04-01 Andre NollKill unused wng_unregister().
2008-04-01 Andre Nollwng_open(): Defer registering the wng task.
2008-03-30 Andre NollSimplify the scheduling code.
2008-02-17 Andre NollKill superfluous "%s" in log messages.
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-28 Andre NollTurn PARA_STRERROR into an inline function.
2007-12-15 Andre NollReplace eof by error in receivers/filters/writers.
2007-12-15 Andre NollFix some typos.
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-06-11 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-06-10 Andre Nollclean up error.h
2007-03-02 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-02-20 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash
2007-02-19 Andre Nollsimplify setup_default_wng()
2007-02-10 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash
2007-02-10 Andre Nolladd more missing documentation
2007-01-31 Andre NollMerge ../paraslash_meins/paraslash
2007-01-30 Andre NollMerge ../paraslash.fml/paraslash
2007-01-29 Andre Nollcheck_writer_arg(): change writer arg to const char *
2006-06-05 Andrefix multiple simultaneous writers
2006-06-05 Andresimplify writer node group
2006-06-05 Andresched: nuke "flag" field of struct task
2006-06-04 Andrewrite_common: get rid of POST_ADD_TAIL
2006-05-31 AndreFix wng_open error handling.
2006-05-30 Andrefix audiod on/off/sb commands
2006-05-30 Andremore audiod fixes
2006-05-29 Andrewng: fix two critical bugs
2006-05-29 AndreMerge branch 'sched'
2006-05-29 Andrefix writer node group eof
2006-05-28 Andreintegrate writers into para_audiod
2006-05-26 Andrepara_write: Own commandline parsers for each writer
2006-05-25 Andreintroduce input_eof and ouput_eof
2006-05-23 AndreRename error handler() to event_handler()
2006-05-23 Andresimplify sched: nuke PRE_EOF_IS_ERROR
2006-05-23 AndreMake the wng->eof a pointer.
2006-05-23 Andrefirst version of the universal paraslash scheduler
2006-04-20 AndreSimplify wng_write()
2006-04-20 Andreadd doxygen file comments
2006-04-18 Andresplit play.c and rename para_play to para_write