FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/webserver.cpp - jokerC8/libhttpserver · GitHub
jokerC8
/
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
webserver.cpp
on
0.12.0
User selector
Datepicker
Commit history
Commits on Dec 11, 2016
Force address in a separate option
Sebastiano Merlino
committed
aa65438
View commit details
Copy full SHA for aa65438
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
Avoid double-call to copy constructor
Sebastiano Merlino
committed
b044530
View commit details
Copy full SHA for b044530
View code at this point
Browse repository at this point
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 Sep 18, 2016
marking ws as started only after mhd is started
Sebastiano Merlino
committed
c8d270e
View commit details
Copy full SHA for c8d270e
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
Merge pull request #96 from wlandry/Increase_POST_buffer
Show description for e396fe4
etr
committed
e396fe4
View commit details
Copy full SHA for e396fe4
View code at this point
Browse repository at this point
Commits on Apr 18, 2016
Increase memory limit for POST processing to 32kb (same as #MHD_POOL_SIZE_DEFAULT)
wlandry
committed
311c208
View commit details
Copy full SHA for 311c208
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
Handle POST's larger than 1024 bytes correctly.
wlandry
committed
85848b9
View commit details
Copy full SHA for 85848b9
View code at this point
Browse repository at this point
Parse POST's with format of formdata as well as urlencoded.
wlandry
committed
868f711
View commit details
Copy full SHA for 868f711
View code at this point
Browse repository at this point
Commits on Dec 30, 2015
Linearized code to make it more readable
Sebastiano Merlino
committed
d3b3027
View commit details
Copy full SHA for d3b3027
View code at this point
Browse repository at this point
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
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
Use MHD_run_from_select to avoid double run of select inside MHD
Sebastiano Merlino
committed
785397c
View commit details
Copy full SHA for 785397c
View code at this point
Browse repository at this point
Commits on Dec 27, 2015
Avoid errors when stopping the server if using internal select
Sebastiano Merlino
committed
a8797c1
View commit details
Copy full SHA for a8797c1
View code at this point
Browse repository at this point
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
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 Nov 19, 2015
Added proper error handling to tcp socket creation and binding.
Marcel Pursche
committed
35fd51c
View commit details
Copy full SHA for 35fd51c
View code at this point
Browse repository at this point
Commits on Oct 5, 2015
FIX: src/webserver.cpp pthread_kill call
Julian Picht
authored and
Julian Picht
committed
84ec6cc
View commit details
Copy full SHA for 84ec6cc
View code at this point
Browse repository at this point
webserver: stop leaking pthreads on startup failure
Julian Picht
authored and
Julian Picht
committed
517e4c1
View commit details
Copy full SHA for 517e4c1
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 Jan 18, 2015
Remove useless code
a-pavlov
committed
8aa8811
View commit details
Copy full SHA for 8aa8811
View code at this point
Browse repository at this point
Avoid server to crash on empty resources.
Show description for 0e6bd48
Sebastiano Merlino
committed
0e6bd48
View commit details
Copy full SHA for 0e6bd48
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 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 May 1, 2014
Avoid thread death after start
Show description for 24ae6ec
Sebastiano Merlino
committed
24ae6ec
View commit details
Copy full SHA for 24ae6ec
View code at this point
Browse repository at this point
Commits on Apr 19, 2014
Avoid segfault when a request is not actually built
Sebastiano Merlino
committed
e8331e3
View commit details
Copy full SHA for e8331e3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL