From 36e2cb6f6885188b69fcabb44f6cd4aa9bd0e21d Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 26 Aug 2007 16:21:16 +0000 Subject: [PATCH] - Updated TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 22bdbf0cf..3e36c78b9 100644 --- a/TODO +++ b/TODO @@ -47,8 +47,12 @@ - Keep documention up to date - Windows port (Chris - Peerkoel) - write a patch for file_priority(int index); +- strace -p `pidof yourbtclient` +- valgrind --tool=memcheck --leak-check=full src/qbittorrent (parameter socket?) * beta 6 - Translations update (IN PROGRESS) + - dllist and seeding lists context menus should be more similar + - dllist and seeding list shouldn't need a pointer to GUI (use signals/slots) - Wait for some bug fixes in libtorrent : - Mutex invalid argument on exit (Ticket #126) - FIXED? - Number of seeds non null for finished torrent (Ticket #122)