]> git.pond.sub.org Git - empserver/history - src/server/main.c
Update copyright notice
[empserver] / src / server / main.c
2010-01-19 Markus ArmbrusterUpdate copyright notice
2009-11-30 Markus ArmbrusterMove Windows socket stuff out off posixio.c into w32soc...
2009-11-30 Markus ArmbrusterInclude <windows.h> from service.h to make it self...
2009-11-30 Markus ArmbrusterDelay shutdown up to 3s to let player output buffers...
2009-11-30 Markus ArmbrusterFix player thread race with update_init()
2009-11-30 Markus ArmbrusterSimplify checks whether player thread may sleep
2009-03-24 Markus ArmbrusterDon't use 0 as null pointer constant, part 2
2009-03-24 Markus ArmbrusterDon't use 0 as null pointer constant, part 1
2009-03-09 Markus ArmbrusterFix crash dump not to mess up streams
2009-02-18 Markus ArmbrusterUpdate known contributors comments
2009-02-08 Markus ArmbrusterUpdate copyright notice
2009-02-01 Ron KoenderinkReimplement max_idle without a separate thread
2008-09-18 Markus ArmbrusterFix trailing whitespace
2008-09-12 Markus ArmbrusterExpire lost items at the update instead of continuously
2008-04-25 Markus ArmbrusterNew post_crash_dump_hook
2008-04-25 Markus ArmbrusterDetect and log errors in crash_dump()
2008-04-25 Markus ArmbrusterMove oops actions from log.c up to application
2008-04-21 Markus ArmbrusterNew server option -E to choose what to do on oops
2008-03-17 Markus ArmbrusterJournal the PRNG seed
2008-03-14 Markus ArmbrusterUpdate known contributors comments
2008-03-14 Markus ArmbrusterInclude system headers before ours
2008-02-10 Markus ArmbrusterClean up initialization of empfile[]
2008-02-07 Markus ArmbrusterMake conftab.c independent of the current directory
2008-02-07 Markus ArmbrusterMake utility programs abort on internal error
2008-01-19 Markus ArmbrusterUpdate copyright notice
2007-10-27 Markus ArmbrusterKeep log open, rotate it just like the journal:
2007-10-23 Ron Koenderink(main, init_server, emp_server.6): Add -R command line...
2007-08-19 Markus ArmbrusterDon't include direct.h, as our fake unistd.h now does...
2007-08-16 Markus ArmbrusterBack out the previous revision and remove the include...
2007-08-15 Ron KoenderinkInclude sys/uio.h unconditionally.
2007-08-14 Ron KoenderinkReal unistd.h declares getopt() & friends. Approximate...
2007-08-08 Markus ArmbrusterMoving getopt.h to src/lib/w32/ broke the Windows build...
2007-07-25 Markus Armbruster(player_kill_idle): Don't kill hung player threads...
2007-07-24 Markus ArmbrusterRemove the concept of thread priorities from empthread...
2007-07-20 Markus Armbruster(shutdwn): Failed to set play_wrlock_wanted. This...
2007-07-20 Markus Armbruster(update_lock, play_lock, update_pending, play_wrlock_wa...
2007-07-15 Markus ArmbrusterUse the new Empire clock for implementing MOB_ACCESS:
2007-07-13 Markus ArmbrusterComment.
2007-07-11 Markus ArmbrusterNew update scheduler:
2007-03-05 Ron Koenderink(main.c) [_WIN32,WIN32]: Remove the define WIN32.
2007-03-05 Ron Koenderink(init_server): Move log_init() before the mobility_init...
2007-01-28 Markus Armbruster(lwpSetDesc): Unused, remove.
2007-01-21 Markus Armbruster(ef_open_srv, start_server): Journal must not be writte...
2007-01-21 Markus ArmbrusterFix server not to create a journal on SIGHUP when ...
2007-01-21 Markus Armbruster(shutdwn): Take exclusive update lock for shutdown...
2007-01-16 Markus Armbruster(market_init): New.
2007-01-16 Markus Armbruster(exit_nomem): New.
2007-01-09 Markus ArmbrusterUpdate copyright notice.
2006-12-31 Markus Armbruster(shutdown_init): Has no effect, remove.
2006-07-10 Markus ArmbrusterBreak inclusion cycle: prototypes.h and commands.h...
2006-06-22 Markus ArmbrusterUpdate known contributors comment.
2006-06-20 Markus Armbruster_exit() fails to terminate all threads on at least...
2006-06-08 Markus Armbruster(shutdwn) [_WIN32]: Not supposed to return, so don't.
2006-06-08 Markus ArmbrusterFinally merge the journal patch:
2006-06-07 Markus Armbruster(shutdwn): No longer a signal handler, no need to avoid...
2006-06-07 Markus Armbruster(empth_init_signals): Don't catch SIGINT and SIGTERM.
2006-06-05 Markus ArmbrusterMove signal stuff into src/lib/empthread/, no functiona...
2006-06-02 Markus ArmbrusterComments, whitespace.
2006-05-20 Markus Armbruster(num_teles, redir_fp, pipe_fp, exec_fd, sendeof, prompt...
2006-04-17 Markus Armbruster(CANT_REACH): New. Use it instead of CANT_HAPPEN(...
2006-04-16 Markus ArmbrusterFix long lines. No functional changes.
2006-02-24 Markus ArmbrusterUpdate known contributors comment.
2006-02-23 Markus Armbruster(config_tables, custom_tables, read_config_tables,...
2006-02-19 Markus Armbruster(main): Fix for relative builtindir (pathological...).
2006-02-19 Markus Armbruster(builtindir): New econfig key, variable and make variable.
2006-02-18 Markus ArmbrusterNew way to read configuration tables:
2006-02-18 Markus Armbruster(datadir, edatadir, gamedir): Rename to avoid confusion...
2006-01-27 Markus Armbruster(vers): Don't report KSU distribution (1.04 in all...
2006-01-21 Markus ArmbrusterCOPYING duplicates information from README. Remove...
2006-01-05 Markus ArmbrusterUpdate copyright notice.
2006-01-01 Ron Koenderink(main) [_WIN32]: Fix logerror format to "lu" for GetLas...
2005-12-27 Markus ArmbrusterInclude config.h.
2005-11-29 Ron Koenderink(close_files, finish_server, panic):
2005-11-13 Ron Koenderink(opt_NO_LCMS, opt_NO_HCMS, opt_NO_OIL, Options,
2005-11-12 Ron Koenderink(init_server, ef_load, xundump): Add ability to customi...
2005-11-08 Markus Armbruster(start_server, empth_start): Passed uninitialized sa_ma...
2005-11-07 Ron Koenderink(init_server): Remove ef_load() call.
2005-11-06 Ron Koenderink(nullify_objects): Fix sentinel row checks for plchr...
2005-11-06 Markus Armbruster(shp_maxno): Variable's value is well-known constant...
2005-11-06 Markus Armbruster(pln_maxno): Variable's value is well-known constant...
2005-11-06 Markus Armbruster(lnd_maxno): Variable's value is well-known constant...
2005-11-06 Markus Armbruster(nuk_maxno): Variable's value is well-known constant...
2005-11-06 Markus Armbruster(prd_maxno): Variable's value is well-known constant...
2005-11-06 Markus Armbruster(nullify_objects): Fix option NO_OIL. The attempt...
2005-11-04 Markus Armbruster(nullify_objects): Patch intrchr[] according to opt_NO_...
2005-10-29 Markus Armbruster(ef_init, ef_init_srv): Rename old ef_init() ef_init_sr...
2005-10-25 Markus Armbruster(disassoc): Rewrite for POSIX, return status. Caller...
2005-10-24 Markus Armbruster(ef_open, EFF_RDONLY, EFF_CREATE, EFF_OPEN): Replace...
2005-06-25 Markus Armbruster(create_pidfile): Silence compiler warning on printing...
2005-06-25 Markus ArmbrusterDocument Empire's thread abstraction. Minor cleanups:
2005-05-28 Markus Armbruster(debug): Move to log.c, so other programs don't have...
2005-05-03 Ron Koenderink(main,install_service) [_WIN32]: Move the construction...
2005-03-20 Ron Koenderink[_WIN32]: Add #define WIN32 whereever winsock2.h is...
2005-03-16 Markus ArmbrusterUpdate copyright notice.
2005-03-16 Markus ArmbrusterFix the previous rev.
2005-03-16 Markus Armbruster(main): Rev. 1.43 broke option -D. Its meaning in...
2005-03-16 Markus Armbruster(main): Fix -p to imply -d as documented, not just...
2005-03-16 Ron Koenderink(main) [_WIN32]: Remove second break from -i option.
2005-03-16 Ron Koenderink(main) [_WIN32]: Add check to command line checks to...
2005-03-15 Markus Armbruster(shutdwn): Rev. 1.51 broke the Linux pthread hack....
next