Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Graph
68dde1b7b1ee5658fb28489c00045168609d8672
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
26
Sep
25
24
23
22
21
20
19
18
17
16
15
14
13
6
4
3
31
Aug
28
27
25
23
19
18
17
16
15
14
11
3
2
31
Jul
29
28
27
14
15
Jun
7
6
4
31
May
27
19
5
29
Mar
23
13
11
6
4
22
Feb
20
12
10
9
5
1
30
Jan
29
26
24
23
6
Nov
31
Oct
28
Aug
26
25
24
20
3
25
Jul
21
4
28
Jun
24
22
21
19
18
17
26
May
2
24
Apr
31
Mar
16
8
7
6
5
19
Feb
18
15
7
Dec
3
2
1
29
Nov
15
13
12
3
2
31
Oct
30
26
5
27
Sep
26
20
19
18
17
14
12
11
10
9
8
7
6
4
3
31
Aug
30
29
28
27
26
25
23
6
Jul
5
25
Jun
15
5
28
May
27
21
10
8
5
4
3
Fixed spawn_proccess() for win32 for .exe binaries
Merge branch 'master' of ssh://github.com/valenok/mongoose
Lua server pages support
Squashed warning under linux
Windows build for examples added
Squashed warnings in win32 websocket code
is_websocket_request() modified to check for the presence of keyword rather then euqality
Changed overview
Added more things to features section
3.3 -> 3.4
updated date on a manual page
3.3
3.3
nullify ssl_mutexes after free-ing them
Fix for issue 257
Fixed check_acl()
Implement -T option, throttling functionality
Cleaner compilation for 16-bit targets
Added declarations for printf like functions
defining PATH_MAX if not defined
Removed "Content-Type: text/plain" header from send_http_error() response.
CGI handling on windows: constructing full path to the interpreter. enabling SO_REUSEADDR on listening socket.
removed unused struct timespec
added
_mongoose.dll -> mongoose.dll
_mongoose.dll -> mongoose.dll, _mongoose.so -> libbmongoose.so
Removed hard-coded CC value from Makefile
Added unit test for mg_get_var
config file parsing: allow blank lines
#including winsock2 and ws2tcpip headers by default on windows
Fixed calculation of the number of leap days
Sending MG_WEBSOCKET_CLOSE
Python bindings synced
Added #pragma comment(lib, "Ws2_32.lib") for win32
Skip SSL init if PEM file is not specified
Using slash, "/" as the universal directory separator throughout the code
Added /machine:IX86 to MSVC flags
Marking WRITE end of a pipe as closed in handle_cgi_request()
Merge pull request #32 from okigan/master
Prevent possible assert fail on windows in handle_cgi_request()
Minor change for the win32 build
Squashed warning on windows