paraslash.git
2013-08-18 Andre Nollweb: Adjust sizes of monospace fonts.
2013-08-18 Andre Nollweb: Avoid gray area on gitweb page.
2013-08-18 Andre Nollweb: Move important parts of the style sheet to the...
2013-08-18 Andre Nollweb: Remove some duplicate rules in para.css.
2013-08-18 Andre Nollweb: Combine the two .css files.
2013-08-18 Andre Nollweb: Add header to gitweb and API reference sites.
2013-08-18 Andre Nollweb: Increase size of log messages and diffs.
2013-08-18 Andre Nollweb: Unify link colors.
2013-08-18 Andre Nollweb: Fix gitweb link on doxygen pages.
2013-08-18 Andre Nollweb: Unify <br> elements.
2013-08-18 Andre Nollweb: Remove valign tag in header files.
2013-08-18 Andre Nollweb: Further unify header.html, header2.html and gitweb...
2013-08-18 Andre Nollweb: Unify css rules for tables.
2013-08-18 Andre Nollweb: Remove horizontal line at the top of the page.
2013-08-18 Andre Nollweb: Remove style element in html.
2013-08-18 Andre Nollweb: Make the body selector of the two css files consis...
2013-08-18 Andre Nollweb: Use lower-case css selectors.
2013-08-18 Andre Nollweb: Increase font size.
2013-08-18 Andre Nollweb: css whitespace fixes.
2013-08-18 Andre Nollweb: Remove commented-out sections of css files.
2013-08-18 Andre Nollweb: Remove border="0" tag.
2013-08-18 Andre Nollweb: Don't set border, cellpadding and cellspacing.
2013-08-18 Andre Nollweb: Remove basefont tag.
2013-08-18 Andre NollUpdate README.
2013-08-18 Andre Nollweb: Remove explanation of the paraslash acronym.
2013-08-17 Andre NollMerge branch 't/remove_sb_compat'
2013-07-31 Andre Nollserver/gcrypt: Fix sending the empty status items.
2013-07-29 Andre Nollnew codename, reset version to git
2013-07-29 Andre Nollparaslash 0.4.13 v0.4.13
2013-07-21 Andre Nolltime.c: Make declarations match definitions.
2013-07-21 Andre NollAdd two missing GPL and doxygen file headers.
2013-07-21 Andre Nollsched.h: Remove outdated comment.
2013-07-21 Andre NollFix documentation of filter->post-select().
2013-07-21 Andre Nollipc.c: Fix typo in comment.
2013-07-21 Andre Nollaft.c: Remove a stray "*" in a comment.
2013-07-21 Andre NollMove com_select_callback() closer to com_select().
2013-07-13 Andre Nollbuffer_tree.c: Add documentation of btr_parent().
2013-07-13 Andre Nollggo.c: Document return value of printf_or_die().
2013-07-13 Andre NollMood: Document return value of moods_event_handler().
2013-07-13 Andre Nollnet.c: Add documentation of flowopt_new().
2013-07-13 Andre Nollnet: Remove unused flowopt_add_bool().
2013-07-13 Andre Nollrecv.h: Fix comment indentation.
2013-07-13 Andre NollRemove some duplicate semicolons.
2013-07-13 Andre NollRemove some unused error codes.
2013-07-13 Andre NollDoxyfile: Predefine HAVE_CLOCK_GETTIME.
2013-07-13 Andre Nollaudiod: Close filters in reverse order.
2013-07-13 Andre Nollopusdec: Get rid of opusdec_pre_select().
2013-07-13 Andre Nollopusdec: avoid __STDC_VERSION__ warning.
2013-07-13 Andre Nollafh: Initialize audio format handlers only once.
2013-07-07 Andre Nollmp3_afh: Use symbolic constants for id3 tag identifiers.
2013-07-06 Andre NollMerge branch 't/opus'
2013-07-01 Andre NollMerge branch 't/versioning_improvements'
2013-07-01 Andre Nollversion.c: Mark version_git() as const.
2013-06-26 Andre Nollclient: Only start stdin task for addblob commands.
2013-06-22 Andre Nolli9e: Fix memory leak in clear_bottom_line().
2013-06-22 Andre NollHandle empty command lines properly.
2013-06-22 Andre NollMerge branch 't/interactive'
2013-06-18 Andre NollImprove text on the download web page.
2013-06-16 Andre Nollgui: Fix off-by-one in add_spaces().
2013-06-16 Andre NollMerge branch 't/compress'
2013-06-13 Andre NollMerge branch 't/oss_error_message_fix'
2013-06-13 Andre NollRemove CODENAME macro.
2013-06-13 Andre Nollgui: Use version_single_line().
2013-06-13 Andre NollImprove man page layout.
2013-06-13 Andre Nollafh/play: Include supported audio formats in help output.
2013-06-13 Andre NollUse self-made help to avoid recompilations on version...
2013-06-13 Andre NollProvide "purpose" texts.
2013-06-13 Andre NollRevamp ggo help.
2013-06-13 Andre Nollafh_recv: Replace ggo text section by description.
2013-06-13 Andre NollMake gengetopt descriptions work.
2013-06-13 Andre NollIntroduce version.c to limit recompilation on version...
2013-06-13 Andre NollMake all commands print git version and improve version...
2013-06-13 Andre NollAvoid unwanted log messages during startup.
2013-06-13 Andre NollDon't check return value of command line parsers unnece...
2013-06-13 Andre NollBuild receivers, filters and writers without -h and...
2013-06-13 Andre Nollfilter: Wrap lines in the available filter list.
2013-06-13 Andre Nollaudioc: Print config file errors.
2013-06-13 Andre Nolldoc: Rewrite udp sender description
2013-06-13 Andre Nollclient: Fix typo in comment.
2013-06-13 Andre Nollclient: Remove duplicate include.
2013-06-11 Andre NollMerge branch 't/stdin_stdout_fixes'
2013-06-11 Andre NollFix help text of com_touch().
2013-06-08 Andre NollSimplify i9e_line_handler.
2013-06-08 Andre Nolli9e: Fix a prompt display issue
2013-06-08 Andre Nollaudioc: Abstract out connection code.
2013-06-07 Andre NollMerge branch 't/gui_improvements'
2013-05-26 Andre NollThe opus decoder.
2013-05-26 Andre NollThe opus audio format handler.
2013-05-26 Andre Nollogg/opus: Infrastructure.
2013-05-26 Andre Nollspeex: Don't export spx_ctl().
2013-05-25 Andre NollMerge branch 't/doc'
2013-05-19 Andre NollMerge remote-tracking branch 'mpi/master'
2013-05-19 Andre NollFix compilation on Ubuntu precise.
2013-05-19 Andre Nollfilter_common.c: Fix two typos in comment.
2013-05-19 Andre Nollalsa writer: Do not print uninitialized data.
2013-05-19 Andre Nollfile writer: Use xwrite() instead of plain write().
2013-05-18 Andre NollMerge branch 't/sched_improvements'
2013-05-17 Andre Nollconfigure.ac: Do not print play objects.
2013-05-17 Andre NollFix build on FreeBSD
2013-05-14 Andre NollMerge branch 't/utf8'
next