* Added "working_directory" option that calls chdir.

* Added "session_on_completion" option which saves the session torrent
when a download finishes.

* Handle SIGTERM gracefully, saving session torrents etc.

* Implemented session directory lockfile, use "session_lock" option to
disable.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@629 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-02-01 12:11:09 +00:00
parent 6f44f8f920
commit d06ecda46a
21 changed files with 283 additions and 178 deletions
+2
View File
@@ -69,6 +69,8 @@ public:
void erase(iterator itr);
void erase(const std::string& key) { erase(find(key)); }
void parse(const std::string& arg);
static uint32_t parse_absolute(const char* str);
static uint32_t parse_interval(const char* str);