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
cead9a04ca2e242434030a6363844af81fb42f23
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
9
Oct
5
3
1
22
Sep
20
19
16
15
14
11
9
8
7
6
4
2
1
30
Aug
29
26
22
21
20
13
11
8
7
5
4
3
1
31
Jul
30
29
28
27
23
21
18
8
7
28
Jun
25
24
23
20
19
18
17
16
13
12
11
10
9
4
3
29
May
22
21
20
19
18
13
12
11
7
30
Apr
29
28
25
24
16
15
14
10
9
7
31
Mar
30
28
27
26
24
23
21
20
19
18
14
13
12
11
10
9
7
6
5
4
3
2
1
27
Feb
25
24
22
21
20
19
14
11
10
9
7
6
5
4
3
1
31
Jan
30
29
28
27
26
25
24
23
22
20
19
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
31
Dec
30
27
26
24
23
22
21
20
19
18
16
15
12
10
9
8
7
6
5
4
3
2
1
30
Nov
28
27
26
25
24
23
Moved auth.c to separate dir
Updated net_skeleton, added extra_headers param to mg_send_file()
Removed reference to chat.c
Added enable_proxy
Removed conflicting MIT-related comment block
Merge pull request #419 from grodansparadis/master
Fixed link to examples
connection_data -> user_data
Timeout only non-listening connections
Moved mjpg_streamer to a separate dir
Not closing listening connections
Added more dependencies in test/Makefile
Added MONGOOSE_NO_MMAP conditional
Fixed mg_connect() call
Updated travis config
Better UDP support
removed chat_server dir in examples
Moved file send_file example to separate dir
Moved file upload example to separate dir
Typo in hello_world.c fixed
Added copyright
Moved hello.c example to its own dir
removed hello.lp
Moved unit test to dedicated dir
Moved examples/mkdata.pl -> scripts/embed_binary_files.pl
ws_ssl -> websocket_ssl_proxy
Updated to the recent skeleton. SSL address format changed
Made local copies of dependencies
removed chat.c
Adopted to the recent net_skeleton
Moved websocket echo server example
Added date marker
Moved pubsub example to websocket_chat
removed lua_ddl.c
Merge pull request #415 from mmicko/master
Merge branch 'master' of ssh://github.com/valenok/mongoose
mg_poll_server doc corrected
Added mg_mmap and mg_munmap utility functions for memory mapping files
Merge pull request #414 from mmicko/master
Fixed compile on MINGW so it is confirmed working on versions 4.6.x till 4.9.x