openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Quazaa Security Library
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Jan 20, 2025 — Jan 20, 2026
Showing page 1 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update README.md
Joseph Crowell
More...
about 7 years ago
Create README.md
Joseph Crowell
More...
about 7 years ago
Added some missing includes.
OldDeath
More...
almost 9 years ago
Implemented user agent parsing and used it for checking against old versions of Shareaza.
OldDeath
More...
over 11 years ago
Added basic skeleton for UserAgent and ClientVersion classes.
OldDeath
More...
over 11 years ago
Added classes for user agent and client version parsing. These will eventually allow for a better user agent verification.
OldDeath
More...
over 11 years ago
Renamed some methods.
OldDeath
More...
over 11 years ago
Added last hit time to rules.
OldDeath
More...
over 11 years ago
Fixed misspelling.
OldDeath
More...
over 11 years ago
Fixed usage of HashSet.
OldDeath
More...
over 11 years ago
Updated documentation. Renamed a few variables and several methods.
OldDeath
More...
over 11 years ago
Added progress reporting to fromXML.
OldDeath
More...
over 11 years ago
* Replaced IP and country lookup maps by hashtables. * Added Hash function for two letter country codes. * Cleaned up some unused code.
OldDeath
More...
over 11 years ago
Implemented XML exporting for selected rules. Updated TODOs and some documentation.
OldDeath
More...
over 11 years ago
Improvements to find, insert and erase operations: * Used binary lookup to determine insert position (O(log(n)) instead of simple loop iteration (O(n)). * Used memmove() to move respective items one spot to the left/right on erase/insert operations instead of simple loops. * Renamed getHash() and getUUID() to find(). * Constified a lot of variables.
OldDeath
More...
over 11 years ago
Fixed new rule having identical UUID than existing rule.
OldDeath
More...
over 11 years ago
Separated hash.h into hash.h and hashset.h
OldDeath
More...
over 11 years ago
In order to clean up the TODO list, I've replaced all TODOs that deal with removing debug asserts with the new REMOVE keyword. This has to be added manually to the TOTO plugin though.
OldDeath
More...
over 11 years ago
TODO accomplished.
OldDeath
More...
over 11 years ago
Improved user agent rule parsing.
OldDeath
More...
over 11 years ago
Fixed XML generation. Improved XML parsing.
OldDeath
More...
over 11 years ago
Addition to previous commit.
OldDeath
More...
over 11 years ago
Fixed hit counting on sanity check. Added assertions to guard against tries to remove non-existing rules and some internal errors within the manager data structures. Simplified some other assertions.
OldDeath
More...
over 11 years ago
Used QMetaMethod member objects for asynchronous method invocation.
OldDeath
More...
over 11 years ago
sync
OldDeath
More...
over 11 years ago
Removed some commented out stuff.
OldDeath
More...
over 11 years ago
Removed outdated TODO.
OldDeath
More...
over 11 years ago
Moved some more stuff to externals.h
OldDeath
More...
over 11 years ago
Improved mechanism to avoid multiple sanity checks during load operations.
OldDeath
More...
over 11 years ago
Fixed bug when saving/loading rules. (Rule count was written to disk as a 64 bit value but read as a 32 bit value.) Improved log messages. Simplified API by removing some unused return values.
OldDeath
More...
over 11 years ago
←
1
2
3
4
→
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