paraslash.git
2011-03-27 Andre NollRemove autogenerated doxygen comments for commands.
2011-03-27 Andre NollReplace direct use of RC4 by stream cipher abstraction.
2011-03-27 Andre NollReplace RSA by an abstract asymmetric key structure.
2011-03-27 Andre Nollnet.c: Remove unnecessary crypto includes.
2011-03-26 Andre NollNEWS update.
2011-03-26 Andre NollMerge branch 't/sched_improvements'
2011-03-25 Andre NollMerge remote-tracking branch 'fml/master'
2011-03-24 Andre NollMerge remote branch 'boock/master'
2011-03-24 Andre Nolludp_send: Silence gcc warning.
2011-03-20 Andre NollNEWS update.
2011-03-20 Andre NollMerge branch 't/testsuite'
2011-03-18 Andre Nollstdin.h: Add missing doxygen comment for stdin_task...
2011-03-18 Andre Nollopen_and_update_audio_file(): Always print file name...
2011-03-16 Andre NollSilence two Doxygen warnings.
2011-03-16 Andre NollMerge remote-tracking branch 'fml/master'
2011-03-16 Andre Nollaudiod: Remove unused num_filters().
2011-03-16 Andre Nollfade: Quiesce two gcc warnings.
2011-03-15 Andre Nollsched: Only call post_select() if task is not in error...
2011-03-15 Andre Nollserver: Include git version in output of com_si().
2011-03-12 Andre Nollpara_write: Return proper error code.
2011-03-12 Andre Nollaudiod: Kill com_kill().
2011-03-05 Andre NollKill TASK_UNREGISTERED error code.
2011-03-05 Andre NollNEWS update.
2011-03-05 Andre NollMerge branch 't/array_size'
2011-03-05 Andre NollMerge branch 't/vorbis_dummy_header'
2011-03-05 Andre Nollgui: Fix window redrawing on SIGWINCH.
2011-03-03 Andre NollMerge remote-tracking branch 'refs/remotes/fml/master'
2011-03-03 Andre NollInitialize all task->status fields.
2011-03-03 Andre Nollhandle_connect(): Don't send anything to non-authorized...
2011-03-03 Andre Nollscore: Fix use of uninitialized memory on 64 bit machines.
2011-03-03 Andre NollRC4: Fix invalid read.
2011-03-02 Andre NollNEWS update.
2011-03-02 Andre NollMerge remote-tracking branch 'boock/master'
2011-03-01 Andre Nollconfigure.ac: Avoid stray -L option in para_server...
2011-02-28 Andre Nollaudiod: Update --no_default_filters help text.
2011-02-28 Andre NollMakefile: Stop building on ggo errors.
2011-02-28 Andre NollAdd t0003-writer-init-error-path.sh.
2011-02-28 Andre NollFirst draft of a test-suite.
2011-02-27 Andre NollMerge branch 't/ogg_timining_fixes'
2011-02-25 Andre NollFix depend.sh on NetBSD.
2011-02-25 Andre NollImprove ARRAY_SIZE macro.
2011-02-25 Andre Nollweb: Link to the gitweb summary page rather than the...
2011-02-24 Andre Nollgitweb: Make the W3C validation checker happy.
2011-02-24 Andre Nollvorbis: Write out _all_ pending ogg pages.
2011-02-24 Andre NollRevert "Create three ogg pages when skipping vorbis...
2011-02-21 Andre Nollconfigure.ac: Update header and function checks.
2011-02-21 Andre Nollgui_theme: Make set_theme() static.
2011-02-21 Andre Nollaac_afh: Make parameters of atom_cmp() const.
2011-02-21 Andre Nollfd: Make two functions static.
2011-02-21 Andre Nollpara_write: Fix memory leak.
2011-02-20 Andre NollFix oss_init() error path.
2011-02-20 Andre NollFix alsa_init() error path.
2011-02-20 Andre NollNEWS update.
2011-02-20 Andre NollMerge branch 't/gui_improvements'
2011-02-20 Andre Nollaudiod: Fix a memory leak in parse_receiver_args().
2011-02-20 Andre NollMerge branch 'maint'
2011-02-20 Andre NollMake autoconf-2.66 happy. v0.3
2011-02-13 Andre NollSpeed up the oggdec filter and avoid wasting tons of...
2011-02-13 Andre Nolloggdec: Use local variable for the vorbis file struct.
2011-02-13 Andre Nolloggdec: Replace stream start delay by minimum input...
2011-02-13 Andre Nollogg_afh: Compute chunk time more accurately.
2011-02-13 Andre Nollogg_afh: Comment fix.
2011-02-11 Andre Nollgui: Check return values of curses functions more strictly.
2011-02-11 Andre Nollgui: Open-code check_geometry().
2011-02-11 Andre Nollgui: Cosmetic cleanups for init_curses().
2011-02-11 Andre Nollgui: Recognize "home" and "end" keys.
2011-02-11 Andre Nollgui: Don't exit without shutting down curses on config...
2011-02-11 Andre Nollgui: Don't fail silently on config file errors.
2011-02-11 Andre Nollgui: Check only once for invalid key maps.
2011-02-11 Andre Nollgui: Remove pointless error message for invalid command...
2011-02-11 Andre Nollgui: Help text improvements.
2011-02-11 Andre Nollgui: Allow selecting a startup theme.
2011-02-10 Andre NollCreate three ogg pages when skipping vorbis comments.
2011-02-07 Andre NollUpdate Doxyfile to version 1.6.3.
2011-02-07 Andre Nollbtr: Fix documentation of btr_consume().
2011-02-03 Andre NollMerge remote branch 'refs/remotes/meins/master'
2011-02-03 Andre NollMerge branch 'maint'
2011-02-03 Andre NollMerge branch 'maint'
2011-02-03 Andre Nollserver: Avoid invalid free() in com_help().
2011-01-29 Andre Nollvss: Use the stripped header also at stream start.
2011-01-29 Andre NollIntroduce get_header() for ogg/vorbis.
2011-01-29 Andre Nollvss: Introduce extra_header_buf.
2011-01-29 Andre NollAdd Infrastructure for dynamic header computation.
2011-01-29 Andre NollKill afhi->header_offset.
2011-01-29 Andre Nollafh: Fix a memory leak in stream mode.
2011-01-29 Andre Nollvss: Initialize all bytes of the FEC header.
2011-01-29 Andre NollTrivial comment cleanups.
2011-01-29 Andre NollNEWS update.
2011-01-29 Andre NollMerge branch 't/command_util_replace_tabs'
2011-01-29 Andre NollMerge branch 't/color_cleanups'
2011-01-29 Andre NollMerge branch 't/aacdec_cleanups'
2011-01-27 Andre NollChange year in version string to 2011.
2011-01-22 Andre NollNEWS update.
2011-01-22 Andre NollMerge branch 't/periodic_header_optional'
2011-01-20 Andre NollSuppress non-fatal bitstream error message at BOF/EOF.
2011-01-20 Andre Nollaacdec: Print error message only once.
2011-01-20 Andre Nollaacdec: Remove useless call to btr_get_input_queue_size().
2011-01-20 Andre Nollcommand_util: Replace tabs by \t.
2011-01-17 Andre NollReplace 2010 in copyright message by 2011.
2011-01-14 Andre Nollogg_afh_common.c: Remove pointless loop counter.
next