paraslash.git
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
2009-07-19 Andre NollFix memory leaks in [alsa,file,oss]write.c.
2009-07-19 Andre Nollaudiod: Increase default select timeout to 1s.
2009-07-19 Andre Nollaudiod: Only call audiod_status_dump twice per second.
2009-07-19 Andre Nollclient_post_select(): Defer decrypting of server challenge.
2009-07-19 Andre NollRemove unused field challenge_nr from struct client_task.
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollRemove unused label "out".
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre Nollaudiod: Clean up status output.
2009-07-18 Andre Nollaudiod: Properly prefix uptime string.
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre Nollaudiod: Fix some memory leaks in the com_stat() error...
2009-07-18 Andre NollMerge branch 'master' into next
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 NollMerge branch 'master' into next
2009-07-18 Andre NollMake RSA keys larger than 512 bit work.
2009-07-18 Andre NollNEWS update.
2009-07-13 Andre NollMerge commit 'meins/next' into next
2009-07-12 Andre NollAdd bitrate, frequency, and channels mood methods.
2009-07-12 Andre NollAdd mood methods {artist, title, album, comment}_matches.
2009-07-11 Andre NollMerge branch 'master' into next
next