paraslash.git
2009-10-22 Andre NollMerge branch 'maint'
2009-10-22 Andre Nollfecdec: Fix decoding of the audio file header.
2009-10-16 Andre NollMerge branch 'maint'
2009-10-16 Andre NollFix error message in case of missing sys/soundcard.h.
2009-10-16 Andre NollFix compilation on MacOS.
2009-10-07 Andre NollMakefile.in: Introduce quiet mode and use it by default.
2009-10-06 Andre NollMerge branch 'maint'
2009-10-06 Andre NollAdd *_command_list.c to .gitignore.
2009-10-06 Andre NollAdd GIT-VERSION-FILE to .gitignore.
2009-10-06 Andre NollMerge branch 'maint'
2009-10-06 Andre NollUse para_malloc() instead of malloc() everywhere.
2009-10-06 Andre NollMerge branch 'maint'
2009-10-06 Andre Nollogg: retry ov_open_callbacks() also on OV_EBADHEADER...
2009-10-04 Andre NollPut the git version into all executables.
2009-10-01 Andre Noll.gitignore: Ignore the objects directory.
2009-10-01 Andre NollAdd the depend.sh script.
2009-10-01 Andre NollIntroduce clean2 target.
2009-10-01 Andre NollSwitch to one dependency file per C file.
2009-09-30 Andre NollUse separate directory for objects.
2009-09-30 Andre NollStore gengetopt commandline files in a separate dir.
2009-09-28 Andre NollMerge commit 'meins/master'
2009-09-28 Andre NollUpdate overview.sk to paraslash-0.4.
2009-09-28 Andre NollThe new paraslash-0.4 logo.
2009-09-28 Andre NollRemove "pics" from the directory list to be removed...
2009-09-28 Andre NollReset version to "git".
2009-09-28 Andre NollMove images and screenshots into the web directory.
2009-09-28 Andre NollRemove default.jpg.
2009-09-24 Andre NollMerge branch 'master' into next
2009-09-24 Andre Nollreset version to git
2009-09-21 Andre NollMerge branch 'master' into next
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-21 Andre NollMerge commit 'meins/next' into next
2009-09-20 Andre Nollgui: Make album/comment layout look nicer.
2009-09-19 Andre NollMerge branch 'master' into next
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 branch 'master' into next
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-12 Andre Nollconfigure: Add link to osl homepage.
2009-09-06 Andre NollMerge branch 'master' into next
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-05 Andre NollRefuse to load unprotected private keys.
2009-09-05 Andre NollUse RSA key blinding to protect against timing attacks.
2009-09-04 Andre NollMerge commit 'meins/next' into next
2009-09-04 Andre NollMerge branch 'master' into next
2009-09-04 Andre NollFix check for short rsa keys.
2009-09-03 Andre NollMerge branch 'master' into next
2009-09-02 Andre Nollfade: Avoid a gcc warning.
2009-08-31 Andre NollMerge branch 'master' into next
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 NollMerge branch 'master' into next
2009-08-29 Andre NollNEWS update.
2009-08-29 Andre NollAlsa timing improvements.
2009-08-25 Andre NollMerge remote branch 'fml/next' into next
2009-08-23 Andre NollNEWS update.
2009-08-23 Andre NollFix syntax in documentation of the touch command.
2009-08-21 Andre NollMerge branch 'master' into next
2009-08-21 Andre Nolldaemon: Don't set the umask to zero.
2009-08-21 Andre NollFix two typos in daemon.c.
2009-08-21 Andre Nollgui: Fix a bug in align_str().
2009-08-21 Andre Nollpara.css: Remove superflous '#' chars.
2009-08-03 Andre NollMerge commit 'meins/master'
2009-08-02 Andre NollMerge branch 'master' into next
2009-08-02 Andre Noll[filter]: Do filter conversion during post_select.
2009-08-01 Andre NollMerge branch 'master' into next
2009-08-01 Andre Noll[gui]: Use the new -p option for the default stat command.
2009-07-25 Andre NollRevamp para_fade.
2009-07-25 Andre NollPrint an error message if the filter config file contai...
2009-07-25 Andre NollMerge branch 'master' into next
2009-07-25 Andre NollTeach para_fade to accept a mixer channel to fade.
2009-07-21 Andre NollMake some functions/variables static.
2009-07-21 Andre NollMove blob table macros from afs.h to blob.c.
2009-07-21 Andre NollRename LIST_HEAD to INITIALIZED_LIST_HEAD.
2009-07-20 Andre NollMerge branch 'master' into next
2009-07-20 Andre NollKill unused para_reap_children().
2009-07-20 Andre Nollconfigure.ac: Fix --with-osl-libs option.
2009-07-20 Andre NollFix a gcc warning on 64 bit systems.
2009-07-20 Andre NollMerge commit 'meins/next' into next
2009-07-19 Andre NollAdd num_played mood method.
2009-07-19 Andre NollRemove the likely/unlikely macros.
2009-07-19 Andre NollMicro optimizations for the amp filter.
2009-07-19 Andre NollDon't include osl.h from the audio format handlers.
2009-07-19 Andre NollIntroduce LIST_HEAD macro and use it in audiod_command.
2009-07-19 Andre NollMove functions only needed by audiod from stat.c to...
2009-07-19 Andre NollMerge branch 'master' into next
next