1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release the lock before cleaning up the cache. More... about 13 years ago
In case the protocol transfers more common data blocks ignore them if we don't support them yet. This has recently happened in the Samba master and 3.6.0 branch as we have added support for the IP address of the client to the protocol More... about 13 years ago
In case the protocol transfers more common data blocks ignore them if we don't support them yet. This has recently happened in the Samba master and 3.6.0 branch as we have added support for the IP address of the client to the protocol More... about 13 years ago
Talloc free the dbstring immediately after being used, don't free it when it was used in another context. More... about 13 years ago
Talloc free the dbstring immediately after being used, don't free it when it was used in another context. More... about 13 years ago
Fix cache cleanup, aggelos, this should fix the mentioned "last commit" ;) More... about 13 years ago
Fix cache cleanup, aggelos, this should fix the mentioned "last commit" ;) More... about 13 years ago
Replace the recursive cache clean function with a linear one, this needs testing. More... about 13 years ago
Replace the recursive cache clean function with a linear one, this needs testing. More... about 13 years ago
Use a talloc pool for creating the db string. More... about 13 years ago
Use a talloc pool for creating the db string. More... about 13 years ago
Revert "Release the lock before clearing up the old cache." More... about 13 years ago
Revert "Release the lock before clearing up the old cache." More... about 13 years ago
Release the lock before clearing up the old cache. More... about 13 years ago
Release the lock before clearing up the old cache. More... about 13 years ago
Create strings for the database insert commands. More... about 13 years ago
Create strings for the database insert commands. More... about 13 years ago
Fix positioning of pointers. More... about 13 years ago
Fix positioning of pointers. More... about 13 years ago
Don't allocate memory for every single protocol subblock. More... about 13 years ago
Don't allocate memory for every single protocol subblock. More... about 13 years ago
Sort new VFS entries into the beginning of the list, as it is very likely that similar entries will follow, making it faster finding these. More... about 13 years ago
Sort new VFS entries into the beginning of the list, as it is very likely that similar entries will follow, making it faster finding these. More... about 13 years ago
Check the precision factor before doing expensive strcmps More... about 13 years ago
Check the precision factor before doing expensive strcmps More... about 13 years ago
Free an entry if we only add it's value to an existing one More... about 13 years ago
Free an entry if we only add it's value to an existing one More... about 13 years ago
Free an entry as we walk through it, and hold the lock until the cache is released. More... about 13 years ago
Free an entry as we walk through it, and hold the lock until the cache is released. More... about 13 years ago
Remove the talloc free on the base pointer as when we are through deleting the cache there's nothing more to free. More... about 13 years ago