1
0
Fork 0
cuberite-2a/WebServer
madmaxoft@gmail.com 2a72c5c838 Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@711 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-08-03 11:53:11 +00:00
..
Globals.cpp Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
Globals.h Using the _DEBUG macro for *nix debug builds as well; trying to force 8-byte alignment on critical sections ( http://forum.mc-server.org/showthread.php?tid=384 ) 2012-03-09 09:39:48 +00:00
Socket.cpp Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
Socket.h Fixed *nix hang on server stop (socket needs shutting down) 2012-02-17 13:09:56 +00:00
StdHelpers.cpp Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
StdHelpers.h Source for additional projects 2011-10-03 19:25:04 +00:00
Tracer.h Source for additional projects 2011-10-03 19:25:04 +00:00
UrlHelper.cpp Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
UrlHelper.h Source for additional projects 2011-10-03 19:25:04 +00:00
WebServer.cpp Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
WebServer.h Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type. 2012-08-03 11:53:11 +00:00
base64.cpp Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
base64.h Source for additional projects 2011-10-03 19:25:04 +00:00
cEvents.cpp Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
cEvents.h VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. 2012-01-29 19:28:19 +00:00