FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · amleivar/libhttpserver · GitHub
amleivar
/
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 Oct 6, 2015
Merge pull request #84 from 4picht/patch-stop-leaking-threads
Show description for 35dee0f
etr
committed
35dee0f
View commit details
Copy full SHA for 35dee0f
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
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
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
Browse repository at this point
Merge pull request #83 from 4picht/patch-no-abort
Show description for aafbf4d
etr
committed
aafbf4d
View commit details
Copy full SHA for aafbf4d
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
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
Browse repository at this point
Commits on Sep 19, 2015
Merge pull request #81 from vozhyk-/install-cmake-module
Show description for a7d349a
etr
committed
a7d349a
View commit details
Copy full SHA for a7d349a
Browse repository at this point
Commits on Sep 8, 2015
Add CMake module to Makefile.am to be installed
vozhyk-
committed
4e4b6f9
View commit details
Copy full SHA for 4e4b6f9
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
Browse repository at this point
Commits on Jul 17, 2015
Modified configure.ac to eliminate build-dependency on pkg-config
Sebastiano Merlino
committed
8d8e035
View commit details
Copy full SHA for 8d8e035
Browse repository at this point
Commits on Apr 15, 2015
Updated copyrights
Sebastiano Merlino
committed
4cbfc1f
View commit details
Copy full SHA for 4cbfc1f
Browse repository at this point
Updated changelogs and version
Sebastiano Merlino
committed
0e08b6b
View commit details
Copy full SHA for 0e08b6b
Browse repository at this point
Updated authors file
Sebastiano Merlino
committed
3ee9360
View commit details
Copy full SHA for 3ee9360
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
Browse repository at this point
avoid usage of ntop and pton functions.
Sebastiano Merlino
committed
dafcc65
View commit details
Copy full SHA for dafcc65
Browse repository at this point
Merge pull request #72 from vozhyk-/master
Show description for 828e47b
etr
committed
828e47b
View commit details
Copy full SHA for 828e47b
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
Browse repository at this point
Commits on Mar 25, 2015
Simplifying configure.ac
Show description for b6dc904
Sebastiano Merlino
committed
b6dc904
View commit details
Copy full SHA for b6dc904
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
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
Browse repository at this point
Merge pull request #68 from RipcordSoftware/issue-67-register-resource-status
Show description for 84c0516
etr
committed
84c0516
View commit details
Copy full SHA for 84c0516
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
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
Browse repository at this point
Commits on Feb 6, 2015
Added detail on how to build the code reference in the README
Sebastiano Merlino
committed
51f4ce9
View commit details
Copy full SHA for 51f4ce9
Browse repository at this point
Added detail in doc on how to build the documentation
Sebastiano Merlino
committed
27a6012
View commit details
Copy full SHA for 27a6012
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
Browse repository at this point
Commits on Jan 18, 2015
enabling debug on mac os x
Sebastiano Merlino
committed
f2078d8
View commit details
Copy full SHA for f2078d8
Browse repository at this point
Updating test library to the latest version
Sebastiano Merlino
committed
faef2b9
View commit details
Copy full SHA for faef2b9
Browse repository at this point
Avoid using libtool when calculating coverage
Sebastiano Merlino
committed
f188527
View commit details
Copy full SHA for f188527
Browse repository at this point
coverall-cpp seems able to work with libtool
Sebastiano Merlino
committed
a042759
View commit details
Copy full SHA for a042759
Browse repository at this point
Avoid inlining when calculating coverage
Sebastiano Merlino
committed
c67a0c3
View commit details
Copy full SHA for c67a0c3
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
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
Browse repository at this point
Including shared lib in gcov analysis
Sebastiano Merlino
committed
9bae50c
View commit details
Copy full SHA for 9bae50c
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL