Pontus Fransson
|
b72fb21b07
|
Network - Fixed all thread related crashes.
The crashes was caused by OysterMutex, so i changed all OysterMutex to
std::mutex instead.
|
2013-12-09 10:48:43 +01:00 |
Pontus Fransson
|
a79dc61159
|
Network - Stuff
|
2013-12-08 23:56:17 +01:00 |
Pontus Fransson
|
bbb79a4ba9
|
Merge branch 'Network' of https://github.com/dean11/Danbias into Network
|
2013-12-06 10:46:05 +01:00 |
Pontus Fransson
|
5465ccf51a
|
Network - Started implementing Server,client,session.
|
2013-12-06 10:45:53 +01:00 |
Sam Mario Svensson
|
cc793851af
|
Network- set blocking mode
|
2013-12-04 14:59:00 +01:00 |
Pontus Fransson
|
df1594a43b
|
Network - Fixed small errors
|
2013-12-04 14:58:15 +01:00 |
Sam Mario Svensson
|
79cf9df111
|
Network - changed from & to smartpoints
|
2013-12-04 12:40:49 +01:00 |
Pontus Fransson
|
df1470eb2c
|
Network - Send/Recv both ways.
Impl: SetBlockingMode() : Connection.
Impl: Resize() : OysterByte.
Remade Clear() : OysterByte.
Added bool return if FetchMessage() succeded or failed : PostBox.
Fixed a few errors with mutex on ThreadedClient.
Added missing mutex unlock in ThreadSafeQueue.
|
2013-12-03 23:12:48 +01:00 |
Sam Mario Svensson
|
aa4cf634d3
|
Client interface and class for both server and client. now using postbox system
|
2013-12-03 13:04:53 +01:00 |