Sergey Lyubka
|
557d1f4c49
|
Added MG_OPEN_FILE message
|
2012-09-29 18:56:41 +01:00 |
|
Sergey Lyubka
|
2539a473fe
|
Added test for byte range past EOF
|
2012-09-29 18:56:23 +01:00 |
|
Sergey Lyubka
|
6bd35a4c18
|
Style changes
|
2012-09-28 10:36:31 +01:00 |
|
Sergey Lyubka
|
fb8f0ed4d6
|
Better comments in Makefile
|
2012-09-27 23:58:35 +01:00 |
|
Sergey Lyubka
|
3ffdf5459a
|
API change: folded user_data into request_info, and introduced event-specific ev_data
|
2012-09-27 22:20:02 +01:00 |
|
Sergey Lyubka
|
02098b1903
|
API change: folded user_data into request_info, and introduced event-specific ev_data
|
2012-09-27 21:48:05 +01:00 |
|
Sergey Lyubka
|
c189553c8b
|
Cosmetic changes for CYA_SOURCES
|
2012-09-27 08:27:45 +01:00 |
|
Sergey Lyubka
|
d970705596
|
#define MAP_PRIVATE 0 for _WIN32
|
2012-09-27 08:19:14 +01:00 |
|
Sergey Lyubka
|
5c9ab40601
|
Using MAP_PRIVATE for mmap, to fix mac build for Lua
|
2012-09-27 08:17:31 +01:00 |
|
Sergey Lyubka
|
451d077170
|
cygwin target added
|
2012-09-27 00:33:33 +01:00 |
|
Sergey Lyubka
|
30d1573346
|
Fixed spawn_proccess() for win32 for .exe binaries
|
2012-09-27 00:27:20 +01:00 |
|
Sergey Lyubka
|
0adef2db5b
|
Merge branch 'master' of ssh://github.com/valenok/mongoose
|
2012-09-26 23:37:15 +01:00 |
|
Sergey Lyubka
|
8c1866a4af
|
Lua server pages support
|
2012-09-26 23:37:03 +01:00 |
|
Sergey Lyubka
|
2a7a594b49
|
Squashed warning under linux
|
2012-09-25 12:35:30 +01:00 |
|
Sergey Lyubka
|
78ea04556f
|
Windows build for examples added
|
2012-09-24 21:25:06 +01:00 |
|
Sergey Lyubka
|
7fe2944477
|
Squashed warnings in win32 websocket code
|
2012-09-24 21:24:02 +01:00 |
|
Sergey Lyubka
|
93131417e6
|
is_websocket_request() modified to check for the presence of keyword rather then euqality
|
2012-09-24 09:38:02 +01:00 |
|
Sergey Lyubka
|
6ef5eb0665
|
Changed overview
|
2012-09-24 09:04:28 +01:00 |
|
Sergey Lyubka
|
24103ff5df
|
Added more things to features section
|
2012-09-23 15:06:09 +01:00 |
|
Sergey Lyubka
|
2118de37c3
|
3.3 -> 3.4
|
2012-09-23 15:02:18 +01:00 |
|
Sergey Lyubka
|
0804ce71d5
|
updated date on a manual page
|
2012-09-23 14:50:07 +01:00 |
|
Sergey Lyubka
|
2ffb558e30
|
nullify ssl_mutexes after free-ing them
|
2012-09-23 14:19:36 +01:00 |
|
Sergey Lyubka
|
05062be889
|
Fix for issue 257
|
2012-09-23 13:55:33 +01:00 |
|
Sergey Lyubka
|
ba6c01e602
|
Fixed check_acl()
|
2012-09-23 13:50:36 +01:00 |
|
Sergey Lyubka
|
dfc0f00478
|
Implement -T option, throttling functionality
|
2012-09-23 13:28:27 +01:00 |
|
Sergey Lyubka
|
ecb2b0e53d
|
Cleaner compilation for 16-bit targets
|
2012-09-23 02:13:53 +01:00 |
|
Sergey Lyubka
|
ed74cd82f5
|
Added declarations for printf like functions
|
2012-09-23 01:35:59 +01:00 |
|
Sergey Lyubka
|
d2be594262
|
defining PATH_MAX if not defined
|
2012-09-22 15:49:58 +01:00 |
|
Sergey Lyubka
|
1e632d3215
|
Removed "Content-Type: text/plain" header from send_http_error() response.
|
2012-09-22 15:21:21 +01:00 |
|
Sergey Lyubka
|
5642dfcf38
|
CGI handling on windows: constructing full path to the interpreter. enabling SO_REUSEADDR on listening socket.
|
2012-09-22 15:15:46 +01:00 |
|
Sergey Lyubka
|
4dff36ffde
|
removed unused struct timespec
|
2012-09-22 13:36:24 +01:00 |
|
Sergey Lyubka
|
771ce9059c
|
added
|
2012-09-22 13:31:10 +01:00 |
|
Sergey Lyubka
|
e490b30c38
|
_mongoose.dll -> mongoose.dll
|
2012-09-22 13:15:05 +01:00 |
|
Sergey Lyubka
|
f935ef832b
|
_mongoose.dll -> mongoose.dll, _mongoose.so -> libbmongoose.so
|
2012-09-22 12:52:47 +01:00 |
|
Sergey Lyubka
|
79cdb77e5d
|
Removed hard-coded CC value from Makefile
|
2012-09-22 12:27:20 +01:00 |
|
Sergey Lyubka
|
ff0c2d3f91
|
Added unit test for mg_get_var
|
2012-09-22 12:22:30 +01:00 |
|
Sergey Lyubka
|
6f9901b65c
|
config file parsing: allow blank lines
|
2012-09-22 11:29:50 +01:00 |
|
Sergey Lyubka
|
bce3a85702
|
#including winsock2 and ws2tcpip headers by default on windows
|
2012-09-21 19:22:35 +01:00 |
|
Sergey Lyubka
|
f741349d51
|
Fixed calculation of the number of leap days
|
2012-09-21 17:21:04 +01:00 |
|
Sergey Lyubka
|
25863b59a6
|
Sending MG_WEBSOCKET_CLOSE
|
2012-09-21 09:05:45 +01:00 |
|
Sergey Lyubka
|
72c861bb83
|
Python bindings synced
|
2012-09-21 09:05:12 +01:00 |
|
Sergey Lyubka
|
586574e176
|
Added #pragma comment(lib, "Ws2_32.lib") for win32
|
2012-09-21 09:03:47 +01:00 |
|
Sergey Lyubka
|
0f15954727
|
Skip SSL init if PEM file is not specified
|
2012-09-20 20:39:43 +01:00 |
|
Sergey Lyubka
|
167338f216
|
Using slash, "/" as the universal directory separator throughout the code
|
2012-09-20 18:20:41 +01:00 |
|
Sergey Lyubka
|
d82f6b7607
|
Added /machine:IX86 to MSVC flags
|
2012-09-20 18:20:01 +01:00 |
|
Sergey Lyubka
|
614b219a27
|
Marking WRITE end of a pipe as closed in handle_cgi_request()
|
2012-09-20 17:22:22 +01:00 |
|
Sergey Lyubka
|
35cf8687df
|
Merge pull request #32 from okigan/master
Compile on Windows
|
2012-09-20 08:45:31 -07:00 |
|
Sergey Lyubka
|
d883b0f0f9
|
Prevent possible assert fail on windows in handle_cgi_request()
|
2012-09-20 15:11:38 +01:00 |
|
Sergey Lyubka
|
0b942aaaba
|
Minor change for the win32 build
|
2012-09-20 14:55:09 +01:00 |
|
Sergey Lyubka
|
364235e7ae
|
Squashed warning on windows
|
2012-09-20 14:54:51 +01:00 |
|