37 Commits (ae624801ac68b892e612228d70418b575b5c666a)

Author SHA1 Message Date
Alibek Omarov d2a8cfe614 Revert "engine: client: implement connectionprogress partially" 5 years ago
mittorn cb0791c915 http: do not continue after HTTP_Free, fix potential buffer overflow 5 years ago
Alibek Omarov 8bb6aa2c51 engine: don't include windows headers, as they globally included by port.h already 5 years ago
Alibek Omarov ee2c1ad8fa engine: net_ws: include engine headers first 5 years ago
Alibek Omarov 7771356e66 engine: net_ws: fix dedicated build 5 years ago
Alibek Omarov cb417a3d51 engine: client: implement connectionprogress partially 5 years ago
Alibek Omarov 386a68e334 engine: fix wrong function called on closing socket on Win32 5 years ago
Alibek Omarov 90e0c070ac engine: network: refactor net_ws.c since winsock2 is linked directly to engine DLL, correct some signness 5 years ago
Alibek Omarov a378379ac5 engine: network: link to Winsock2 directly 5 years ago
Jonathan Poncelet 60a1c4f0cc Prevented net send errors from triggering an entire host error 5 years ago
Alibek Omarov b09242e41c engine: fix dedicated check 5 years ago
Alibek Omarov 743c5ca8d5 engine: make dedicated work again 5 years ago
Alibek Omarov 7aa7f4dbbd engine: fix broken win32 types after moving more definitions to xash3d_types.h 5 years ago
mittorn b1e3fa5f4d http: fix uninitialized progress value 6 years ago
mittorn 1d9b5d4611 http: remove unneeded platform-depended macros 6 years ago
mittorn e05c1ed912 HTTP download support 6 years ago
mittorn 40574d9be0 Network extensions 6 years ago
mittorn 31a53f4842 Fix cl_dlmax bounds 6 years ago
mittorn 097974bde2 Check cl_dlmax sizes on client 6 years ago
mittorn a97d8c119b network: enable new netsplit, netsplit size settings 6 years ago
mittorn 480ef0a468 legacymode: add netsplit support (incoming only) 6 years ago
mittorn 298393b653 Initial amd64 port 6 years ago
Alibek Omarov 66d1a632a7 net_ws: fix possible garabe in return value due to uninitialized value 6 years ago
Alibek Omarov 18353d9ae6 net_ws: allow to set custom IP address, use Q_strncpy instead of Q_strcpy 6 years ago
Alibek Omarov aae3510763 Apply 4281 update 6 years ago
Alibek Omarov d0ff201da2 Fix dedicated compiling errors 6 years ago
Alibek Omarov 69549787bc net_ws refactoring, fix minor bugs 6 years ago
lewa_j 43b746d2f8 Fix MinGW build 6 years ago
Alibek Omarov 0681209114 Remove useless host.type set, replace HOST_DEDICATED checks by Host_IsDedicated 6 years ago
Alibek Omarov efe8ddf151 Fix missing const-qualifiers in engine code. Fix qboolean/int mixing in interface implementations(int is preferred). Replace long by int in COM_RandomLong. 6 years ago
Alibek Omarov ebe3a203ba Always fragment upload data, this fixes some cases when upload must be fragmented, but download test shown no fragmentation requirement 6 years ago
Alibek Omarov de35262a3b Fix network send packet 6 years ago
Alibek Omarov 15096aa15a net_ws port. Port non-blocking NS resolution also. 6 years ago
Alibek Omarov 8d6e3b7f79 Pure engine source code(LF line endings, UTF8 encoded) 6 years ago