From 652bf8323b7387f82a2a4973b941c6ab7ae01065 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 21 Jan 2013 01:40:59 +0000 Subject: [PATCH] prioritize some more todo mark-ups --- docs/todo.html | 4728 +++++++++---------- gen_todo.py | 17 +- include/libtorrent/ip_voter.hpp | 2 +- include/libtorrent/kademlia/dht_tracker.hpp | 2 +- include/libtorrent/torrent_info.hpp | 3 +- include/libtorrent/udp_socket.hpp | 1 - include/libtorrent/utp_stream.hpp | 2 +- include/libtorrent/web_peer_connection.hpp | 2 +- src/kademlia/dht_tracker.cpp | 4 +- src/kademlia/node.cpp | 4 +- src/kademlia/rpc_manager.cpp | 4 +- src/session_impl.cpp | 13 +- src/torrent.cpp | 32 +- src/torrent_info.cpp | 6 +- src/utp_stream.cpp | 2 +- 15 files changed, 2345 insertions(+), 2477 deletions(-) diff --git a/docs/todo.html b/docs/todo.html index 482a4ad08..e46721e6f 100644 --- a/docs/todo.html +++ b/docs/todo.html @@ -21,7 +21,11 @@

libtorrent todo-list

-
relevance 3src/alert.cpp:370change this to use a timed wait on a condition variable problem is, that's not necessarily portable. But it should be used where available. This implementation can be left the way it is for more primitive platforms