Commit Graph

86 Commits

Author SHA1 Message Date
Nefarius
79974b3dff Swapped out custom thread creation mechanism with SMs thread worker 2016-06-21 11:05:16 -04:00
Nefarius
9142f9b0e1 Swapped callback processing order from FILO to FIFO 2016-06-21 11:05:16 -04:00
Nefarius
9772660131 Restored version.rc
Fixed resource preprocessor definition
2016-06-21 11:05:16 -04:00
Nefarius
51aa962617 Fixed AMBuilder 2016-06-21 11:05:16 -04:00
Nefarius
20bdf851d8 Fixed thread synchronization
Simplified handling of plugin unload event
2016-06-21 11:05:16 -04:00
Nefarius
1f479a72c3 Fixed release build 2016-06-21 11:05:16 -04:00
Nefarius
3b026e2bd4 Force Travis build 2016-06-21 11:05:16 -04:00
Nefarius
88f78e152b Improved performance and thread safety 2016-06-21 11:05:16 -04:00
Nefarius
a38bc8bae4 Minor code cleanup 2016-06-21 11:05:16 -04:00
Nefarius
528b62ea64 Simplified and removed unused code 2016-06-21 11:05:16 -04:00
Nefarius
8c45fcfc5d Restricted cloning handles 2016-06-21 11:05:16 -04:00
Nefarius
8be2a981dd Restricted cloning handles 2016-06-21 11:05:16 -04:00
Nefarius
eedceb0b19 Refined handle access rules 2016-06-21 11:05:16 -04:00
Nefarius
8058746b67 Restored accidentally deleted VS 2008 curl.sln 2016-06-21 11:04:18 -04:00
Nefarius
721ba97cd8 Removed SourceHook dependencies 2016-06-21 11:04:18 -04:00
Nefarius
5e8f5a5405 Fixed AMBuild error: use of undeclared identifier 'memcmp' 2016-06-21 11:04:18 -04:00
Nefarius
a4f2f6a363 (Hopefully) fixed AMBuild 2016-06-21 11:04:18 -04:00
Nefarius
44a9b0f0be Removed outdated parts 2016-06-21 11:04:18 -04:00
Nefarius
67659bf657 Swapped out STL items with AMTL counterparts 2016-06-21 11:04:18 -04:00
Nefarius
a75627e048 Added a more meaningful note on HTTPRequestCompletedContextFunction 2016-06-21 11:04:18 -04:00
Nefarius
3ae505229b Minor optimization 2016-06-21 11:04:18 -04:00
Nefarius
27256665ac Removed unnecessary check in RunFrame() 2016-06-21 11:04:18 -04:00
Nefarius
c3364d1975 Fixed AMBuild error: use of undeclared identifier 'memcpy' 2016-06-21 11:04:18 -04:00
Nefarius
fd79125026 Fixed crash caused by FileDownloader´s unimplemented GetBuffer() 2016-06-21 11:04:18 -04:00
Nefarius
94770f0772 Webternet: Implemented clean extension unload shutdown 2016-06-21 11:04:18 -04:00
Nefarius
5b701aec7a Fixed queue handling mistake 2016-06-21 11:04:18 -04:00
Nefarius
351f564292 Minor error message corrections 2016-06-21 11:04:18 -04:00
Nefarius
29373dc491 Minor style corrections 2016-06-21 11:04:18 -04:00
Nefarius
b86518682c Removed old comments
Removed unused debug code
Corrected syntax flaws created by VAX
Initialized pointers with NULL
2016-06-21 11:04:18 -04:00
Nefarius
9e6601145b Removed absolute path to OpenSSL from libcurl project file 2016-06-21 11:04:18 -04:00
Nefarius
6ff1f2930c Added newline at end of IBaseDownloader.h 2016-06-21 11:04:18 -04:00
Nefarius
40c18e38ee Removed absolute path to OpenSSL libraries
Removed unused post-build event
2016-06-21 11:04:18 -04:00
Nefarius
0e0edadbcc Fixed Windows build with VC++ 2010 2016-06-21 11:04:18 -04:00
Nefarius
d357d3de6d Moved webternet patches to new git repository 2016-06-21 11:04:18 -04:00
Asher Baker
0387c45995 Fix Mac build. 2015-11-04 16:28:45 +00:00
Asher Baker
2ea3d9023b Fix libcurl build on Clang 3.5. 2015-11-04 15:21:13 +00:00
Kyle Sanderson
7341bd184e Remove Project Files from older outdated build systems. 2015-04-01 19:54:34 -07:00
Nicholas Hastings
47450bb98c Disable RTTI for game-agnostic extensions 2014-09-11 17:28:24 -07:00
Scott Ehlert
ecec7dbef3 Deduplicate a number of files used by extensions by moving them to the public directory (bug 5341, r=psychonic).
These files include smsdk_ext.cpp, smsdk_ext.h, sm_memtable.h, CDetour/*, and asm/*.
The smsdk_config.h file for each extension has also been moved out of the 'sdk' directory into its parent.

--HG--
rename : extensions/bintools/sdk/smsdk_config.h => extensions/bintools/smsdk_config.h
rename : extensions/clientprefs/sdk/smsdk_config.h => extensions/clientprefs/smsdk_config.h
rename : extensions/cstrike/sdk/smsdk_config.h => extensions/cstrike/smsdk_config.h
rename : extensions/curl/sdk/smsdk_config.h => extensions/curl/smsdk_config.h
rename : extensions/geoip/sdk/smsdk_config.h => extensions/geoip/smsdk_config.h
rename : extensions/mysql/sdk/smsdk_config.h => extensions/mysql/smsdk_config.h
rename : extensions/regex/sdk/smsdk_config.h => extensions/regex/smsdk_config.h
rename : extensions/sdkhooks/sdk/smsdk_config.h => extensions/sdkhooks/smsdk_config.h
rename : extensions/sdktools/sdk/smsdk_config.h => extensions/sdktools/smsdk_config.h
rename : extensions/sqlite/sdk/smsdk_config.h => extensions/sqlite/smsdk_config.h
rename : extensions/structs/sdk/smsdk_config.h => extensions/structs/smsdk_config.h
rename : extensions/tf2/sdk/smsdk_config.h => extensions/tf2/smsdk_config.h
rename : extensions/topmenus/sdk/smsdk_config.h => extensions/topmenus/smsdk_config.h
rename : extensions/updater/sdk/smsdk_config.h => extensions/updater/smsdk_config.h
rename : extensions/sdktools/CDetour/detourhelpers.h => public/CDetour/detourhelpers.h
rename : extensions/sdktools/CDetour/detours.cpp => public/CDetour/detours.cpp
rename : extensions/sdktools/CDetour/detours.h => public/CDetour/detours.h
rename : extensions/sdktools/asm/asm.c => public/asm/asm.c
rename : extensions/sdktools/asm/asm.h => public/asm/asm.h
rename : public/sample_ext/sdk/smsdk_config.h => public/sample_ext/smsdk_config.h
rename : core/logic/sm_memtable.h => public/sm_memtable.h
rename : public/sample_ext/sdk/smsdk_ext.cpp => public/smsdk_ext.cpp
rename : public/sample_ext/sdk/smsdk_ext.h => public/smsdk_ext.h
2014-04-23 21:19:28 -05:00
Scott Ehlert
e00e879af5 Use == instead of is operator for checking string equality in AMBuild scripts (bug 6043, r=dvander). 2014-02-09 22:50:20 -06:00
Scott Ehlert
0ab8f4a1bd Remove GLIBC 2.7 depedency from Webternet extension (no bug, r=dvander). 2014-02-09 15:19:17 -06:00
David Anderson
b69b0de234 Various build fixes (bug 5997 part 14, r=ds). 2013-12-30 17:51:01 -05:00
David Anderson
6d320163a1 Various Windows build fixes (bug 5997 part 13, r=ds).
--HG--
rename : sourcepawn/compiler/libpawnc.rc => sourcepawn/compiler/version.rc
2013-12-30 17:51:00 -05:00
David Anderson
f82224eba0 Move versioning to a static library to improve trivial build speed (bug 5997 part 9, r=ds). 2013-12-30 17:51:00 -05:00
David Anderson
75e622e879 Port packaging to AMBuild 2 (bug 5997 part 6, r=ds). 2013-12-30 17:50:59 -05:00
David Anderson
54ed1807c0 Port webternet/curl to AMBuild 2 (bug 5997 part 2, r=ds). 2013-12-30 17:50:57 -05:00
Asher Baker
efabf18162 Fixed copy-paste error in 116256b519b5. 2013-05-16 14:58:14 +01:00
Asher Baker
56737ac523 File upload support for webternet (r=psychonic). 2013-05-16 14:49:03 +01:00
Asher Baker
e84f6e4afd Backed out updated libcurl. 2013-03-18 00:55:59 +00:00
Asher Baker
9b65900df0 Fix libcurl compile error. 2013-03-18 00:14:55 +00:00