- 24 Jun, 1999 1 commit
-
-
Per Cederqvist authored
-
- 20 Jun, 1999 1 commit
-
-
Per Cederqvist authored
-
- 05 Jun, 1999 1 commit
-
-
Per Cederqvist authored
-
- 03 Jun, 1999 1 commit
-
-
Per Cederqvist authored
-
- 24 May, 1999 1 commit
-
-
Per Cederqvist authored
-
- 21 May, 1999 2 commits
-
-
David Byers authored
Free everything on exit The server should now exit with zero allocated strings and zero allocated blocks. Test cases Added a few test cases for improved coverage and recently fixed bugs.
-
Per Cederqvist authored
(initialize): Lock the database before opening it. (main): Unlock the database.
-
- 16 May, 1999 1 commit
-
-
Per Cederqvist authored
-
- 15 May, 1999 1 commit
-
-
Per Cederqvist authored
with TRACED_ALLOCATIONS.
-
- 12 May, 1999 1 commit
-
-
David Byers authored
set-pers-flags Modified RPC calls create-person (new parameter pers-flags) Removed several hard-coded constants and paths. Max texts Max conferences Nologin file Support for aux-item validation functions (not just regexps.) Support for aux-items that can only be created by the server Support for linking pairs of aux items Added test cases to improve code coverage Renamed log to kom_log to avoid conflicts with math function log. Several bug fixes (code and documentation)
-
- 28 Apr, 1999 1 commit
-
-
Per Cederqvist authored
(server_init): Remved the "mux_port" argument. Don't listen for muxes. (initialize): Don't pass the "mux_port" argument to server_init.
-
- 19 Apr, 1999 1 commit
-
-
Per Cederqvist authored
(initialize): Pass param.ip_client_host to server_init.
-
- 17 Apr, 1999 3 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
of possible open files.
-
Per Cederqvist authored
configuration 1002. Fill in fd_relocate with PROTECTED_FDS.
-
- 06 Apr, 1999 1 commit
-
-
Per Cederqvist authored
-
- 05 Apr, 1999 1 commit
-
-
Per Cederqvist authored
-
- 03 Apr, 1999 2 commits
-
-
Per Cederqvist authored
(sighandler_hup): Use 1 instead of TRUE as value of go_and_die. (sighandler_usr1): Use 1 instead of TRUE as value of do_statistics. Use do_statistics instead of do_sync_db.
-
Per Cederqvist authored
-
- 15 Jan, 1999 1 commit
-
-
David Byers authored
-
- 30 Dec, 1998 1 commit
-
-
David Byers authored
-
- 26 Dec, 1998 1 commit
-
-
David Byers authored
-
- 11 Oct, 1998 1 commit
-
-
Per Cederqvist authored
-
- 22 Aug, 1998 1 commit
-
-
Per Cederqvist authored
running under DejaGnu.
-
- 07 Aug, 1998 1 commit
-
-
Per Cederqvist authored
Get the file of the aux_def_file from the config file. (main): Removed the -c and -a options. This reverts the change in rev 0.64. It is more consistent to get the file name of the aux-def file from the config file. The -c option was buggy anyhow.
-
- 12 Jul, 1998 1 commit
-
-
Per Cederqvist authored
-
- 08 Jul, 1998 1 commit
-
-
Per Cederqvist authored
(init_data_base): Removed unused argument dir_base. All callers updated. (sighandler_hup): Flag unused argument. (sighandler_quit): Likewise. (sighandler_usr1): Likewise. (sighandler_usr2): Likewise. (go_daemon): Make it a function prototype. (initialize): New static.
-
- 13 Sep, 1997 1 commit
-
-
David Byers authored
Documented the aux-item definition file format. Updated the database format documentation. Server: Implemented aux-items. Checked error returns and set error-status to something useful in most cases. New RPC calls: create-text create-anonymous-text create-conf create-person get-text-stat get-conf-stat modify-text-info modify-conf-info get-info modify-server-info get-collate-table set-expire query-unread-texts New asynchronous messages: new-text deleted-text
-
- 03 Aug, 1996 1 commit
-
-
Per Cederqvist authored
-
- 02 Aug, 1996 1 commit
-
-
Per Cederqvist authored
-
- 30 Jul, 1996 1 commit
-
-
Per Cederqvist authored
(go_daemon): Likewise. (main): Likewise. (sighandler_hup): Don't reinstall the signal if sigaction is available. (sighandler_usr1): Likewise. (sighandler_usr2): Likewise.
-
- 29 Jul, 1996 1 commit
-
-
Per Cederqvist authored
(sighandler_usr2): Reinstall the SIGHUSR2 handler.
-
- 28 Jul, 1996 1 commit
-
-
Per Cederqvist authored
-
- 24 Jul, 1996 1 commit
-
-
Per Cederqvist authored
-
- 02 Nov, 1995 1 commit
-
-
Per Cederqvist authored
-
- 23 Oct, 1995 1 commit
-
-
Per Cederqvist authored
calculate it from supplied parameters. All callers updated.
-
- 07 Oct, 1995 1 commit
-
-
Per Cederqvist authored
(initialize): Fixed a printf statement. (main): chdir to param.core_dir before the action starts. (datafilename): Removed. All users modified to use param.datafile_name instead. (backupfilename): Removed. All users modified to use param.backupfile_name instead. (textfilename): Removed. All users modified to use param.textfile_name instead. (statisticfile, pidfile, memusefile): Removed. All callers modified to use param.statistic_name, param.pid_name and param.memuse_name instead.
-
- 31 Dec, 1994 1 commit
-
-
Per Cederqvist authored
number, in logs.
-
- 14 Nov, 1994 1 commit
-
-
Per Cederqvist authored
(initialize): Fixed typo.
-
- 24 Oct, 1994 1 commit
-
-
Per Cederqvist authored
file descriptors, if the config file says to do so. Moved code to calculate number of open connections here from main(). (main): Some code moved to initialize().
-