1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-19 09:42:06 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
bel
4c12d0cafc Set _CRT_SECURE_NO_DEPRECATE and _CRT_SECURE_NO_WARNINGS for Visual Studio
According to
https://social.msdn.microsoft.com/Forums/vstudio/en-US/3373dd77-ed73-44a6-a52c-53dfd95099ac/crtsecurenowarnings-vs-crtsecurenodeprecate?forum=vcgeneral
one probably needs both for different compiler/sdk versions
2015-04-22 22:06:43 +02:00
bel
121ae6c7f6 Handler for websocket connection (Step 6/7)
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 22:09:09 +02:00
bel
67230b00c1 Use multibyte character set in all Visual Studio projects 2015-04-19 20:37:38 +02:00
bel
56389ad023 Update websocket example - use new API functions 2014-08-10 23:49:49 +02:00
bel
aa2cded31f New + better websocket example 2013-12-10 20:41:32 +01:00
Thomas Davis
ed5689b791 Updated VS2012 Build for WinXP 2013-10-20 21:02:32 -04:00
Thomas Davis
b2b62edd57 Fixed Lua compile error with recent change to conn2() 2013-10-07 14:22:23 -04:00
Thomas Davis
e05ae595e8 Added 64 bite windows app and installer 2013-10-07 14:22:17 -04:00
Thomas Davis
b2aee90d14 Regorganized directories to make them more intuitive 2013-10-07 14:22:16 -04:00
Thomas Davis
350b1fc75e Made md5 a static include, renamed source includes a .inl. 2013-10-07 14:22:15 -04:00
Thomas Davis
797a36f8a1 Relocated the VS project files to a more obvious location 2013-10-07 14:22:14 -04:00