FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/http_response.cpp - ml1nk/libhttpserver · GitHub
ml1nk
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
libhttpserver
src
http_response.cpp
on
master
User selector
Datepicker
Commit history
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 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 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 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 Feb 22, 2014
Preparing the ground for clang compilation
Show description for 8585d0e
Sebastiano Merlino
committed
8585d0e
View commit details
Copy full SHA for 8585d0e
View code at this point
Browse repository at this point
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
Commits on Nov 29, 2013
Use MHD_create_response_from_fd for files
Show description for f9b7691
Sebastiano Merlino
committed
f9b7691
View commit details
Copy full SHA for f9b7691
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 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
Cleaned some code to avoid lines to be longer than 80 chars
Sebastiano Merlino
committed
de61c3a
View commit details
Copy full SHA for de61c3a
View code at this point
Browse repository at this point
Commits on Jan 20, 2013
Removed "virtual" usage in response processing
Sebastiano Merlino
committed
07c8bc5
View commit details
Copy full SHA for 07c8bc5
View code at this point
Browse repository at this point
Commits on Jan 7, 2013
Moified in order to create the new async version
Sebastiano Merlino
committed
eea93bd
View commit details
Copy full SHA for eea93bd
View code at this point
Browse repository at this point
Commits on Jan 1, 2013
Removed functions used to access to cache entries attribute from outside
Show description for 3b1b9c6
Sebastiano Merlino
committed
3b1b9c6
View commit details
Copy full SHA for 3b1b9c6
View code at this point
Browse repository at this point
Commits on Dec 26, 2012
Aligned main trunk with cache development
Sebastiano Merlino
committed
7681d96
View commit details
Copy full SHA for 7681d96
View code at this point
Browse repository at this point
Commits on Nov 29, 2012
Due to some browsers lack of support the cookies are now split in
Show description for 149077f
Sebastiano Merlino
committed
149077f
View commit details
Copy full SHA for 149077f
View code at this point
Browse repository at this point
Changed ";" to "," in cookie concatenation.
Sebastiano Merlino
committed
16c3238
View commit details
Copy full SHA for 16c3238
View code at this point
Browse repository at this point
Commits on Nov 26, 2012
Merge branch 'master' of github.com:etr/libhttpserver
Sebastiano Merlino
committed
832c013
View commit details
Copy full SHA for 832c013
View code at this point
Browse repository at this point
Avoid undefined symbols in http_response
Sebastiano Merlino
committed
a47f526
View commit details
Copy full SHA for a47f526
View code at this point
Browse repository at this point
Commits on Nov 17, 2012
Introduced file_not_found management in file_responses.
Show description for 754a092
Sebastiano Merlino
committed
754a092
View commit details
Copy full SHA for 754a092
View code at this point
Browse repository at this point
Commits on Nov 16, 2012
Added direct support to Set-Cookie in response
Sebastiano Merlino
committed
8aeaa9c
View commit details
Copy full SHA for 8aeaa9c
View code at this point
Browse repository at this point
Commits on Nov 8, 2012
Changed cache interface in order to simplify management
Sebastiano Merlino
committed
e9b7659
View commit details
Copy full SHA for e9b7659
View code at this point
Browse repository at this point
Commits on Nov 5, 2012
Finalized work on caching system
Sebastiano Merlino
committed
9b99bac
View commit details
Copy full SHA for 9b99bac
View code at this point
Browse repository at this point
Used strategy pattern also for header setting and response enqueuing
Sebastiano Merlino
committed
7068ba6
View commit details
Copy full SHA for 7068ba6
View code at this point
Browse repository at this point
Commits on Nov 2, 2012
Added response cache implementation facilities
Sebastiano Merlino
committed
f6e2122
View commit details
Copy full SHA for f6e2122
View code at this point
Browse repository at this point
Commits on Oct 31, 2012
Added parameter in http_response to specify if it needs to be deleted by
Show description for f669f15
Sebastiano Merlino
committed
f669f15
View commit details
Copy full SHA for f669f15
View code at this point
Browse repository at this point
Commits on Oct 5, 2012
Added -D_REENTRANT to configuration.
Show description for beda1e3
Sebastiano Merlino
committed
beda1e3
View commit details
Copy full SHA for beda1e3
View code at this point
Browse repository at this point
Commits on Sep 24, 2012
Modified webserver in order to accept comet calls
Show description for b4209eb
Sebastiano Merlino
committed
b4209eb
View commit details
Copy full SHA for b4209eb
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL