Sergey Lyubka
|
ee91109d9f
|
Ger Hobbelt's fixes
|
2012-08-25 22:02:51 +01:00 |
|
Sergey Lyubka
|
3d3359910f
|
Added printf format checking macros. Changed mg_printf() to allocate the buffer on heap if it does not fit the local one.
|
2012-08-19 12:08:33 +01:00 |
|
Ger Hobbelt
|
ccf43fe3e3
|
backport of the relevant fix as per http://code.google.com/p/mongoose/issues/detail?id=370#c5
|
2012-08-18 21:44:29 +02:00 |
|
Sergey Lyubka
|
8b491d75b5
|
added const in mg_get_request_info()
|
2012-08-18 16:47:25 +01:00 |
|
Sergey Lyubka
|
cf53f3da4f
|
Revert "Added MG_SHUTDOWN event"
This reverts commit 15a0d819ed .
There is no point in MG_SHUTDOWN. Thread that calls mg_stop() can
do the same thing.
|
2012-08-16 20:20:18 +01:00 |
|
Sergey Lyubka
|
15a0d819ed
|
Added MG_SHUTDOWN event
|
2012-08-16 17:24:33 +01:00 |
|
Sergey Lyubka
|
4d0a2db658
|
#include <stdio.h> in mongoose.h, since FILE is used
|
2012-08-14 21:26:49 +01:00 |
|
Sergey Lyubka
|
0e0091e1c0
|
Changing API: callback doesnt get mg_request_info pointer anymore, but it is possible to get it using mg_get_request_info()
|
2012-08-03 11:15:38 +01:00 |
|
Sergey Lyubka
|
b42d25edd2
|
NOT exporting string functions
|
2012-07-31 23:52:46 +01:00 |
|
Sergey Lyubka
|
39215f6930
|
Exported mg_get_builtin_mime_type()
|
2012-07-31 08:58:44 +01:00 |
|
Sergey Lyubka
|
df7da95cb6
|
Setting Host header in mg_fetch. Added test for fetching large file.
|
2012-07-29 17:12:44 +01:00 |
|
Sergey Lyubka
|
4bc508525b
|
Exported string functions
|
2012-07-29 14:04:48 +01:00 |
|
Sergey Lyubka
|
a9bb7d78ab
|
Fixed mg_fetch() by passing a buffer, placeholder for the reply headers
|
2012-07-29 10:15:37 +01:00 |
|
Sergey Lyubka
|
e6bb39a2d3
|
Using client-side SSL context for mg_connect()
|
2012-07-28 18:57:04 +01:00 |
|
Sergey Lyubka
|
104480ed9c
|
mg_start_thread() exported
|
2012-07-28 12:06:26 +01:00 |
|
Sergey Lyubka
|
6c54370aa1
|
Added mg_connect(), mg_fetch() API functions. More tests added
|
2012-07-28 11:04:03 +01:00 |
|
Sergey Lyubka
|
2824ae345d
|
Added new event, MG_REQUEST_COMPLETE
|
2012-03-11 22:38:28 +00:00 |
|
valenok
|
905413b656
|
Fix issue 300
|
2012-01-24 16:05:07 +00:00 |
|
Sergey Lyubka
|
b30e1893dc
|
Better documentation
|
2011-08-28 11:24:35 +01:00 |
|
Sergey Lyubka
|
4e551d9a1d
|
Copyright year changed to 2011. Fixed documentation string for mg_get_cookie()
|
2011-08-26 21:30:20 +01:00 |
|
valenok
|
8942a4cdad
|
Ignoring SIGCHLD to let OS reap the zombies.
|
2011-06-22 00:45:08 +01:00 |
|
valenok
|
29a38875ff
|
Corrected description of mg_send_file()
|
2011-06-19 17:50:08 +01:00 |
|
valenok
|
5bbb6fbbd5
|
Added mg_send_file()
|
2011-06-19 17:45:52 +01:00 |
|
valenok
|
be6162ff2e
|
Added <stddef.h>, since size_t is used in the API
|
2011-05-02 09:09:58 +01:00 |
|
valenok
|
d7cba57e17
|
Make source g++ friendly
|
2011-04-24 22:40:08 +01:00 |
|
valenok
|
d1de5f0190
|
Corrected comment for mg_start()
|
2011-03-08 08:30:26 +00:00 |
|
valenok
|
29716fa22e
|
Changed API: function mg_modify_passwords_file(). Instead of passing context, a domain name is passed, thus making this function completely mongoose-agnostic.
|
2011-02-18 16:40:58 +00:00 |
|
valenok
|
11951a57ff
|
API change: added void *user_data to mg_start(). Bumped version to 3.0
|
2010-10-26 23:37:44 +01:00 |
|
valenok
|
f105b74dc0
|
experimental keep-alive, options defaults
|
2010-08-31 08:01:14 +01:00 |
|
valenok
|
d9551c505a
|
mg_start: struct mg_request_info * -> const struct mg_request_info *
|
2010-08-30 22:48:07 +01:00 |
|
valenok
|
97f2155239
|
introduced short option names
|
2010-08-30 13:10:10 +01:00 |
|
valenok
|
546bec333c
|
API change for mg_start: most binary compatible across releases.
|
2010-08-29 22:30:49 +01:00 |
|
Sergey Lyubka
|
5651657ac6
|
passing const struct mg_config
|
2010-08-23 14:05:59 +02:00 |
|
valenok
|
a0d765a6f0
|
removed port_data, post_data_len from request_info. added prototype for mg_read()
|
2010-08-23 07:10:15 +01:00 |
|
valenok
|
c94ad1c952
|
adopted monhoose.h to Google style
|
2010-07-06 23:15:14 +01:00 |
|
valenok
|
88a224d808
|
fixed example. some more comments added
|
2010-07-05 19:37:53 +01:00 |
|
Sergey Lyubka
|
5425b94f39
|
introduced struct mg_config. Fixed Range response.
|
2010-06-25 17:23:17 +02:00 |
|
Sergey Lyubka
|
627a6dbb5a
|
mg_md5 made public
|
2010-05-05 00:39:36 +01:00 |
|
Sergey Lyubka
|
3aafbab967
|
better docstrings for mg_get_cookie() and mg_get_var()
|
2010-05-04 20:50:49 +01:00 |
|
Sergey Lyubka
|
a69a2da39d
|
Initial import - converting from Subversion.
|
2010-05-03 21:46:42 +01:00 |
|