0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Jun 10, 2025 — Jun 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Another huge refactor of everything More... over 9 years ago
Removed static singletons from core More... over 9 years ago
Reorganized everything! More... over 9 years ago
Updated linux build scripts. More... almost 15 years ago
Added the long-lost daemon (headless) proof of concept client. More... almost 15 years ago
Fixed assorted bitrot. More... almost 15 years ago
Fixed downloading / viewing properties of search results. More... over 16 years ago
Updated .gitignore. More... over 16 years ago
File transfer working once again! More... over 16 years ago
Fix crash on first launch. More... over 16 years ago
Disabled makefile integration in MD files. More... over 16 years ago
Fix crash when updating own share, fix incorrect logging. More... over 16 years ago
Update to latest version of MonoTorrent (0.80). More... over 16 years ago
Don't cache counts for MyDirectory. More... over 16 years ago
Cleaned up some stuff in ShareBuilder. More... over 16 years ago
Fixed problem when someone requests your dir listing. More... over 16 years ago
Add missing index for directoryitems_length. More... over 16 years ago
Improved LocalDirectory.CreateFile. - Invalidate directory's cache. - Avoid extra DB call after creating new file. - Use Core.FileSystem.ExecuteScalar so queries are logged. More... over 16 years ago
Added method/property to DestinationManager. More... over 16 years ago
Ensure that config directory exists. More... over 16 years ago
Forgot some glade file changes a few commits ago... More... over 16 years ago
Actually use 256-bit AES, not 128-bit. Whoops... More... over 16 years ago
Made file search awesome. * Imported awesome query parsing code from Banshee. * Switched to new SQLite library. * Cache full path in database. * Limit to 300 search results. * Reduced unnecessary SQL calls. * Share SHA1 hashes (not currently being computed - bug in MonoTorrent?) More... over 16 years ago
Use SHA512 instead of MD5. Don't encode to/from as ASCII in message header. Also made some UI tweaks to better display the longer hashes. More... over 16 years ago
Fixed regex search filter. More... over 16 years ago
Improve TcpTransport.ToString() * Show IPv6 addresses in brackets. More... over 16 years ago
Rewrote file search code to be MUCH MUCH simpler. Added folder filtering. More... over 16 years ago
Remove directory cache for nodes when their info changes or they go offline. More... over 16 years ago
Add node directories to cache. Fixes problem receiving file info. More... over 16 years ago
Added basic code to prevent multiple instances. This isn't anything amazing, but it's better than nothing. Multiple instances of Meshwork with same key are very very bad for Meshwork networks. More... over 16 years ago