paraslash.git
2011-08-16 Andre Nolloggdec: Take internal state into account.
2011-08-16 Andre Nollogg_pre_select(): Remove __a_unused.
2011-08-16 Andre Nolloggdec: Trivial cleanups.
2011-08-16 Andre NollSimplify ogg_post_select().
2011-08-13 Andre NollMerge branch 't/mp3_frame_padding'
2011-08-13 Andre Nollalsa: Kill useless log message.
2011-08-13 Andre Nollmp3_afh: Take padding into account when computing frame...
2011-08-13 Andre NollMerge branch 't/smaller_tarball'
2011-08-13 Andre NollMerge branch 't/timing_improvements'
2011-08-13 Andre NollMerge branch 't/sched_improvements'
2011-08-13 Andre NollMerge branch 't/mad_sync_fix'
2011-08-09 Andre Nollmanual: A couple of minor improvements.
2011-08-09 Andre Nollmp3dec: Handle decode errors gracefully.
2011-08-09 Andre Nollmp3dec: Kill need_bad_data_delay().
2011-08-09 Andre Nollmp3dec: Allocate correct output buffer size also for...
2011-08-09 Andre NollAdd/fix some doxygen comments.
2011-08-09 Andre Nollafh.h: Remove unused declaration.
2011-08-09 Andre Nollcrypt: Don't use plain integer as NULL pointer.
2011-08-09 Andre Nollgui: Fix sparse warning.
2011-08-07 Andre Nollwma: Make log2_tab static.
2011-08-07 Andre Nollgcrypt: Check return value of unpad_oaep().
2011-08-07 Andre Nollgcrypt: Fix return value of pad_oaep().
2011-08-07 Andre Nollvss: Clean up timeout computations.
2011-08-07 Andre Nollsched: Improve sched_request_barrier() and friends.
2011-08-07 Andre NollMerge branch 't/crypto'
2011-08-06 Andre NollMerge branch 't/osx_overhaul'
2011-08-05 Andre Nollmanual: Mention that clang is also a supported compiler.
2011-08-05 Andre Nollgcrypt: Return key size in bytes.
2011-07-31 Andre Nollafs: Fix long-standing bug in add command.
2011-07-30 Andre Nollsched: Optimize the case of zero timeouts.
2011-07-30 Andre Nollsched: Kill unnecessary check in sched_pre_select().
2011-07-30 Andre Nollsched: Use (0,0) as the timeval for a minimal delay.
2011-07-30 Andre NollMerge branch 't/client_memory_leak_fix'
2011-07-30 Andre Nollconfigure: Check for help2man.
2011-07-30 Andre Nollconfigure: Check for gengetopt.
2011-07-30 Andre Nollmanual: Move gengetopt section.
2011-07-30 Andre NollDon't ship generated *cmdline.[ch] files in tarball.
2011-07-24 Andre Nollalsa: Avoid busy loop.
2011-07-21 Andre NollMerge branch 't/clang'
2011-07-11 Andre Nollfecdec: Kill an unused variable.
2011-07-09 Andre Nollclient: Do not leak buffer tree node on exit.
2011-07-07 Andre NollRewrite of the osx writer.
2011-07-07 Andre Nollaudiod get_play_time_slot_num(): Avoid possible NULL...
2011-07-07 Andre Nollaudiod: Kill noisy debug message.
2011-07-06 Andre Nollaudiod: Use non-blocking writes for stat clients.
2011-07-06 Andre Nollnet.c: Use proper socket type for __get_sock_name().
2011-07-06 Andre NollAvoid warning when compiling with clang.
2011-07-06 Andre NollWork around some clang warnings.
2011-07-06 Andre NollMakefile: Place -Wno-sign-compare _after_ -Wall.
2011-07-06 Andre Nollgcrypt: Optionally use internal OAEP padding.
2011-07-06 Andre Nollgcrypt: Use GCRYMPI_FMT_USG for gcry_sexp_nth_mpi().
2011-07-06 Andre Nollcrypt: Fix typo in configure warning.
2011-07-06 Andre NollUpdate doxygen main page with links to gcrypt functions.
2011-07-06 Andre Nollmanual: gcrypt updates.
2011-07-06 Andre NollAdd alternative crypto implementation.
2011-07-06 Andre NollAdd configure checks and stubs for gcrypt support.
2011-07-06 Andre Nollcrypt_common.c: Add missing doxygen documentation.
2011-07-06 Andre Nollcrypt: Move documentation to crypt.h.
2011-07-06 Andre Nollstream cipher: Allow in-place encryption.
2011-07-06 Andre Nollcrypt: Make base64_decode public.
2011-07-06 Andre Nollcrypt: Move implementation-independent code to separate...
2011-06-23 Andre NollMerge branch 't/alsa_drain_fix'
2011-06-23 Andre NollMerge branch 't/hup_fix'
2011-06-13 Andre NollClear score table on mood reload.
2011-06-13 Andre NollMerge branch 't/audiod_regex'
2011-06-08 Andre NollMerge branch 't/net_cleanups'
2011-06-06 Andre Nollalsa: Avoid busy loop at end of file.
2011-06-04 Andre Nollaft: Do not invalidate status items when closing the...
2011-06-03 Andre Nollaudiod: Document new regular expression syntax.
2011-06-03 Andre Nollaudiod: Simplify parse_receiver_args().
2011-06-03 Andre Nollaudiod: Allow regular expressions in filter config.
2011-06-03 Andre Nollaudiod: Allow regular expressions in writer config.
2011-06-03 Andre Nollaudiod: Allow regular expressions in receiver config.
2011-06-03 Andre NollAdd missing alsa_write.ggo to .gitignore.
2011-06-01 Andre Nollnew codename, reset version to git
2011-06-01 Andre Nollthe paraslash-0.4.7 release tarball
2011-06-01 Andre Nollparaslash 0.4.7 v0.4.7
2011-06-01 Andre NollMakefile.in: Add ao_write.ggo to ggos.
2011-05-29 Andre Nollogg_get_file_info(): Fix off-by-one.
2011-05-28 Andre Nollalsa: Simplify pre_select().
2011-05-22 Andre NollDo not include net.h if it is not needed.
2011-05-22 Andre Nollnet.c: Combine host_and_port() and __get_sock_name().
2011-05-22 Andre NollConstify flowop functions.
2011-05-22 Andre NollMerge branch 't/decl_after_statement'
2011-05-22 Andre Nolldoxify version.h and git-version.h.
2011-05-15 Andre NollMove statements after declarations.
2011-05-15 Andre Nolldoxygen: Add some missing documentation.
2011-05-15 Andre Nolldoxygen: Exclude *.command_list.[ch].
2011-05-15 Andre NollMerge branch 't/ssh_keys'
2011-05-15 Andre NollMerge branch 't/const'
2011-05-06 Andre Nolllibao: Avoid segfault on com_cycle.
2011-05-05 Andre NollMerge branch 't/libao'
2011-04-26 Andre Nollmanual: Fix two typos.
2011-04-26 Andre Nollmanual: Change instructions for creating RSA keys.
2011-04-26 Andre Nollclient: Also try to load the private rsa-ssh key.
2011-04-26 Andre NollAdd support for ssh-rsa keys.
2011-04-26 Andre Nollfd: Allow passing NULL to para_munmap().
2011-04-23 Andre NollMark a couple of functions as const.
2011-04-23 Andre NollMerge branch 't/crypt_cleanups'
2011-04-21 Andre NollMake some variables static.
next