Merge branch 'master' into next
[paraslash.git] / server.c
2009-09-19 Andre NollMerge branch 'master' into next
2009-09-06 Andre NollMerge branch 'master' into next
2009-09-04 Andre NollMerge branch 'master' into next
2009-09-03 Andre NollMerge branch 'master' into next
2009-08-31 Andre NollMerge branch 'master' into next
2009-08-29 Andre NollMerge branch 'master' into next
2009-08-21 Andre NollMerge branch 'master' into next
2009-08-02 Andre NollMerge branch 'master' into next
2009-08-01 Andre NollMerge branch 'master' into next
2009-07-25 Andre NollMerge branch 'master' into next
2009-07-20 Andre NollMerge branch 'master' into next
2009-07-19 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-10 Andre NollMerge commit 'fml/master' into next
2009-07-09 Andre NollMerge branch 'master' into next
2009-07-09 Andre NollMerge commit 'meins/next' into next
2009-07-08 Andre NollIntroduce para_regcomp.
2009-07-05 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'afh_cleanup' into next.
2009-07-04 Andre NollMerge branch 'crypt' into next
2009-06-26 Andre NollMajor audio format handler cleanups.
2009-06-14 Andre NollMake rc4 encryption/decryption more explicit.
2009-06-14 Andre NollUse openssl's RAND_load_file() and RAND_bytes() to...
2009-06-11 Andre NollFix para_strerror() and use osl() wrapper for osl libra...
2009-05-10 Andre NollAdd some missing source code documentation.
2009-05-07 Andre NollMerge branch 'next'
2009-05-03 Andre NollMerge branch 'master' into next
2009-05-02 Andre NollMerge branch 'master' into next
2009-04-27 Andre NollMerge branch 'master' into next
2009-04-26 Andre NollMerge branch 'master' into next
2009-04-26 Andre NollAvoid dirty afs tables on shutdown.
2009-04-26 Andre NollFix an invalid free() in command handlers.
2009-04-25 Andre NollMerge branch 'master' into next
2009-04-19 Andre NollMerge commit 'athcx/next' into next
2009-04-06 Andre NollKill remaining instances of signal().
2009-04-06 Andre Nollserver: Use para_sigaction() to install the temporary...
2009-03-22 Andre NollFix some memory leaks.
2009-03-21 Andre Nollserver: Use a temporary SIGCHLD handler to catch afs...
2009-02-10 Andre NollMerge commit 'fml/master'
2009-02-09 Andre NollMerge commit 'meins/master'
2009-02-06 Andre NollMerge commit 'meins/master'
2009-02-04 Andre NollIgnore SIGUSR1 before forking the afs process.
2009-02-03 Andre NollCall shm(destroy) on the mmd shared memory area right...
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-18 Andre Nollserver.c: Only try to print errors when not in daemon...
2009-01-18 Andre NollUse symbolic names for loglevels and clean up the ggo...
2009-01-16 Andre NollMove color logging code to daemon.c and use it also...
2009-01-15 Andre NollRename daemon_init() to daemonize().
2009-01-15 Andre NollImplement colored logging for para_server.
2009-01-15 Andre NollPrefix loglevel macros with "LL_".
2009-01-15 Andre NollAdd some missing source code documentation.
2009-01-12 Andre NollImprove SIGHUP handling for afs.
2009-01-12 Andre NollCosmetics: Rename some functions.
2009-01-11 Andre Nollserver.c: Init the now timeval early.
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-10 Andre NollReplace the ortp sender/receiver by the generic udp...
2009-01-09 Andre NollMerge commit 'meins/master'
2008-12-06 Andre NollMerge commit 'meins/master'
2008-12-06 Andre NollAdd missing __printf_2_3 to all para_log functions.
2008-12-01 Andre NollMerge commit 'meins/next'
2008-11-30 Andre NollRename filter source files.
2008-04-15 Andre NollCall init_afs() _before_ setting up signal handlers.
2008-04-12 Andre Nollserver.c: Add some more Doxygen links.
2008-04-12 Andre Nollcom_si(): Report also the afs pid.
2008-04-12 Andre NollKill mmd_lock() and mmd_unlock().
2008-04-12 Andre NollMake para_server use the generic scheduling code.
2008-04-12 Andre Nollserver: Introduce server_command_task.
2008-04-12 Andre Nollserver: Introduce command_{pre,post}_select().
2008-04-12 Andre Nollserver.c: Introduce server_select().
2008-04-12 Andre NollMove struct senders[] from server.c to vss.c.
2008-04-12 Andre NollInit mmd->sender_cmd_data.cmd_num in vss_init().
2008-04-12 Andre NollHandle sender commands in vss_post_select().
2008-04-12 Andre NollCall sender functions from vss.c rather than from server.c.
2008-04-12 Andre NollDo not call vss_post_select() if para_select() failed.
2008-04-11 Andre NollServer/audiod option parsing improvements.
2008-03-17 Andre NollMerge commit 'remotes/meins/master'
2008-03-16 Andre NollLet the daemon option depend on the logfile option.
2008-02-17 Andre Nollserver.c: Add missing newline in log message.
2008-02-17 Andre NollKill superfluous "%s" in log messages.
2008-02-17 Andre Nollserver.c: Clarify fatal log message.
2008-02-11 Andre Nollinit_random_seed(): Use para_open() to open /dev/urandom.
2008-02-02 Andre NollIntoduce send_common.c and use it from the dccp sender.
2008-01-19 Andre NollGet rid of sender->status.
2008-01-17 Andre Nollserver.c: Initialize vss _after_ afs.
2008-01-14 Andre NollMerge commit 'remotes/meins/master'
2008-01-13 Andre NollAdd pointer to documentation of the new acl functions.
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-11 Andre NollMerge commit 'remotes/fml/master'
2007-12-11 Andre NollMerge commit 'remotes/fml/master'
2007-12-11 Andre Nollserver.c: Check return value of signal().
2007-12-11 Andre NollSimplify SIGUR1 handling.
next