Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Graph
842231cc5c0591a56073f9451127b6629595a0a3
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
May
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
18
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
27
26
25
24
23
22
20
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
27
26
25
24
20
18
17
16
12
7
5
2
31
Aug
30
28
26
20
19
18
16
14
13
12
11
9
8
3
2
1
30
Jul
Re-added ssl_ca_certificate option
Synced net skeleton
Added proxy example, with SSE html page
Added pem files
Added proxy to the clean target
Added mg_wakeup_server_ex(), removed mg_wakeup_server() and mg_iterate_over_connections()
Removed extra line in the comment
Added mg_wakeup_server_ex() for pushing data
Added proxy target
Squashed warning for non-ssl case in ns_set_ssl_ca_cert()
Merge branch 'master' of ssh://github.com/valenok/mongoose
Added ssl_ca_certificate option
Merge pull request #371 from cry-inc/master
Fixed wrong behavior of mg_set_option() with option "listening_port" caused by SO_REUSEADDR when using Windows
Merge pull request #368 from cry-inc/master
Fixed wrong MIME type for .rar files
Moved other products in a different section
Removed idle_timeout_ms
Added MONGOOSE_SEND_NS_EVENTS to the embedding doc
Exported mg_websocket_printf(), mg_url_encode(). Added unit test for mg_url_encode()
Added mg_websocket_printf(). added MONGOOSE_SEND_NS_EVENTS
Calling SSL_free() in ns_close_conn()
php->basic
Passing PUT content to the event handler
more on -access_control_list
Added form.c
iobuf_append() refactored: allocating exactly as many bytes as needed
README message changed
Added enum for websocket opcodes
Added MG_WS_HANDSHAKE
Squashed warnings
Updated net skeleton code
Unit test target corrected
mg_set_option() sets NULL if value is empty
Added cast in try_parse()
Added more in 5.4 release notes
Removed redundant cast in try_parse()
Init local_ip and local_port properly in mg_connection
Keeping absolute path for config file
mg_set_option(): allow NULL as value. Fast success if old_value == new_value.