Sergey Lyubka
38cc14a1af
Initial version for the Macos app bundle
2013-01-03 15:46:47 +00:00
Sergey Lyubka
bde9a63390
Endianess patch by Forrest
2013-01-03 10:29:34 +00:00
Sergey Lyubka
8eb816c314
Added icons
2013-01-03 08:42:32 +00:00
Sergey Lyubka
50c05c4eed
Renamed win32 -> build
2013-01-02 18:21:46 +00:00
Sergey Lyubka
4eb5cfab7b
Renamed win32 -> build
2013-01-02 18:15:36 +00:00
Sergey Lyubka
df6fe7a379
Merge branch 'master' of ssh://github.com/valenok/mongoose
2013-01-02 17:53:01 +00:00
Sergey Lyubka
78eec961a2
Removing bindings code, because of inability to provide support for it
2013-01-02 17:51:12 +00:00
Sergey Lyubka
adff33c889
Removing bindings code, because of inability to provide support for it
2013-01-02 17:51:01 +00:00
Sergey Lyubka
372fcd722c
Update README.md
2013-01-02 14:06:28 +00:00
Sergey Lyubka
0982863e2d
Update README.md
2013-01-02 13:50:27 +00:00
Sergey Lyubka
9b58a951f0
Update README.md
2013-01-02 13:48:40 +00:00
Sergey Lyubka
ba04f3fd5d
Update README.md
2013-01-02 13:35:30 +00:00
Sergey Lyubka
ff52367c1c
Update README.md
2013-01-02 13:34:07 +00:00
Sergey Lyubka
a0a017d54d
Update README.md
2013-01-02 13:32:07 +00:00
Sergey Lyubka
6cad2c6f28
Update README.md
2013-01-02 13:29:29 +00:00
Sergey Lyubka
cec98ee9e2
Update README.md
2013-01-01 23:11:15 +00:00
Sergey Lyubka
dbef400762
Mission statement
2013-01-01 23:05:09 +00:00
Sergey Lyubka
1bd85de19a
Update README.md
2012-12-31 11:22:35 +00:00
Sergey Lyubka
0b206129ac
Update README.md
2012-12-26 12:21:18 +00:00
Sergey Lyubka
5e491801da
3.4 -> 4.5
2012-12-26 10:02:14 +00:00
Sergey Lyubka
eed09600f7
Ignoring .htpasswd file for PUT and DELETE requests. Those use separate passwords file.
2012-12-25 11:49:41 +00:00
Sergey Lyubka
8d6634ff7e
Allowing HEAD method for CGI requests
2012-12-25 11:22:48 +00:00
Sergey Lyubka
6c9ed3ca53
Changed GetFullPathName -> GetFullPathNameA
2012-12-25 11:08:03 +00:00
Sergey Lyubka
ede1befffa
Fix read_websocket() for content length > 125
2012-12-25 11:05:19 +00:00
Sergey Lyubka
2cd4852321
Restore SIGCHLD handler to SIG_DFL in CGI process
2012-12-25 11:00:29 +00:00
Sergey Lyubka
1eb719f2d9
Checking for endianness in runtime in MD5 and SHA code
2012-12-24 21:23:34 +00:00
Sergey Lyubka
bf633082ac
Update README.md
2012-12-24 14:09:48 +00:00
Sergey Lyubka
075a152779
Update README.md
2012-12-24 11:09:44 +00:00
Sergey Lyubka
c079a13b24
Update README.md
2012-12-24 11:09:23 +00:00
Sergey Lyubka
113c9d5a02
Fix keep-alive handling in process_new_connection()
2012-12-24 11:01:56 +00:00
Sergey Lyubka
05fa677382
Fixed unit test to accomodate mg_get_var() API change
2012-12-24 10:43:15 +00:00
Sergey Lyubka
ab3c070e1c
Merge pull request #66 from nullable-type/master
...
Made behavior of mg_get_cookie(..) regarding errors the same as of mg_get_var(..)
2012-12-23 04:40:35 -08:00
Sergey Lyubka
2e6a01b931
Fix for the relative document root & PHP
2012-12-22 18:24:48 +00:00
Sergey Lyubka
9fa66bf237
Merge branch 'master' of ssh://github.com/valenok/mongoose
2012-12-22 08:55:36 +00:00
Sergey Lyubka
98c382e7af
Merge pull request #67 from tayS/ssl_pending
...
Fix for hang when sending large request with SSL enabled
2012-12-22 00:55:07 -08:00
Sergey Lyubka
94c7a3862a
Update README.md
2012-12-21 21:47:14 +00:00
tayS
6869b64b31
Fix for hang when sending large request with SSL enabled
...
When using SSL, we must use SSL_pending() in addition to/instead of select() to determine whether there is SSL data to be read.
This update makes the SSL_pending() function available and uses is to check for data if select() indicates there is no data.
See https://github.com/valenok/mongoose/issues/47
2012-12-21 12:38:34 -06:00
nullable.type
8faf6f7b72
Made behavior of mg_get_cookie(..) on errors the same as mg_get_var(..). Separated the two cases a.) problems with destination buffer and b.) cookie header or cookie parameter not existing.
2012-12-16 22:20:21 +01:00
Sergey Lyubka
99ddb2f12a
Merge branch 'master' of ssh://github.com/valenok/mongoose
2012-12-16 13:09:08 +00:00
Sergey Lyubka
ca9212c3ca
Merge pull request #65 from nullable-type/master
...
Inconsistent error codes of mg_get_var(..)
2012-12-16 04:15:52 -08:00
nullable.type
c9183f3851
Made the names of the function arguments of the declaration and the definition of mg_get_var(..) the same.
...
Changed the error codes to have a consistent way of reporting errors. -2 is returned if there is a problem with the size of the destination buffer. -1 is returned if the variable is not found.
Updated the documentation of mg_get_var(..) in mongoose.h and removed the redundant comments from mongoose.c.
2012-12-16 12:27:53 +01:00
Sergey Lyubka
0912a7f473
Merge pull request #60 from bakanatorz/master
...
Added support for Ogg Vorbis audio files
2012-12-09 13:26:57 -08:00
Sergey Lyubka
38421657b3
Minor refactoring in examples/upload.c
2012-12-08 14:53:46 +00:00
Sergey Lyubka
64cfe1d389
Merge pull request #49 from nullable-type/master
...
Avoid some level-4 warnings issued by Visual Studio (2012 and possibly previous versions)
2012-12-08 06:47:35 -08:00
Sergey Lyubka
69b0b58d46
Merge branch 'master' of ssh://github.com/valenok/mongoose
2012-12-07 01:50:52 +00:00
Sergey Lyubka
0d442058e5
Added mg_upload()
2012-12-07 01:50:47 +00:00
Sergey Lyubka
1ef31461bc
Added test_skip_quoted()
2012-12-07 01:50:12 +00:00
Sergey Lyubka
0b09df97ac
On new connection, clear off receiving buffer
2012-12-05 23:07:20 +00:00
Sergey Lyubka
0263e39584
Minor refactoring
2012-11-30 15:01:15 +00:00
Sergey Lyubka
d8424726bb
Using O_BINARY on win32 for uploaded files
2012-11-30 10:09:39 +00:00