paraslash.git
2006-03-25 Andreortp_send: Kill an unused variable
2006-03-25 Andremysql selector: Fix a memory leak in get_query()
2006-03-25 Andrecom_next() fix.
2006-03-25 Andres_a_r_list(): return NULL on errors
2006-03-25 Andreaudiod: use set_restart_barrier() instead of duplicatin...
2006-03-25 Andredccp_recv: increase output buffer size
2006-03-25 Andredccp_send: fix sending of header packets
2006-03-24 Andredccp: avoid "message too long" errors.
2006-03-24 Andrelog the IP address of the connecting client.
2006-03-24 Andrekill duplicate write_ok()
2006-03-23 AndreFix return value of dccp_recv pre_select()
2006-03-23 Andregui: Only check STDIN for readability if curses is...
2006-03-15 AndreMore %d -> %zd fixes
2006-03-14 Andreortp: make jitter compensation configurable.
2006-03-14 Andredccp_send: comment out noisy debug message.
2006-03-14 Andrefixes for ortp-0.9.1
2006-03-14 Andredb.c: use PARA_STRERROR()...
2006-03-14 Andreupdate README
2006-03-14 Andreadd dccp.h to tarball
2006-03-13 Andreupdate FEATURES
2006-03-13 Andreupdate to libortp-0.9.1
2006-03-13 Andremake install: do not create an unused directory
2006-03-13 Andreupdate NEWS
2006-03-13 AndreFix help text of --list_receivers.
2006-03-13 Andrespeed up the compress filter
2006-03-11 AndreMerge branch 'dccp'
2006-03-11 Andrenew codename, reset version to git
2006-03-11 Andrethe paraslash-0.2.11 release tarball
2006-03-11 Andreparaslash 0.2.11 v0.2.11
2006-03-11 Andrewhitespace cleanup
2006-03-10 Andreupdate NEWS
2006-03-10 Andredeleted: index.html
2006-03-10 Andremysql_selector.c: rename get_dbinfo() to get_selector_i...
2006-03-10 Andremysql_selector.c: rename refresh_mmd_dbinfo() to refres...
2006-03-10 Andrekill a macro which is only used once.
2006-03-10 Andremmd: rename dbt_change to selector_change
2006-03-10 Andremmd: rename dbt_num to selector_num
2006-03-10 Andremmd: rename dbinfo to selector_info
2006-03-10 AndreSome more (trivial) "database tool" -> "audio file...
2006-03-10 Andredbtool -> selector update for web documentation web...
2006-03-10 AndreMore dbtool -> selector updates
2006-03-10 Andrerename mysql.c to mysql_selector.c
2006-03-10 AndreREADME.mysql: cdt -> chs update
2006-03-10 AndreRename E_BAD_DBTOOL to E_BAD_SELECTOR
2006-03-10 AndreRename random_dbtool.c to random_selector.c
2006-03-10 Andrerename plm_dbtool.c to playlist_selector.c
2006-03-10 AndreRename "dbtool" status item to "selector"
2006-03-10 AndreChange doxygen file description from dbtool to selector
2006-03-10 AndreAnother trivial rename
2006-03-10 Andregui,sdl_gui: change the prefix from "dbtool" to "selector"
2006-03-10 Andretrivial dbtool->selector renames
2006-03-10 AndreRename some local variables in command.c
2006-03-10 Andrerename struct dbtool to audio_file_selector
2006-03-10 Andredb.h: Kill an unused enum
2006-03-10 AndreRename com_cdt to com_chs
2006-03-10 Andredbtool -> audio file selector renaming
2006-03-10 AndreRename the --dbtool option to --selector
2006-03-10 Andreogg.c: don't use ogg_int64_t
2006-03-10 Andrewhitespace fixes
2006-03-10 Andreaudiod: fix a memory leak in ringbuffer handling
2006-03-09 Andreweb/header2.html: update the changes menu item to point...
2006-03-09 AndreMerge branch 'no_colon_separators'
2006-03-09 AndreConvert demo-script to the new syntax without colons.
2006-03-09 AndreAdd a missing header file to Makefile.in
2006-03-08 Andremaintainer-clean: also remove skencil/*.ps skencil...
2006-03-08 Andreheader2.html is needed by doxygen
2006-03-08 AndreAdd Ian McDonald to CREDITS
2006-03-08 AndreAdd GPL headers for dccp.c dccp.h, dccp_recv.c, and...
2006-03-08 AndreFirst draft of the dccp sender/receiver pair.
2006-03-08 Andrekill a pointless "optind = 1".
2006-03-07 AndreMerge branch 'xf_64_compile_warning_fixes'
2006-03-07 AndreREADME: Mention the name of some debian packages
2006-03-07 Andreogg.c: use %z modifier
2006-03-07 Andreoggdec.c: %d -> %zd fixes
2006-03-06 Andreanother %d -> %zd fix
2006-03-06 Andrenet.h: use proper type for the addrlen parameter of...
2006-03-05 AndreSimplify for_each_line()
2006-03-05 AndreKill an outdated comment..
2006-03-05 Andrepara_filter: Update --help
2006-03-05 Andrepara_filter: Fix and improve help text for --list_filters
2006-03-05 Andreuse %zd instead of %d for size_t
2006-03-05 Andrepara_accept(): Use socklen_t instead of size_t
2006-03-02 Andre(no log message)
2006-03-02 Andrekill another superfluous '#include "gcc-compat.h"'
2006-03-02 Andrefix off-by-one error
2006-02-27 Andreno need to include gcc-compat.h twice
2006-02-26 Andremake header_len an integer
2006-02-26 Andresimplify open_audiod_pipe(), remove a trailing newline...
2006-02-25 AndreMerge branch 'no_colon_separators'
2006-02-25 AndreMerge branch 'para_play_fixes'
2006-02-24 AndreUse whitespace instead of colons to separate receiver...
2006-02-24 Andreanother typo in comment
2006-02-24 Andreconfigurable input buffer size and prebuffering
2006-02-23 Andreplay.c: pcm_write() aborts on errors. No need to check...
2006-02-23 AndreFix --device bug
2006-02-22 Andrefix another typo in comment
2006-02-22 Andreannounce gitweb
2006-02-22 Andreadd more ipc documentation
2006-02-22 Andretypo
2006-02-22 Andrereplace link to the changelog by link to gitweb
next