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
/
OSSupport
/
Socket.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-03-05
IPv6: Windows XP doesn't have the inet_pton() function, resorting to custom-formatting the address
madmaxoft@gmail.com
1
-3
/
+17
2013-03-05
IPv6 support: fixed IP string getting on accept()
madmaxoft
1
-13
/
+16
2013-03-05
IPv6 support + removed cTCPLink from Lua API
madmaxoft@gmail.com
1
-18
/
+50
2013-03-04
Starting an IPv6 support / cSocket rewrite
madmaxoft@gmail.com
1
-4
/
+20
2012-11-22
SocketThreads fixes for crashes reported in FS #272
madmaxoft@gmail.com
1
-3
/
+3
2012-11-15
More valgrind fixes
madmaxoft@gmail.com
1
-2
/
+1
2012-09-23
Source files cleanup: OSSupport-related files in a separate subfolder, renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-08-25
cSocket doesn't use cPackets.
madmaxoft@gmail.com
1
-23
/
+0
2012-08-15
Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!
faketruth
1
-2
/
+2
2012-08-03
Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.
madmaxoft@gmail.com
1
-1
/
+1
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-354
/
+354
2012-06-08
Simplify ifdef. Makes compiling possible on BSD
cedeel@gmail.com
1
-8
/
+8
2012-05-25
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
1
-1
/
+1
2012-04-10
Added error messages to socket closing error conditions for *nix
madmaxoft@gmail.com
1
-2
/
+2
2012-04-03
Attempted a fix for cSocket's Bind() call on MacOS-based systems (initializing the whole sockaddr_in structure with zeroes first)
madmaxoft@gmail.com
1
-0
/
+1
2012-03-31
cSocket.cpp should also compile on Mac now (I hope)
faketruth
1
-1
/
+1
2012-03-12
Fixing compilation on Drawin 9 / MacOS X
madmaxoft@gmail.com
1
-1
/
+1
2012-02-20
Using own ASSERT() that logs to file
faketruth
1
-1
/
+1
2012-02-16
cSocket::GetErrorString() now also compiles on Cygwin
faketruth
1
-1
/
+1
2012-02-13
Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.
madmaxoft@gmail.com
1
-0
/
+28
2012-02-08
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
1
-1
/
+6
2012-02-07
cSocket: final localhost fix - made it a function
madmaxoft@gmail.com
1
-6
/
+14
2012-02-07
Temporary fix for Linux compilation. (gcc won't accept a function call in global var initialization)
madmaxoft@gmail.com
1
-1
/
+1
2012-02-07
Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility.
madmaxoft@gmail.com
1
-2
/
+23
2012-02-07
cSocket: Added more functions that will be needed for the new cSocketThreads
madmaxoft@gmail.com
1
-7
/
+50
2012-02-06
cSocket: error reporting function now works correctly on GNU Linux; also includes the error number for all errors
madmaxoft@gmail.com
1
-8
/
+29
2012-02-06
cSocket: re-implemented the GetLastErrorString() function; win: error texts are now queried from the system rather than enumerated by the program
madmaxoft@gmail.com
1
-24
/
+9
2012-02-05
Now showing proper error messages when sockets fail :)
faketruth
1
-12
/
+23
2012-02-05
cSocket: added error logging to Bind() failures
madmaxoft@gmail.com
1
-39
/
+48
2012-02-02
Socket-related assert fixes
madmaxoft@gmail.com
1
-3
/
+27
2012-02-02
cSocket API fix (possible invalid pointer)
madmaxoft@gmail.com
1
-3
/
+2
2012-02-01
Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;
madmaxoft@gmail.com
1
-9
/
+52
2012-01-29
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
madmaxoft@gmail.com
1
-8
/
+13
2011-10-23
Abstracted sockets some more to ensure the same behavior over the entire program and on multiple platforms.
faketruth
1
-3
/
+110
2011-10-21
Compiles for linux
faketruth
1
-0
/
+14
2011-10-03
MCServer c++ source files
faketruth
1
-0
/
+30