Tycho
|
a9b8a530b1
|
Extracted Google connection test
|
2015-01-22 20:12:42 +01:00 |
|
Mattes D
|
b8b3409b74
|
cNetwork: Linux compilation fix.
|
2015-01-22 20:12:41 +01:00 |
|
Mattes D
|
6f5e267d58
|
Implemented LibEvent-based client connections.
|
2015-01-22 20:12:40 +01:00 |
|
Mattes D
|
45b1d5ff78
|
Fixed various warnings.
|
2015-01-18 18:01:24 +01:00 |
|
Kirill Kirilenko
|
3dc994f9dc
|
Fixed CppCheck: (performance) Possible inefficient checking for emptiness.
|
2015-01-17 15:20:03 +03:00 |
|
Mattes D
|
081e7ddd02
|
cIsThread: Fixed a race condition on thread start.
|
2014-12-25 00:34:54 +01:00 |
|
Mattes D
|
781b3303a5
|
Merge pull request #1657 from mc-server/PrepareChunk
Prepare chunk
|
2014-12-11 17:06:18 +01:00 |
|
Mattes D
|
33c6ff872e
|
Cosmetic touchups.
Removed trailing whitespace, added cast to remove warning, added file seeking in case of corrupt files.
|
2014-12-11 14:34:09 +01:00 |
|
Mattes D
|
2ab8d2bd98
|
Added a RemoveIf() function to cQueue
|
2014-12-09 10:43:40 +01:00 |
|
Mattes D
|
c65bb6341d
|
Fixed integer overflow problems.
The event would overflow when requesting a 60 minute timeout.
|
2014-12-07 21:37:47 +01:00 |
|
Mattes D
|
8ad1afcc1b
|
Merge remote-tracking branch 'origin/master' into c++11Events
|
2014-12-07 18:15:23 +01:00 |
|
Mattes D
|
3c3cb198f3
|
Fixed c++11 branch issues.
|
2014-12-07 15:46:27 +01:00 |
|
Tiger Wang
|
3acdf25b05
|
Merge remote-tracking branch 'origin/master' into c++11
Conflicts:
src/OSSupport/Thread.cpp
|
2014-12-06 17:41:48 +00:00 |
|
Mattes D
|
3f23813412
|
Merge pull request #1647 from mc-server/SocketThreadsFix
Fixes socket leak in HTTP server.
|
2014-12-06 16:08:08 +01:00 |
|
Mattes D
|
e2a04f580a
|
BasicStyle: Added missing braces to control statements.
|
2014-12-05 16:59:11 +01:00 |
|
Mattes D
|
44644ae025
|
Fixed reported parentheses around comparisons.
|
2014-12-05 12:58:47 +01:00 |
|
Mattes D
|
64f8428d03
|
Fixed trailing whitespace.
|
2014-12-04 22:07:04 +01:00 |
|
Mattes D
|
c014f5624c
|
Merged branch 'origin/master' into c++11.
|
2014-12-04 22:04:16 +01:00 |
|
Mattes D
|
010546051e
|
Fixes socket leak in HTTP server.
Fixes #1643.
|
2014-12-03 16:14:26 +01:00 |
|
Howaner
|
7049db5bf8
|
Fixed compiling on linux.
|
2014-11-30 14:23:51 +01:00 |
|
Mattes D
|
201313a9f8
|
Added a basic stacktracing for assert and signal failures.
|
2014-11-29 23:06:10 +01:00 |
|
Tiger Wang
|
6382989ba0
|
Compilation fixes
|
2014-11-23 14:22:05 +00:00 |
|
Mattes D
|
5dbf601824
|
cEvent: Changed chrono duration resolution.
|
2014-11-04 15:56:27 +01:00 |
|
Mattes D
|
0d15261601
|
cEvent: Changed steady_clock to system_clock.
|
2014-11-04 15:47:55 +01:00 |
|
Mattes D
|
b9777287ca
|
Moved the chrono include into Globals.
|
2014-10-24 11:01:45 +02:00 |
|
Mattes D
|
4b32c00f66
|
Added a missing chrono include.
|
2014-10-24 10:22:17 +02:00 |
|
Mattes D
|
765bf006ad
|
Merged branch 'master' into c++11.
|
2014-10-24 10:19:13 +02:00 |
|
Mattes D
|
2940ced832
|
Merge branch 'master' into c++11Events
|
2014-10-24 10:13:54 +02:00 |
|
archshift
|
dd86c1f4a3
|
OSSupport/CMakeLists.txt: fixed indentation
|
2014-10-23 23:49:20 -07:00 |
|
Tiger Wang
|
51fa6b4090
|
Suggestions
|
2014-10-23 23:58:01 +01:00 |
|
archshift
|
8ccb729504
|
Fixed potential linker errors with mingw, as it isn't MSVC and it isn't APPLE.
|
2014-10-23 15:03:54 -07:00 |
|
archshift
|
6bcc2c187a
|
Fix linking on OS X, which does not have librt.
|
2014-10-23 14:58:42 -07:00 |
|
Mattes D
|
82472d09ac
|
Reimplemented cEvent using C++11 primitives.
Fixes #1523.
|
2014-10-23 11:20:25 +02:00 |
|
Mattes D
|
f8c54f4243
|
Merged branch 'master' into c++11.
|
2014-10-23 08:40:39 +02:00 |
|
Tiger Wang
|
a26541a7c3
|
En masse NULL -> nullptr replace
|
2014-10-22 20:12:49 -07:00 |
|
Tiger Wang
|
2b920f9e21
|
Compile fix?
|
2014-10-21 13:49:53 +01:00 |
|
Tiger Wang
|
987f79afdd
|
En masse NULL -> nullptr replace
|
2014-10-20 21:55:07 +01:00 |
|
Tiger Wang
|
a324333c11
|
Use std::recusive_mutex
|
2014-10-20 21:26:18 +01:00 |
|
Tiger Wang
|
bde99d684e
|
Migrated cSleep and cTimer to std::chrono
|
2014-10-20 18:59:40 +01:00 |
|
Tiger Wang
|
6d5a8892f3
|
Use std::thread
|
2014-10-19 00:29:34 +01:00 |
|
Steven Riehl
|
856764dee8
|
convert old style casts to fix warnings
|
2014-10-11 20:39:55 -06:00 |
|
worktycho
|
a20bd0dbbd
|
Update CMakeLists.txt
|
2014-10-05 23:44:55 +01:00 |
|
Mattes D
|
ec71ffcc80
|
Added a cEvent::Wait() with timeout.
|
2014-10-05 19:04:30 +02:00 |
|
Mattes D
|
c4a53c5d7d
|
OSSupport: Fixed UNICODE Windows builds.
The files now compile even inside UNICODE applications.
|
2014-09-14 01:33:05 +02:00 |
|
Mattes D
|
52a6b30f32
|
Merge remote-tracking branch 'origin/master' into CraftingFixes
|
2014-08-28 16:53:36 +03:00 |
|
Mattes D
|
49ac6fadfc
|
Fixed spaces after "template" keyword.
|
2014-08-28 16:44:36 +03:00 |
|
madmaxoft
|
1f4a1383c2
|
Removed an unneeded cast.
|
2014-08-15 07:19:13 +02:00 |
|
madmaxoft
|
10e58f04da
|
Fixed windows compilation and style issues.
|
2014-08-12 22:43:04 +02:00 |
|
Tycho
|
806d0936dc
|
First Implementatation of new Loggin framework
|
2014-08-10 19:34:11 +01:00 |
|
archshift
|
4191be7ddb
|
Removed redundant semicolons and re-added warning
|
2014-07-24 11:21:37 -07:00 |
|