Mateusz Gralka
|
01c22c76d8
Enable peer verification in set_ssl_option. Updated user manual for new config options.
|
před 9 roky |
Mateusz Gralka
|
c801dbf412
Fixed ssl_ca_path option type and TODO.
|
před 9 roky |
Mateusz Gralka
|
67381552b4
Merge branch 'master' of https://github.com/civetweb/civetweb into ssl_client
|
před 9 roky |
Mateusz Gralka
|
418a555403
Options for verifying client certificate in SSL/TLS connection and .setting CA path for the server.
|
před 9 roky |
Kevin Wojniak
|
61fcfcda68
Fix redefinition of timespec in VS2015
|
před 9 roky |
bel
|
62899cbd09
Websockent client: do 32 bit xor mask only if data is 4 byte aligned im memory (clean merge #210)
|
před 9 roky |
bel
|
35093e42bf
Websockent client: handle data size != n*4 (clean merge #210)
|
před 9 roky |
bel
|
cca04297a0
Use better random number generator
|
před 9 roky |
bel
|
2e2cf78ab0
Use random number to generate websocket client mask
|
před 10 roky |
bel
|
7f6bd998dd
Add some TODOs after merge #210
|
před 10 roky |
bel2125
|
d8ade358c0
Merge pull request #210 from tnoho/tnoho
|
před 10 roky |
tnoho
|
22877d8f2f
Fix masking method
|
před 10 roky |
bel
|
c73d592419
Fix copy-paste error in set_sock_timeout
|
před 10 roky |
bel
|
eab2969a98
Initialize all struct timespec and struct timeval with memset
|
před 10 roky |
tnoho
|
e5dc6be068
Add mg_websocket_client_write
|
před 10 roky |
bel
|
4de9090577
Apply revised clang-format (#207) to all actively maintained source files
|
před 10 roky |
bel
|
164b12b558
Add server side Javascript (Duktape) to feature check API
|
před 10 roky |
bel
|
0c7c7ed678
Fix some TODOs and auto-format code
|
před 10 roky |
bel
|
a0678bf835
Use recursive mutex for Linux
|
před 10 roky |
bel
|
a6bcffcfc5
Rename rel_uri to local_uri (#197)
|
před 10 roky |
bel2125
|
73155eea3e
Documentation: IPv6 ports will listen for both, IPv4 and IPv6
|
před 10 roky |
bel
|
28d215e211
Compile fix
|
před 10 roky |
bel
|
ac3e0d8292
Add new interface to get listening ports (deprecate old interface)
|
před 10 roky |
bel
|
16ce5bed9d
Rewrite is_file_in_memory
|
před 10 roky |
Lawrence
|
fed56ecb1c
Fixed mg_upload() to work with multiple files.
|
před 10 roky |
bel
|
5fbb1db308
Experimental support for duktape (Step 3/?)
|
před 10 roky |
bel
|
36eb3a01fb
Disable clang unreachable-code warning for function ssl_id_callback
|
před 10 roky |
bel
|
4eb38685e7
Fix compile errors
|
před 10 roky |
bel
|
9d13578bef
Set request_info->uri for the client api functions (to the http server response code, as before)
|
před 10 roky |
bel
|
b91207c067
Free memory allocated in thread local storage for third party threads in systems with sizeof(pthread_t) > sizeof(unsigned long)
|
před 10 roky |