Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mongoose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ganil-acq
GANILinux
linux-service
library
mongoose
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
d52d9a4a6fb07c4289350e76013d9e11a6f65f72
Select Git revision
Branches
3
bench_ROUTER-3
dev_handle
default
master
protected
Tags
20
7.13
7.12
7.11
7.10
7.9
7.8
7.7
7.6
7.5
7.4
7.3
7.2
7.1
7.0
6.18
6.17
6.16
6.15
6.14
6.13
23 results
Begin with the selected commit
Created with Raphaël 2.2.0
18
May
15
11
17
Apr
13
10
9
5
3
2
1
31
Mar
25
24
22
21
20
18
17
16
14
13
10
9
6
5
4
3
24
Feb
19
17
16
12
10
29
Jan
28
27
21
19
16
10
30
Dec
27
21
17
15
11
1
28
Nov
24
20
17
13
12
10
9
7
1
30
Oct
28
22
21
17
16
15
14
13
12
11
10
9
5
3
1
22
Sep
20
19
16
15
14
11
10
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
26
23
21
18
8
7
28
Jun
29
28
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
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
Fix #523
Adding mg_vprintf and mg_vprintf_data in order to use va_list like functions
Implementing array varibles
Sync fossa struct definitions
Fix url rewrites
Merge pull request #514 from cesanta/fix_setsize
Fix default windows FD_SETSIZE, closes #506
Merge pull request #509 from cesanta/Fix_mjpg_streamer_example
Fix mjpg_streamer example
Merge pull request #505 from eugoss/master
Merge pull request #507 from gitter-badger/gitter-badge
Added Gitter badge
Fix spelling in docs/ReleaseNotes.md and in comments in mongoose.c
Inspect POST buffer in mg_get_var() only if first call of get_var() returns -1
Merge pull request #504 from himanshupsharma/check_fd-setsize
Reverting (socket < 0) checks to avoid Windows build failure.
Merge pull request #503 from himanshupsharma/check_fd-setsize
Adding a check to avoid undefined behavior if socket is out of the bounds of FD_SETSIZE.
Merge pull request #501 from xant/upstream
Respect WEBSOCKET_OPCODE_CONNECTION_CLOSE coming from client
safety belt : scan_directory() can return without setting arr to a valid value
Fix non-openssl build
Fix win32 build no2
Fix win32 build
Fix #460
Fix #441
Upload multiple files
Merge pull request #495 from mmicko/master
added comment for time_t change
Fix #448
OS2 and Android NDK fixes
Merge pull request #493 from RobertDiPaolo/bugfix/Visual_Studios_Build_Issues
Merge pull request #494 from RobertDiPaolo/bugfix/Memory_Leak
Merge pull request #492 from RobertDiPaolo/feature/Add_PATCH_Method
Set NS_DISABLE_THREADS ifndef MONGOOSE_ENABLE_THREADS
Better logic for port resolving
5.6
5.6
Release 5.6
Add contribution section to readme
The 'char *ip' variable was being allocated and zeroed but not being used or freed.
Correctly handle _CRT_SECURE_NO_WARNINGS already being set in project settings.
Loading