fecdec: Add another sanity check to find_group().
[paraslash.git] / server.c
2009-04-26 Andre NollAvoid dirty afs tables on shutdown.
2009-04-26 Andre NollFix an invalid free() in command handlers.
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.
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 NollRename init_tcp_socket() to tcp_listen() and further...
2007-11-24 Andre NollMerge commit 'remotes/fml/master'
2007-11-23 Andre NollRename mark_fd_nonblock() to mark_fd_nonblocking().
2007-11-01 Andre NollGet rid of afd->path.
2007-10-31 Andre Nolldoxgen: Kill double /ref.
2007-10-26 Andre NollIntroduce signal_shutdown().
2007-10-26 Andre Nollserver.c: Add more fds to the close on ofork list.
2007-10-25 Andre NollRename struct audio_format_info to afh_info.
2007-10-25 Andre Nollloglevel adjustments.
2007-10-25 Andre NollMinor correctioons to the doxygen main page.
2007-10-25 Andre NollMore documentation updates.
2007-10-24 Andre NollDoxygen fixes.
2007-10-24 Andre NollFix a use-after-free bug in para_server.
2007-10-23 Andre NollGet rid of mmd->filename.
2007-10-23 Andre NollGet rid of mmd->audio_format.
2007-10-23 Andre NollChange dbinfo1 stat item and use it from afs.
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 NollMove afh_init() call from vss.c to server.c.
2007-10-22 Andre NollSwitch to the new afs.
2007-10-11 Andre NollMerge commit 'remotes/fml/v0.3' into v0.3
2007-10-10 Andre NollGet rid of E_WAITPID.
2007-10-05 Andre Nollafs: Handle SIGHUP.
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 Nollserver/afs: Close an unused file descriptor.
2007-09-08 Andre NollMake afs commands work.
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-08-06 Andre NollDon't use depricated xxx_cmdline_parser_configfile().
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
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 Nollintroduce struct audio_format_info
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
next