mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 14:42:30 +00:00
* Changed the API to support different Poll objects and made
PollSelect available. Started work on PollEPoll. * Fixed a bug that caused blank characters to be inserted into the tracker request url. * Added display of the options field in the peer info view. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@508 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+2
-2
@@ -223,7 +223,7 @@ main(int argc, char** argv) {
|
||||
SignalHandler::set_handler(SIGFPE, sigc::bind(sigc::ptr_fun(&do_panic), SIGFPE));
|
||||
|
||||
// Need to initialize this before parseing options.
|
||||
torrent::initialize();
|
||||
torrent::initialize(uiControl.get_core().get_poll().get_torrent_poll());
|
||||
|
||||
if (getenv("HOME"))
|
||||
load_option_file(getenv("HOME") + std::string("/.rtorrent.rc"), &optionHandler);
|
||||
@@ -323,7 +323,7 @@ receive_tracker_dump(std::istream* s) {
|
||||
|
||||
void
|
||||
print_help() {
|
||||
std::cout << "Rakshasa's BitTorrent client " VERSION "." << std::endl;
|
||||
std::cout << "Rakshasa's BitTorrent client version " VERSION "." << std::endl;
|
||||
std::cout << std::endl;
|
||||
std::cout << "All value pairs (f.ex rate and queue size) will be in the UP/DOWN" << std::endl;
|
||||
std::cout << "order. Use the up/down/left/right arrow keys to move between screens." << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user