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.
8ce6cf61b7e9090951f11a1cfcc96fa2157a7062
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
17
Sep
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
16
15
14
11
3
2
31
Jul
29
28
27
14
15
Jun
7
6
4
31
May
27
19
5
29
Mar
23
13
11
Fix for the issue 109
Fix for the issue 156
valenok -> cesanta
Moved UserManual to docs/
Fixed macos build target
Added credits section mentioning those great who contributed
Squashed warnings
Removed unused stuff, lua & ssl sources, reorganized targets.
4.1 -> 4.2
removed file locking on windows, to fix the crash introduced by 52e3be5c58bf5671d0cc010e520395bc308326b4
4.1
4.1
Mongoose_$V.dmg -> Mongoose-$V.dmg
4.0 -> 4.1
Updated downloads link
4.0
4.0
Not ignoring SIGCHLD, cause it renders system() unusable on QNX
Moved SIGCHLD handler out of mongoose.c. Embedded user must set SIGCHLD handler if CGI is used.
Fix for the SCRIPT_NAME in the presence of PATH_INFO, https://code.google.com/p/mongoose/issues/detail?id=403
Added windows_tiny target. Adding only mongoose.[ch] files to the source tarball.
Squashed warnings
Merge branch 'master' of ssh://github.com/valenok/mongoose
Fixed tests
Removed -I$(LUA) from LUA_FLAGS
Merge pull request #232 from ellusak/master
version 3.9 -> 4.0
use chunked encoding for directory listing
Merge branch 'master' of ssh://github.com/valenok/mongoose
Refactored f[un]lockfile for Windows using LockFileEx/UnlockFileEx
Merge pull request #231 from tehnick/fix-compilation-warning
Fixed compilation warning
Calling thread_stop() before free-ing conn
thread_setup -> thread_start
Putting CFLAGS at the end of the compilation flags for Linux
Using amalgamated lua
Added thread_start() and thread_stop()
Added downloads section
Corrected google group email address. Reworded paragraph about SLRE.
Fixed test invokation
Fixed unit test
Reverted contributions by jmucchiello
Added note about GNU make
Amalgamated Lua
Loading