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.
08746115e2d18e0e800ae89076d07af6e06a338b
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
11
Jan
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
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
Removed debug statement
Handling non-ascii chars in the binary
Exposed mg_authorize_digest()
Sending status 200 to CGI by default
Made clean silent
fix non-initialized comparison
Added -DNO_FILESYSTEM
Fixed optional build test
Fixed logic for get_url_to_me
Added comment to https://github.com/cesanta/mongoose/pull/287
Merge pull request #287 from oli-obk/fix/last_send_data_before_shutdown
Using case-insensitive string comparison for connection: keep-alive
Using case-insensitive string comparison for connection: keep-alive
Added __cdecl to SSL decls to make sure correct linkage with OpenSSL which is cdecl
5.1 -> 5.2
5.1
5.1
CGI fixes
mg_printf_data was ignored if mg_destroy_server was called directly after
Fixed leak for server creation/destroy
Removed unnecessary buffer initializer
Using unicode winapi for stat(), fopen(), open()
wrapped read_from_cgi() into NO_CGI
Added string defs for 301 and 302 codes in status_code_to_str()
5.0 -> 5.1
Documented rewrites for HTTP errors
Added URL rewrites for HTTP errors, to allow for error pages.
Moved next_option() to the rest of string functions
Better CGI error diagnostic for UNIX
Ping only websocket connections
Added better diagnostic to send_http_error()
removed mg_fmt()
Merge branch 'master' of https://github.com/cesanta/mongoose
Fixed put_dir()
GetFullPathNameA -> GetFullPathName
Added #undef UNICODE in mongoose.c to force ANSI Win32 functions
Removed -Wno-empty-translation-unit from unix CFLAGS :-)
Added -Wno-empty-translation-unit to the unix CFLAGS
Squashed warnings for gcc 4.6.3
Removed error_log_file from tests config
Squashed warning under gcc 4.6.3
Using chunked API in post.c example
Loading