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.
2c6c75cbad5f3ffcbe832b748318963513dccc0a
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
20
Jan
19
17
16
15
14
13
12
11
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
more examples added
Adjusted docs and makefile to use correct preproc flags
Removed comment about MONGOOSE_USE_STACK_SIZE
ENABLE_DBG -> MONGOOSE_ENABLE_DEBUG, USE_STACK_SIZE -> MONGOOSE_USE_STACK_SIZE
Preprocessor definitions prefixed by MONGOOSE_
Guarded #define EINPROGRESS
Fixed -DUSE_SSL build
moved discard_leading_iobuf_bytes() out from conditional
Adding use_ssl to mg_connect()
Using vnotify() for die()
Setting server_name
Added http client with unit tests
read_from_client -> read_from_socket
Calling long running connections regardless of select() status
Better comment for websocket example
Calling long-running URI handlers on each poll iteration
Moved mg_connect()
Using mg_handler_t for iterate_over_connections()
Fixed websocket example, and websocket callback calling logic.
win32 build of server.c fixed
Added stand-alone console executable
Moved idle_timeout_ms into compile-time option
Merge branch 'master' of ssh://github.com/valenok/mongoose
removed build dir
Unit test moved to top
Removed method checks for CGI
Fixed scanf format in parse_port_string()
put_deleve_auth_file -> dav_auth_file. added placeholders for user
int sock -> sock_t sock
C++ friendliness fix
Using unicode API for service creation
Moved send_options out of NO_DAV conditional
Eat prior POST data in close_local_endpoint()
Added URI handler return value
URI handler status code drives streaming behavior
Return 1 from the URI handler
keep-alive for all EP_USER requests
Added NO_THREADS wrapper
Fixed mg_parse_header to allow NULL strings
Added test for static config opts
Loading