EC2 Default User
|
5f2f359bd6
|
Squashed warning under gcc 4.6.3
|
2014-01-07 14:53:48 +00:00 |
|
Sergey Lyubka
|
347a8c2f70
|
Fix source IP in logging
|
2014-01-06 14:53:41 +00:00 |
|
Sergey Lyubka
|
9624200663
|
SSL build
|
2014-01-06 13:31:46 +00:00 |
|
Sergey Lyubka
|
18b1e95350
|
LSP functionality
|
2014-01-06 13:08:39 +00:00 |
|
Sergey Lyubka
|
7541c6339a
|
Removed error_log_file
|
2014-01-06 11:52:09 +00:00 |
|
Sergey Lyubka
|
31f1efd4f5
|
Removed index.shtml from the index files
|
2014-01-06 11:34:32 +00:00 |
|
Sergey Lyubka
|
2477f80a43
|
Wrapped run_as_user into conditional
|
2014-01-06 11:32:15 +00:00 |
|
Sergey Lyubka
|
2210043b87
|
removed mutex calls. wrapped ssl_certificate option in a conditional
|
2014-01-06 11:22:11 +00:00 |
|
Sergey Lyubka
|
10872b3227
|
Inlined openssl definitions instead of including a header - preparing for ssl amalgamation
|
2014-01-05 23:52:43 +00:00 |
|
Sergey Lyubka
|
fa216849e5
|
Resetting connection flags in close_local_endpoint()
|
2014-01-04 22:17:16 +00:00 |
|
Sergey Lyubka
|
df6e35e330
|
dav_auth_file moved
|
2014-01-04 20:49:54 +00:00 |
|
Sergey Lyubka
|
7cec2fe280
|
Sorted options list
|
2014-01-04 20:11:55 +00:00 |
|
Sergey Lyubka
|
d0e2741832
|
Added new response creation interface
|
2014-01-04 11:31:55 +00:00 |
|
Sergey Lyubka
|
85940c8045
|
Moved <netdb.h> to under unix includes
|
2014-01-04 02:05:18 +00:00 |
|
Sergey Lyubka
|
a0b599b308
|
Removed protection from mg_write(). Refactored mg_iterate_over_connections()
|
2014-01-04 00:51:07 +00:00 |
|
Sergey Lyubka
|
675b83a3ef
|
Let mongoose binary change CWD to document_root
|
2014-01-03 21:45:13 +00:00 |
|
Sergey Lyubka
|
5475fe661d
|
Implemented USE_POST_SIZE_LIMIT
|
2013-12-31 13:57:51 +00:00 |
|
Sergey Lyubka
|
7a77bb1c4a
|
More descriptive comment in multithreaded example
|
2013-12-31 09:06:21 +00:00 |
|
Sergey Lyubka
|
4576b69e30
|
Initializing remote_ip and remote_port properly
|
2013-12-31 09:02:24 +00:00 |
|
Sergey Lyubka
|
257dacd7bb
|
Squashed warning about dangerous optimization
|
2013-12-30 11:43:07 +00:00 |
|
Sergey Lyubka
|
c88b7b19b3
|
Squashed warning on Windows, using INVALID_SOCKET
|
2013-12-30 11:35:33 +00:00 |
|
Sergey Lyubka
|
9dde225b5e
|
Squashed C++ warning in read_from_cgi()
|
2013-12-26 11:45:44 +00:00 |
|
Sergey Lyubka
|
f5f6edcf5a
|
Added mg_printf() back
|
2013-12-26 10:12:18 +00:00 |
|
Sergey Lyubka
|
522a7eb554
|
Added socket functionality
|
2013-12-24 11:33:56 +00:00 |
|
Sergey Lyubka
|
072833acd5
|
Squashed win32 warnings
|
2013-12-23 10:01:11 +00:00 |
|
Sergey Lyubka
|
a6c2c2a10b
|
Comparing URI prefix when looking for URI handler
|
2013-12-23 08:06:10 +00:00 |
|
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 |
|
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 |
|
Sergey Lyubka
|
ecbf79135f
|
Refactored API, returned back to event-based handlers. Upload and Websocket API simplified
|
2013-09-28 11:00:54 +01:00 |
|
Sergey Lyubka
|
079c99c47f
|
Started to restore single callback function
|
2013-09-26 13:25:51 +01:00 |
|
Sergey Lyubka
|
98214ce1a4
|
Removed init_lua() and open_file() callbacks
|
2013-09-26 09:35:07 +01:00 |
|
Sergey Lyubka
|
b12cc9fd49
|
Refactored handle_options_request() to use mg_write() with less copying
|
2013-09-25 18:30:51 +01:00 |
|
Sergey Lyubka
|
a61c3a2636
|
Added handle_delete_request(). Refactored convert_uri_to_file_name()
|
2013-09-25 18:24:36 +01:00 |
|
Sergey Lyubka
|
9fd435059f
|
Setting user_data for fake connection
|
2013-09-25 14:28:09 +01:00 |
|
Sergey Lyubka
|
3156ac9791
|
read_websocket(): check for WEBSOCKET_OPCODE_CLOSE corrected
|
2013-09-25 14:25:14 +01:00 |
|
Sergey Lyubka
|
d67b1dbd53
|
Added CommonProgramFiles(x86) to the CGI environment under Win32, to make Win32::OLE work under CGI
|
2013-09-18 08:11:37 +01:00 |
|
Sergey Lyubka
|
19c94ce218
|
Fix for the issue 109
|
2013-09-17 16:09:00 +01:00 |
|
Sergey Lyubka
|
5e5033a0f3
|
Fix for the issue 156
|
2013-09-16 23:25:30 +01:00 |
|
Sergey Lyubka
|
5bb361b1d2
|
Squashed warnings
|
2013-09-12 10:03:04 +01:00 |
|
Sergey Lyubka
|
16c4fe1f37
|
4.1 -> 4.2
|
2013-09-07 22:05:39 +01:00 |
|
Sergey Lyubka
|
3070e8572d
|
removed file locking on windows, to fix the crash introduced by 52e3be5c58bf5671d0cc010e520395bc308326b4
|
2013-09-07 22:04:59 +01:00 |
|
Sergey Lyubka
|
d5acf2e2a7
|
4.0 -> 4.1
|
2013-09-07 20:21:27 +01:00 |
|
Sergey Lyubka
|
73d2b395d1
|
Moved SIGCHLD handler out of mongoose.c. Embedded user must set SIGCHLD handler if CGI is used.
|
2013-09-07 19:41:40 +01:00 |
|