openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
CPPSP
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 4 hours
ago.
Nov 28, 2024 — Nov 28, 2025
Showing page 13 of 29
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
cppsp: insert "#line" statements to generated c++ to make line numbers correct in the "compilation error" display
xaxaxa
More...
over 12 years ago
cppsp: change http status to 500 when errors are encountered
xaxaxa
More...
over 12 years ago
cpoll: String: allow setting a String to nullptr or NULL
xaxaxa
More...
over 12 years ago
delegate.H: fixed compilation error (added explicit cast)
xaxaxa
More...
over 12 years ago
cppsp: fixed bug where page would be stuck in the "compiling" state if compilePage() throws an exception or returns NULL
xaxaxa
More...
over 12 years ago
cppsp: don't use WNOHANG when waiting for g++ to exit; sometimes the stdin fd returns EOF before the child exit status is ready, causing a wrong "compilation error" to be displayed and leaving a zombie
xaxaxa
More...
over 12 years ago
cppsp: use random filenames for generated files, and delete them immediately upon loading
xaxaxa
More...
over 12 years ago
WIP: attempting to fix segfault on recompile
xaxaxa
More...
over 12 years ago
cppsp: don't dup() listening socket for each thread when using forking mode
xaxaxa
More...
over 12 years ago
cppsp: added forking mode and improved command line parsing error handling
xaxaxa
More...
over 12 years ago
cppsp: remove unused includes
xaxaxa
More...
over 12 years ago
cppsp: protect dlopen(), dlclose(), and dlsym() calls with mutex
xaxaxa
More...
over 12 years ago
cpoll: code cleanup; added Mutex, ScopeLock, and PThreadMutex
xaxaxa
More...
over 12 years ago
cppsp_server: handler: call destruct() instead of operator delete()
xaxaxa
More...
over 12 years ago
cppsp: httpparser: fixed bug when http request is cut off at end-of-buffer after the first line
xaxaxa
More...
over 12 years ago
cppsp_server: don't continue processing requests from a connection if the connection was detected to be closed (writev() returns -1)
xaxaxa
More...
over 12 years ago
added http_simplebench
xaxaxa
More...
over 12 years ago
cpoll: added Handle::setBlocking()
xaxaxa
More...
over 12 years ago
cpoll: fixed a bug that could cause an old event to be repeatedly processed if the callback reinstates that event type
xaxaxa
More...
over 12 years ago
cppsp: fix non-keepalive handling
xaxaxa
More...
over 12 years ago
cppsp: code cleanup
xaxaxa
More...
over 12 years ago
cppsp: micro-optimizations
xaxaxa
More...
over 12 years ago
cppsp: micro-optimizations
xaxaxa
More...
over 12 years ago
cppsp: revert back to memmem for substring searching; micro-optimizations;
xaxaxa
More...
over 12 years ago
cppsp: added experimental bitap substring searching implmentation
xaxaxa
More...
over 12 years ago
cpoll: StringPool: micro-optimizations
xaxaxa
More...
over 12 years ago
cppsp: minor code cleanup
xaxaxa
More...
over 12 years ago
cppsp: micro-optimizations
xaxaxa
More...
over 12 years ago
added GPLv3 license header to all cppsp, cpoll, and socketd files
xaxaxa
More...
over 12 years ago
cpoll: StringPool: added memory diagnostic capabilities (sets newly allocated memory to 0xFF and freed memory to 0xFE); enabled only if STRINGPOOL_MEMORY_DIAG is defined
xaxaxa
More...
over 12 years ago
←
1
2
…
9
10
11
12
13
14
15
16
17
…
28
29
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree