updated changelog

This commit is contained in:
Arvid Norberg
2011-11-14 02:53:40 +00:00
parent 7d7e88b015
commit b0271e993c

View File

@@ -1,3 +1,6 @@
* updated the API to add_torrent_params turning all bools into flags of a flags field
* added async_add_torrent() function to significantly improve performance when
adding many torrents
* change peer_states to be a bitmask (bw_limit, bw_network, bw_disk) * change peer_states to be a bitmask (bw_limit, bw_network, bw_disk)
* changed semantics of send_buffer_watermark_factor to be specified as a percentage * changed semantics of send_buffer_watermark_factor to be specified as a percentage
* add incoming_connection_alert for logging all successful incoming connections * add incoming_connection_alert for logging all successful incoming connections