paraslash.git
2015-04-01 Andre Nollcommand: Make struct command_context->cmd_ptr const.
2015-04-01 Andre Nollafs.c: Trivial whitespace cleanup.
2015-04-01 Andre Nollserver.h: Trivial whitespace/language cleanup.
2015-03-30 Andre Noll.gitignore: Ignore *~ and *.rej files.
2015-03-30 Andre Nollerror.h: Change type of return value of is_errno()...
2015-03-22 Andre NollMerge branch 't/gui_reload_fix'
2015-03-13 Andre NollDoxygen: Fix references on main page.
2015-03-13 Andre Nollgui: Fix config file reloading.
2015-03-08 Andre NollMake struct ls_data local to aft.c.
2015-03-08 Andre Nollblob.c: Make table descriptions static.
2015-03-08 Andre NollMerge branch 'refs/heads/t/abtract_sockets'
2015-02-19 Andre Nollinteractive.c does not depend on curses.h.
2015-02-19 Andre NollImprove signal init and shutdown.
2015-02-14 Andre Nollmanual: Move /var/paraslash instructions to Troubleshoo...
2015-02-14 Andre NollAbstract sockets for server and audiod.
2015-02-14 Andre Nollcreate_local_socket(): Avoid code duplication.
2015-02-14 Andre Nollnet.c: Combine remote_name() and __get_sock_name().
2015-02-14 Andre NollRemove socket address parameter of create_local_socket().
2015-02-08 Andre Nollsignal: Provide generic signal_pre_select().
2015-02-08 Andre Nolldaemon: Introduce daemon_init_colors_or_die().
2015-02-08 Andre Nollgui: Shutdown scheduler after schedule() returns.
2015-01-25 Andre Nolllist.h: Remove unused list_for_each_safe().
2015-01-25 Andre Nollalsa_write: Use NULL instead of 0.
2015-01-23 Andre Nollparaslash 0.5.4 v0.5.4
2015-01-23 Andre NollMerge branch 'refs/heads/t/afh_improvements'
2015-01-23 Andre NollMerge branch 'refs/heads/t/tarball-build-fix'
2015-01-22 Andre NollMerge branch 'maint'
2015-01-20 Andre Nollstring.c: Fix typo in comment.
2015-01-20 Andre Nollbuild: Use curses_cppflags also for compiling gui.c.
2015-01-20 Andre Nollgui.c Fix error handling of for_each_stat_item().
2015-01-19 Andre Nollmood.c: Fix typo in comment of struct afs_statistics.
2015-01-18 Andre Nollscore.c: Add OSL_UNIQUE to storage flags of score column.
2015-01-18 Andre Nollstring.c: Simplify and improve for_each_line().
2015-01-18 Andre Nollclient: Fix return value check for sb_received().
2015-01-18 Andre Nollmp3_afh: Detect both v1 and v2 tags.
2015-01-18 Andre Nollogg: Improve documentation of struct ogg_afh_callback_info.
2015-01-18 Andre Nollogg_afh: Add a comment about the three vorbis header...
2015-01-18 Andre Nollafh_common.c: Avoid ifdefs.
2015-01-18 Andre Nollafh loglevel adjustments.
2015-01-18 Andre Nollwma: Rename comment_header.
2015-01-15 Andre NollGIT-VERSION-GEN: Recognize git version in gitweb snapshots.
2015-01-15 Andre Nollbuild: Avoid git warning when building from tarball.
2015-01-15 Andre Nollafh: Fix fd leak.
2015-01-15 Andre Nollafh: Unmap the audio file on errors.
2015-01-12 Andre NollUpdate year in copyright headers.
2015-01-12 Andre Nollmanual: Shorten Installation section.
2015-01-12 Andre Nollmanual: Simplify keygen command.
2015-01-12 Andre Nollmanual: Shorten section on generating RSA keys.
2015-01-12 Andre Nollsync_filter: Document sync_parse_config().
2015-01-12 Andre Nollfilter.c: Add documentation of stat_item_values[].
2015-01-12 Andre Nollafs.c: Improve documentation of send_option_arg_callbac...
2015-01-12 Andre Nollmood.c: Improve documentation of struct admissible_file...
2015-01-12 Andre Nollaft.c: Improve documentation of struct ls_widths.
2015-01-12 Andre Nolltime.c: Remove unused d2tv().
2015-01-12 Andre Nollversion.c: Remove unused version_git().
2015-01-12 Andre Nollsched.c: Remove unused timeout_is_zero().
2015-01-12 Andre Nollnet.c: Remove unused local_name().
2015-01-12 Andre Nolldaemon.c: Remove unused daemon_clear_flag().
2015-01-12 Andre Nollscore.c: Remove unused admissible_file_loop_reverse().
2015-01-12 Andre Nolldaemon.c: Avoid setlinebuf().
2015-01-12 Andre Nollfade.c: Don't use asctime().
2015-01-12 Andre Nollmm.c: Kill pointless initialization.
2015-01-12 Andre NollRemove some unused error codes.
2015-01-12 Andre NollRemove unnecessary system header includes.
2015-01-11 Andre NollRemove some duplicate #include statements.
2015-01-11 Andre Nollaudiod.h: Remove stale declaration of clean_exit().
2015-01-11 Andre NollAssorted typo fixes in comments.
2015-01-11 Andre Nollaft.c: Trivial whitespace fixes.
2015-01-11 Andre Nollafh.h: Trivial whitespace fix.
2015-01-11 Andre Nollerror.h: Trivial typo and whitespace cleanups.
2015-01-11 Andre NollFix typo in manual.m4.
2015-01-11 Andre NollFix typo in --sample-format and --sample-rate documenta...
2015-01-11 Andre NollNEWS: Add link name in target.
2015-01-11 Andre Nollnet.c: Fix format string in stringify_port().
2015-01-11 Andre Nollgcrypt: Fix format string in debug output.
2015-01-11 Andre Nollsync filter: Fix memory leak.
2015-01-11 Andre Nollaft: Generate a remove event when adding duplicate...
2015-01-11 Andre Nollcommand.c: Add missing items to EMPTY_STATUS_ITEMS.
2015-01-11 Andre Nollaft.c: Don't call osl_close_disk_object() on failure.
2015-01-11 Andre NollAdd missing osl() wrapper calls.
2015-01-11 Andre Nollfd.c: Add missing va_end().
2014-12-14 Andre NollMerge branch 'refs/heads/t/com_tasks'
2014-12-14 Andre NollMerge branch 'refs/heads/t/kill_usleep'
2014-12-07 Andre Nollbuild: Add missing cpp flags.
2014-12-07 Andre NollMerge branch 'refs/heads/t/build_system'
2014-11-23 Andre NollMerge branch 't/sound_device_lock'
2014-11-23 Andre Nollserver: Add com_tasks().
2014-11-23 Andre Nollcommand.c: Trivial whitespace fixes.
2014-11-16 Andre NollMerge branch 'maint'
2014-11-09 Andre Nollcommand.c: Replace usleep() by nanosleep().
2014-10-26 Andre Nollbuild: Add message to target maintainer-clean.
2014-10-26 Andre Nollbuild: Use git version for tarball and AC_INIT().
2014-10-26 Andre Nollbuild: Run autom4te instead of autoconf.
2014-10-26 Andre Nollbuild: Remove depend.sh.
2014-10-26 Andre Nollbuild: Simplify make clean.
2014-10-26 Andre Nollbuild: Do not create .d files for gengetopt source...
2014-10-26 Andre Nollbuild: Introduce cmdlist_dir.
2014-10-26 Andre Nollbuild: Remove pointless autoconf checks.
2014-10-26 Andre Nollbuild: Avoid excessive dep generation on Makefile changes.
2014-10-26 Andre Nollbuild: Add -Wformat to STRICT_CFLAGS.
next