bel
ab10c5383d
Update Visual Studio VS2012 unit test project
2015-08-16 11:51:25 +02:00
bel
b1924ecd99
Système D for checking why HTTPS does not run on travis and appveyor
2015-08-02 22:09:53 +02:00
bel
cc19be6e0a
Some IPv6 fixes for Win32 (see #119 )
2015-05-10 22:21:35 +02:00
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
62a46e647f
Test for memory leaks in unit test
...
Add a test for issue #92 to the unit test
2015-04-21 22:00:46 +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
3684a1fda2
Add _CRT_SECURE_NO_WARNINGS for Visual Studio build of Lua
...
This avoid a flood of warnings with Microsoft Visual Studio compilers
for not using Microsoft specific *_s CRT replacement functions.
2015-04-19 19:55:04 +02:00
bel
0016b36204
Handler for websocket connection (Step 1/?)
...
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-18 18:14:20 +02:00
bel
00877a1649
Add windows build for the chunked transfer test client
2015-04-18 13:07:10 +02:00
bel
1d611a7ba5
Test keep-alive in testclient
2015-04-13 21:44:48 +02:00
bel2125
acd1df40c9
Update to Lua 5.2.4
2015-03-29 20:51:42 +02:00
bel
f646ecbda4
VS2012 project lua_lib contains only third party modules - disable warnings for them
2015-03-21 22:48:14 +01:00
bel
0af7de4426
Rewrite and comment request processing
...
Replace some of the lengthy "else if" cascades of the request handling core
methods by a new, more comprehensible implementation. Document the source of
the new implementation.
Introduce a new define NO_FILES for server configurations that only use
callbacks and do not access any directory.
2014-12-27 16:05:50 +01:00
bel
dee4c04502
Update Lua version in lib_lua Visual Studio project
2014-12-10 22:55:14 +01:00
bel
c717dbaa07
Create Visual Studio project for upload example
2014-09-27 23:16:07 +02:00
bel
aaf1efae93
Unit test Visual Studio project should use the same output path as the other projects
2014-09-27 22:16:47 +02:00
bel
ec902803d5
Create console and attach stdin/stdout/stderr
2014-09-12 23:20:47 +02:00
bel
1a4d6f2cfb
Add CONSOLE debug build for test purposes
2014-09-12 22:55:16 +02:00
bel
7743dcae7c
Add LuaXML to VS filters file
2014-08-30 00:32:24 +02:00
bel
f64a9b8c81
Add Visual Studio project for websocket_client example
2014-08-28 23:28:16 +02:00
bel
26cc3a98d6
Updater Lua in Visual Studio project
2014-08-27 22:11:41 +02:00
bel
56389ad023
Update websocket example - use new API functions
2014-08-10 23:49:49 +02:00
bel
173b0c7214
Update Lua to 5.2.3
2014-07-30 20:43:11 +02:00
bel
7d218d63d8
Integrate LuaXML for XML file processing in Lua server pages and scripts
2014-07-27 00:04:16 +02:00
bel
ec8c557589
Update version number
2014-07-08 21:57:03 +02:00
bel
edadd7ebf2
Rewrite websocket for Lua (Step 14 of ?)
2014-06-01 14:50:32 +02:00
bel
2a2efc26f7
Rewrite websocket for Lua (Step 13 of ?)
2014-06-01 00:16:47 +02:00
bel
0eee4c0bec
Add the inl files to the Visual Studio project, so they can be conveniently opened from the Visual Studio IDE
2014-04-16 13:31:59 +02:00
bel
9576339a75
Implement user defined error pages
2014-04-06 22:34:44 +02:00
bel
5ca68ecbfa
Unit test for Windows
2014-03-20 21:12:44 +01:00
bel
7ebe84d9db
civetweb_lua build may use websockets
2014-02-21 22:55:37 +01: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
4d9a202f76
Added ZIP installation build for Windows
...
Also moved version define to the header.
2013-10-13 13:51:19 -04:00
bel
f914beea06
Add lfs (LuaFileSystem) support
2013-10-07 23:31:03 +02:00
Thomas Davis
0c3cb15f58
Changed Windows installer to use Inno Setup.
...
Advanced Installer had problems with directory permissions
in its free version.
https://github.com/sunsetbrew/civetweb/issues/11
2013-10-07 14:22:24 -04:00
Thomas Davis
b2b62edd57
Fixed Lua compile error with recent change to conn2()
2013-10-07 14:22:23 -04:00
Thomas Davis
826328d4d0
Updated version number to 1.5
2013-10-07 14:22:22 -04:00
Thomas Davis
c67fbc7caf
Added new C embedding example
2013-10-07 14:22:22 -04:00
Thomas Davis
ed2e3ec50b
Aligned remote packaging with the build
2013-10-07 14:22:17 -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
2f880bb317
Upgraded LUA to 5.2.2, added library build targets
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
85746b3f33
Added YASSL Windows project and documentation.
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