0
I Use This!
Inactive

Commits : Listings

Analyzed 34 minutes ago. based on code collected 34 minutes ago.
Nov 23, 2024 — Nov 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cppsp: fixed some minor logic errors in page compilation; this used to cause temporary files to not be deleted properly More... over 12 years ago
cpoll: fixed compiler warning More... over 12 years ago
cpoll: added option to insert custom socket initialization code in bind() More... over 12 years ago
cpoll: StreamWriter: fixed overflow when trying to append a large negative integer More... over 12 years ago
cpoll: remove redundant code in CP::File::close() More... over 12 years ago
cpoll: threadpool: fix locking error; throw exception on thread creation failure More... over 12 years ago
jackfft: jack_f2i, jack_i2f: allocate strings properly More... over 12 years ago
cppsp: documentation for page.H More... over 12 years ago
cpoll: added thread pool More... over 12 years ago
cpoll: move header files to include/ More... over 12 years ago
cppsp: fixed a bug where the compile callback array is not cleared in the case of a compilation error, causing a runtime exception More... over 12 years ago
cppsp: delete temporary files right after loading (so that the application does not see them) More... over 12 years ago
cppsp: keep a copy of compiled page to avoid repeated compilation when there are many threads More... over 12 years ago
cpoll: fixed StringPool null byte appending More... over 12 years ago
cppsp: simplify http post decoding More... over 12 years ago
cpoll: fixed an off-by-one error in StringPool More... over 12 years ago
socketd_cppsp: fix bugs related to module loading More... over 12 years ago
misc More... over 12 years ago
socketd: don't explicitly delete control socket from CP::Poll More... over 12 years ago
cpoll: don't EPOLL_CTL_DEL if handle is -1 More... over 12 years ago
cpoll: bugfix More... over 12 years ago
socketd: do not wait for control socket to become writable before closing More... over 12 years ago
cpoll: fixed infinite loop in the case of performing an operation on an invalid handle More... over 12 years ago
cpoll: StreamBuffer: reallocate buffer on overflow instead of throwing an exception More... over 12 years ago
cppsp: don't accept connections until all modules have been loaded (or have failed to load) More... over 12 years ago
cppsp: make the compiler command configurable More... over 12 years ago
remove unneeded files More... over 12 years ago
cppsp_standalone: call sched_yield() once every 10 connections More... over 12 years ago
cppsp: revert back to std::map for response headers More... over 12 years ago
misc More... over 12 years ago