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.
ccf0ce4a1f3514b74e932deb2dc611feb35abf3c
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
May
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
8
7
6
5
4
3
2
1
30
Nov
28
27
26
25
24
23
22
13
11
4
2
30
Oct
19
18
15
10
7
6
5
3
2
1
30
Sep
29
28
26
25
24
20
18
17
16
12
7
5
2
31
Aug
30
28
27
26
20
19
18
16
14
13
12
8
3
2
1
30
Jul
29
28
Added mg_wakeup_server_ex() for pushing data
Added proxy target
Squashed warning for non-ssl case in ns_set_ssl_ca_cert()
Merge branch 'master' of ssh://github.com/valenok/mongoose
Added ssl_ca_certificate option
Merge pull request #371 from cry-inc/master
Fixed wrong behavior of mg_set_option() with option "listening_port" caused by SO_REUSEADDR when using Windows
Merge pull request #368 from cry-inc/master
Fixed wrong MIME type for .rar files
Moved other products in a different section
Removed idle_timeout_ms
Added MONGOOSE_SEND_NS_EVENTS to the embedding doc
Exported mg_websocket_printf(), mg_url_encode(). Added unit test for mg_url_encode()
Added mg_websocket_printf(). added MONGOOSE_SEND_NS_EVENTS
Calling SSL_free() in ns_close_conn()
php->basic
Passing PUT content to the event handler
more on -access_control_list
Added form.c
iobuf_append() refactored: allocating exactly as many bytes as needed
README message changed
Added enum for websocket opcodes
Added MG_WS_HANDSHAKE
Squashed warnings
Updated net skeleton code
Unit test target corrected
mg_set_option() sets NULL if value is empty
Added cast in try_parse()
Added more in 5.4 release notes
Removed redundant cast in try_parse()
Init local_ip and local_port properly in mg_connection
Keeping absolute path for config file
mg_set_option(): allow NULL as value. Fast success if old_value == new_value.
Fixed comment for mg_template()
Added mg_template() function
Removed DLL interface and Lua conditional
Fixing MinGW compilation: pid_t -> process_id_t
Handling SSL_write() error
Fixed linking problem for -DMONGOOSE_NO_FILESYSTEM
dav fixes: using auth if auth file is set
Loading