2
I Use This!
Activity Not Available

Commits : Listings

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