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.
c941a1a39a3df59e6c66dc394414766d89067a4b
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
24
Nov
20
18
30
Oct
21
16
13
12
5
2
25
Sep
22
21
9
8
26
Aug
20
18
13
12
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
Add ESP8266 RTOS example
Changes to make Mongoose compile on ESP RTOS SDK
Add helper function mg_send_head()
Change binary download link
Shave the debug yak
Enable threads on Win by default
Support for multiple listeners
Add extra headers support (allows CORS)
Use mg_call to invoke user handler
Fix mg_if_not_modified() logic
Unbreak macos tests
Fix error handling in async resolver
Disable HTTP keep-alive on embedded
Remove unused MG_F_DONT_SEND
Cleanup make format target
s/uri/url, to conform to nodejs HTTP API
Make MG debug go to stderr
Add unit test for mg_parse_date_string
Mongoose binary - GUI version fix
Handle case of malloc failure in mbuf_resize
Fix mbuf_resize(0)
Make mg_call usable in protocol handlers
Fix mg compilation
Mongoose TCP listener for ESP LWIP
Avoid inlining of esp gcc bug workaround
Workaround lx106 gcc bug stack frame size rounding
Mongoose and LWIP fixes
Set more reasonable WS buffer size
Un-static a bunch of structs to save ram when idle
espconn is out, Mongoose + LWIP is in
Reduce stack usage when parsing HTTP URL
strnlen should return size_t
Introduce a network interface API, refactor UDP
Fix size_t printing on CC3200
Address ignored return values of read and write
Fix MG_SEND_FUNC/MG_RECV_FUNC rename fail
Add JS HTTP server to smartjs
s/dmg/dns/g
Serve current dir by default in mg_serve_http()
Fix ALL the leaks!
Loading