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
08afdfa8b61f5776992d703f82032f2639381d4d
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
19
Aug
18
16
14
13
12
11
9
8
3
2
1
30
Jul
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
12
11
10
1
28
Jun
27
11
6
3
1
30
May
29
26
23
22
19
18
17
16
15
14
13
12
10
8
7
6
26
Apr
25
19
11
2
29
Mar
27
24
19
18
17
13
11
9
8
7
6
5
4
2
28
Feb
27
26
25
24
23
22
21
18
16
12
10
8
7
6
5
4
3
2
1
31
Jan
29
28
27
25
24
23
22
21
20
19
18
17
16
15
13
10
9
5
4
3
2
1
31
Dec
26
25
24
23
22
21
16
9
8
7
5
30
Nov
14
12
2
27
Oct
25
24
23
20
16
14
13
12
10
8
7
5
1
30
Sep
29
28
27
26
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
Fixed test invokation
Fixed unit test
Reverted contributions by jmucchiello
Added note about GNU make
Amalgamated Lua
audio/ogg -> application/ogg
Moved mod_lua to build/
Moved Makefile and main.c to build/
Better SSI mime type handling
Styling, lines > 80 chars
Sending EXTRA_HTTP_HEADERS in handle_file_request()
License change
License change
removing dmg dir on clean
made separate targets for each example
Merge pull request #218 from MikieMorales/patch-3
Changing Embedding example to C file.
Corrected misplaced brackets in parse_http_message()
Using #define MGSQLEN for the socket queue length
Sending content-length from put_file()
Refactored parse_http_message()
Merge branch 'master' of ssh://github.com/valenok/mongoose
Corrected check for websocket connection close
Merge pull request #214 from DanielOaks/server_software
Added SERVER_SOFTWARE CGI variable
Merge pull request #213 from MikieMorales/patch-1
Update UserManual.md
Merge pull request #212 from pas2k/master
(mg_fgets) Accept lines at the end not terminated by \n
changed signature for mg_exec_lua_script(). fixed lua_error_handler()
Merge branch 'master' of ssh://github.com/valenok/mongoose
Updated sqlite
Consume \n in mg_fgets when reading from membuf.
Merge pull request #211 from nigels-com/msc_ver
gcc complains about _MSC_VER being an undefined macro.
Added mg_exec_lua_script, mg_prepare_lua_environment -> prepare_lua_environment
Added -DLUA_USE_DLOPEN, and added mongoose.o: mod_lua.c
Make sure child closes all pipe fds when executing CGI
Workaround for non-compliant vsnprintf()
Added git analytics link