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.
0bd43bcae31cbff0e596f5ae5c27e262fa2da1a5
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
15
Oct
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
26
25
24
23
22
21
20
19
18
17
16
15
14
12
11
10
1
28
Jun
27
11
12
6
3
1
30
May
29
26
23
22
19
18
19
18
17
16
15
14
13
12
10
8
7
6
26
Apr
25
19
11
2
28
Mar
27
24
19
17
13
11
9
8
7
6
5
3
2
28
Feb
27
26
25
24
23
22
21
18
16
12
10
8
7
6
5
4
3
2
1
31
Jan
29
28
27
25
24
23
22
21
20
19
18
17
16
15
13
10
9
5
4
3
2
1
31
Dec
26
25
24
23
22
21
16
9
8
7
5
30
Nov
14
12
2
27
Oct
25
24
23
20
19
15
14
13
12
10
8
7
5
1
30
Sep
29
28
27
26
25
24
23
22
21
20
19
18
17
15
14
13
6
4
3
31
Aug
28
27
25
23
19
18
17
Removed unit test dependency
Firing MG_HTTP_ERROR
Removed debug message
Reaping zombies properly
Squashed warning
c# example synced to the current version, and tested
Rewording
Service code refactored
Wording and links corrected
Wording and links corrected
Moved HTTP client, ssl and some util code into separate files
Moved unix and win32 code to different files
Added reference to a relevant pull request in getreq() comment
Set content_len to 0 for GET requests without Content-Length header.
mg_read() does not block on content_len=0. mg_read() reads until socket is closed if content-length is not provided
Moved mod_lua.c to src/lua.c
Moved auth code to separate file
Moved options handling to src/options.c
Moved date parsing in build/src/parse_date.c
Moved to unix file format
Moved string functions to src/string.c
Removed mg_get_request_info()
Moved more ssl defs to internal.h
Moved more defines to internal.h. Squashed some warnings in win32
Splitting monolithic mongoose.c to separate files. Amalgamating into mongoose.c for release.
Fixed websocket example logic when freeing the message, again!
Fixed websocket example logic when freeing the message
Fixed mg_websocket_read()
Typo fixed
Refactored API, returned back to event-based handlers. Upload and Websocket API simplified
Always invoking test
Started to restore single callback function
Added c# example
Using stdcall for mongoose.dll
Removed init_lua() and open_file() callbacks
Added mongoose.dll target
Added unit_test.c dependency for unix_unit_test
Added unix_unit_test as a dependancy for mongoose
Refactored handle_options_request() to use mg_write() with less copying
Added handle_delete_request(). Refactored convert_uri_to_file_name()
Loading