Commit Graph

171 Commits

Author SHA1 Message Date
Marcos Pinto f2c036650c fix deleting of subfolders 2007-10-21 00:51:13 +00:00
Marcos Pinto c70721aeac fix for some invariant checks 2007-10-18 06:19:20 +00:00
Marcos Pinto 8f030fb112 fixed issue with failing async_accept on windows 2007-10-15 19:34:24 +00:00
Marcos Pinto 1690fd846b intrusive_ptr_base fix 2007-10-15 18:09:24 +00:00
Marcos Pinto b403530fab fast reconnect fixes 2007-10-15 05:34:32 +00:00
Marcos Pinto 0eb88197c7 use libtorrent to remove files, which solves the problem of us deleting files that werent part of the torrent and other minor issues 2007-10-13 23:23:44 +00:00
Marcos Pinto 734fa157b4 fixed so that peers only get one fast-reconnect 2007-10-12 01:30:10 +00:00
Marcos Pinto 370578119e hopefully fix 'losing' port in windows 2007-10-12 00:35:05 +00:00
Marcos Pinto 3a23ad301a asio sync 2007-10-11 19:22:07 +00:00
Marcos Pinto 5a813106ba fix typo 2007-10-10 19:43:03 +00:00
Marcos Pinto ff2483af90 parole mode improvement. Doesn't clear out the request queue when choked by a peer on parole anymore 2007-10-10 02:39:01 +00:00
Marcos Pinto a45c49d037 fix deconstructor order issue 2007-10-10 02:14:01 +00:00
Marcos Pinto bd02f837bb first attempt at switching over to new storage allocation 2007-10-09 21:22:42 +00:00
Marcos Pinto 54f0e6b91f fixed dead lock and fixed a problem in recent shutdown cleanup 2007-10-07 23:54:04 +00:00
Marcos Pinto d8482a3fc9 better shutdown sequence in lt 2007-10-07 21:03:25 +00:00
Marcos Pinto 278c6c9f3e fixes files that were left open in write mode by mistake, policy invariant check fix, fixed static assert being hit 2007-10-07 03:41:56 +00:00
Andrew Resch cd175ebe9a libtorrent build fix 2007-10-06 17:32:41 +00:00
Marcos Pinto 19621315c6 lt sync 1649 2007-10-06 04:22:06 +00:00
Marcos Pinto b8a8757076 fix storage of banned peers lt 1645 2007-10-04 21:14:32 +00:00
Marcos Pinto c80a2e822b lt 1643 2007-10-04 15:31:23 +00:00
Marcos Pinto d6fb920382 accidentaly reverted disk io priority fix, so here it is again 2007-10-04 00:09:45 +00:00
Marcos Pinto 4e5a6d61dc moved block_downloading_alert, block_finished_alert and piece_finished_alert to debug level...yay performance 2007-10-04 00:07:26 +00:00
Marcos Pinto 53f4a55711 disk io priority fix 2007-10-03 22:46:30 +00:00
Marcos Pinto 3273dddb8a fix http connection and storage bug 2007-10-03 22:24:22 +00:00
Marcos Pinto d55fff555c storage fix 2007-10-03 18:33:32 +00:00
Marcos Pinto 9ed93af6b2 handles case where a request in the allow fast set is rejected and saves banned peers in resume data 2007-10-03 18:08:17 +00:00
Marcos Pinto 3211dc9019 fixed potential race condition when removing a torrent that was just added 2007-10-03 01:58:50 +00:00
Marcos Pinto 5cda3e71fa fix policy bug 2007-10-02 23:09:04 +00:00
Marcos Pinto a101b4c1c9 policy now has a map of peers instead of a flat list, makes it more efficient to do lookups 2007-10-02 19:58:10 +00:00
Marcos Pinto 13a0630875 windows fixes for lt 2007-10-01 22:56:48 +00:00
Marcos Pinto 7b5fb39d7f fix for boost 1.33.1 in last commit 2007-10-01 08:59:16 +00:00
Marcos Pinto 2e0d50407b lt sync 1623 2007-10-01 08:46:09 +00:00
Marcos Pinto 190a2de73e remove unneeded asio files 2007-10-01 07:30:20 +00:00
Marcos Pinto 107b044fba remove invalid inline 2007-10-01 02:23:38 +00:00
Marcos Pinto fa9bf5afc8 add valid fast check 2007-10-01 02:20:03 +00:00
Marcos Pinto 3de1cb9938 sync lt and asio 1615 and upload version # of plugin 2007-09-30 18:32:19 +00:00
Marcos Pinto 8b35caa3c8 country fix 2007-09-26 20:15:46 +00:00
Andrew Resch 2c1bed04ca Revert last commit. Did not build. 2007-09-26 11:18:34 +00:00
Marcos Pinto 6bcafc02e3 country optimization 2007-09-26 07:13:04 +00:00
Marcos Pinto c3e960aa86 fixes problem with torrents that have a name.utf-8 entry 2007-09-24 19:38:27 +00:00
Marcos Pinto 44240b194e lt tracker request url ampersand fix, endpoint to string conversion fix. 1602 2007-09-23 23:45:41 +00:00
Marcos Pinto f5868df3ad ipv6 fix, race condition fix, varient_stream fixes 2007-09-22 17:50:59 +00:00
Marcos Pinto ddc1ee6295 enum fixes and ipv6 update 2007-09-20 16:28:41 +00:00
Marcos Pinto cd10e9bbaa many fixes in libtorrent sync 1586 2007-09-19 20:39:29 +00:00
Marcos Pinto 760acc8f30 more asserts to bandwidth limiter 2007-09-19 02:45:29 +00:00
Marcos Pinto 25146891ff disable loopback for upnp 2007-09-18 02:33:04 +00:00
Marcos Pinto a93c236e0e libtorrent upnp fix, compilation fix 1577 2007-09-17 19:48:16 +00:00
Marcos Pinto dcfb14d7e5 piece picker fix 1568 2007-09-17 01:13:06 +00:00
Marcos Pinto 3f89fd2753 libtorrent sync 1567, for many fixes, including upnp and run conditions 2007-09-16 07:56:11 +00:00
Andrew Resch 82e7eb2e32 Add licenses for libtorrent and asio. 2007-09-15 07:21:34 +00:00