0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor Magic#file, Magic#compile and Magic#check More... about 5 years ago
Clean-up of the function wrappers More... about 5 years ago
Re-factor Magic#file and Magic#descriptor to handle IO-like objects More... about 5 years ago
Update handling of the Magic library results and extension separator More... about 5 years ago
Add warning about arguments to Magic::new when autoloading is disabled More... about 5 years ago
Clean-up documentation and code comments More... about 5 years ago
Return nil from Magic#set_parameter rather than a boolean More... about 5 years ago
Fix Magic::compile and Magic::check to take multiple arguments correctly More... about 5 years ago
Change how missing Magic library constants are handled More... about 5 years ago
Check if the Magic database is loaded before doing anything else More... about 5 years ago
Rename magic_flags() helper to magic_get_flags() More... about 5 years ago
Handle an error from Magic#load or Magic#load_buffers correctly More... about 5 years ago
Return nil rather than a boolean from Magic#compile More... about 5 years ago
Update compile time configuration More... about 5 years ago
Update error messages to be shown during build time More... about 5 years ago
Update compile time configuration More... about 5 years ago
Better handle older supported releases of the Magic library More... about 5 years ago
Add libmagic releases from 5.29 to 5.39 to test against More... about 5 years ago
Do not include parameter constants when returning list of flags set More... about 5 years ago
Add two missing Magic flags to support libmagic since release 5.30 More... about 5 years ago
Restore support for throwing an error on unimplemented Magic flag More... about 5 years ago
Remove support for patching old releases of libmagic More... about 5 years ago
Add magic_flags() helper to be used in lieu of using rb_mgc_get_flags() More... about 5 years ago
Remove more code supporting old releases of libmagic More... about 5 years ago
Remove functions used to override current locales More... about 5 years ago
Remove support for really old releases of libmagic More... about 5 years ago
Add wrappers for magic_error() and magic_errno() functions More... about 5 years ago
Update white spaces so that everything is consistent More... about 5 years ago
Limit what value can be set using magic_setparam() function More... about 5 years ago
Move parameters definitions before flags to keep order of use More... about 5 years ago