FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/httpserver/details - BeardOverflow/libhttpserver · GitHub
BeardOverflow
/
libhttpserver
Public
forked from
etr/libhttpserver
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
libhttpserver
src
httpserver
details
on
master
User selector
Datepicker
Commit history
Commits on May 21, 2023
Replace new/delete with RAII. (#321)
Show description for 8572ca9
bcsgh
authored
8572ca9
View commit details
Copy full SHA for 8572ca9
View code at this point
Browse repository at this point
Commits on Sep 30, 2022
Remove ineffective/unneeded const from shared_ptr return types (#285)
Show description for f33553c
stuart-byma
authored
f33553c
View commit details
Copy full SHA for f33553c
View code at this point
Browse repository at this point
Commits on Mar 3, 2022
Add options to store files directly to the file system and to omit duplicating files in memory (#257)
Show description for 3fd99c8
ctomahogh
authored
3fd99c8
View commit details
Copy full SHA for 3fd99c8
View code at this point
Browse repository at this point
Commits on Nov 23, 2021
Use keyword nullptr where possible (#247)
Show description for 27b4018
LeSpocky
authored
27b4018
View commit details
Copy full SHA for 27b4018
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
Add checks using cpplint (#209)
Show description for 6d1df06
etr
authored
6d1df06
View commit details
Copy full SHA for 6d1df06
View code at this point
Browse repository at this point
Commits on Aug 8, 2020
Update configure and bootstrap, fix warnings in http_endpoint (#205)
Show description for 6ede3c9
beneschtech
authored
6ede3c9
View commit details
Copy full SHA for 6ede3c9
View code at this point
Browse repository at this point
Commits on Jun 6, 2020
Prevent use of regex in http_endpoint outside of registration
Show description for 387b3c6
etr
authored
387b3c6
View commit details
Copy full SHA for 387b3c6
View code at this point
Browse repository at this point
Commits on May 2, 2020
Fix cygwin build - moves to C++11 regex
Show description for 6b1e195
etr
authored
6b1e195
View commit details
Copy full SHA for 6b1e195
View code at this point
Browse repository at this point
Commits on Mar 7, 2020
Sort include (using the Google C++ style pattern). Also add some more includes where indirection inclusions were broken. (#184)
bcsgh
authored
ee2f258
View commit details
Copy full SHA for ee2f258
View code at this point
Browse repository at this point
Commits on Mar 1, 2020
Rename some variable so that all `this->` can be dropped, and do so. (#180)
Show description for a7b9b6a
bcsgh
authored
a7b9b6a
View commit details
Copy full SHA for a7b9b6a
View code at this point
Browse repository at this point
Commits on Feb 26, 2020
Use =default for constructors and operator= where possible (#179)
Show description for 9cdc901
bcsgh
authored
9cdc901
View commit details
Copy full SHA for 9cdc901
View code at this point
Browse repository at this point
Commits on Nov 6, 2019
Fixes get pending when body is provided. (#166)
Show description for c742465
etr
authored
c742465
View commit details
Copy full SHA for c742465
View code at this point
Browse repository at this point
Commits on Jan 27, 2019
Added move semantics to main classes in the library
etr
committed
b01e308
View commit details
Copy full SHA for b01e308
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
Normalized structure of http_response.
Show description for afa67ef
etr
committed
afa67ef
View commit details
Copy full SHA for afa67ef
View code at this point
Browse repository at this point
Removed the comet subsystem entirely.
etr
committed
f58e345
View commit details
Copy full SHA for f58e345
View code at this point
Browse repository at this point
Commits on Jan 2, 2019
Removed caching mechanism.
Show description for 019083b
etr
committed
019083b
View commit details
Copy full SHA for 019083b
View code at this point
Browse repository at this point
Commits on Dec 30, 2018
Fixed matching for endpoint ending with '/'.
Show description for 8e7e234
Ubuntu
committed
8e7e234
View commit details
Copy full SHA for 8e7e234
View code at this point
Browse repository at this point
Commits on Dec 26, 2018
Added tests to http_endpoint.
Show description for 75010ba
etr
committed
75010ba
View commit details
Copy full SHA for 75010ba
View code at this point
Browse repository at this point
Commits on Dec 8, 2018
Updated copyright
etr
committed
1687cfa
View commit details
Copy full SHA for 1687cfa
View code at this point
Browse repository at this point
Commits on Nov 5, 2018
Changed http_endpoint to be an inner class of webserver.
Show description for b5f5ef9
etr
committed
b5f5ef9
View commit details
Copy full SHA for b5f5ef9
View code at this point
Browse repository at this point
Commits on Sep 19, 2016
Experimenting on improving readability of http_response interface
Sebastiano Merlino
committed
4c18ce7
View commit details
Copy full SHA for 4c18ce7
View code at this point
Browse repository at this point
Commits on Jul 13, 2016
Fixed memory leak in http_response_ptr
Sebastiano Merlino
committed
686d58e
View commit details
Copy full SHA for 686d58e
View code at this point
Browse repository at this point
Commits on Jan 7, 2016
Add support for gcc <= 4.6
Sebastiano Merlino
committed
195d2da
View commit details
Copy full SHA for 195d2da
View code at this point
Browse repository at this point
Commits on Jan 3, 2016
http_response_ptr is now thread safe using atomic
Sebastiano Merlino
committed
0c2c52d
View commit details
Copy full SHA for 0c2c52d
View code at this point
Browse repository at this point
Commits on Dec 29, 2015
Simplified general structure, removed event_supplier support, comet logic now uses a lock-free implementation
Sebastiano Merlino
committed
81c46c7
View commit details
Copy full SHA for 81c46c7
View code at this point
Browse repository at this point
Commits on Dec 26, 2015
Changed http_resource to use virtual istead of CRTP
Sebastiano Merlino
committed
4c9b4a7
View commit details
Copy full SHA for 4c9b4a7
View code at this point
Browse repository at this point
Commits on Apr 15, 2015
Updated copyrights
Sebastiano Merlino
committed
4cbfc1f
View commit details
Copy full SHA for 4cbfc1f
View code at this point
Browse repository at this point
Commits on Feb 14, 2015
Solved bug on event_supplier registering.
Show description for 4399d38
Sebastiano Merlino
committed
4399d38
View commit details
Copy full SHA for 4399d38
View code at this point
Browse repository at this point
Commits on Jun 18, 2014
Modified one last area where int was used as socket type instead of MHD_socket, this time being in the API. MHD_socket is int on unix systems, so this change shouldn't break any existing code
InBetweenNames
committed
9d8c006
View commit details
Copy full SHA for 9d8c006
View code at this point
Browse repository at this point
Commits on May 11, 2014
Updated http_response interface
Show description for d76fe92
Sebastiano Merlino
committed
d76fe92
View commit details
Copy full SHA for d76fe92
View code at this point
Browse repository at this point
Commits on Apr 22, 2014
Changed comet_manager implementation to be private
Show description for 85580eb
Sebastiano Merlino
committed
85580eb
View commit details
Copy full SHA for 85580eb
View code at this point
Browse repository at this point
Commits on Mar 23, 2014
Fixed headers lacking compile protect
Sebastiano Merlino
committed
85400fa
View commit details
Copy full SHA for 85400fa
View code at this point
Browse repository at this point
Moved comet management in a separate class
Show description for b6fd4bf
Sebastiano Merlino
committed
b6fd4bf
View commit details
Copy full SHA for b6fd4bf
View code at this point
Browse repository at this point
Commits on Feb 22, 2014
Avoid warnings during clang compilation
Show description for 8db7a3f
Sebastiano Merlino
committed
8db7a3f
View commit details
Copy full SHA for 8db7a3f
View code at this point
Browse repository at this point
Commits on Jan 25, 2014
Updated copyright informations
Sebastiano Merlino
committed
3696904
View commit details
Copy full SHA for 3696904
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL