Merge commit 'remotes/fml/master'
[paraslash.git] / command.c
2007-12-04 Andre NollFix some gcc warnings on Solaris:
2007-12-03 Andre NollMerge commit 'remotes/fml/master'
2007-11-30 Gerrit Renker03_TCP-socket-functions.diff
2007-11-25 Andre NollGet rid of E_RECV.
2007-11-24 Andre NollMerge commit 'remotes/fml/master'
2007-11-23 Andre NollIn handle_connect() we really need a blocking fd for...
2007-11-19 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-11-17 Andre NollFix com_pause().
2007-11-11 Andre NollAvoid empty lines in the status output.
2007-11-02 Andre NollDon't report server uptime as status item.
2007-11-02 Andre NollMake the status item list globally visible.
2007-11-01 Andre NollAlways print a space after each status item identifier.
2007-11-01 Andre NollGet rid of afd->afsi and rename afs_status_info to...
2007-11-01 Andre NollGet rid of afd->path.
2007-11-01 Andre NollRename length status item to seconds_total and print...
2007-11-01 Andre NollKill duplicate audio format handler info string in...
2007-11-01 Andre NollKill duplicate num_played status item.
2007-11-01 Andre NollKill more duplicate status items.
2007-11-01 Andre NollKill duplicate audio format status item.
2007-11-01 Andre NollDon't print attributes string twice.
2007-11-01 Andre NollAppend ls -v output to status items.
2007-10-31 Andre Nollcommand.c: Fix get_cmd_pointer.
2007-10-28 Andre Nollkill dulpicate instance of para_random().
2007-10-24 Andre NollReset afd fields on eof.
2007-10-23 Andre NollGet rid of mmd->filename.
2007-10-23 Andre NollAdd LYRICS_ID status item.
2007-10-23 Andre NollReplace status item SELECTOR by IMAGE_ID.
2007-10-23 Andre NollReplace status item DBINFO3 by DIRECTORY.
2007-10-23 Andre NollReplace status item STATUS_BAR to BASENAME.
2007-10-23 Andre NollReplace status item DBINFO2 by ATTRIBUTES.
2007-10-23 Andre NollGet rid of mmd->audio_format.
2007-10-23 Andre NollGet rid of mmd->afi.
2007-10-23 Andre NollRemove com_sb and com_sc.
2007-10-23 Andre NollChange dbinfo1 stat item and use it from afs.
2007-10-23 Andre Nollcommand.c: Trivial documentation cleanups.
2007-10-23 Andre NollRemove old audio file selector code.
2007-10-22 Andre NollRemove users of the old audio file selector code.
2007-10-22 Andre NollSwitch to the new afs.
2007-10-05 Andre NollSwitch from inet_aton() to inet_pton().
2007-10-02 Andre NollMake it compile on FreeBSD.
2007-09-21 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-09-20 Andre NollMake para_fsck work without specifying tables.
2007-09-15 Andre Nollcommand.c: Fix a bug in get_cmd_ptr().
2007-09-15 Andre Nollcommand.c: Fix om_help().
2007-09-15 Andre Nollcommand.c: Increase maximal command length.
2007-09-09 Andre NollChange the type of the argv argument of all commands.
2007-09-08 Andre NollIntroduce template commands for command_util.sh.
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 NollRename afs.[ch] to afs_common.[ch].
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-06-11 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-06-01 Andre NollTrivial %d -> %zu format string fix
2007-05-26 Andre Nollbe more carful wrt. signed vs. unsigned argument passing
2007-03-12 Andre NollMerge ../paraslash_meins/paraslash
2007-03-11 Andre Nollcommand.c kill unused declaration of user_list
2007-03-11 Andre Nollintroduce struct audio_format_info
2007-03-03 Andre Nollrename DB_READ, DB_WRITE to AFS_READ, AFS_WRITE
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-02-11 Andre Nollsimplify lookup_user()
2007-02-11 Andre Nollkill STRINGSIZE macro
2007-02-11 Andre Nollcommand_util.sh: Make it read the function prototype...
2007-02-06 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-02-04 Andre Nolluse own version handler for all commands.
2007-01-29 Andre NollMerge ../paraslash.meins/paraslash
2007-01-28 Andrecommand.c: remove an unused variable
2007-01-28 Andrecommand.c: add documentation of handle_connect()
2007-01-28 Andremake another function of command.c static
2007-01-28 Andrecommand.c: make two functions static
2007-01-28 Andrerename "synopsis" to "usage".
2007-01-28 Andrecommand.c help: nicify help output
2007-01-27 Andrevss_status_tohuman(): change permission status flags
2007-01-21 Andrerename server command array from cmd_struct to server_cmds
2007-01-19 Andrepara_server: switch to generated command list
2007-01-11 Andrecommand.c: simplify handle_connect()
2007-01-06 Andrerename afs to vss (the virtual streaming system)
2007-01-04 Andrecommand.c: rename send_description() to send_list_of_co...
2007-01-04 Andrecommand.c: simplify send_description()
2006-11-16 AndreMerge branch 'in_mem_user_list'
2006-11-01 Andrerename get_user() to lookup_user()
2006-11-01 Andremove user handling code into seperate functions
2006-11-01 AndreRemove underscores from _get_user(), struct _user and...
2006-11-01 Andrekill get_user() and struct user
2006-11-01 Andreswitch to the in-memory user list
2006-09-30 AndreMerge /home/maan/scm/paraslash.fml/paraslash
2006-09-30 Andreintroduce para_fgets(), a wrapper for fgets()
2006-08-11 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash/ into...
2006-07-13 maanMerge branch 'master' into my-osx
2006-07-11 Andrecom_stat: abort on server crashes
2006-06-28 Andreget rid of -DVERSION
2006-06-15 maanMerge branch 'master' into my-osx
2006-06-15 Andreintegrate para_client into para_audiod
2006-06-15 maanMerge branch 'master' into my-osx
2006-06-15 Andresplit client.c
2006-06-12 AndreMake crypo a per fd feature
2006-05-17 Andresplit afs.h
2006-05-13 Andrerandom/mysql selector: make it find m4a files
2006-05-13 AndreRename struct audio format to audio_format_handler
2006-05-12 AndreMerge branch 'master' into aac
next