Sergey Lyubka
|
4708cce8bd
|
mg_poll_server() returns currect time. add mg_set_listening_socket() and mg_get_listening_socket()
|
2013-12-21 20:52:54 +00:00 |
|
Sergey Lyubka
|
2990f9328a
|
struct linked_list_link -> struct ll
|
2013-12-21 20:10:08 +00:00 |
|
Sergey Lyubka
|
0970e080d9
|
Added OpenSSL support
|
2013-12-21 15:50:11 +00:00 |
|
Sergey Lyubka
|
d5b33adb88
|
Properly crafting HTTP reply line by parsing CGI reply headers
|
2013-12-21 10:53:20 +00:00 |
|
Sergey Lyubka
|
ec84a148f0
|
Creating server ctl socket in a loop to protect from interrupt
|
2013-12-21 10:19:12 +00:00 |
|
Sergey Lyubka
|
58dab48156
|
Using unsigned char in deliver_websocket_frame() arithmetic
|
2013-12-20 17:59:07 +00:00 |
|
Sergey Lyubka
|
b7adf9b52a
|
Passing server_param to the URI callback
|
2013-12-20 09:44:51 +00:00 |
|
Sergey Lyubka
|
7d0662f1bc
|
Make WEBSOCKET_PING_INTERVAL_SECONDS overridable from the command line
|
2013-12-18 10:13:31 +00:00 |
|
Sergey Lyubka
|
e3751d29d5
|
Made mongoose send websocket PINGs automatically
|
2013-12-18 09:35:36 +00:00 |
|
Sergey Lyubka
|
9ef42621e0
|
Fixed wrong memset() in scan_directory()
|
2013-12-15 10:12:19 +00:00 |
|
Sergey Lyubka
|
f5865886b2
|
Respecting -run_as_user
|
2013-12-12 20:31:43 +00:00 |
|
Sergey Lyubka
|
473e2a1cb2
|
Added <signal.h> for linux, and squashed warning in transfer_file_data()
|
2013-12-12 13:51:14 +00:00 |
|
Sergey Lyubka
|
146cf1d1c0
|
Calling mg_socketpair() in a loop until success. Ignoring SIGPIPE. Squashed waring in mg_start_thread()
|
2013-12-12 13:43:59 +00:00 |
|
Sergey Lyubka
|
4d7ea04dd8
|
Added cast for c++ friendliness
|
2013-12-10 00:19:33 +00:00 |
|
Sergey Lyubka
|
653fab6b41
|
Added skeleton lua support
|
2013-12-09 15:53:35 +00:00 |
|
Sergey Lyubka
|
f4c30b746e
|
Switched to async, non-blocking core
|
2013-12-09 14:18:49 +00:00 |
|
Sergey Lyubka
|
fe087cdce9
|
Fixed lsp_sock_send(), return value
|
2013-12-07 17:45:34 +00:00 |
|
Sergey Lyubka
|
ebf9ee089b
|
Do not send 500 when timing out getreq()
|
2013-12-05 11:12:07 +00:00 |
|
Sergey Lyubka
|
88cf329490
|
Closing connection on 5xx errors
|
2013-12-05 10:47:03 +00:00 |
|
Sergey Lyubka
|
bba29d32ce
|
Using socketpair for inter-thread communication
|
2013-12-05 10:01:11 +00:00 |
|
Sergey Lyubka
|
a50a52ca91
|
Fixed #259
|
2013-12-04 10:11:12 +00:00 |
|
Sergey Lyubka
|
c6606c714f
|
Removed symbian-specific #defines. Nokia and Symbian got killed by Microsoft.
|
2013-11-25 14:32:33 +00:00 |
|
Sergey Lyubka
|
988b40f70d
|
Moved webdav functions into webdav.c
|
2013-11-24 17:33:05 +00:00 |
|
Sergey Lyubka
|
b5fdd48d76
|
Moved websocket functions into websocket.c
|
2013-11-24 17:29:21 +00:00 |
|
Sergey Lyubka
|
f4f73a8dfa
|
Init vars in handle_cgi_request()
|
2013-11-23 15:04:35 +00:00 |
|
Sergey Lyubka
|
2d5d668863
|
Squashed warning
|
2013-11-23 13:48:55 +00:00 |
|
Sergey Lyubka
|
87279f3518
|
Throttling functionality removed
|
2013-11-23 13:47:07 +00:00 |
|
Sergey Lyubka
|
73019665fa
|
moved mg_upload() into upload.c
|
2013-11-23 10:49:13 +00:00 |
|
Sergey Lyubka
|
66824e7757
|
moved CGI and IO into separate files
|
2013-11-23 10:47:35 +00:00 |
|
Sergey Lyubka
|
7fe6b29218
|
mg_get_cookie() moved to string.c
|
2013-11-23 10:32:43 +00:00 |
|
Sergey Lyubka
|
ebdf973af9
|
log_access() moved to log.c
|
2013-11-23 10:31:24 +00:00 |
|
Sergey Lyubka
|
71dd7a96c7
|
mg_url_decode() moved to string.c
|
2013-11-23 10:26:28 +00:00 |
|
Sergey Lyubka
|
886dcb3f5d
|
get_request_len() moved to string.c
|
2013-11-23 10:25:20 +00:00 |
|
Sergey Lyubka
|
37751a2875
|
directory ops moved to directory.c
|
2013-11-23 10:24:25 +00:00 |
|
Sergey Lyubka
|
45347bd44c
|
Moved mime-type functions to mime.c
|
2013-11-23 07:48:46 +00:00 |
|
Sergey Lyubka
|
8c4521af03
|
moved remove_double_dots_and_double_slashes() to string.c
|
2013-11-23 07:46:11 +00:00 |
|
Sergey Lyubka
|
0d2a8db626
|
Added #define for WSAPoll
|
2013-11-22 13:39:57 +00:00 |
|
Sergey Lyubka
|
607651a3ff
|
Squashed warning for MG_REQUEST_END
|
2013-11-11 17:18:48 +00:00 |
|
Sergey Lyubka
|
224d18589f
|
Fixed -DNO_SSL build
|
2013-11-02 10:24:30 +00:00 |
|
Sergey Lyubka
|
2fd7191836
|
Squashed C++ void * casting warning
|
2013-10-30 23:04:35 +00:00 |
|
Sergey Lyubka
|
853d162b55
|
removed double def for ssl_sw
|
2013-10-30 23:02:36 +00:00 |
|
Sergey Lyubka
|
915e923e35
|
Firing MG_HTTP_ERROR
|
2013-10-10 07:46:19 -07:00 |
|
Sergey Lyubka
|
1777cc6e86
|
Squashed warning
|
2013-10-07 17:28:53 +01:00 |
|
Sergey Lyubka
|
cafaecfc56
|
Moved HTTP client, ssl and some util code into separate files
|
2013-10-03 19:09:35 +01:00 |
|
Sergey Lyubka
|
47606a71ee
|
Moved unix and win32 code to different files
|
2013-10-02 23:21:13 +01:00 |
|
Sergey Lyubka
|
eedfedd13b
|
Added reference to a relevant pull request in getreq() comment
|
2013-10-01 19:09:29 +01:00 |
|
Sergey Lyubka
|
87d841d81b
|
Set content_len to 0 for GET requests without Content-Length header.
|
2013-10-01 18:49:44 +01:00 |
|
Sergey Lyubka
|
5153eebc9b
|
mg_read() does not block on content_len=0. mg_read() reads until socket is closed if content-length is not provided
|
2013-10-01 17:47:32 +01:00 |
|
Sergey Lyubka
|
70154f6c23
|
Moved mod_lua.c to src/lua.c
|
2013-10-01 15:16:09 +01:00 |
|
Sergey Lyubka
|
d3577b7877
|
Moved auth code to separate file
|
2013-10-01 14:54:26 +01:00 |
|