FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - MPursche/libhttpserver · GitHub
MPursche
/
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
on
master
User selector
Datepicker
Commit history
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 3, 2015
Merge pull request #82 from 4picht/patch-1
Show description for 898e83f
etr
committed
898e83f
View commit details
Copy full SHA for 898e83f
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
FIX: regex-matching was broken if (!family_url)
Show description for 6d5f5d1
Julian Picht
committed
6d5f5d1
View commit details
Copy full SHA for 6d5f5d1
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 25, 2015
Merge pull request #66 from RipcordSoftware/issue-65-url-root
Show description for 29c3c2c
etr
committed
29c3c2c
View commit details
Copy full SHA for 29c3c2c
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
standardize_url doesn't remove the root / now
craigminihan
committed
1a57e2c
View commit details
Copy full SHA for 1a57e2c
View code at this point
Browse repository at this point
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 18, 2015
Avoid inlining when calculating coverage
Sebastiano Merlino
committed
c67a0c3
View commit details
Copy full SHA for c67a0c3
View code at this point
Browse repository at this point
Merge pull request #60 from a-pavlov/master
Show description for 4de5e40
etr
committed
4de5e40
View commit details
Copy full SHA for 4de5e40
View code at this point
Browse repository at this point
Merge pull request #59 from philipp-classen/master
Show description for 392f33b
etr
committed
392f33b
View commit details
Copy full SHA for 392f33b
View code at this point
Browse repository at this point
Including shared lib in gcov analysis
Sebastiano Merlino
committed
9bae50c
View commit details
Copy full SHA for 9bae50c
View code at this point
Browse repository at this point
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
calculating coverage from test
Sebastiano Merlino
committed
64ac7f2
View commit details
Copy full SHA for 64ac7f2
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 Jan 13, 2015
Merge branch 'master' of https://github.com/etr/libhttpserver
Sebastiano Merlino
committed
3dac4cf
View commit details
Copy full SHA for 3dac4cf
View code at this point
Browse repository at this point
Trying to make coverage work with coveralls
Sebastiano Merlino
committed
57a23a1
View commit details
Copy full SHA for 57a23a1
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
Commits on Jan 3, 2015
Fix error: use of undeclared identifier 'free'
guoxiao
committed
b6e7cbd
View commit details
Copy full SHA for b6e7cbd
View code at this point
Browse repository at this point
Commits on Oct 23, 2014
* enabled MAC OS build by adding an if state to execute glibtoolize instead of libtoolize for building
Show description for 3cc82cf
jklimke
committed
3cc82cf
View commit details
Copy full SHA for 3cc82cf
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 23, 2014
corrected indentation on http_utils
Sebastiano Merlino
committed
a47c3e0
View commit details
Copy full SHA for a47c3e0
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
Avoid warnings from clang
Sebastiano Merlino
committed
8951cee
View commit details
Copy full SHA for 8951cee
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL