FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/httpserver/webserver.hpp - chendaole/libhttpserver · GitHub
chendaole
/
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
webserver.hpp
on
master
User selector
Datepicker
Commit history
Commits on Jan 21, 2019
Change http request parsing to be lazy
etr
committed
4282ca0
View commit details
Copy full SHA for 4282ca0
View code at this point
Browse repository at this point
Commits on Jan 13, 2019
Removing daemon_item. Simplifying the logic
etr
committed
27a430f
View commit details
Copy full SHA for 27a430f
View code at this point
Browse repository at this point
Remove unused code
etr
committed
070976f
View commit details
Copy full SHA for 070976f
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
comet_enabled renamed into deferred_enabled
etr
committed
40e5f6d
View commit details
Copy full SHA for 40e5f6d
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 7, 2019
Eliminate unsafe access to char*
etr
committed
d685890
View commit details
Copy full SHA for d685890
View code at this point
Browse repository at this point
Commits on Jan 3, 2019
Remove custom method_not_acceptable (unused).
Show description for 430f8ee
etr
committed
430f8ee
View commit details
Copy full SHA for 430f8ee
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 31, 2018
Removed internal exception in favor of standard one
etr
committed
2076fba
View commit details
Copy full SHA for 2076fba
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 Nov 17, 2016
Merge pull request #105 from rdiazmartin/v0.9.0_rdiazmartin
Show description for dbe82ac
etr
authored
dbe82ac
View commit details
Copy full SHA for dbe82ac
View code at this point
Browse repository at this point
Commits on Nov 7, 2016
fixed a problem that causes a memory leak. We are passing user, pass,
Show description for e53d066
rdiazmartin
committed
e53d066
View commit details
Copy full SHA for e53d066
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 22, 2016
Revert "Avoid memory leak due to user, pass and digested_user initialization"
Show description for ebc5acf
Sebastiano Merlino
committed
ebc5acf
View commit details
Copy full SHA for ebc5acf
View code at this point
Browse repository at this point
Avoid memory leak due to user, pass and digested_user initialization
Sebastiano Merlino
committed
c5405fc
View commit details
Copy full SHA for c5405fc
View code at this point
Browse repository at this point
Commits on Apr 19, 2016
Merge 'etr/master' into large_POST.
Show description for 1fe733f
wlandry
committed
1fe733f
View commit details
Copy full SHA for 1fe733f
View code at this point
Browse repository at this point
Commits on Apr 18, 2016
Add a way to limit size of uploads
wlandry
committed
369707b
View commit details
Copy full SHA for 369707b
View code at this point
Browse repository at this point
Commits on Apr 16, 2016
Fix warnings about const results of functions
wlandry
committed
61995c4
View commit details
Copy full SHA for 61995c4
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 Oct 2, 2015
FIX: do not call abort, throw an exception instead
Show description for 6e98ee0
Julian Picht
authored and
Julian Picht
committed
6e98ee0
View commit details
Copy full SHA for 6e98ee0
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 24, 2015
Return the status from the call webserver::register_resource
craigminihan
committed
9181e3e
View commit details
Copy full SHA for 9181e3e
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 Oct 23, 2014
* enabled MAC OS build by adding an if state to execute glibtoolize instead of libtoolize for building
Show description for 3cc82cf
jklimke
committed
3cc82cf
View commit details
Copy full SHA for 3cc82cf
View code at this point
Browse repository at this point
Commits on Jun 17, 2014
Introduce support for building on MinGW/Cygwin systems
Show description for a3fb0ec
InBetweenNames
committed
a3fb0ec
View commit details
Copy full SHA for a3fb0ec
View code at this point
Browse repository at this point
Commits on Mar 23, 2014
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 Mar 8, 2014
Solved problems when compiling with C++11 active
Sebastiano Merlino
committed
28d48b9
View commit details
Copy full SHA for 28d48b9
View code at this point
Browse repository at this point
Commits on Feb 23, 2014
Boolean return code on resource registration
Sebastiano Merlino
committed
7763937
View commit details
Copy full SHA for 7763937
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
Enforced immutability to webserver class
Sebastiano Merlino
committed
71f224c
View commit details
Copy full SHA for 71f224c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL