paraslash.git
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().
2011-11-20 Andre Nollconfigure: Introduce checks for libreadline.
2011-11-20 Andre Nollclient: Split client_open() and client_close().
2011-11-20 Andre Nollsched: Allow more than one running scheduler instance.
2011-11-20 Andre NollTeach command_util to print also completions.
2011-11-20 Andre NollAllow switching between different log methods at runtime.
2011-11-20 Andre Nollcommand_util: Fix quoting in template_loop().
2011-11-20 Andre NollMerge branch 't/recv_improvements'
2011-11-17 Andre NollCompilation fix for FreeBSD.
2011-11-16 Andre NollMerge branch 't/makefile_cleanups'
2011-11-13 Andre Nolldoc: Add flac documentation to manual and FEATURES.
2011-11-13 Andre NollImplement the flac decoding filter.
2011-11-13 Andre NollImplement the flac audio format handler.
2011-11-13 Andre NollInitial support for FLAC (the free lossless audio codec).
2011-11-13 Andre Nollbtr: Introduce btr_next_buffer_omit().
2011-11-13 Andre NollMake vorbis comment helper functions generic.
2011-11-13 Andre NollCalculate width of audio formats in ls output.
2011-11-13 Andre Nollstdin: Increase input buffer.
2011-11-13 Andre Nolldaemon: Introduce parent_waits flag for daemonize().
2011-11-13 Andre NollRevert "server: Listen on command socket before daemoni...
2011-11-12 Andre Nollvss: Avoid read-overflowing the header buffer for ogg...
2011-11-11 Andre Nollvss: Don't prefault header.
2011-11-06 Andre Nollcom_lsblob: Print an error message if no blob matched.
2011-11-06 Andre Nollcom_ls: Print an error message if no file matched.
2011-11-06 Andre Nollcatblob: Fix "no matches" message.
2011-11-06 Andre Nollafs: Make catblob commands print an error if no blob...
2011-11-06 Andre Nollafs: Provide generic counter for matching rows.
2011-11-06 Andre NollMerge branch 't/alsa_improvements'
2011-11-06 Andre NollMerge branch 't/t0004'
next