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.
a70c5e726d54fa3b8bf1b799c4d42c96d28351a5
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
21
Apr
20
19
13
12
11
7
5
4
2
3
2
1
31
Mar
30
22
21
20
18
15
14
11
8
6
2
28
Feb
23
22
19
14
12
11
10
9
8
1
29
Jan
27
25
24
23
22
21
19
18
17
15
14
11
10
7
6
5
27
Dec
24
23
22
21
20
19
17
16
15
14
13
7
3
30
Nov
29
26
25
23
22
16
14
11
10
6
5
4
3
2
1
31
Oct
30
27
22
20
14
13
12
6
5
4
2
1
30
Sep
29
27
26
24
23
22
21
20
18
17
16
15
14
13
2
30
Aug
29
28
27
26
25
23
22
20
12
11
9
7
6
5
4
3
2
1
31
Jul
30
29
28
27
26
25
24
23
22
21
20
19
16
15
14
13
4
2
1
30
Jun
21
10
29
May
28
24
23
19
17
13
12
11
4
29
Apr
28
22
13
9
25
Mar
24
23
22
21
19
18
17
15
13
11
10
9
8
7
4
28
Feb
17
15
13
11
10
9
8
7
5
4
3
2
3
2
1
31
Jan
30
29
28
26
25
24
23
21
20
19
18
17
16
13
12
7
6
5
4
3
2
29
Dec
28
27
25
24
Add message sequence test
Add message sequence test
Merge pull request #1531 from zudwalex/fix_tests
Fix zephyr tests
Handle #1529 - do not mark normal conn termination as an error
Handle #1529: add automatic linkage against ws2_32.lib on _WIN32 targets
Fix #1528: pack.c build on Win32
Merge pull request #1526 from zudwalex/zephyr3
Add Zephyr build to Github actions
Adjust to timer API change, add root makefile
Merge pull request #1524 from zudwalex/zephyr2
Handle #1523 - multiple WS messages
Squash warning
Handle #1522 - Fix TLS buffering
Add Zephyr examples
Enhance http-streaming-client
Fix #1520 - move state to struct mg_mgr
Fix #1521 - add mg_tou64()
Fix #1519 - make opts structs in API calls const
Fix #1513 - fix mg_strdup() documentation
Fix #1514 - explicitely initialize io in mg_iobuf_init()
Merge pull request #1518 from jameshilliard/mqtt-suback
Ensure MQTT_CMD_SUBACK is received before calling mg_mqtt_pub in tests
Use uint64_t for uptime in millis, not int64_t
Handle #1502 - send CLOSE when CLOSE is received
Fix #1510 - wrap X509_VERIFY_PARAM_set1_host() usage inside a conditional
Merge pull request #1507 from jameshilliard/mbedtls-reset
Fix ESP32 example
Handle MBEDTLS_ERR_NET_CONN_RESET errors
Introduce MG_ENABLE_CUSTOM_MILLIS
Merge pull request #1509 from jameshilliard/wakeup-conflict
Fix mg_mgr_wakeup conflicting types error
Fix #1505: let mg_wakeup() return status
Merge pull request #1508 from jameshilliard/mqtt-debug
Fix clean targets
Print mqtt buffer on error in tests
Enable mbedTLS
Drop CRL from mbedTLS integration - let customer do a custom init if required
Disable SSI on Zephyr by default
Increase sock limit, fix multiple connections issue
Loading