openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Bitcache
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 1 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Replaced bitcache_hex_table with libcprime's ascii_xdigit_table.
Arto Bendiken
More...
over 13 years ago
Implemented the bitcache_has_feature() and bitcache_has_module() functions.
Arto Bendiken
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.
Arto Bendiken
More...
over 13 years ago
Implemented the bitcache_md5() function.
Arto Bendiken
More...
over 13 years ago
Implemented the bitcache_sha1() function.
Arto Bendiken
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'").
Arto Bendiken
More...
over 13 years ago
Simplified the use of nested source subdirectories using Automake's 'subdir-objects' option.
Arto Bendiken
More...
over 13 years ago
Implemented the bitcache_id_print() function.
Arto Bendiken
More...
over 13 years ago
Defined name and options fields for the set API class structures.
Arto Bendiken
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).
Arto Bendiken
More...
over 13 years ago
Finished the polymorphic set and set iterator API implementation.
Arto Bendiken
More...
over 13 years ago
Optimized the bitcache_id_clone() function infinitesimally.
Arto Bendiken
More...
over 13 years ago
Ensured that the bitcache_feature_names and bitcache_module_names arrays are terminated by a NULL sentinel.
Arto Bendiken
More...
over 13 years ago
Fixed all compiler warnings at GCC's -Wall -Wextra warning level.
Arto Bendiken
More...
over 13 years ago
Fixed all compiler warnings at GCC's -Wall warning level.
Arto Bendiken
More...
over 13 years ago
Improved the library check error message output in configure.ac.
Arto Bendiken
More...
over 13 years ago
Implemented vtable-based dynamic dispatch for the set iterator API.
Arto Bendiken
More...
over 13 years ago
Implemented vtable-based dynamic dispatch for the set API.
Arto Bendiken
More...
over 13 years ago
Implemented the bitcache_set_alloc() and bitcache_set_free() functions.
Arto Bendiken
More...
over 13 years ago
Implemented the bitcache_id_alloc(), bitcache_id_free(), and bitcache_id_clone() functions.
Arto Bendiken
More...
over 13 years ago
Replaced all use of GDestroyNotify with free_func_t.
Arto Bendiken
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.
Arto Bendiken
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.
Arto Bendiken
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.
Arto Bendiken
More...
over 13 years ago
Defined the BITCACHE_VERSION_MAJOR, BITCACHE_VERSION_MINOR, and BITCACHE_VERSION_PATCH version constants in bitcache.h.
Arto Bendiken
More...
over 13 years ago
Improved the build system, implementing a number of configure.ac changes:
Arto Bendiken
More...
over 13 years ago
Removed the last remaining references to pthread_rwlock_*().
Arto Bendiken
More...
over 13 years ago
Removed superfluous header inclusions in id.h and filter.h.
Arto Bendiken
More...
over 13 years ago
Simplified GCC-version-specific macro definitions using __GNUC_VERSION__.
Arto Bendiken
More...
over 13 years ago
Replaced all use of pthread_mutex_t and pthread_rwlock_t with libcprime's mutex_t and rwlock_t.
Arto Bendiken
More...
over 13 years ago
←
1
2
3
4
5
6
7
8
9
…
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree