- 28 Dec, 2005 2 commits
-
-
Per Cederqvist authored
performing a pattern name match. * src/server/simple-cache.c: Removed obsolete comments. Fixed spelling errors in comments. (find_matching_info_compare): Don't overflow if a Conf_no doesn't fit in an int. (find_matching_info): Removed obsolete comments (bug 172). (rebuild_matching_info_entry): Added a comment that explains a magic "2" in the code. (build_matching_info): Use cached_no_of_existing_conferences() instead of next_free_num when deciding how large temporary table we need. Reduce the number of loop induction variables. (cached_lookup_name): Made code more readable by introducing a temporary variable.
-
Per Cederqvist authored
* src/server/testsuite/config/unix.exp (simple_expect): Log what we are looking for and when we are done looking at verbosity level 2 and above.
-
- 27 Dec, 2005 10 commits
-
-
Per Cederqvist authored
* src/server/testsuite: Add locksuite.lock to svn:ignore.
-
Per Cederqvist authored
allocating certain data structures. (Bug 164). * src/server/simple-cache.c (existing_confs): New static variable. (cached_no_of_existing_conferences): Return existing_confs, instead of overestimating the number of conferences as next_free_num. (Bug 164). (cached_create_conf): Increase existing_confs. (cached_delete_conf): Decrease existing_confs. (init_cache): Increase existing_confs when a new conference is created. (free_all_cache): Decrease existing_confs when conferences are deallocated. (dump_cache_mem_usage): Dump existing_confs. * src/server/testsuite/config/unix.exp (check_memory_usage): Check the dump of existing_confs. Fail if allocated_strings or allocated_blocks isn't found in the file.
-
Per Cederqvist authored
memory, by removing the priority field of Matching_info. * src/libraries/libcommon/parser.c (parse): Don't let the priority influence the match. The priority functionality was poorly documented, not used by lyskomd, and made the code more complex. * src/libraries/libcommon/parser.h (Matching_info): Removed the priority field, which is no longer used. * src/server/simple-cache.c (rebuild_matching_info_entry): Don't initialize the priority field. (build_matching_info): Ditto.
-
Per Cederqvist authored
* src/libraries/libcommon/parser.c (parse): Code cleanup: get rid of one level of indentation, and avoid using multiple ways to get to the next iteration of the main loop.
-
Per Cederqvist authored
-
Per Cederqvist authored
the server to crash. (Bug 1403). * src/server/connections.c (check_idle_callback): Don't crash if isc_enable() fails. Emit the session number in the log, mostly for debug purposes.
-
Per Cederqvist authored
* scripts: Add depcomp, install-sh, mdate-sh, missing, mkinstalldirs and texinfo.tex to svn:ignore. * src/libraries/adns: Add depcomp, missing, and mkinstalldirs to svn:ignore. * src/libraries/libisc-new: Add depcomp to svn:ignore. * src/libraries/liboop: Add depcomp, install-sh, missing and mkinstalldirs to svn:ignore.
-
Per Cederqvist authored
-
Per Cederqvist authored
Sten who reported the bug and proposed an alternate fix. * src/server/connections.c (login_request): Don't hang if the "Use DNS" option is false. (Bug 1318). Log a warning message if isc_resolve_remote() fails. (src/server/testsuite/lyskomd.0/bug-1318.exp): New file. Test the "Use DNS: off" configuration option.
-
Per Cederqvist authored
checkkomspace was not built early enough. Also, the test suite should not fail on platforms that don't support fsusage.c. * src/server/Makefile.am (CHECKKOMSPACE): New empty variable. Append checkkomspace$(EXEEXT) to it if we HAVE_FSUSAGE. (check-lyskomd): Depend on $(CHECKKOMSPACE). (check-recursive): Ditto. * src/server/testsuite/lyskomd.0/50.exp: Report "unsupported" if checkkomspace is not built. (Don't fail with fatal errors.)
-
- 19 Dec, 2005 2 commits
-
-
Per Cederqvist authored
* src/server/testsuite/lyskomd.0/11.exp: Handle the message that is emitted when the debug calls are disabled. That message was introduced 2004-07-21; apparently, nobody has used the test suite without debug calls since then.
-
Per Cederqvist authored
-
- 18 Dec, 2005 2 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
Some minor code refactoring.
-
- 12 Dec, 2005 2 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
- 11 Dec, 2005 2 commits
-
-
Per Cederqvist authored
remove the "Obsolete" status from it. Clarify how create-conf-old works. Doc fixes.
-
Per Cederqvist authored
-
- 28 Nov, 2005 1 commit
-
-
Per Cederqvist authored
-
- 06 May, 2005 1 commit
-
-
Per Cederqvist authored
-
- 04 Apr, 2005 1 commit
-
-
Per Cederqvist authored
-
- 02 Dec, 2004 1 commit
-
-
Per Cederqvist authored
-
- 30 Nov, 2004 1 commit
-
-
Per Cederqvist authored
-
- 02 Aug, 2004 2 commits
-
-
Per Cederqvist authored
Rasmus Sten.
-
Per Cederqvist authored
clients, and document MHTML and multipart/mixed. Contributed by Rasmus Sten.
-
- 21 Jul, 2004 1 commit
-
-
Per Cederqvist authored
rid of a spurious error message found in the process. Use less preprocessor macro magic. Test suite framework improvements: simple_expect can now expect lines that don't contain the line leader, and lyskomd_start and lyskomd_fail_start can now handle output sent before the database lock is taken. Fixed a comment.
-
- 18 Jul, 2004 2 commits
-
-
Per Cederqvist authored
Added missing newline in kom_log call. Doc fixes. Specify how multipart contents should be handled by the aux-item allowed-content-type.
-
Per Cederqvist authored
-
- 19 Jun, 2004 1 commit
-
-
David Byers authored
-
- 26 Apr, 2004 1 commit
-
-
Per Cederqvist authored
-
- 02 Apr, 2004 1 commit
-
-
Per Cederqvist authored
-
- 06 Jan, 2004 1 commit
-
-
Per Cederqvist authored
-
- 05 Jan, 2004 1 commit
-
-
Per Cederqvist authored
-
- 28 Dec, 2003 1 commit
-
-
Per Cederqvist authored
the client to the server!
-
- 27 Nov, 2003 1 commit
-
-
Per Cederqvist authored
misnamed, read-ranges is sorted, and the description of what is unread was outdated.
-
- 06 Oct, 2003 1 commit
-
-
Per Cederqvist authored
-
- 04 Oct, 2003 1 commit
-
-
Per Cederqvist authored
was taken. It should not be updated when the file is changed from DIRTY to CLEAN state.
-
- 03 Oct, 2003 1 commit
-
-
Per Cederqvist authored
-