Sergey Lyubka
|
a6598a1278
|
Added #define close(x) _close(x) for WIN32 to squash warning 4996 that VS2013 gives
|
2014-10-15 08:30:49 +01:00 |
|
Sergey Lyubka
|
0af5502b74
|
Removed redundant #defines for -D_WIN32 case
|
2014-10-15 08:28:17 +01:00 |
|
Sergey Lyubka
|
f059e41cac
|
Removed mg_set_listening_socket() and mg_get_listening_socket(), added mg_copy_listeners()
|
2014-10-14 15:25:56 +01:00 |
|
Sergey Lyubka
|
2cce91de9a
|
Refactored code for multiple listeners
|
2014-10-14 14:22:26 +01:00 |
|
Sergey Lyubka
|
0ff5b5b044
|
Added support for multiple listeners
|
2014-10-14 13:59:22 +01:00 |
|
Sergey Lyubka
|
0c5d9a98c2
|
Merge branch 'master' of ssh://github.com/valenok/mongoose
|
2014-10-14 11:10:47 +01:00 |
|
Sergey Lyubka
|
c9fbdfc1b5
|
mg_open() accepts 3rd param: mode
|
2014-10-14 11:10:42 +01:00 |
|
Sergey Lyubka
|
6193b5171c
|
Merge pull request #421 from mpromonet/master
transmit http answer code using http_client
|
2014-10-14 11:10:03 +01:00 |
|
Sergey Lyubka
|
911115ccc0
|
Added -pthread to CFLAGS for linux
|
2014-10-14 10:05:12 +00:00 |
|
Sergey Lyubka
|
2f3ddeccc5
|
Properly trim whitespaces from the hashbang CGI interpreter path
|
2014-10-13 15:57:34 +01:00 |
|
MPR
|
ca3f5a3257
|
follow Google style
|
2014-10-12 13:58:06 +02:00 |
|
MPR
|
df206bc05a
|
transmit http answer code using http_client
|
2014-10-11 17:56:35 +02:00 |
|
Sergey Lyubka
|
531fec34fd
|
Added missing files
|
2014-10-10 14:35:39 +01:00 |
|
Sergey Lyubka
|
4c10d1f356
|
mongoose_server -> web_server
|
2014-10-10 13:58:45 +01:00 |
|
Sergey Lyubka
|
94dccdd6f4
|
c# -> csharp
|
2014-10-10 10:02:58 +01:00 |
|
Sergey Lyubka
|
544352b7d3
|
moved jni to android_build
|
2014-10-10 09:51:57 +01:00 |
|
Sergey Lyubka
|
29c2ae4886
|
moved multi_threaded to separate dir
|
2014-10-10 09:51:02 +01:00 |
|
Sergey Lyubka
|
1a2e2ec2fd
|
moved proxy to separate dir
|
2014-10-10 09:48:43 +01:00 |
|
Sergey Lyubka
|
3e780d21fc
|
moved form.c example to separate dir
|
2014-10-10 09:44:45 +01:00 |
|
Sergey Lyubka
|
63fcea0159
|
moved form_submit to separate dir
|
2014-10-10 09:40:07 +01:00 |
|
Sergey Lyubka
|
e5d21225be
|
moved big_upload to separate dir
|
2014-10-10 09:39:12 +01:00 |
|
Sergey Lyubka
|
0c9caf3120
|
Moved server.c to separate dir
|
2014-10-10 09:37:18 +01:00 |
|
Sergey Lyubka
|
54ba36c1c9
|
check_login_form_submission() factored in separate function
|
2014-10-09 11:44:12 +01:00 |
|
Sergey Lyubka
|
5077350589
|
Added cookie based auth example
|
2014-10-09 11:29:39 +01:00 |
|
Sergey Lyubka
|
2d880c4f5c
|
Moved auth.c to separate dir
|
2014-10-09 09:42:07 +01:00 |
|
Sergey Lyubka
|
4ca4c862a5
|
Updated net_skeleton, added extra_headers param to mg_send_file()
|
2014-10-09 09:26:45 +01:00 |
|
Sergey Lyubka
|
0918df1566
|
Removed reference to chat.c
|
2014-10-05 17:29:33 +01:00 |
|
Sergey Lyubka
|
aa2583cc26
|
Added enable_proxy
|
2014-10-03 11:54:00 +01:00 |
|
Sergey Lyubka
|
e1b1d39635
|
Removed conflicting MIT-related comment block
|
2014-10-01 12:11:04 +01:00 |
|
Sergey Lyubka
|
3bf82dd541
|
Merge pull request #419 from grodansparadis/master
connection_data -> user_data
|
2014-09-22 15:03:19 +01:00 |
|
Sergey Lyubka
|
2896965c97
|
Fixed link to examples
|
2014-09-20 08:32:29 +01:00 |
|
Ake Hedman
|
53b784b143
|
connection_data -> user_data
|
2014-09-19 08:20:37 +02:00 |
|
Sergey Lyubka
|
8e91e3a305
|
Timeout only non-listening connections
|
2014-09-16 07:47:40 +01:00 |
|
Sergey Lyubka
|
dbc07c8b00
|
Moved mjpg_streamer to a separate dir
|
2014-09-15 19:05:30 +01:00 |
|
Sergey Lyubka
|
ce953575e2
|
Not closing listening connections
|
2014-09-15 13:48:55 +01:00 |
|
Sergey Lyubka
|
80db048578
|
Added more dependencies in test/Makefile
|
2014-09-15 01:28:03 +01:00 |
|
Sergey Lyubka
|
382d165574
|
Added MONGOOSE_NO_MMAP conditional
|
2014-09-15 01:18:38 +01:00 |
|
Sergey Lyubka
|
0fb2f38cb7
|
Fixed mg_connect() call
|
2014-09-14 15:06:09 +01:00 |
|
Sergey Lyubka
|
aa007f1285
|
Updated travis config
|
2014-09-11 15:55:18 +01:00 |
|
Sergey Lyubka
|
8752910330
|
Better UDP support
|
2014-09-11 15:52:42 +01:00 |
|
Sergey Lyubka
|
2a5a8eec49
|
removed chat_server dir in examples
|
2014-09-10 00:59:31 +01:00 |
|
Sergey Lyubka
|
ceca52de30
|
Moved file send_file example to separate dir
|
2014-09-09 23:23:29 +01:00 |
|
Sergey Lyubka
|
8a3691055c
|
Moved file upload example to separate dir
|
2014-09-09 23:20:23 +01:00 |
|
Sergey Lyubka
|
56d12c89da
|
Typo in hello_world.c fixed
|
2014-09-09 22:47:07 +01:00 |
|
Sergey Lyubka
|
2cfce4d8b2
|
Added copyright
|
2014-09-09 22:46:24 +01:00 |
|
Sergey Lyubka
|
f372faf614
|
Moved hello.c example to its own dir
|
2014-09-09 22:44:57 +01:00 |
|
Sergey Lyubka
|
882f3b3ac3
|
removed hello.lp
|
2014-09-09 18:26:03 +01:00 |
|
Sergey Lyubka
|
fac0e9b0ac
|
Moved unit test to dedicated dir
|
2014-09-09 18:23:48 +01:00 |
|
Sergey Lyubka
|
a3cf67c380
|
Moved examples/mkdata.pl -> scripts/embed_binary_files.pl
|
2014-09-09 18:11:57 +01:00 |
|
Sergey Lyubka
|
2987cbdb5c
|
ws_ssl -> websocket_ssl_proxy
|
2014-09-09 18:09:33 +01:00 |
|