2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 6 months ago. based on code collected 6 months ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added the option "net_interface" that the user can set to the network interface of their liking More... over 16 years ago
Re-enabled the dht routers More... over 16 years ago
Fixed the add_torrent-function More... over 16 years ago
continued working on compilation issues More... over 16 years ago
attempting to fix UnhandledAccessException when adding a torrent More... over 16 years ago
fixed compilation errors More... almost 17 years ago
windows ui functionality is now at a "meh"-state. I hopefully haven't messed up the compilation for any other OS More... almost 17 years ago
Started implementing a native windows version of Torium using Windows Forms More... almost 17 years ago
fixed compilation errors when attempting to compile Torium with gtk More... over 17 years ago
bugfix, The Logger class must be initiated before the Settings class More... over 17 years ago
torium now compiles fine with libtorrent 0.13 again More... over 17 years ago
added two missing files. I changed something earlier More... over 17 years ago
remade file structure, ui files are now seperated into different folders (gtk or console as of now) in the src folder which should make the process of porting torium to other uis easier (windows native, for example) More... over 17 years ago
* save_resume_data now has a global number of waiting torrents that torium More... over 17 years ago
* the --enable-debug flag for the configure script now adds flags to CXXFLAGS More... over 17 years ago
Switched around a couple of messages More... over 17 years ago
Added a function to add torrents by URL More... over 17 years ago
The client column in the torrent properties peer list now has it's charset encoded with Glib::locale_to_utf8 More... over 17 years ago
changed a stock id used on windows computers More... over 17 years ago
Torium can now be passed arguments! (experimental) More... over 17 years ago
fix_rate now returns a const char* More... over 17 years ago
bugfix, window.cc would not compile on windows. More... over 17 years ago
bugfix, sending a huge string to toriums status bar label resulted in resizing and locking toriums width More... over 17 years ago
Version increase to 0.4.0 More... over 17 years ago
window size and position is now remembered until next start of torium More... over 17 years ago
Added settings for saving window coordinates, height and width More... over 17 years ago
clicking on the status icon now opens up the window again More... over 17 years ago
Added docuemntation to some funtions. Replaced the Contents help menu item with Documentation that takes the user to the project wiki More... over 17 years ago
removed an asprintf to make torium compile properly on windows More... over 17 years ago
clean up header file includes, removed old get_torrent function and replaced it with the get_torrent_ptr function, cleaned up some code More... over 17 years ago