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 |
|
Sergey Lyubka
|
199e0a330f
|
Moved options handling to src/options.c
|
2013-09-30 19:57:33 +01:00 |
|
Sergey Lyubka
|
a8da1b3334
|
Moved date parsing in build/src/parse_date.c
|
2013-09-30 19:51:16 +01:00 |
|
Sergey Lyubka
|
63c19b4631
|
Moved to unix file format
|
2013-09-30 13:11:24 +01:00 |
|
Sergey Lyubka
|
1f471e1cf3
|
Moved string functions to src/string.c
|
2013-09-30 13:09:16 +01:00 |
|
Sergey Lyubka
|
ef28c37529
|
Removed mg_get_request_info()
|
2013-09-30 13:02:36 +01:00 |
|
Sergey Lyubka
|
cd7e1b9eb7
|
Moved more ssl defs to internal.h
|
2013-09-30 12:59:43 +01:00 |
|
Sergey Lyubka
|
226d476856
|
Moved more defines to internal.h. Squashed some warnings in win32
|
2013-09-29 23:58:32 +01:00 |
|
Sergey Lyubka
|
21965e0e03
|
Splitting monolithic mongoose.c to separate files. Amalgamating into mongoose.c for release.
|
2013-09-29 23:56:59 +01:00 |
|
Sergey Lyubka
|
1a64d37fc7
|
Fixed mg_websocket_read()
|
2013-09-29 09:25:47 +01:00 |
|