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.
41b3c1b23e19b3200565d2de51040ef40b25505d
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
13
Nov
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
7
6
5
4
3
31
Dec
30
27
26
24
23
22
21
20
19
18
16
15
12
10
9
Update README.md
Fixed Android build
Merge pull request #433 from jhnwkmn/malloc
Consistent use of NS_MALLOC, NS_FREE and NS_REALLOC
Merge pull request #432 from jhnwkmn/o_binary
Merge pull request #436 from jhnwkmn/no-cgi
Merge pull request #435 from jhnwkmn/size-macros
Merge pull request #434 from jhnwkmn/no-user
Merge pull request #437 from jhnwkmn/nsf-close-immediately
If socket is about to be closed do not add to [read|write]_set.
MONGOOSE_NO_CGI needs special handling.
Added size macros.
Added MONGOOSE_NO_USER configuration define.
Merge branch 'master' of ssh://github.com/valenok/mongoose
Extra NULL check in iter2(). Fix #430
O_BINARY might be defined.
Merge pull request #431 from jhnwkmn/reduce-includes
Conditionally include dirent.h and dlfcn.h
Merge pull request #429 from AlexAltea/master
Added #define's for deprecated POSIX names
5.5 -> 5.6
Added 5.5 release notes
5.5
5.5
5.4 -> 5.5
Updated listening_port for SSL option
Include query_string when proxying requests
Squashed ARM warnings
Removed net_skeleton dependency from examples/proxy_server
Added -pthread to test/Makefile::CFLAGS
Fix broken push (type cast)
Merge pull request #425 from mpromonet/master
make compile with g++ (fix invalid conversion from ‘void*’ to ‘ns_connection*’)
Fixed -DMONGOOSE_NO_DIRECTORY_LISTING build
Fixed build
Enhanced RESTful API example
Added #define close(x) _close(x) for WIN32 to squash warning 4996 that VS2013 gives
Removed redundant #defines for -D_WIN32 case
Removed mg_set_listening_socket() and mg_get_listening_socket(), added mg_copy_listeners()
Refactored code for multiple listeners
Added support for multiple listeners
Merge branch 'master' of ssh://github.com/valenok/mongoose
Loading