Sergey Lyubka
|
ba1f2ced8e
|
Cosmetic changes
|
2012-09-20 14:17:28 +01:00 |
|
Sergey Lyubka
|
c4c34a8f4d
|
Cosmetic changes
|
2012-09-20 14:17:04 +01:00 |
|
Sergey Lyubka
|
a866f4e174
|
Cosmetic changes
|
2012-09-20 14:06:33 +01:00 |
|
Sergey Lyubka
|
c5916814cd
|
Added link to mongoose.c
|
2012-09-20 14:03:39 +01:00 |
|
Sergey Lyubka
|
349717ac0e
|
removed stray new line
|
2012-09-20 14:02:33 +01:00 |
|
Sergey Lyubka
|
5d27766424
|
Added comment on the websocket example page
|
2012-09-20 14:01:45 +01:00 |
|
Sergey Lyubka
|
97668ba6c9
|
Updated README to reflect websocket and webdav support
|
2012-09-20 13:52:53 +01:00 |
|
Sergey Lyubka
|
98fb44f836
|
Refactored data buffering. Updated websocket example to have 2 message roundtrips.
|
2012-09-20 13:45:35 +01:00 |
|
Igor Okulist
|
2260c8ddc0
|
Merge branch 'master' of https://github.com/okigan/mongoose
|
2012-09-19 20:57:00 -07:00 |
|
Sergey Lyubka
|
edffc46b98
|
removed -max_request_size option
|
2012-09-19 20:17:49 +01:00 |
|
Sergey Lyubka
|
7bd8cc3c0c
|
added websocket example files
|
2012-09-19 12:31:19 +01:00 |
|
Sergey Lyubka
|
828f6cd7fe
|
added link to the websocket example
|
2012-09-19 12:30:29 +01:00 |
|
Sergey Lyubka
|
f9873eb87a
|
Experimentl websocket support
|
2012-09-19 12:23:54 +01:00 |
|
Sergey Lyubka
|
358e4ffbf5
|
extra check in cry() for NULL context
|
2012-09-18 09:47:29 +01:00 |
|
Sergey Lyubka
|
9aad922983
|
added mg_get_ssl_context. passing fake connection to the MG_INIT_SSL event
|
2012-09-17 23:36:06 +01:00 |
|
Sergey Lyubka
|
d9ab7af8b4
|
added comment in mongoose_callback
|
2012-09-17 23:35:11 +01:00 |
|
Sergey Lyubka
|
05b2a04267
|
moved status_code, user_data, log_message out of struct mg_request_info
|
2012-09-17 19:38:19 +01:00 |
|
Sergey Lyubka
|
4408083b4d
|
removed ssl chain file option. restored context param in fc() call
|
2012-09-17 19:19:15 +01:00 |
|
Igor Okulist
|
4f01f101fc
|
Compile on Win32
|
2012-09-15 20:40:28 -07:00 |
|
Sergey Lyubka
|
d9f9911d9b
|
removed max request size from options, moved to the #define
|
2012-09-15 10:58:50 +01:00 |
|
Sergey Lyubka
|
93b4562515
|
Added make target for upload example
|
2012-09-15 10:52:52 +01:00 |
|
Sergey Lyubka
|
0bb67e06c1
|
#define _XOPEN_SOURCE 600 only for linux
|
2012-09-15 10:51:35 +01:00 |
|
Sergey Lyubka
|
518b3aa726
|
Merge pull request #12 from nigels-com/master
Touch-ups for Regal build of mongoose
|
2012-09-14 03:28:20 -07:00 |
|
Sergey Lyubka
|
07f3554db3
|
Merge pull request #10 from nullable-type/master
Fix for issue 8
|
2012-09-14 02:30:50 -07:00 |
|
Sergey Lyubka
|
acab70ee7c
|
Updated readme to reference more examples
|
2012-09-14 10:27:43 +01:00 |
|
Sergey Lyubka
|
c388bc2dd3
|
added upload example
|
2012-09-14 10:23:51 +01:00 |
|
Sergey Lyubka
|
8072b0a7d4
|
Do not report error if mg_printf() printed 0 bytes
|
2012-09-13 21:58:37 +01:00 |
|
Sergey Lyubka
|
3f4be595a6
|
Merge pull request #25 from siemens/master
Makefile for MinGW 4.7
|
2012-09-13 13:52:23 -07:00 |
|
Henrique Mendonça
|
5d11901af8
|
compile with MinGW 4.7
|
2012-09-13 19:39:02 +03:00 |
|
Sergey Lyubka
|
43953782f9
|
Do not require SSL, fix for issue 20
|
2012-09-06 10:06:30 +01:00 |
|
Sergey Lyubka
|
12e133a5e9
|
Merge branch 'master' of ssh://github.com/valenok/mongoose
|
2012-09-06 10:00:42 +01:00 |
|
Sergey Lyubka
|
e92d4451ef
|
fc() doesnt take ctx argument anymore
|
2012-09-06 09:54:39 +01:00 |
|
Sergey Lyubka
|
fadb60d776
|
Merge pull request #17 from dnaeon/freebsd-fix
Fix building of mongoose under FreeBSD.
|
2012-09-04 02:26:19 -07:00 |
|
Marin Atanasov Nikolov
|
0521d78982
|
Fix building of mongoose under FreeBSD.
According to flockfile(3) under Linux you need only this:
#define _XOPEN_SOURCE
* http://man7.org/linux/man-pages/man3/flockfile.3.html
This also fixes the build under FreeBSD.
|
2012-09-04 11:58:45 +03:00 |
|
Sergey Lyubka
|
3602d54a5b
|
Better check for NULL in mg_connect()
|
2012-09-03 22:36:40 +01:00 |
|
Sergey Lyubka
|
8428f362c1
|
Added example for handling POST requests.
|
2012-08-31 09:24:34 +01:00 |
|
Nigel Stewart
|
fafc9c6a20
|
Undefine WIN32_LEAN_AND_MEAN, if necessary.
Allow debug tracing to be disabled in debug-mode build by defining DEBUG_TRACE at compile-time.
|
2012-08-28 08:25:10 -05:00 |
|
test
|
66e088d843
|
Removed the test for a directory name with only a backslash, because this causes problems on windows.
|
2012-08-27 14:40:32 +02:00 |
|
Sergey Lyubka
|
4a760ad324
|
Initial version of readme
|
2012-08-25 22:48:14 +01:00 |
|
Sergey Lyubka
|
c92d7c3bc8
|
Fix for Android: fread() might return < 0
|
2012-08-25 22:10:45 +01:00 |
|
Sergey Lyubka
|
ee91109d9f
|
Ger Hobbelt's fixes
|
2012-08-25 22:02:51 +01:00 |
|
Sergey Lyubka
|
30fe257691
|
Style fixes. Printing error message before fatal error.
|
2012-08-25 20:36:58 +01:00 |
|
Sergey Lyubka
|
ab6f145e3e
|
Update thread count on OOM error in worker_thread()
|
2012-08-25 20:24:09 +01:00 |
|
test
|
83dc425e25
|
Removed the test for a directory name with only a backslash, because this causes problems on windows.
|
2012-08-23 16:36:41 +02:00 |
|
Sergey Lyubka
|
001cd78b45
|
Styling changes plus extra GCC options to suppress certain warnings
|
2012-08-19 12:22:28 +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 |
|
Sergey Lyubka
|
ee8111e424
|
Unbreak backslash dir test
|
2012-08-19 12:06:35 +01:00 |
|
Sergey Lyubka
|
1861b1137b
|
Merge pull request #5 from GerHobbelt/issue-g.c.370.get_request
backport of the relevant fix as per issue 370#c5: correct get_request under all circumstances
|
2012-08-18 13:06:13 -07: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 |
|