]> git.pond.sub.org Git - empserver/shortlog
empserver
2009-12-05 Markus ArmbrusterUse src/lib/w32/w32io.c for client
2009-12-05 Markus ArmbrusterRevert "MinGW provides random() in -liberty, no need...
2009-11-30 Markus ArmbrusterClean up w32misc.h, sysdep_w32.h not to override needlessly
2009-11-30 Markus Armbrusterreadv() and writev() for Windows returned -1 instead...
2009-11-30 Markus ArmbrusterMinGW provides random() in -liberty, no need to replace it
2009-11-30 Markus ArmbrusterMinGW provides getopt(), no need to replace it
2009-11-30 Markus ArmbrusterChange naming convention of POSIX emulation layer for...
2009-11-30 Markus ArmbrusterMove Windows socket stuff out off posixio.c into w32soc...
2009-11-30 Markus ArmbrusterInclude <winsock2.h> only through "sys/socket.h"
2009-11-30 Markus ArmbrusterInclude <windows.h> from service.h to make it self...
2009-11-30 Markus ArmbrusterDon't fake open() and fcntl() just for ef_open()
2009-11-30 Markus ArmbrusterRemove macro S_IRWUG
2009-11-30 Markus ArmbrusterRevamp server's Windows POSIX compatibility code
2009-11-30 Markus ArmbrusterRevamp client's Windows POSIX compatibility code
2009-11-30 Markus ArmbrusterSimplify Windows client to react to Ctrl-C always
2009-11-30 Markus ArmbrusterDon't log out player when update aborts a command under...
2009-11-30 Markus ArmbrusterFix accepting connections from hosts with "long" IPv6...
2009-11-30 Markus ArmbrusterPlug memory leak on error path in player_accept()
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-07-19 Markus ArmbrusterTweak LWP debug messages
2009-07-19 Markus ArmbrusterMove queue flush out of io.c
2009-07-19 Markus ArmbrusterIndentation fix
2009-07-19 Markus ArmbrusterMake empth_rwlock_t prefer writers
2009-07-19 Markus ArmbrusterFix lwp_rwlock_unlock() to wake up all readers
2009-07-19 Markus ArmbrusterRemove IO_NOWAIT, IO_WAIT
2009-07-19 Markus ArmbrusterHide struct io and implementation of struct ioqueue
2009-07-19 Markus ArmbrusterMake io_output() return a sane value
2009-07-19 Markus ArmbrusterClean up bogus setting of IO_EOF in io_output()
2009-07-19 Markus ArmbrusterRemove blocking struct iop operation
2009-07-19 Markus ArmbrusterRemove bogus io_noblocking() from player_login()
2009-07-19 Markus ArmbrusterRemove long defunct IO_NEWSOCK
2009-07-19 Markus ArmbrusterFix race condition in empth_sleep() for Windows
2009-07-19 Markus ArmbrusterFix empth_sleep() for argument in the past and pthreads
2009-07-19 Markus ArmbrusterFix fcntl() emulation for Windows
2009-07-19 Markus ArmbrusterMake budget's "Sector building" line look better
2009-07-19 Markus ArmbrusterMake sector maintenance cost configurable
2009-07-19 Markus ArmbrusterNew SCT_BUDG_MAX
2009-07-19 Markus ArmbrusterOverhaul show sect b
2009-07-19 Markus ArmbrusterFix show sect b not to omit undesignatable sectors
2009-05-23 Markus ArmbrusterClean up automatic supply leftovers in ship update
2009-05-21 Markus ArmbrusterFix mine production resource limit for peffic != 100%
2009-05-21 Markus ArmbrusterClean up poorly chosen loop control variable names
2009-04-30 Markus ArmbrusterBump version to 4.3.23
2009-04-25 Markus ArmbrusterUpdate change log for 4.3.22 v4.3.22
2009-04-25 Markus ArmbrusterFix autoconfiguration of libraries
2009-04-25 Markus ArmbrusterRename m4/my_termlib.m4 to m4/my_terminfo.m4
2009-04-25 Markus ArmbrusterRemove useless memset() before free()
2009-04-25 Markus ArmbrusterFix misuse of CreateThread() in Windows client
2009-04-25 Markus ArmbrusterFix Windows client's stdin read thread's error handling
2009-04-25 Markus ArmbrusterFix generation of src/client/aclocal.m4
2009-04-25 Markus ArmbrusterFix ersatz_getpass() to use its parameter
2009-04-23 Markus ArmbrusterMake Windows client read password without echo again
2009-04-23 Markus ArmbrusterMake savecore put $PWD in the mail subject
2009-04-21 Markus ArmbrusterAdd includes to make headers self-contained
2009-04-19 Markus ArmbrusterMake configure print a configuration summary
2009-04-19 Markus ArmbrusterAutoconfigure use of terminfo
2009-04-19 Markus ArmbrusterDeclare getsose() & friends in one place
2009-04-18 Markus ArmbrusterRebase strptime.c to fix license incompatibility
2009-04-18 Markus ArmbrusterTrim a bogus make dependency in standalone client build
2009-04-18 Markus ArmbrusterReally, really fix bomb not to wipe out plane updates
2009-04-18 Markus ArmbrusterFix tend land not to wipe out concurrent updates
2009-04-16 Markus ArmbrusterFix return value of s_commod() when it can't draw enough
2009-04-15 Markus ArmbrusterFix update to take dead units off carriers
2009-04-15 Markus ArmbrusterRun git describe in nightlybuild.sh to identify what...
2009-04-13 Markus ArmbrusterClean up autoconfiguration of libraries
2009-04-13 Markus ArmbrusterStandalone client build for Windows made empire without...
2009-04-13 Markus ArmbrusterDefine WIN32_LEAN_AND_MEAN for Windows
2009-04-13 Markus ArmbrusterSimplify autoconfiguration for Windows
2009-04-12 Markus ArmbrusterRemake src/client/aclocal.m4 with aclocal instead of cp
2009-04-11 Markus ArmbrusterFix client to abort script execution on SIGINT
2009-04-11 Markus ArmbrusterFix Windows client for EOF on stdin
2009-04-10 Markus ArmbrusterInclude stdlib.h unconditionally, for simplicity
2009-04-10 Markus ArmbrusterUse sys/select.h for select()
2009-04-10 Markus ArmbrusterReplace missing getpass()
2009-04-10 Markus ArmbrusterBelatedly update make dependencies for standalone clien...
2009-04-05 Markus ArmbrusterFix documentation not to refer to client as emp_client
2009-04-05 Markus ArmbrusterFix client not to hang when EOF on stdin overtakes...
2009-04-05 Markus ArmbrusterBelatedly document batch file restrictions
2009-03-31 Markus ArmbrusterRemove dead EASY_BRIDGES code from bridgefall()
2009-03-31 Markus ArmbrusterSimplify build_tower() a bit
2009-03-31 Markus ArmbrusterFix info build, mine, navigate, sweep on mines
2009-03-31 Markus ArmbrusterChange mine command not to work under bridges for now
2009-03-31 Markus ArmbrusterSimplify retreat_ship1() and retreat_land1() slightly
2009-03-31 Markus ArmbrusterFix confusion of landmines with seamines
2009-03-28 Markus ArmbrusterClean up useless declarations
2009-03-24 Markus ArmbrusterDon't use 0 as null pointer constant, part 3
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-23 Markus ArmbrusterClean up more unreadable assignments within if conditionals
2009-03-23 Markus ArmbrusterSimplify explain()
2009-03-22 Markus ArmbrusterClean up non-ANSI definition of ef_verify()
2009-03-22 Markus ArmbrusterGive fairland's variables internal linkage
2009-03-22 Markus ArmbrusterMake non-static function definitions match static decla...
2009-03-22 Markus ArmbrusterDon't advertize ^D as means to end a telegram
2009-03-22 Markus ArmbrusterDon't log out player when he interrupts a command
2009-03-21 Markus ArmbrusterClean up unreadable assignments within if conditionals
2009-03-10 Markus ArmbrusterFix assault not to send bogus telex to country 0
2009-03-10 Markus ArmbrusterBump version to 4.3.22
next