0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add logging of lookup name cache sync'ing More... over 23 years ago
Fix up output More... over 23 years ago
Fix memory leaks. More... over 23 years ago
Unlock prior to calling panic to prevent deadlock More... over 23 years ago
Add timestamp to some driver.log output Add additional locking around critical regions Unlock before panic calls to prevent deadlock More... over 23 years ago
Add support for Obj*'s in cData's. More... over 23 years ago
* Constrain size of cache history lists. * Add current data to cache_stats() results. More... over 23 years ago
Add my name to cache_stats entry. More... over 23 years ago
* Add cache_stats() and related data gathering code. More... over 23 years ago
* Further method cache cleanups, including a config() option to control logging of information about invalidations. (Bruce) * If new and old parents lists are equal, change_parents() should do no work. (Including cache invalidations) (Bruce) More... over 23 years ago
Further method cache invalidation optimization for method addition/deletion on objects without children. More... over 23 years ago
Update the dirty list maintenance code Restructure to include locking always flag dirty BEFORE changing object dirty list mantenance blocks if background thread is working on that bucket Add background cleaner thread Add global lock to db_* Add global lock to lookup_* More... over 23 years ago
Add percent done indicators to coldcc compiles and decompiles More... over 23 years ago
Add question to configure to determine whether or not support for the cache cleaner thread should be built in. More... over 23 years ago
*** empty log message *** More... over 23 years ago
Make error handling be cheaper for throw() by shifting the expense to traceback(). Add error_message() and error_data() although error_data() is currently broken. More... over 23 years ago
Remove items I've completed. More... over 23 years ago
* valid() works on frobs (normal and handled-frobs). Tests added to the test suite. More... over 23 years ago
- Updated todo list - Updated notes - Change binarydb/dbpack routines to read/write entire object at once going through a cBuf. (Brad) - Fix db_alloc to call grow_bitmap once when expanding to fit an object that's > the size of the standard increment (Brad) - Added a cache for cache_check in handle_varcmd - Minor cleanups in binarydb.c More... over 23 years ago
add ignore for generated files More... over 23 years ago
remove moddef.h from cvs, its generated during configure More... over 23 years ago
add moddef.h to the ignore list More... over 23 years ago
Add ancestor caching to speed up has_ancestor() and coldcc. More... over 23 years ago
Merge in old 1.2 branch change to Makefile.in to include textdb.o in EVERYTHING_O More... over 23 years ago
Re-adding file. More... over 23 years ago
Clean up logic in func_stack() and elminiate a memory leak. More... over 23 years ago
More updates. More... over 23 years ago
Add new tests. More... over 23 years ago
* Add explode_quoted() patch. (Xidus) * Add calling_method() patch. (Allen) * Make method_bytecode() include info about jumps. (Allen) More... over 23 years ago
Spelling fix, add entry for logging changes. More... over 23 years ago