paraslash.git
2010-06-06 Andre Nollgui: Avoid busy loop if audiod is down.
2010-05-23 Gerrit Renkerstring: constant value
2010-05-12 Andre Nolloss: Fix double free bug on open failure.
2010-04-12 Andre Nollchunk queue: Fix chunk dequeuing.
2010-04-08 Andre Nolludp_send: Fix com_off.
2010-03-07 Andre Nollsetup_next_fec_group(): Return early on eof.
2010-01-31 Andre Nollrecv: Don't set argv to NULL when parsing receiver...
2010-01-17 Andre NollMerge remote branch 'athcx/maint' into maint
2009-12-29 Andre Nollstdin: Fix a signed bug.
2009-12-20 Andre Nollaudiod: Invalidate the current audio format when closin...
2009-12-19 Andre Nollaudiod: Avoid starting the wrong decoder on server...
2009-12-19 Andre Nollfecdec: Fix a double-free bug in clear_group().
2009-12-19 Andre Nollhttp_send: Send http OK message earlier.
2009-12-09 Andre Nollosx_write: Make it compile on Snow Leopard.
2009-12-07 Andre Nollnew codename, reset version to git
2009-12-07 Andre Nollthe paraslash-0.3.6 release tarball
2009-12-07 Andre Nollparaslash 0.3.6 v0.3.6
2009-12-02 Andre NollNEWS update.
2009-12-02 Andre NollChange codename.
2009-11-30 Andre Nollfecdec: Wait until the second FEC group is complete.
2009-11-27 Andre NollFEC: Improve and simplify group timing.
2009-11-18 Andre Nollfecdec: Defer decoding until the next group after the...
2009-11-12 Andre Nollhttp/dccp: Do not send the audio file header twice.
2009-11-09 Andre NollMerge commit 'meins/maint' into maint
2009-11-07 Andre Nollalsa: Avoid using 0 as a NULL pointer.
2009-11-07 Andre Nollfecdec_filter: Avoid potentially expensive pointer...
2009-11-07 Andre NollMake some blob functions static.
2009-11-06 Andre NollMerge commit 'meins/maint' into maint
2009-11-06 Andre NollReplace assertion for invalid audio formats by a runtim...
2009-11-05 Andre Nollserver: Fix assignment of afs_pid.
2009-11-05 Andre Nollwng: Avoid buffer underruns due to filter chain output...
2009-11-05 Andre Nolloss_post_select(): Kill unused attribute for the struct...
2009-11-05 Andre Nolloss_pre_select(): Fix check for empty infput buffer.
2009-10-25 Andre NollMerge commit 'meins/maint' into maint
2009-10-24 Andre Nollvss: Fix computation of extra slices.
2009-10-23 Andre NollMerge commit 'meins/maint' into maint
2009-10-22 Andre Nollpopulate_user_list(): Use correct buffer size.
2009-10-22 Andre Nolldaemon: Avoid using MAXLINE.
2009-10-22 Andre Nolldrop_privileges_or_die(): Check return value of setuid().
2009-10-22 Andre Nollfecdec: Fix decoding of the audio file header.
2009-10-16 Andre NollFix error message in case of missing sys/soundcard.h.
2009-10-06 Andre NollAdd *_command_list.c to .gitignore.
2009-10-06 Andre NollUse para_malloc() instead of malloc() everywhere.
2009-10-06 Andre Nollogg: retry ov_open_callbacks() also on OV_EBADHEADER...
2009-09-24 Andre Nollreset version to git
2009-09-21 Andre Nollthe paraslash-0.3.5 release tarball
2009-09-21 Andre Nollparaslash 0.3.5 v0.3.5
2009-09-21 Andre NollMerge commit 'meins/master'
2009-09-19 Andre NollNEWS update.
2009-09-19 Andre Nolloggdec filter improvements.
2009-09-19 Andre NollComplete re-write of the ogg vorbis audio format handler.
2009-09-19 Andre Nollfecdec: Defer decoding until the first slice of the...
2009-09-19 Andre Nollafh: Fix memory leak.
2009-09-19 Andre Nollstdin: Increase input buffer size.
2009-09-19 Andre Nolltv_scale(): Avoid integer overflow.
2009-09-19 Andre Nollvss: Honor header chunk when computing FEC group start.
2009-09-14 Andre NollMerge commit 'meins/master'
2009-09-14 Andre NollMinor documentation fixes.
2009-09-12 Andre NollFEC timing improvements.
2009-09-12 Andre Nollvss_send(): Fix EOF-check for FEC clients.
2009-09-06 Andre Nollmood: Do not handle events if no mood is active.
2009-09-06 Andre Nollfilter: Register the filter chain as the last task.
2009-09-02 Andre Nollfade: Avoid a gcc warning.
2009-08-31 Andre NollKill the quick hack that changed timing for the first...
2009-08-31 Andre Nollmp3dec: Improve bad main_data_begin pointer error handling.
2009-08-30 Andre Nollcom_stat(): Be more anal in checking command line options.
2009-08-30 Andre NollFix off-by-one bug in fixup_info_string().
2009-08-29 Andre NollNEWS update.
2009-08-29 Andre NollAlsa timing improvements.
2009-08-21 Andre Nolldaemon: Don't set the umask to zero.
2009-08-21 Andre NollFix two typos in daemon.c.
2009-08-03 Andre NollMerge commit 'meins/master'
2009-08-02 Andre Noll[filter]: Do filter conversion during post_select.
2009-07-25 Andre NollPrint an error message if the filter config file contai...
2009-07-25 Andre NollTeach para_fade to accept a mixer channel to fade.
2009-07-20 Andre NollKill unused para_reap_children().
2009-07-19 Andre NollFix memory leaks in [alsa,file,oss]write.c.
2009-07-18 Andre NollRemove unused label "out".
2009-07-18 Andre Nollaudiod: Clean up status output.
2009-07-18 Andre Nollaudiod: Properly prefix uptime string.
2009-07-18 Andre Nollaudiod: Fix some memory leaks in the com_stat() error...
2009-07-18 Andre NollFix a memory leak in filter.c.
2009-07-18 Andre NollFix a typo in the udp_recv help.
2009-07-18 Andre NollFix memory leaks in xxx_recv_init().
2009-07-18 Andre NollMake RSA keys larger than 512 bit work.
2009-07-11 Andre NollFix com_init() in case arguments are given.
2009-07-11 Andre NollScoring fixes.
2009-07-07 Andre Nollfade.c: Fix a gcc warning on FreeBSD.
2009-07-05 Andre Nollrecv/filter: Init loglevel earlier.
2009-07-05 Andre NollFix a bug in the output of para_audioc.
2009-07-04 Andre NollINSTALL: Fix the help text on how to create the RSA...
2009-07-04 Andre NollNEWS update.
2009-07-04 Andre Nollaudioc stat: Remove __a_unused attributes from com_stat().
2009-07-04 Andre Nollaudioc stat: Make status item mask 64 bits wide.
2009-07-04 Andre NollMerge commit 'fml/master'
2009-06-30 Gerrit RenkerSupport netmask subsets
2009-06-30 Gerrit RenkerMake allow/deny syntax consistent with that of add...
2009-06-21 Andre NollUpdate to gengetopt 2.22.2.
2009-06-13 Andre NollDeactivate gcc's strict aliasing optimizations.
2009-06-13 Andre NollAdd new ls option -d.
next