This website requires JavaScript.
Explore
Help
Sign In
mirror-games
/
glest-source
Watch
1
Star
0
Fork
0
You've already forked glest-source
mirror of
https://github.com/glest/glest-source.git
synced
2025-09-26 07:28:59 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
ac83b1a898bda74ed68147bb3f97792588de92ba
glest-source
/
source
/
shared_lib
/
sources
/
platform
/
posix
History
Mark Vejvoda
ac83b1a898
- attempt to fix socket bug where we incorrectly polled for data using ioctl / ioctlsocket. While we stilkl do some peeks, the bulk of the socket work is now done properly by simply doing recv and thus should prove more stable and reliable as well as perform better.
2011-04-24 04:22:19 +00:00
..
ircclient.cpp
- performance changes... (problem found by titi) most debug calls line are skipped when the debug flag is disabled even BEFORE getting into the handledebug method.
2011-03-28 03:54:23 +00:00
miniftpclient.cpp
- added a new cancel button for connected menu to cancel all current and queued file transfers
2011-04-15 00:09:38 +00:00
miniftpserver.cpp
- fixes for some threading shutdown bugs
2011-03-28 21:04:47 +00:00
socket.cpp
- attempt to fix socket bug where we incorrectly polled for data using ioctl / ioctlsocket. While we stilkl do some peeks, the bulk of the socket work is now done properly by simply doing recv and thus should prove more stable and reliable as well as perform better.
2011-04-24 04:22:19 +00:00