2
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Oct 12, 2024 — Oct 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced bitcache_hex_table with libcprime's ascii_xdigit_table. More... about 14 years ago
Implemented the bitcache_has_feature() and bitcache_has_module() functions. More... about 14 years ago
Added the --disable-md5 and --disable-sha1 configuration options for omitting support for the MD5 and SHA-1 algorithms, respectively. More... about 14 years ago
Implemented the bitcache_md5() function. More... about 14 years ago
Implemented the bitcache_sha1() function. More... about 14 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... about 14 years ago
Simplified the use of nested source subdirectories using Automake's 'subdir-objects' option. More... about 14 years ago
Implemented the bitcache_id_print() function. More... about 14 years ago
Defined name and options fields for the set API class structures. More... about 14 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... about 14 years ago
Finished the polymorphic set and set iterator API implementation. More... about 14 years ago
Optimized the bitcache_id_clone() function infinitesimally. More... about 14 years ago
Ensured that the bitcache_feature_names and bitcache_module_names arrays are terminated by a NULL sentinel. More... about 14 years ago
Fixed all compiler warnings at GCC's -Wall -Wextra warning level. More... about 14 years ago
Fixed all compiler warnings at GCC's -Wall warning level. More... about 14 years ago
Improved the library check error message output in configure.ac. More... about 14 years ago
Implemented vtable-based dynamic dispatch for the set iterator API. More... about 14 years ago
Implemented vtable-based dynamic dispatch for the set API. More... about 14 years ago
Implemented the bitcache_set_alloc() and bitcache_set_free() functions. More... about 14 years ago
Implemented the bitcache_id_alloc(), bitcache_id_free(), and bitcache_id_clone() functions. More... about 14 years ago
Replaced all use of GDestroyNotify with free_func_t. More... about 14 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... about 14 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... about 14 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... about 14 years ago
Defined the BITCACHE_VERSION_MAJOR, BITCACHE_VERSION_MINOR, and BITCACHE_VERSION_PATCH version constants in bitcache.h. More... about 14 years ago
Improved the build system, implementing a number of configure.ac changes: More... about 14 years ago
Removed the last remaining references to pthread_rwlock_*(). More... about 14 years ago
Removed superfluous header inclusions in id.h and filter.h. More... about 14 years ago
Simplified GCC-version-specific macro definitions using __GNUC_VERSION__. More... about 14 years ago
Replaced all use of pthread_mutex_t and pthread_rwlock_t with libcprime's mutex_t and rwlock_t. More... about 14 years ago