paraslash.git
2008-04-12 Andre Nollvss: Check the afs socket either for reading or for...
2008-04-12 Andre NollSimplify vss_preselect().
2008-04-12 Andre Nollvss_preselect(): Use single return.
2008-04-12 Andre NollDo not call vss_post_select() if para_select() failed.
2008-04-11 Andre Nollnew codename, reset version to git
2008-04-11 Andre Nollthe paraslash-0.3.2 release tarball
2008-04-11 Andre Nollparaslash 0.3.2 v0.3.2
2008-04-11 Andre NollServer/audiod option parsing improvements.
2008-04-10 Andre NollKill unused error code AFS_PARENT_DIED.
2008-04-10 Andre Nollaudioc: Make all fds non-blocking.
2008-04-07 Andre NollDo not call close_listed_fds() in para_exec().
2008-04-07 Andre Nollexec and fade cleanups.
2008-04-06 Andre NollGet rid of E_MUNMAP.
2008-04-06 Andre Nollclient.c: supervisor task should use post_select instea...
2008-04-06 Andre NollFix NULL pointer dereference for stdin commands.
2008-04-05 Andre Nollafh.ggo: Clarify --no_header help text.
2008-04-05 Andre Nollpara_afh: Accept negative values for begin_chunk and...
2008-04-04 Andre NollFix the man page generation fix.
2008-04-04 Andre NollMerge commit 'remotes/lamarck/master'
2008-04-04 Andre Nollconfigure.ac: Fix afh_ldflags on Solaris.
2008-04-04 Andre Nollaudiod.c Solaris needs signal.h.
2008-04-04 Andre NollFix generation of man pages on Solaris.
2008-04-04 Andre Nollconfigure.ac: Update configure output of the paraslash...
2008-04-02 Andre NollRewrite audiod help text.
2008-04-02 Andre NollUpdate help text for audiod's kill command.
2008-04-02 Andre Nollaudiod.ggo: Kill unused --stream_timeout option.
2008-04-02 Andre NollGrab cleanups and fixes.
2008-04-02 Andre Nollaudiod: Fix decoder restart barrier.
2008-04-02 Andre NollMerge commit 'remotes/fml/master'
2008-04-02 Andre NollUpdate documentation of activate_grab_client().
2008-04-02 Andre NollSimplify activate_inactive_grab_clients().
2008-04-01 Andre NollNEWS update.
2008-04-01 Andre Nollaudiod: Get rid of the audiod task.
2008-04-01 Andre NollFix com_stat() for arguments greater than one.
2008-04-01 Andre NollFix another bug in stdout.c.
2008-04-01 Andre Nollclient.c: Add status info.
2008-04-01 Andre Nollclient.c: Fix error value of supervisor task.
2008-04-01 Andre NollFix a bug in stdout.c.
2008-04-01 Andre NollMake unregister_task() static.
2008-04-01 Andre NollUpdate documentation for stdin.c and stdout.c.
2008-04-01 Andre Nollstdin: Don't set sit->loaded.
2008-04-01 Andre NollFix two typos in stdin.c.
2008-04-01 Andre NollKill unused wng_unregister().
2008-04-01 Andre Nollwng_open(): Defer registering the wng task.
2008-04-01 Andre Nollaudiod: Rewrite status task logic.
2008-04-01 Andre Nollunregister_task(): Print what caused the task to shutdown.
2008-04-01 Andre Nollunregister_task(): Set error status to E_TASK_UNREGISTERED
2008-04-01 Andre Nollkill_task(): Only set task error status.
2008-04-01 Andre NollMerge commit 'remotes/fml/master'
2008-04-01 Andre Nollafs.c: Make open_next_audio_file() static.
2008-04-01 Andre Nollafs.c: Get rid of unregister_tasks().
2008-03-31 Andre Nollaudiod: Don't unregister tasks, just set the error...
2008-03-31 Andre Nollfilter: Switch from linked lists to arrays.
2008-03-31 Andre Nollsched: Only call pre/post select hooks if tasks are...
2008-03-31 Andre NollFix afs shutdown.
2008-03-31 Andre NollDocumentation updates and cleanups.
2008-03-31 Andre Nollsched.c: Cosmetic cleanups.
2008-03-31 Andre Nollafs: Shutdown the scheduler if a fatal signal was caught.
2008-03-31 Andre NollExport sched_shutdown().
2008-03-31 Andre Nollsched.c: Add checks for empty lists.
2008-03-31 Andre Nollaudiod.c: Fix stat task restarting.
2008-03-31 Andre Nollungegister_task(): Set task error value to -E_TASK_KILLED.
2008-03-30 Andre NollSimplify the scheduling code.
2008-03-30 Andre NollAdd documentation for the loglevel argument of para_server.
2008-03-30 Andre NollIncrease aggressiveness of the compress filter.
2008-03-29 Andre NollFix lsatt command.
2008-03-25 Andre NollFix afs signal handling.
2008-03-25 Andre NollUpdate doxygen documentation.
2008-03-24 Andre NollComplete the afs callback conversion.
2008-03-24 Andre NollIntroduce pass_object_as_shm().
2008-03-24 Andre Nollmake send_callback_request() and friends take a result...
2008-03-19 Andre NollFix use of uninitialized afhi->header_len.
2008-03-17 Andre NollFix compilation of para_fade in certain cases.
2008-03-17 Andre NollMerge commit 'remotes/meins/master'
2008-03-17 Andre Nollfsck.c: Fix typo.
2008-03-17 Andre Nollsignal.c: Cosmetics.
2008-03-17 Andre NollKill unused error code SIGNAL_READ.
2008-03-17 Andre NollFix para_next_signal().
2008-03-16 Andre NollLet the daemon option depend on the logfile option.
2008-03-16 Andre NollMore detailed and much nicer para_server man page.
2008-03-15 Andre Nollafh.c: Use write_all() instead of write().
2008-03-15 Andre NollMove write_all() from net.c to fd.c.
2008-03-15 Andre Nollnet.c: Rename sendall() to write_all().
2008-03-15 Andre NollImplement streaming mode for para_afh.
2008-03-15 Andre NollMove the get_chunk and the get_header functions from...
2008-03-14 Andre NollAdd missing files for para_afh.
2008-03-14 Andre NollMerge commit 'remotes/meins/master'
2008-03-14 Andre NollAdd para_afh to web pages.
2008-03-13 Andre NollGet rid of E_BAD_AUDIO_FILE_SUFFIX.
2008-03-13 Andre NollImplement para_afh: The stand-alone audio file handler.
2008-03-13 Andre Nollaft.c: Move definition of "buf" down a bit.
2008-03-13 Andre Nollosl.c: Simplify comment.
2008-03-13 Andre Nollafs.c: Cosmetic comment cleanup.
2008-03-13 Andre Nollconfigure.ac: para_audiod is optional.
2008-03-13 Andre NollFix documentation of select command.
2008-03-12 Andre NollAdd new ls option: -lc to print out the chunk table.
2008-02-23 Andre Nollnew codename, reset version to git
2008-02-23 Andre Nollthe paraslash-0.3.1 release tarball
2008-02-23 Andre Nollparaslash 0.3.1 v0.3.1
2008-02-23 Andre Nollpara.h: Change copyright year to 2008.
next