net.c: Fix a memory leak in makesock().
[paraslash.git] / afs.c
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-28 Andre NollTurn PARA_STRERROR into an inline function.
2007-12-27 Andre NollChange syntax for selecting moods or playlists.
2007-12-03 Andre NollMerge commit 'remotes/fml/master'
2007-11-30 Gerrit Renker06_Unix-Domain-Sockets.diff
2007-11-25 Andre NollGet rid of E_RECV.
2007-11-24 Andre NollMerge commit 'remotes/fml/master'
2007-11-23 Andre NollRename mark_fd_nonblock() to mark_fd_nonblocking().
2007-11-23 Andre NollRename sched() to schedule().
2007-11-23 Andre Nollafs.c: Simplify activate_mood_or_playlist().
2007-11-19 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-11-18 Andre NollFix handling of invalid entries in the score table.
2007-11-17 Andre Nollopen_and_update_audio_file(): Interchange two arguments.
2007-11-01 Andre Nollkill afd->score.
2007-10-26 Andre NollAdd doxygen comments for various structs.
2007-10-26 Andre NollSet more file descriptors to non-blocking mode.
2007-10-26 Andre Nollafs.c: Avoid strcpy to a fixed size buffer.
2007-10-25 Andre Nollloglevel adjustments.
2007-10-24 Andre Nollafs.c: Restore the current mood or playlist on SIGHUP.
2007-10-24 Andre Nollafs.c execute_server_command(): Improve log message.
2007-10-24 Andre NollSimplify init_admissible_files().
2007-10-24 Andre Nollafs: Increase default sched timount.
2007-10-24 Andre NollLet afs die if para_server dies.
2007-10-24 Andre Nollafs.c: Fix open_afs_tables().
2007-10-23 Andre NollChange dbinfo1 stat item and use it from afs.
2007-10-23 Andre Nollmood.c: Use activate_mood_or_playlist() also to switch...
2007-10-23 Andre NollMake pass_afd() static.
2007-10-23 Andre Nollafs: Fix a fd leak.
2007-10-23 Andre NollImplement com_select().
2007-10-23 Andre NollKill loading of first available mood.
2007-10-22 Andre NollSwitch to the new afs.
2007-10-18 Andre NollImplement afs events.
2007-10-13 Andre NollReplace struct table_info by struct afs_table.
2007-10-09 Andre NollRemove some system errors from errno.h
2007-10-07 Andre NollOnly declare error codes that are safe to use.
2007-10-06 Andre NollAdd more documentation.
2007-10-05 Andre Nollafs: Handle SIGHUP.
2007-10-04 Andre Nollafs.c: Remove some dead code.
2007-10-04 Andre NollAdd command line options --mood and --playlist.
2007-10-04 Andre Nollafs.c: Introduce client list for afs (fixes dosable...
2007-10-02 Andre NollMake it compile on FreeBSD.
2007-09-27 Andre NollImplement pattern matching for com_touch().
2007-09-27 Andre NollGerneralize for_each_matching_blob().
2007-09-25 Andre Nollcom_check(): Implement mood checking.
2007-09-25 Andre NollMore mood cleanups.
2007-09-23 Andre Nollafs.c: Avoid noisy log message.
2007-09-23 Andre Nollafs.c: Fix documentation of stdin_command().
2007-09-23 Andre NollImplement check for invalid playlist entries.
2007-09-23 Andre NollImplement check command.
2007-09-22 Andre NollFix some bugs in blob handling.
2007-09-15 Andre Nollserver/afs: Close an unused file descriptor.
2007-09-15 Andre Nollreplace para_connect() by PARA_CONNECT.
2007-09-14 Andre Nollloglevel adjustments.
2007-09-12 Andre Nollafs.c: Fix com_init().
2007-09-12 Andre Nollafs.c: Add log message, cast sizeof().
2007-09-10 Andre NollFix afs_shutdown().
2007-09-10 Andre Nollafs: Replace DATABASE_DIR by a runtime config option.
2007-09-10 Andre Nollafs com_add(): Recognize also audio formats different...
2007-09-09 Andre NollChange the type of the argv argument of all commands.
2007-09-09 Andre NollFix some format string warnings on x86_64.
2007-09-09 Andre Nollafs.c: Kill unused struct callback_data.
2007-09-09 Andre NollClean up afs.c.
2007-09-08 Andre NollMake afs commands work.
2007-09-08 Andre NollIntroduce template commands for command_util.sh.
2007-09-08 Andre NollImplement server side afs callbacks.
2007-09-08 Andre NollMake struct signal_task generic and make afs use it.
2007-09-08 Andre Nollpara_server: Initialize the new afs.
2007-09-08 Andre NollMerge the new afs code.
2007-09-08 Andre NollRename afs.[ch] to afs_common.[ch].
2007-07-07 Andre Nolltrivial doxygen cleanups
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-03-02 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-02-20 Andre Nollrename db.c to afs.c and db.h to afs.h
2007-01-06 Andrerename afs to vss (the virtual streaming system)
2006-09-30 AndreMerge /home/maan/scm/paraslash.fml/paraslash
2006-09-30 Andrepara_server: New command line option: --autoplay_delay
2006-08-11 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash/ into...
2006-07-14 Andreavoid gcc warning message
2006-06-15 maanMerge branch 'master' into my-osx
2006-06-15 Andreintegrate para_client into para_audiod
2006-06-01 Andretrivial loglevel adjustements
2006-05-18 Andreafs.c: fix documentation of afs_preselect()
2006-05-17 Andresplit afs.h
2006-05-17 Andremajor afs cleanup
2006-05-14 Andreafs.c: Fix 'initialization from incompatible pointer...
2006-05-13 AndreRename struct audio format to audio_format_handler
2006-05-12 AndreFirst draft of the aac audio format handler
2006-05-09 AndreMerge branch 'master' into aac
2006-05-09 Andrecheck barriers also in afs_send_chunk()
2006-04-16 Andrefix more struct timeval related warnings
2006-04-04 Andrerename the array of supported audio file senders from...
2006-04-03 AndreFix use of uninitialized variable 'now' in afs_preselect()
2006-03-25 Andrecom_next() fix.
2006-03-11 AndreMerge branch 'dccp'
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 Andrerename struct dbtool to audio_file_selector
2006-02-20 Andreinitial git commit