FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/httpserver/http_response.hpp - sgbhat2/libhttpserver · GitHub
sgbhat2
/
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
http_response.hpp
on
remove_protected
User selector
Datepicker
Commit history
Commits on Feb 29, 2020
Move http_response class members to private.
Show description for 9eef6d2
etr
committed
9eef6d2
View commit details
Copy full SHA for 9eef6d2
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 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
Remove autodelete parameter from http_response (unused)
etr
committed
3e7cbb4
View commit details
Copy full SHA for 3e7cbb4
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
Added test for no response use case
etr
committed
65ce5d1
View commit details
Copy full SHA for 65ce5d1
View code at this point
Browse repository at this point
Commits on Dec 23, 2018
Avoid returns as parameters
etr
committed
f64bd7b
View commit details
Copy full SHA for f64bd7b
View code at this point
Browse repository at this point
Mark method const
etr
committed
75c852e
View commit details
Copy full SHA for 75c852e
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 Feb 26, 2017
Fixed problem with segfault on copy of http_response object
Ubuntu
committed
4a632f1
View commit details
Copy full SHA for 4a632f1
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 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 30, 2015
Removed unused code
Sebastiano Merlino
committed
262819d
View commit details
Copy full SHA for 262819d
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 Aug 23, 2015
Avoid usage of 'using' in headers
Sebastiano Merlino
committed
fa32c21
View commit details
Copy full SHA for fa32c21
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 Apr 2, 2015
http_response: Change cycle_callback_ptr so that buffer can be modified
vozhyk-
committed
ffa28e2
View commit details
Copy full SHA for ffa28e2
View code at this point
Browse repository at this point
Commits on Aug 30, 2014
Add operator<<() to http_request and http_response
Chris Love
committed
bd184f1
View commit details
Copy full SHA for bd184f1
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 May 2, 2014
Avoid to make http_response destrctor virtual
Sebastiano Merlino
committed
ee47472
View commit details
Copy full SHA for ee47472
View code at this point
Browse repository at this point
Commits on May 1, 2014
Solved warnings at compile time inherent virtual destructors
Sebastiano Merlino
committed
5e7eb07
View commit details
Copy full SHA for 5e7eb07
View code at this point
Browse repository at this point
Commits on Feb 22, 2014
Enforced constness of headers getters in http_response
Sebastiano Merlino
committed
4625f65
View commit details
Copy full SHA for 4625f65
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
Extracted other classes from webserver.cpp
Sebastiano Merlino
committed
dcfa5a7
View commit details
Copy full SHA for dcfa5a7
View code at this point
Browse repository at this point
Commits on Jan 19, 2014
Extracted minor classes from webserver header
Show description for 87f16a1
Sebastiano Merlino
committed
87f16a1
View commit details
Copy full SHA for 87f16a1
View code at this point
Browse repository at this point
Commits on Jan 18, 2014
http_response uses overload instead of template specialization
Show description for cdb3658
Sebastiano Merlino
committed
cdb3658
View commit details
Copy full SHA for cdb3658
View code at this point
Browse repository at this point
Removed useless forward declaration
Sebastiano Merlino
committed
4b4380c
View commit details
Copy full SHA for 4b4380c
View code at this point
Browse repository at this point
Commits on May 8, 2013
Changed code to avoid patches on libmicrohttpd
Show description for eb4d20f
Sebastiano Merlino
committed
eb4d20f
View commit details
Copy full SHA for eb4d20f
View code at this point
Browse repository at this point
Commits on May 7, 2013
Activated COMET subsystem
Show description for 1f32013
Sebastiano Merlino
committed
1f32013
View commit details
Copy full SHA for 1f32013
View code at this point
Browse repository at this point
Commits on Jan 26, 2013
Created a macro to specialize http_response in order to avoid
Show description for db5e49f
Sebastiano Merlino
committed
db5e49f
View commit details
Copy full SHA for db5e49f
View code at this point
Browse repository at this point
Solved some style problems signaled by cppcheck
Sebastiano Merlino
committed
bf20f90
View commit details
Copy full SHA for bf20f90
View code at this point
Browse repository at this point
Commits on Jan 25, 2013
Removed SWIG artifacts that are no more useful
Sebastiano Merlino
committed
923bdf5
View commit details
Copy full SHA for 923bdf5
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL