bel
|
310eb06f75
Replace print_system_info by get_system_info
|
8 years ago |
bel
|
717f27ab57
Mark experimental pieces of the API as such
|
8 years ago |
bel
|
084d7350d8
Use C comments (replace C++ comments)
|
8 years ago |
bel
|
3162552d17
Refine library init/exit functions
|
8 years ago |
bel
|
fd6c55eb64
Add library init/exit dummy functions
|
8 years ago |
bel
|
ab8203acb9
Complete changed memory management from prev commit, rename workerthreadids
|
8 years ago |
bel
|
e7775ac5ea
Format indent
|
8 years ago |
bel
|
9ce4d73093
Allocate memory for connections early, before creation of a worker
|
8 years ago |
bel
|
24e22e286f
Move lua background script from main.c to civetweb.c
|
8 years ago |
kakwa
|
103da513f7
Merge branch 'master' of https://github.com/kakwa/civetweb
|
8 years ago |
kakwa
|
3de8ec0551
fix index of SSL_CTX_set_options in case of OpenSSL 1.1
|
8 years ago |
kakwa
|
e849ce4b54
disable completely SSL_CTX_set_ecdh_auto if No dynamic loading
|
8 years ago |
kakwa
|
53395d9b88
trying to fix the OPENSSL_API_COMPAT undef error
|
8 years ago |
bel
|
8453f7d72f
Evaluate parameter of mg_print_system_info
|
8 years ago |
kakwa
|
ed9320b826
fix OpenSSL for 1.0
|
8 years ago |
kakwa
|
fbb4a78704
fixing various things regarding OpenSSL
|
8 years ago |
kakwa
|
5ff2ab6272
fix ordering of ASN1_INTEGER_to_BN function declaration
|
8 years ago |
kakwa
|
3584f07667
fix OpenSSL 1.0 support
|
8 years ago |
kakwa
|
adac9c916f
adapt code to handle OpenSSL 1.1
|
8 years ago |
Paulo Brizolara
|
898f17abd3
Changing c++ library name to 'civetweb-cpp'.
|
8 years ago |
bel
|
e51ccf8890
Fix wrong va_arg parameter used when calling alloc_vprintf2 (#378)
|
8 years ago |
bel
|
6347f3030c
Move system information from main.c to civetweb.c
|
8 years ago |
bel
|
2ba2e59952
Add cast to remove conversion warning
|
8 years ago |
bel
|
39709cc37c
Disable Visual Studio warning (cast to different type, depending on OS)
|
8 years ago |
bel
|
b5a34cf727
Set linger timeout as configuration value
|
8 years ago |
bel
|
a018780c25
Experiment with OSX linger support
|
8 years ago |
bel
|
46401cc61f
Test with configurable value of SO_LINGER
|
8 years ago |
bel
|
96b94a8a28
OSX does not support linger (1)
|
8 years ago |
bel
|
61f1740cae
Dummy-use mg_current_thread_id, because GCC does not understand any DO NOT WARN IF THIS FUNCTION IS USED OR UNUSED directive
|
8 years ago |
bel
|
39a43f1bdf
mg_current_thread_id may be unused
|
8 years ago |