paraslash.git
2009-05-08 Andre NollNEWS update.
2009-05-07 Andre NollMerge branch 'next'
2009-05-07 Andre Nollnew codename, reset version to git
2009-05-07 Andre Nollthe paraslash-0.3.4 release tarball
2009-05-07 Andre Nollparaslash 0.3.4 v0.3.4
2009-05-07 Andre NollRemove an overambitious sanity check in the fecdec...
2009-05-04 Andre NollKill a bashism in configure.ac.
2009-05-04 Andre NollFix compilation on FreeBSD.
2009-05-04 Andre NollFix two gcc warnings.
2009-05-03 Andre NollMerge branch 'master' into next
2009-05-03 Andre NollAlsa fixes and cleanups.
2009-05-02 Andre NollRe-revert "Auto-adjust fecdec output buffer size."
2009-05-02 Andre NollMerge branch 'master' into next
2009-05-02 Andre NollUse only a single buffer pointer for filters/receivers.
2009-05-01 Andre Nollfecdec: Add another sanity check to find_group().
2009-05-01 Andre Nollalsa: Do not call alsa shutdown functions if alsa wasn...
2009-05-01 Andre Nollalsa: Fix a typo in comment.
2009-05-01 Andre Nollfecdec: Be more anal when finding fec groups.
2009-05-01 Andre Nollfecdec: Fix warning message when freeing incomplete...
2009-04-29 Andre Noll[client] Dynamically allocate output buffer.
2009-04-27 Andre NollMerge branch 'master' into next
2009-04-26 Andre NollRevert "Auto-adjust fecdec output buffer size."
2009-04-26 Andre NollMerge branch 'master' into next
2009-04-26 Andre Nollafs: Rename signal_post_select() to afs_signal_post_sel...
2009-04-26 Andre NollAvoid dirty afs tables on shutdown.
2009-04-26 Andre NollFix an invalid free() in command handlers.
2009-04-25 Andre NollMerge branch 'master' into next
2009-04-25 Andre Noll[net]: Fix buffer overflow in send_cred_buffer().
2009-04-23 Andre NollMerge commit 'fml/master'
2009-04-23 Andre Noll[udp_send] Refuse to stream files with invalid chunk...
2009-04-23 Andre Noll[mp3_afh]: Ignore junk at the end of an mp3 file.
2009-04-19 Andre NollMerge commit 'athcx/next' into next
2009-04-19 Andre NollFix off-by-one bug in mp3_afh.
2009-04-08 Andre Nollaudiod: Add more detailed docu on when to use --no_defa...
2009-04-06 Andre NollKill remaining instances of signal().
2009-04-06 Andre Nollserver: Use para_sigaction() to install the temporary...
2009-04-06 Andre NollUse para_sigaction() in command handlers.
2009-04-06 Andre NollIntroduce para_sigaction().
2009-04-06 Andre Nollsignal: Switch from signal() to sigaction.
2009-03-28 Andre NollAuto-adjust fecdec output buffer size.
2009-03-28 Andre NollFix a memory leak in the fecdec filter.
2009-03-28 Andre Nollfecdec: Return an error on zero size slices.
2009-03-22 Andre NollINSTALL: Minor improvements.
2009-03-22 Andre NollFix some memory leaks.
2009-03-22 Andre NollDestroy the close_on_fork_list in close_listed_fds().
2009-03-21 Andre Nollserver: Use a temporary SIGCHLD handler to catch afs...
2009-03-19 Andre Nollaudiod: Improve display of play time.
2009-03-18 Andre NollFix various dead stores found by the clang static analyzer.
2009-03-18 Andre Nolludp_send: Also mention the FEC parameters of all targets.
2009-03-18 Andre Nollwav: Replace assertion by a proper error message.
2009-03-17 Andre NollGET_NUM_DIGITS: Evaluate macro parameter only once.
2009-03-17 Andre NollFix possible NULL pointer dereference in afh_get_header().
2009-03-15 Andre Nollmp3: Avoid rounding errors during bitrate calculation.
2009-03-15 Andre NollFix year in comment to color.c.
2009-03-15 Andre Nollalsa: Split alsa_open().
2009-03-15 Andre Nollwrite: Get rid of wn->chunk_bytes and wng->max_chunk_bytes.
2009-03-15 Andre NollMinor documentation updates.
2009-03-15 Andre Nollalsa: Simplify alsa_open().
2009-03-15 Andre Nollaudiod: Improve receiver restart logic.
2009-03-12 Andre Nollvss: Take fec group durations into account when computi...
2009-03-12 Andre NollFix a typo in the documentation to struct writer.
2009-03-12 Andre Nollalsa: Revert 596d1d97f90854bd941db02f1353df8e1196ccc0
2009-03-09 Andre Nollaudiod: Change return value of open_current_receiver...
2009-03-09 Andre NollMove struct status_task from audiod.h to audiod.c.
2009-03-09 Andre Nollvss: Fix need_audio_header().
2009-03-09 Andre Nollvss: Improve EOF handling.
2009-03-09 Andre Nollvss: Handle errors in setup_next_fec_group() properly.
2009-03-09 Andre Nollrecv_afs_msg(): Fix indentation.
2009-03-08 Andre NollMake FEC work with oggvorbis streams.
2009-03-08 Andre Nollafh: Introduce afh_get_largest_chunk_size().
2009-03-08 Andre Nolloggdec: Abort on input errors.
2009-03-08 Andre Nollfec: Fix comment to invert_mat().
2009-03-05 Andre Nollalsa_write: Handle EPIPE errors properly.
2009-03-05 Andre NollAvoid division by zero in setup_next_fec_group().
2009-03-05 Andre NollFix initialization of fec_client_list.
2009-03-04 Andre NollNEWS, CREDITS, FEATURES update.
2009-03-04 Andre NollRecognize the eof packet also in the udp receiver.
2009-03-02 Andre NollFix some gcc warnings on x86_64.
2009-03-02 Andre NollMerge commit 'meins/master'
2009-03-01 Andre Nollvss.c: Improve the fec timing code.
2009-03-01 Andre NollSimplify dispatch_slice().
2009-03-01 Andre Nollfecdec: Add some more documentation, minor improvements.
2009-03-01 Andre Nollfecdec: Minor cleanups.
2009-03-01 Andre Nollfecdec.c: Add some more sanity checks to find_group().
2009-03-01 Andre NollMake fec parameters configurable.
2009-03-01 Andre NollMore source code documentation.
2009-03-01 Andre Nollvss.h: Kill unused VSS_CHANGE.
2009-03-01 Andre Nollfecdec.c: Don't warn about incomplete slices at close...
2009-03-01 Andre Nollfecdec_filter.c: Kill useless UNUSED_GROUP_NUM.
2009-03-01 Andre Nollfecdec_filter cleanups and documentation improvements.
2009-03-01 Andre NollAdd some more FEC source code documentation.
2009-02-28 Andre NollTrivial doxygen fixes.
2009-02-28 Andre NollDefine _GNU_SOURCE to get the ucred structure.
2009-02-28 Andre NollSimplify compute_slice_timeout().
2009-02-28 Andre Nollvss.c: Get rid of some casts.
2009-02-28 Andre NollMerge branch 'gerrit'
2009-02-28 Andre NollAdd forward error correction code to the udp sender...
2009-02-28 Gerrit RenkerURL/UDPv6 support for the UDP sender.
2009-02-28 Gerrit RenkerAuxiliary functions to parse and validate parts of...
2009-02-28 Andre Nollaacdec: Do not fail on emtpy buffers.
next