summaryrefslogtreecommitdiff
path: root/server/connection.h
AgeCommit message (Expand)AuthorFilesLines
2010-12-25Restructured repository.HEADmasterVegard Storheil Eriksen1-53/+0
2010-12-03Fixed error_code in Connection::handle_read().Vegard Storheil Eriksen1-1/+1
2010-11-25Rename Player to Client, to better reflect what it represents.Vegard Storheil Eriksen1-1/+1
2010-11-24Added error handling around connections.Vegard Storheil Eriksen1-1/+7
2010-11-15Implement server program flow around GameStart.Vegard Storheil Eriksen1-0/+1
2010-11-15Connection API changes.Vegard Storheil Eriksen1-0/+9
2010-11-07Add error argument to Connection::handle_read().Vegard Storheil Eriksen1-3/+2
2010-11-06First take on abstract ConnectionBase, ASIO listening and connection handling.Vegard Storheil Eriksen1-0/+38