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
Admin message
Gitlab has been updated. More info
here
and
there
.
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.
7b37e0cb8b55bab6329b5ae52e0e75e3d84d00e7
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
12
Aug
13
Jul
12
2
22
Jun
19
10
5
4
20
May
19
18
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
Merge pull request #561 from cesanta/sdp
Mongoose example for server data push
Remove examples/web_server
Update example
Merge pull request #556 from nesteroff/vs2013
Fix VS2013 warnings
Merge pull request #550 from cesanta/fixpolar
Fix ssl close with polarssl
Fix unauthenticated body handling
Fix file upload iteration
Merge pull request #541 from NickCis/connection_param_fix
Quick fix in order not to loose the reference of connection_param pointer
Fix timeout for cookie auth example
Propagate select() and socketpair() errors to the user
Fix examples
Fix unit test
Merge pull request #524 from NickCis/array_variables
Fixing C coding style mistakes
Merge pull request #525 from NickCis/mg_vprintf
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
Loading