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 |
|
Sergey Lyubka
|
6d2a76b609
|
Added c# example
|
2013-09-26 12:50:11 +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 |
|
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
|
b946f33189
|
Moved more docs to the web site
|
2013-09-24 11:24:10 +01:00 |
|
Sergey Lyubka
|
1e0b7054e6
|
Added mongoose.h to the mongoose.c dependancy
|
2013-09-24 11:23:51 +01:00 |
|
Sergey Lyubka
|
46e04e857c
|
Added test for dir with non-ascii char
|
2013-09-24 10:08:39 +01:00 |
|
Sergey Lyubka
|
4abdeaddbf
|
Docs reference moved to downloads section
|
2013-09-20 13:30:20 +01:00 |
|
Sergey Lyubka
|
029af1c376
|
Docs moved to Cesanta site
|
2013-09-20 13:27:48 +01:00 |
|
Sergey Lyubka
|
c02f2ff4bb
|
Update instruction to clone Git repo rather then using tarball
|
2013-09-18 09:52:06 +01:00 |
|
Sergey Lyubka
|
f74fec8a7e
|
Split docs by sections
|
2013-09-18 09:44:12 +01:00 |
|
Sergey Lyubka
|
50f8e8891b
|
Removed references to usermanual.md
|
2013-09-18 09:44:00 +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
|
b0eeb7d67b
|
Renamed retina icons to @2x.png
|
2013-09-18 08:07:44 +01:00 |
|
Sergey Lyubka
|
2c6c75cbad
|
Added icns icon file
|
2013-09-18 08:07:24 +01:00 |
|
Sergey Lyubka
|
241388b8a0
|
Using icns as bundle icon file
|
2013-09-18 08:07:06 +01:00 |
|
Sergey Lyubka
|
820b497f42
|
Installing icns file in DMG
|
2013-09-18 08:06:48 +01:00 |
|
Sergey Lyubka
|
88d8435a02
|
mongoose_22x22.png -> mongoose_22x22, let OS get Retina icon automatically
|
2013-09-18 08:06:08 +01:00 |
|
Sergey Lyubka
|
f3f177f3ed
|
Removed analytics tracking
|
2013-09-17 16:47:27 +01:00 |
|
Sergey Lyubka
|
bfa171cd97
|
Squashed warning: added #include <direct.h> for windows getcwd()
|
2013-09-17 16:14:50 +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
|
411a269991
|
valenok -> cesanta
|
2013-09-16 22:45:19 +01:00 |
|
Sergey Lyubka
|
bca6aab5a5
|
Moved UserManual to docs/
|
2013-09-16 22:42:29 +01:00 |
|
Sergey Lyubka
|
330e2ff74e
|
Fixed macos build target
|
2013-09-16 22:42:18 +01:00 |
|
Sergey Lyubka
|
eb5848478c
|
Added credits section mentioning those great who contributed
|
2013-09-12 17:30:03 +01:00 |
|
Sergey Lyubka
|
5bb361b1d2
|
Squashed warnings
|
2013-09-12 10:03:04 +01:00 |
|
Sergey Lyubka
|
0d40364089
|
Removed unused stuff, lua & ssl sources, reorganized targets.
|
2013-09-12 10:02:50 +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
4.1
|
2013-09-07 22:04:59 +01:00 |
|
Sergey Lyubka
|
baf4d8af27
|
Mongoose_$V.dmg -> Mongoose-$V.dmg
|
2013-09-07 22:04:09 +01:00 |
|
Sergey Lyubka
|
d5acf2e2a7
|
4.0 -> 4.1
|
2013-09-07 20:21:27 +01:00 |
|
Sergey Lyubka
|
22f8cb14d5
|
Updated downloads link
4.0
|
2013-09-07 20:20:11 +01:00 |
|
Sergey Lyubka
|
e28b3ca91d
|
Not ignoring SIGCHLD, cause it renders system() unusable on QNX
|
2013-09-07 19:50:54 +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 |
|
Sergey Lyubka
|
e556a487e0
|
Fix for the SCRIPT_NAME in the presence of PATH_INFO, https://code.google.com/p/mongoose/issues/detail?id=403
|
2013-09-07 18:49:24 +01:00 |
|
Sergey Lyubka
|
5728fa1cea
|
Added windows_tiny target. Adding only mongoose.[ch] files to the source tarball.
|
2013-09-07 18:47:38 +01:00 |
|
Sergey Lyubka
|
b461edabd9
|
Squashed warnings
|
2013-09-07 18:46:50 +01:00 |
|
Sergey Lyubka
|
c9e666babc
|
Merge branch 'master' of ssh://github.com/valenok/mongoose
|
2013-09-07 07:07:28 +01:00 |
|
Sergey Lyubka
|
18e64397fc
|
Fixed tests
|
2013-09-07 07:07:18 +01:00 |
|
Sergey Lyubka
|
3c8418d324
|
Removed -I$(LUA) from LUA_FLAGS
|
2013-09-07 07:07:07 +01:00 |
|
Sergey Lyubka
|
784a1580ce
|
Merge pull request #232 from ellusak/master
use chunked encoding for directory listing
|
2013-09-05 11:18:07 -07:00 |
|
Sergey Lyubka
|
6a0ac69761
|
version 3.9 -> 4.0
|
2013-09-05 12:35:44 +01:00 |
|
ellusak
|
7c06279a8c
|
use chunked encoding for directory listing
|
2013-09-05 17:14:34 +08:00 |
|
Sergey Lyubka
|
aec6f85f55
|
Merge branch 'master' of ssh://github.com/valenok/mongoose
|
2013-09-02 11:15:57 +01:00 |
|
Sergey Lyubka
|
52e3be5c58
|
Refactored f[un]lockfile for Windows using LockFileEx/UnlockFileEx
|
2013-09-02 11:15:48 +01:00 |
|
Sergey Lyubka
|
01a664ad06
|
Merge pull request #231 from tehnick/fix-compilation-warning
Fixed compilation warning
|
2013-08-31 03:08:06 -07:00 |
|
Boris Pek
|
94933047a7
|
Fixed compilation warning
|
2013-08-30 21:32:58 +03:00 |
|
Sergey Lyubka
|
cd6005c86f
|
Calling thread_stop() before free-ing conn
|
2013-08-28 09:54:00 +01:00 |
|