index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
cSocket.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cSocketThreads plugged in for cClientHandle reading. Sending still kept the old way. Please help me test this commit thoroughly, this is a change that can break on subtleties.
madmaxoft@gmail.com
2012-02-08
1
-1
/
+6
*
cSocket: final localhost fix - made it a function
madmaxoft@gmail.com
2012-02-07
1
-6
/
+14
*
Temporary fix for Linux compilation. (gcc won't accept a function call in global var initialization)
madmaxoft@gmail.com
2012-02-07
1
-1
/
+1
*
Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility.
madmaxoft@gmail.com
2012-02-07
1
-2
/
+23
*
cSocket: Added more functions that will be needed for the new cSocketThreads
madmaxoft@gmail.com
2012-02-07
1
-7
/
+50
*
cSocket: error reporting function now works correctly on GNU Linux; also includes the error number for all errors
madmaxoft@gmail.com
2012-02-06
1
-8
/
+29
*
cSocket: re-implemented the GetLastErrorString() function; win: error texts are now queried from the system rather than enumerated by the program
madmaxoft@gmail.com
2012-02-06
1
-24
/
+9
*
Now showing proper error messages when sockets fail :)
faketruth
2012-02-05
1
-12
/
+23
*
cSocket: added error logging to Bind() failures
madmaxoft@gmail.com
2012-02-05
1
-39
/
+48
*
Socket-related assert fixes
madmaxoft@gmail.com
2012-02-02
1
-3
/
+27
*
cSocket API fix (possible invalid pointer)
madmaxoft@gmail.com
2012-02-02
1
-3
/
+2
*
Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;
madmaxoft@gmail.com
2012-02-01
1
-9
/
+52
*
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
madmaxoft@gmail.com
2012-01-29
1
-8
/
+13
*
Abstracted sockets some more to ensure the same behavior over the entire program and on multiple platforms.
faketruth
2011-10-23
1
-3
/
+110
*
Compiles for linux
faketruth
2011-10-21
1
-0
/
+14
*
MCServer c++ source files
faketruth
2011-10-03
1
-0
/
+30