0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 22 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Free the storage index after threads exit (still trying to nail down the cause of #6). More... almost 18 years ago
Minor changes (comment and variable clarifications). More... almost 18 years ago
Add memory stats for failed func fails. More... almost 18 years ago
Add memory allocation statistics (peak usage/func calls). More... almost 18 years ago
Beginning of memory subsystem rewrite: More... almost 18 years ago
Make sure tasks are not queued when the worker thread system is shutdown. More... almost 18 years ago
The memory subsystem was never shutdown. More... almost 18 years ago
Zero the ''THREAD_DATA'' structure before use. More... almost 18 years ago
Improved comments for worker threads. More... almost 18 years ago
Updated core files to the new ''THREAD_DATA'' structure. More... almost 18 years ago
Rewrote the worker threads subsystem: More... almost 18 years ago
Use FreeBSD's doubly-linked lists in the ''THREAD_DATA'' structure. More... almost 18 years ago
Add an ASSERT macro for debugging. More... almost 18 years ago
Too much white-space. More... almost 18 years ago
Rename ''CreateThreadEx'' to ''CreateThreadType''. More... almost 18 years ago
Documented and cleaned up thread-type functions. More... almost 18 years ago
No function tag for static functions. More... almost 18 years ago
Import FreeBSD's sys/queue.h list macros. More... almost 18 years ago
Natural Docs doesn't support "file merging" yet, so all comments should reside in source files for now. More... almost 18 years ago
Reorganized the documentation format and menu structure (this is final now, for the most part). More... almost 18 years ago
Add a function for logging messages to an attached debugger. More... almost 18 years ago
Moved time difference function to a ''utilities'' file. More... almost 18 years ago
Update the project file and remove usage of SSE/SSE2 (io does not do much fp anyway). More... almost 18 years ago
Move the private include directory inside ''src\daemon\''. More... almost 18 years ago
Added file tags to all source files. More... almost 18 years ago
Document locking constructs (also removing that disease named ''hungarian notation'' :P). More... almost 18 years ago
Reorganize includes and resolve a few missing header dependencies. More... almost 18 years ago
Merged all locking constructs into a single source/header file. More... almost 18 years ago
Remove unnecessary type casts. More... almost 18 years ago
Add prototypes for core security initialization functions. More... almost 18 years ago