FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · Plexxi/libhttpserver · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Plexxi
/
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
Branch selector
User selector
Datepicker
Commit history
Commits on Mar 4, 2018
Changing requestor_port to be represented with an unsigned short rather than a short
Sebastiano Merlino
committed
9c5bbdb
View commit details
Copy full SHA for 9c5bbdb
Browse repository at this point
Commits on Nov 11, 2017
Merge pull request #116 from GMercat/fix_get_ip_str_for_ip6
Show description for 8c05ebc
etr
authored
8c05ebc
View commit details
Copy full SHA for 8c05ebc
Browse repository at this point
Commits on Nov 9, 2017
Remove clear on returned value
GMercat
authored
5281246
View commit details
Copy full SHA for 5281246
Browse repository at this point
Commits on Nov 7, 2017
Avoid tests getting stack on CONNECT requests (ongoing investigation on this issue)
etr
committed
bd39cb4
View commit details
Copy full SHA for bd39cb4
Browse repository at this point
Manage ipv6 in get_ip_str function
Show description for c535126
GMercat
authored
c535126
View commit details
Copy full SHA for c535126
Browse repository at this point
Commits on Feb 26, 2017
Upgraded version
Ubuntu
committed
4895f43
View commit details
Copy full SHA for 4895f43
Browse repository at this point
Fixed problem with segfault on copy of http_response object
Ubuntu
committed
4a632f1
View commit details
Copy full SHA for 4a632f1
Browse repository at this point
Commits on Feb 12, 2017
Update travis configuration file to match code requirements
Ubuntu
committed
c5405d2
View commit details
Copy full SHA for c5405d2
Browse repository at this point
Update to libmicrohttpd 0.9.52
Ubuntu
committed
b6d0976
View commit details
Copy full SHA for b6d0976
Browse repository at this point
Commits on Dec 29, 2016
Add option for static linking
Sebastiano Merlino
committed
bd08772
View commit details
Copy full SHA for bd08772
Browse repository at this point
Commits on Dec 11, 2016
Force address in a separate option
Sebastiano Merlino
committed
aa65438
View commit details
Copy full SHA for aa65438
Browse repository at this point
Commits on Nov 18, 2016
Removed debian and redhat scripts.
Show description for cd2752a
Sebastiano Merlino
committed
cd2752a
View commit details
Copy full SHA for cd2752a
Browse repository at this point
Commits on Nov 17, 2016
Removed debian and redhat scripts.
Show description for 85de047
Sebastiano Merlino
committed
85de047
View commit details
Copy full SHA for 85de047
Browse repository at this point
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
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
Browse repository at this point
Commits on Sep 19, 2016
Fix failing test
Sebastiano Merlino
committed
ac643db
View commit details
Copy full SHA for ac643db
Browse repository at this point
Avoid double-call to copy constructor
Sebastiano Merlino
committed
b044530
View commit details
Copy full SHA for b044530
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
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
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
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
Browse repository at this point
Commits on Jul 18, 2016
Merge pull request #99 from wlandry/debian_multiarch
Show description for 492f2f2
etr
authored
492f2f2
View commit details
Copy full SHA for 492f2f2
Browse repository at this point
Commits on Jul 15, 2016
Update debian/ install files to handle the latest multiarch configuration
wlandry
committed
bdf2329
View commit details
Copy full SHA for bdf2329
Browse repository at this point
Commits on Jul 13, 2016
Incremented version
Sebastiano Merlino
committed
02d0867
View commit details
Copy full SHA for 02d0867
Browse repository at this point
Fixed memory leak in http_response_ptr
Sebastiano Merlino
committed
686d58e
View commit details
Copy full SHA for 686d58e
Browse repository at this point
Commits on Jul 10, 2016
Merge pull request #95 from wlandry/large_POST
Show description for ee5de74
etr
authored
ee5de74
View commit details
Copy full SHA for ee5de74
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
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
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
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
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
Browse repository at this point
Merge pull request #94 from wlandry/formdata
Show description for 2b4a289
etr
committed
2b4a289
View commit details
Copy full SHA for 2b4a289
Browse repository at this point
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
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
Browse repository at this point
Add a way to limit size of uploads
wlandry
committed
369707b
View commit details
Copy full SHA for 369707b
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL