2
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Jun 08, 2025 — Jun 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced bitcache_hex_table with libcprime's ascii_xdigit_table. More... almost 15 years ago
Implemented the bitcache_has_feature() and bitcache_has_module() functions. More... almost 15 years ago
Added the --disable-md5 and --disable-sha1 configuration options for omitting support for the MD5 and SHA-1 algorithms, respectively. More... almost 15 years ago
Implemented the bitcache_md5() function. More... almost 15 years ago
Implemented the bitcache_sha1() function. More... almost 15 years ago
Removed the AC_FUNC_MALLOC and AC_FUNC_REALLOC tests, as they have proven to be an unnecessary source of trouble ("undefined reference to `rpl_malloc'"). More... almost 15 years ago
Simplified the use of nested source subdirectories using Automake's 'subdir-objects' option. More... almost 15 years ago
Implemented the bitcache_id_print() function. More... almost 15 years ago
Defined name and options fields for the set API class structures. More... almost 15 years ago
Implemented the bitcache_id_equal_g() wrapper function specifically and only for use as an equality function in GLib's hash tables (GHashTable). More... almost 15 years ago
Finished the polymorphic set and set iterator API implementation. More... almost 15 years ago
Optimized the bitcache_id_clone() function infinitesimally. More... almost 15 years ago
Ensured that the bitcache_feature_names and bitcache_module_names arrays are terminated by a NULL sentinel. More... almost 15 years ago
Fixed all compiler warnings at GCC's -Wall -Wextra warning level. More... almost 15 years ago
Fixed all compiler warnings at GCC's -Wall warning level. More... almost 15 years ago
Improved the library check error message output in configure.ac. More... almost 15 years ago
Implemented vtable-based dynamic dispatch for the set iterator API. More... almost 15 years ago
Implemented vtable-based dynamic dispatch for the set API. More... almost 15 years ago
Implemented the bitcache_set_alloc() and bitcache_set_free() functions. More... almost 15 years ago
Implemented the bitcache_id_alloc(), bitcache_id_free(), and bitcache_id_clone() functions. More... almost 15 years ago
Replaced all use of GDestroyNotify with free_func_t. More... almost 15 years ago
Added function descriptions and corrected function prototypes; replaced all use of ssize_t with plain old long; sanitized all header file includes; simplified the data structures' locking implementations. More... almost 15 years ago
Defined the bitcache_module_names and bitcache_module_count constants that can be used to enumerate with which modules libbitcache was compiled. More... almost 15 years ago
Defined the bitcache_feature_names and bitcache_feature_count constants that can be used to determine with which features libbitcache was compiled. More... almost 15 years ago
Defined the BITCACHE_VERSION_MAJOR, BITCACHE_VERSION_MINOR, and BITCACHE_VERSION_PATCH version constants in bitcache.h. More... almost 15 years ago
Improved the build system, implementing a number of configure.ac changes: More... almost 15 years ago
Removed the last remaining references to pthread_rwlock_*(). More... almost 15 years ago
Removed superfluous header inclusions in id.h and filter.h. More... almost 15 years ago
Simplified GCC-version-specific macro definitions using __GNUC_VERSION__. More... almost 15 years ago
Replaced all use of pthread_mutex_t and pthread_rwlock_t with libcprime's mutex_t and rwlock_t. More... almost 15 years ago