dccp_send.c: Simplify send_queued_chunks().
[paraslash.git] / command.c
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
2006-05-11 AndreTypo
2006-04-20 Andrecommand.c: cast members of struct timeval to long unsigned
2006-04-16 Andrefix more struct timeval related warnings
2006-04-15 Andrekill mallinfo
2006-04-15 Andregcc-compat.h: rename __unused to __a_unused
2006-04-10 Andretypo
2006-04-10 Andreimproved version of split_args()
2006-04-04 Andrerename the array of supported audio file senders from...
2006-03-26 Andreuse const qualifiers where possible
2006-03-25 Andrecom_next() fix.
2006-03-11 AndreMerge branch 'dccp'
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 AndreRename E_BAD_DBTOOL to E_BAD_SELECTOR
2006-03-10 AndreRename "dbtool" status item to "selector"
2006-03-10 AndreRename some local variables in command.c
2006-03-10 Andrerename struct dbtool to audio_file_selector
2006-03-10 AndreRename com_cdt to com_chs
2006-03-10 Andredbtool -> audio file selector renaming
2006-03-10 Andrewhitespace fixes
2006-02-27 Andreno need to include gcc-compat.h twice
2006-02-20 Andreinitial git commit