Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
S
Simple-Web-Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Ole Christian Eidheim
Simple-Web-Server
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
5
base_class
master
default
protected
on_connection_close
on_openclose
synchronous_request_fix
Tags
20
v3.1.1
v3.1
v3.0.2
v3.0.1
v3.0
v3.0.0-rc3
v3.0.0-rc2
v3.0.0-rc1
v2.1.1
v2.1
v2.0
v1.4.2
v1.4.1
v1.4
v1.3.3
v1.3.2
v1.3.1
v1.3
v1.2
v1.1
25 results
Begin with the selected commit
Created with Raphaël 2.2.0
6
Feb
4
Sep
25
Apr
4
31
Mar
9
27
Nov
16
10
9
6
Oct
30
Sep
27
19
5
16
Aug
16
Jun
31
May
18
Feb
9
Nov
13
Apr
9
2
26
Mar
17
Feb
5
Jan
29
Nov
26
Oct
9
22
Sep
16
31
Aug
27
26
8
28
Jul
28
Jun
26
13
May
12
18
Apr
17
3
28
Feb
19
18
14
4
3
1
14
Jan
3
31
Dec
30
29
14
6
1
Nov
29
Oct
30
Sep
17
16
15
14
26
Aug
25
13
5
1
31
Jul
30
29
28
26
24
18
15
10
3
25
Jun
24
23
21
19
14
13
3
28
May
27
22
20
29
Apr
10
28
Mar
23
8
5
14
Feb
13
12
8
10
Jan
3
30
Dec
30
Nov
29
14
13
23
Oct
19
21
Sep
26
Aug
1
29
Jul
23
12
11
10
4
16
Jun
12
9
3
2
27
May
5
19
Apr
29
Mar
26
4
1
27
Feb
26
14
8
25
Jan
24
8
3
21
Dec
11
9
25
Nov
19
18
16
15
14
10
8
7
5
2
29
Oct
30
Sep
27
26
25
24
8
5
4
2
29
Aug
22
13
12
1
26
Jul
24
22
21
20
19
18
15
12
10
9
8
7
5
4
3
1
30
Jun
29
28
26
25
24
23
22
20
19
18
17
12
10
7
5
2
30
May
27
26
6
18
Apr
27
Feb
24
14
5
24
Jan
21
11
2
1
31
Dec
30
29
28
21
20
19
18
16
12
11
4
26
Nov
25
24
23
10
7
25
Oct
24
19
18
7
Sep
4
3
1
24
Aug
22
21
18
10
9
3
1
Jul
30
Jun
29
28
3
May
2
18
Apr
16
Mar
11
10
7
24
Feb
23
20
6
Jan
9
Dec
28
Nov
27
26
24
22
20
18
15
24
Oct
15
11
29
Sep
28
21
19
6
4
3
2
3
Aug
27
Jun
18
May
16
15
6
25
Feb
23
22
20
30
Jan
10
9
28
Nov
2
1
10
Oct
28
Sep
25
30
Aug
29
13
12
11
9
7
5
4
2
1
31
Jul
22
14
13
12
11
10
7
6
5
Slight improvement of !276
master
master
Fix pipelined requests handling
Added -Wsign-conversion
Merge branch 'better-gitignore' of https://gitlab.com/stertingen/Simple-Web-Server
Merge branch 'better-find-asio' of https://gitlab.com/stertingen/Simple-Web-Server
Corrected ASIO_STANDALONE definition checks
CMake: find_package(asio) if available
Add build and .cache to .gitignore
Resolved conflicts
Merge branch 'remove-target-link-options' of https://gitlab.com/stertingen/Simple-Web-Server
Merge branch 'refactor-boot-linking' of https://gitlab.com/stertingen/Simple-Web-Server
Set CXX_STANDARD property for declared targets
Remove use of target_link_options which was introduced in CMake 3.13
Only link Boost libraries which are actually needed.
Use system includes for asio and if used as subdirectory
Use OpenSSL::* CMake targets
Use Boost::* CMake targets
Use CMake target Threads::Threads
Require CMake 3.7
Fix build with Asio 1.13-1.17
asio already aliased for boost::asio
Changed callbacks type from std::vector with std::list in send_from_queue()
Renmaed read_write_strand to write_strand
Wrapped async_write calls in a strand since these calls might not be safe to call outside of the context runners if tls is used
Fixed ci for doxygen pages
Merge https://gitlab.com/CosmicPegasis/Simple-Web-Server
Fixed OPENSSL_ROOT_DIR for MacOS m1 and m2 setups
Fix Doxygen output
Updated the write_header method to not write Content-Length: 0 for SSE resppnses.
Added missing header in crypto.hpp
Changed http to https output in https_examples.cpp
Improved SSL_R_SHORT_READ check
Ignore SSL_R_SHORT_READ
Renamed DEPRECATED to SW_DEPRECATED to avoid name conflicts
Updated crypto.hpp: deprecated functions replaced
Set a timeout for https async_resolve
Don't access this before alive check
Client: enables TLS 1.3
Reverted context::tls_server to context::ssl23_server change, and fixed stretch CI
Merge https://gitlab.com/Eswcvlad/Simple-Web-Server
Loading