Sergey Lyubka
|
d0e2741832
|
Added new response creation interface
|
2014-01-04 11:31:55 +00:00 |
|
Sergey Lyubka
|
3a5e2fba88
|
5.0 lua example
|
2014-01-04 02:16:52 +00:00 |
|
Sergey Lyubka
|
675b83a3ef
|
Let mongoose binary change CWD to document_root
|
2014-01-03 21:45:13 +00:00 |
|
Sergey Lyubka
|
143fb4f423
|
Fixed macos build
|
2014-01-03 20:26:41 +00:00 |
|
Sergey Lyubka
|
4576b69e30
|
Initializing remote_ip and remote_port properly
|
2013-12-31 09:02:24 +00:00 |
|
Sergey Lyubka
|
3a0a22f4cc
|
Add an ability to pass listening socket to mongoose binary
|
2013-12-26 11:37:52 +00:00 |
|
Sergey Lyubka
|
b4a4b15835
|
Removed old cruft
|
2013-12-26 11:33:19 +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
|
7abb406d0f
|
put_delete_auth_file -> dav_auth_file
|
2013-12-20 17:57:13 +00:00 |
|
Sergey Lyubka
|
b7adf9b52a
|
Passing server_param to the URI callback
|
2013-12-20 09:44:51 +00:00 |
|
Sergey Lyubka
|
f4c30b746e
|
Switched to async, non-blocking core
|
2013-12-09 14:18:49 +00:00 |
|
Sergey Lyubka
|
923e5004e8
|
Added CFLAGS_EXTRA to windows compilation flags
|
2013-12-09 11:53:55 +00:00 |
|
Sergey Lyubka
|
b14a1e25f0
|
Not generating mongoose.c
|
2013-12-08 18:39:03 +00:00 |
|
Sergey Lyubka
|
5a3b1123f6
|
tests moved under build
|
2013-12-07 17:47:14 +00:00 |
|
Sergey Lyubka
|
6a9494b683
|
Added mg_get_var() to core, with unit test
|
2013-12-07 17:46:56 +00:00 |
|
Sergey Lyubka
|
63c5658a2b
|
Fixed lua compilation under linux
|
2013-12-07 17:45:59 +00:00 |
|
Sergey Lyubka
|
af7efd980c
|
Adjusting unit test for core
|
2013-12-06 22:14:55 +00:00 |
|
Sergey Lyubka
|
2cb325c981
|
Added DAV to core
|
2013-12-06 16:01:41 +00:00 |
|
Sergey Lyubka
|
f39c4c8909
|
Added directory listing support to core
|
2013-12-06 12:55:28 +00:00 |
|
Sergey Lyubka
|
2a7e720f12
|
app code moved to qcomm.c
|
2013-12-06 08:53:30 +00:00 |
|
Sergey Lyubka
|
ec22250d9b
|
Added mg_iterate_over_connections(), mg_websocket_write()
|
2013-12-06 08:52:42 +00:00 |
|
Sergey Lyubka
|
3330bca4be
|
Using mg_handler_t
|
2013-12-05 16:21:53 +00:00 |
|
Sergey Lyubka
|
31f0409bf9
|
Added CGI endpoint
|
2013-12-05 15:03:38 +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
|
46a9e42b8f
|
Async websockets work
|
2013-12-05 04:14:10 +00:00 |
|
Sergey Lyubka
|
58d3abe165
|
Fixed iterate_callback()
|
2013-12-05 00:52:42 +00:00 |
|
Sergey Lyubka
|
03e737829a
|
Made URI handler work
|
2013-12-05 00:22:21 +00:00 |
|
Sergey Lyubka
|
95d8881454
|
Fixed spool() to properly resize, commented out non-implemented API
|
2013-12-04 10:19:55 +00:00 |
|
Sergey Lyubka
|
a50a52ca91
|
Fixed #259
|
2013-12-04 10:11:12 +00:00 |
|
Sergey Lyubka
|
50371ef309
|
Introduced file_stat_t to use 64 bit file support on Windows
|
2013-12-03 12:08:45 +00:00 |
|
Sergey Lyubka
|
6192d1b53a
|
Added send_http_error()
|
2013-12-03 11:12:43 +00:00 |
|
Sergey Lyubka
|
daa9175139
|
Added caching support (304 response)
|
2013-12-03 11:01:43 +00:00 |
|
Sergey Lyubka
|
8a65611a8c
|
Using core.h and modified API
|
2013-12-02 22:22:22 +00:00 |
|
Sergey Lyubka
|
6c8a0aa768
|
denying directory accesses
|
2013-12-01 10:49:25 +00:00 |
|
Sergey Lyubka
|
787b15551d
|
builtin mime types defs moved to top
|
2013-12-01 10:28:00 +00:00 |
|
Sergey Lyubka
|
2c896e7e5c
|
Added proper static file handling, but range support is still broken
|
2013-12-01 10:25:31 +00:00 |
|
Sergey Lyubka
|
0e49214c7e
|
Added mutex protection for write calls
|
2013-12-01 09:46:05 +00:00 |
|
Sergey Lyubka
|
914606a046
|
fmtspool() -> mg_write()
|
2013-12-01 07:44:38 +00:00 |
|
Sergey Lyubka
|
b30417e908
|
Made core c++ friendly
|
2013-12-01 00:42:04 +00:00 |
|
Sergey Lyubka
|
5b8d4cdf68
|
main(argc,argv) -> main(void)
|
2013-12-01 00:35:22 +00:00 |
|
Sergey Lyubka
|
ba06d135c3
|
Added call_user()
|
2013-12-01 00:33:26 +00:00 |
|
Sergey Lyubka
|
f0d3d7e81d
|
Cleaning up ctl sockets
|
2013-11-30 23:59:53 +00:00 |
|
Sergey Lyubka
|
d1bd15291e
|
request pipelining done
|
2013-11-30 23:23:38 +00:00 |
|
Sergey Lyubka
|
d00b7f4300
|
Serving files
|
2013-11-28 20:44:11 +00:00 |
|
Sergey Lyubka
|
ebc909b61b
|
Added copyright
|
2013-11-27 14:10:51 +00:00 |
|
Sergey Lyubka
|
537fb39b21
|
Async, non-blocking experiment
|
2013-11-27 14:09:34 +00:00 |
|
Sergey Lyubka
|
e106151072
|
Showing port number on mongoose icon context menu
|
2013-11-26 22:17:29 +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
|
74711c686f
|
Added directory scanning example, and enabled posix routines in Lua for unix environment
|
2013-11-23 13:58:27 +00:00 |
|
Sergey Lyubka
|
78c994f7cc
|
Added /I. for CL flags
|
2013-11-23 13:58:01 +00:00 |
|
Sergey Lyubka
|
2d5d668863
|
Squashed warning
|
2013-11-23 13:48:55 +00:00 |
|
Sergey Lyubka
|
bd10a03da0
|
Throttling functionality removed
|
2013-11-23 13:46:45 +00:00 |
|
Sergey Lyubka
|
d138119d24
|
Made separate target for mongoose-lua-sqlite
|
2013-11-23 13:44:33 +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
|
0714e0dd8f
|
Updated Android build
|
2013-11-04 21:15:01 +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
|
292e43b41b
|
Removed unit test dependency
|
2013-10-15 13:11:47 -07:00 |
|
Sergey Lyubka
|
915e923e35
|
Firing MG_HTTP_ERROR
|
2013-10-10 07:46:19 -07:00 |
|
Sergey Lyubka
|
e6ac3af454
|
Removed debug message
|
2013-10-07 17:29:53 +01:00 |
|
Sergey Lyubka
|
3adaf8dba9
|
Reaping zombies properly
|
2013-10-07 17:29:07 +01:00 |
|
Sergey Lyubka
|
a631ee1e1e
|
Service code refactored
|
2013-10-05 07:45:05 +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
|
ecbf79135f
|
Refactored API, returned back to event-based handlers. Upload and Websocket API simplified
|
2013-09-28 11:00:54 +01:00 |
|
Sergey Lyubka
|
96eb48902b
|
Always invoking test
|
2013-09-28 00:15:24 +01:00 |
|
Sergey Lyubka
|
24e0950ca2
|
Using stdcall for mongoose.dll
|
2013-09-26 12:49:41 +01:00 |
|
Sergey Lyubka
|
98214ce1a4
|
Removed init_lua() and open_file() callbacks
|
2013-09-26 09:35:07 +01:00 |
|
Sergey Lyubka
|
7eed7eab36
|
Added mongoose.dll target
|
2013-09-26 09:34:36 +01:00 |
|
Sergey Lyubka
|
f0fb5c01a2
|
Added unit_test.c dependency for unix_unit_test
|
2013-09-25 22:58:36 +01:00 |
|
Sergey Lyubka
|
a92aa3bf49
|
Added unix_unit_test as a dependancy for mongoose
|
2013-09-25 18:37:17 +01:00 |
|