Lammert Bies
3fb3f241ee
Moved ssl_get_protocol to own file
2016-12-09 01:40:12 +01:00
Lammert Bies
f8718947b3
Moved set_ssl_option to own file
2016-12-09 01:30:47 +01:00
Lammert Bies
21a0219fe6
Moved uninitialize_ssl to own file
2016-12-08 22:05:07 +01:00
Lammert Bies
a3b07fdfcd
Moved set_gpass_option to own file
2016-12-08 21:52:26 +01:00
Lammert Bies
bd6c8518ad
Moved set_acl_option to own file
2016-12-08 21:32:04 +01:00
Lammert Bies
999304304a
Moved reset_per_request_attributes to own file
2016-12-08 21:28:49 +01:00
Lammert Bies
bafb2d2470
Moved set_sock_timeout to own file
2016-12-08 21:22:55 +01:00
Lammert Bies
649ced8bcb
Moved set_tcp_nodelay to own file
2016-12-08 21:19:54 +01:00
Lammert Bies
521016ded1
Moved close_connection to own file
2016-12-08 19:21:51 +01:00
Lammert Bies
c002112941
Moved connect_client to own file
2016-12-08 19:06:25 +01:00
Lammert Bies
cd7a0def16
Moved get_uri_type to own file
2016-12-08 18:45:14 +01:00
Lammert Bies
200fe0ee0e
Moved get_rel_url_at_current_server to own file
2016-11-16 17:53:29 +01:00
Lammert Bies
6a8e983da5
Moved getreq to own file
2016-11-16 17:42:54 +01:00
Lammert Bies
4337731845
Moved mg_get_response to own file
2016-11-16 17:13:19 +01:00
Lammert Bies
5f33c8d486
Moved mg_download to own file
2016-11-16 17:10:35 +01:00
Lammert Bies
b52e7c30f1
Moved websocket_client_thread to own file
2016-11-16 16:45:47 +01:00
Lammert Bies
1b4ea06e92
Moved mg_connect_websocket_client to own file
2016-11-16 16:30:20 +01:00
Lammert Bies
36378478c5
Moved functions to own file
2016-11-16 16:25:41 +01:00
Lammert Bies
db43ed14b5
Moved worker thread to own file
2016-11-16 15:10:43 +01:00
Lammert Bies
793a4e7e81
Moved mg_accept_new_connection to own file
2016-11-16 09:07:41 +01:00
Lammert Bies
88f1f5d01a
Removed obsolete references
2016-12-08 03:12:03 +01:00
Lammert Bies
58cb982cb4
Moved master_thread to own file
2016-11-16 05:37:23 +01:00
Lammert Bies
96ecd1358d
Moved mg_free_context to own file
2016-11-16 05:17:57 +01:00
Lammert Bies
5a28065a0f
Moved mg_stop to own file
2016-11-16 05:04:15 +01:00
Lammert Bies
2ed7ee3dbf
Moved get_system_name to separate file
2016-11-16 03:51:02 +01:00
Lammert Bies
921a1b80fd
Fixed split issues
2016-11-16 02:06:45 +01:00
Lammert Bies
7e42f3eca8
First steps to create private header file
2016-11-16 00:15:49 +01:00
Lammert Bies
03566b9658
Moved mg_check_feature to own file
2016-11-15 23:38:56 +01:00
Lammert Bies
903c41e299
Moved mg_get_response_code_text to own file
2016-11-15 23:00:49 +01:00
Lammert Bies
513a999cae
Moved mg_version to own file
2016-11-15 22:48:28 +01:00
Lammert Bies
6f465ad72f
Source code cleanup
2016-11-15 22:41:46 +01:00
Saumitra Vikram
38e54ea42c
Disabling code optimization flag for DEBUG build
2016-09-03 08:44:14 +05:30
Christian Mauderer
e7c28c2c42
Change to option for building without caching.
...
This disables the caching feature. This is useful for systems that
don't offer a timegm() function.
2016-05-02 20:14:56 +02:00
mingodad
af2cb138be
Fix unit_test, still not working properly
2016-03-06 12:08:58 +00:00
bel2125
63ef9cbd35
Small fixes in Makefile
2015-09-26 23:33:30 +02:00
bel2125
b806e83762
Experimental support for duktape (Step 5/?)
2015-09-25 23:44:48 +02:00
shantanugadgil
3b415f9cd3
Allow parameters to the resource compiler
...
Using Cygwin64, build fails when trying to compile for Windows 32-bit.
'windres' needs to be supplied "-F pe-i386" when building for 32-bit.
My compile commands are:
### for 32-bit
# rm -rf out/; make CC=i686-w64-mingw32-gcc COPT="-static" WINDRES_FLAGS="-F pe-i386"
### for 64-bit
# rm -rf out/; make CC=x86_64-w64-mingw32-gcc COPT="-static" WINDRES_FLAGS="-F pe-x86-64"
Regards,
Shantanu
2015-09-09 19:35:17 +05:30
bel2125
059386c86d
Support build for Lua 5.1 (for LuaJIT), Lua 5.2 and Lua 5.3 (Step 7/7)
...
See #195
2015-08-23 10:37:18 +02:00
bel2125
e5adc3377d
Support build for Lua 5.1 (for LuaJIT), Lua 5.2 and Lua 5.3 (Step 6/?)
...
See #195
2015-08-23 10:16:36 +02:00
bel2125
7687e25db8
LuaJIT support (Step 1/?)
2015-08-21 21:15:58 +02:00
Eric Tsau
706770ad62
Fixed compilation issues with tdm-gcc
2015-05-23 09:53:36 +12:00
Eric Tsau
217d93f48b
Do not redefine USE_TIMERS which is already defined in civetweb.c
2015-05-23 08:54:20 +12:00
Dialga
b84609a6dd
Merge remote-tracking branch 'upstream/master'
2015-05-22 11:12:58 +12:00
bel2125
2ceaaa708e
Remove -Wsign-conversion for the moment
...
This warning option causes a flood of warnings in third party components,
so other warnings are no longer visible in the many pages of warnings.
For the moment remove this option again.
Later it could be activated for CivetWeb without the third_party folder.
2015-05-21 22:50:00 +02:00
bel2125
2a5cb9ed6c
Merge Linux Makefile warning options
2015-05-21 22:28:37 +02:00
bel
448563dc21
Resolve merge conflicts for #129
2015-05-21 20:45:49 +02:00
Dialga
9e77ac2c88
Merge remote-tracking branch 'upstream/master'
...
Updates from master
2015-05-15 09:41:33 +12:00
Dialga
d50cb5b617
Fix makefile for cross compilation
2015-05-15 09:40:23 +12:00
Lianghui
6b044c378b
Add -fPIC for static linked library.
2015-05-11 10:15:11 -04:00
bel2125
10ee9fa662
Clean executable in Makefile
2015-05-03 10:08:40 +02:00