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
|
e791a795b4
|
typo fixed
|
2013-11-22 08:45:04 +00:00 |
|
Sergey Lyubka
|
03d846529d
|
Update README.md
|
2013-11-13 03:04:31 +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
|
762a68a0cf
|
Moved some docs to markdown
|
2013-10-30 23:02:15 +00:00 |
|
Sergey Lyubka
|
1da098671e
|
Moved docstrings to API.md
|
2013-10-19 14:07:46 -07:00 |
|
Sergey Lyubka
|
f852a4db0f
|
Moved docstrings to API.md
|
2013-10-19 13:14:16 -07:00 |
|
Sergey Lyubka
|
ddea940690
|
Docs added
|
2013-10-18 08:57:59 -07: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
|
1777cc6e86
|
Squashed warning
|
2013-10-07 17:28:53 +01:00 |
|
Sergey Lyubka
|
f9f623bd60
|
c# example synced to the current version, and tested
|
2013-10-06 12:16:46 +01:00 |
|
Sergey Lyubka
|
fe95707b4e
|
Rewording
|
2013-10-06 07:24:34 +01:00 |
|
Sergey Lyubka
|
a631ee1e1e
|
Service code refactored
|
2013-10-05 07:45:05 +01:00 |
|
Sergey Lyubka
|
493666dac6
|
Wording and links corrected
|
2013-10-03 19:34:27 +01:00 |
|
Sergey Lyubka
|
46ef4e33c8
|
Wording and links corrected
|
2013-10-03 19:34:00 +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
|
40ab4a8d3d
|
Fixed websocket example logic when freeing the message, again!
|
2013-09-29 22:43:58 +01:00 |
|
Sergey Lyubka
|
e84d0574fa
|
Fixed websocket example logic when freeing the message
|
2013-09-29 22:01:31 +01:00 |
|
Sergey Lyubka
|
1a64d37fc7
|
Fixed mg_websocket_read()
|
2013-09-29 09:25:47 +01:00 |
|
Sergey Lyubka
|
9cca843a9b
|
Typo fixed
|
2013-09-29 08:01:14 +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
|
079c99c47f
|
Started to restore single callback function
|
2013-09-26 13:25:51 +01:00 |
|