paraslash.git
2012-06-03 Andre Nollwmadec: Only decode one superframe at a time.
2012-06-03 Andre Nollflacdec: Only process a single flac audio frame.
2012-06-03 Andre Nollflacdec_close(): Be liberal in what you accept.
2012-06-03 Andre Nolloggdec: Fix EOF handling on repositioning.
2012-05-28 Andre Nolloggdec: Realloc buffer to save memory.
2012-05-19 Andre Nolloggdec: Do not decode more than necessary.
2012-05-19 Andre Nollaudiod: Check pointers passed to btr_get_node_start().
2012-05-19 Andre Nolloss: Add proper error message on init.
2012-05-05 Andre NollMerge branch 't/remove_no_default_filters'
2012-06-24 Andre NollRemove --no_default_filters option.
2012-05-05 Andre NollMerge branch 't/doc'
2012-04-24 Andre Nolldaemon.c: daemon_set_default_log_colors() returns void.
2012-04-21 Andre NollClient: Simplify signal handling.
2012-04-21 Andre Nollrecv.h: Fix typo in documentation.
2012-04-21 Andre NollFix a typo in the documentation of struct ggo_help.
2012-04-21 Andre NollAdd some more starting points to main page.
2012-04-21 Andre NollAdd some missing documentation.
2012-04-09 Andre Nollbtr_slice_out_node(): Set parent to NULL.
2012-04-09 Andre Nollinteractive: Init task status.
2012-04-07 Andre NollIntroduce clear_afhi().
2012-04-07 Andre Nollhttp_recv: Trivial cleanup.
2012-04-05 Andre NollDefine status item list in afh_common.c.
2012-04-05 Andre Nollbtr_remove_node(): Loglevel adjustments.
2012-04-05 Andre Nollinteractive: Set stderr to nonbuffered mode.
2012-04-05 Andre Nollinteractive: Remove pointless return statement.
2012-03-30 Andre Nollnew codename, reset version to git
2012-03-30 Andre Nollthe paraslash-0.4.10 release tarball
2012-03-30 Andre Nollparaslash 0.4.10 v0.4.10
2012-03-29 Andre NollMerge branch 't/gui_improvements'
2012-03-25 Andre NollMerge branch 't/configure_fix'
2012-03-25 Andre NollMerge branch 't/id3_conf'
2012-03-25 Andre Nollmood.c: Silence gcc warning.
2012-03-18 Andre NollLink against libz if compiling with libid3tag support.
2012-03-18 Andre Nollconfigure: Add --with-id3tag-headers/libs.
2012-03-18 Andre Nollgui: Also display command's stderr output.
2012-03-18 Andre Nollgui: Check return value of para_exec_cmdline_pid().
2012-03-18 Andre Nollgui: Rename client_cmd_cmdline() to para_cmd().
2012-03-18 Andre Nollgui: Make some functions return void.
2012-03-18 Andre Nollconfigure: Fix warning message.
2012-03-18 Andre NollMerge branch 't/t0004_fix'
2012-03-15 Andre Nollmanual: Explain how to compile from git.
2012-03-14 Andre Nolldoc: Avoid \0 in comments.
2012-03-05 Andre NollMerge branch 't/audioc_cleanups'
2012-03-04 Andre NollFix t0004-server.
2012-03-04 Andre Nollconfigure.ac: Do not include server-only objects uncond...
2012-03-04 Andre Nollconfigure.ac: Remove fec from objects for para_recv.
2012-03-04 Andre Nollconfigure.ac: Kill $gui_other_objs.
2012-02-27 Andre Nollconfigure.ac: Try to link against libogg and lm if...
2012-02-26 Andre NollMerge branch 't/mmap_sanity'
2012-02-18 Andre NollMerge branch 't/write_consolidation'
2012-02-12 Andre Nollaudioc: Improve documentation of main().
2012-02-12 Andre NollMerge branch 't/deprecate_no_default_filters'
2012-02-05 Andre Nollaudioc: Fix memory leak in configfile_exists().
2012-02-05 Andre Nollaudioc: Do not leak command buffer.
2012-02-05 Andre Nollaudioc.c: Always free IO buffer.
2012-02-05 Andre NollFix memory leak in audioc.c.
2012-01-30 Andre NollImprove error diagnostics of mmap_full_file().
2012-01-30 Andre Nollgrab_client.c: Fix another documentation bug
2012-01-30 Andre NollMerge commit '1678ee'
2012-01-25 Andre Nollaudiod: Deprecate the --no_default_filters option.
2012-01-22 Andre Nollpara_client: Fix a memory leak.
2012-01-21 Andre NollFix a typo in the manual.
2012-01-20 Andre NollReplace PARA_VSNPRINTF by xvasprintf().
2012-01-20 Andre Nollcommand: Introduce struct command_context.
2012-01-20 Andre NollIntroduce xwritev().
2012-01-20 Andre NollRename write_nonblock() to xwrite().
2012-01-20 Andre Nollsc_send_buffer(): Return an error on short writes.
2012-01-20 Andre Nollsc_send_bin_buffer: Use write_nonblock() rather than...
2012-01-20 Andre Nollsc_send_result(): Error out on short writes.
2012-01-20 Andre Nollafh: Use write_all rather than plain write().
2012-01-20 Andre Nollfd: Let write_all() return an error on short writes.
2012-01-20 Andre NollFix two minor documentation issues.
2012-01-20 Andre Nollfd: Improve error handling of write_nonblock().
2012-01-20 Andre NollMove send_buffer() and send_va_buffer() from net.c...
2012-01-20 Andre NollRemove send_bin_buffer().
2012-01-20 Andre Nollfd: Make write_all() receive the length by value.
2012-01-20 Andre Nolllsatt: Do not print "no matches" message unconditionally.
2012-01-15 Andre Nollcommand.c: Fix typo in comment.
2012-01-10 Andre NollFix typo in audiod man page.
2012-01-10 Andre NollMerge branch 't/web_fix'
2012-01-07 Andre NollChange year in copyright message to 2012.
2012-01-06 Andre NollMake web pages conform to the HTML standard again.
2012-01-04 Andre Nollafh/audioc: Explicitly mark STDOUT as blocking.
2012-01-04 Andre Nollcom_init(): Return proper error code.
2012-01-04 Andre Nollaudiod: Fix bug in status_pre_select().
2011-12-24 Andre NollMerge remote-tracking branch 's/master'
2011-12-18 Andre Nollsend: Make ->send_fec() return void.
2011-12-18 Andre NollAlways include stdbool.h.
2011-12-06 Andre Nollweb: Fix year in release announcement.
2011-12-06 Andre Nollnew codename, reset version to git
2011-12-06 Andre Nollthe paraslash-0.4.9 release tarball
2011-12-06 Andre Nollparaslash 0.4.9 v0.4.9
2011-12-04 Andre NollMerge branch 't/interactive'
2011-11-29 Andre NollMerge branch 't/flac'
2011-11-25 Andre NollMerge branch 't/generic_match_count'
2011-11-20 Andre NollDocument interactive sessions and add link to libreadline.
2011-11-20 Andre NollRewrite bash completion.
2011-11-20 Andre NollInteractive mode for para_audioc.
2011-11-20 Andre Nollclient: Implement interactive mode.
2011-11-20 Andre Nollstring: Introduce compute_word_num().
next