FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/httpserver - baigk/libhttpserver · GitHub
baigk
/
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
httpserver
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 Feb 12, 2017
Update to libmicrohttpd 0.9.52
Ubuntu
committed
b6d0976
View commit details
Copy full SHA for b6d0976
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 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 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
Add a function to check whether the content of a request was too large.
wlandry
committed
d727939
View commit details
Copy full SHA for d727939
View code at this point
Browse repository at this point
Commits on Apr 18, 2016
Merge pull request #93 from wlandry/const_warning_fix
Show description for 503ed0f
etr
committed
503ed0f
View commit details
Copy full SHA for 503ed0f
View code at this point
Browse repository at this point
Merge pull request #92 from pellucide/master
Show description for fe2d6ab
etr
committed
fe2d6ab
View commit details
Copy full SHA for fe2d6ab
View code at this point
Browse repository at this point
Properly limit the maximum size of the content and any processed posts or arguments. The default is unlimited.
wlandry
committed
2bdbda9
View commit details
Copy full SHA for 2bdbda9
View code at this point
Browse repository at this point
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 Mar 24, 2016
For a POST parameter with a large value, libmicrohttpd will call webserver::post_iterator
Show description for c2c9656
pellucide
committed
c2c9656
View commit details
Copy full SHA for c2c9656
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 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 28, 2015
Disable epoll
Sebastiano Merlino
committed
c49e777
View commit details
Copy full SHA for c49e777
View code at this point
Browse repository at this point
Fixed start methods
Sebastiano Merlino
committed
38ccaa7
View commit details
Copy full SHA for 38ccaa7
View code at this point
Browse repository at this point
Commits on Dec 27, 2015
Updated the library to use latest libmicrohttpd improvements
Show description for a730551
Sebastiano Merlino
committed
a730551
View commit details
Copy full SHA for a730551
View code at this point
Browse repository at this point
Commits on Dec 26, 2015
Fixed http_resource to inherit behaviour from render in all render methods
Sebastiano Merlino
committed
2c99b02
View commit details
Copy full SHA for 2c99b02
View code at this point
Browse repository at this point
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 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 9, 2015
Merge branch 'master' of https://github.com/etr/libhttpserver
Sebastiano Merlino
committed
2d0093e
View commit details
Copy full SHA for 2d0093e
View code at this point
Browse repository at this point
avoid usage of ntop and pton functions.
Sebastiano Merlino
committed
dafcc65
View commit details
Copy full SHA for dafcc65
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 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 Feb 3, 2015
Resolve self-assignment bug caused by copy-paste
Sebastiano Merlino
committed
38698c3
View commit details
Copy full SHA for 38698c3
View code at this point
Browse repository at this point
Commits on Jan 8, 2015
Deprecation warning fixed
philipp-classen
committed
104c396
View commit details
Copy full SHA for 104c396
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL