Commit Graph

2850 Commits

Author SHA1 Message Date
Charles Kerr 0fd817b757 (trunk libT) more assertions to help find the cause of #2480 2009-10-10 17:37:34 +00:00
Charles Kerr 61042404ad (trunk) replace tr_tracker_stat's "isActive" field with the more descriptive "isBackup" 2009-10-10 00:17:00 +00:00
Charles Kerr f607c7591a (trunk) #2463: 'Mac Client shows huge "next announce in" timer' 2009-10-09 21:30:34 +00:00
Charles Kerr f92fd55a80 (trunk libT) add a couple more debugging assertions into the nightlies to try & smoke out the handshake/peer-io crashes 2009-10-09 20:06:22 +00:00
Charles Kerr 5b19021ab1 (trunk libT) #2393: Transmission deletes all files when moving to the same physical directory 2009-10-07 03:49:55 +00:00
Charles Kerr 90d612f9a9 (trunk libT) remove randOffset from announcer; the new announce queue handles load balancing 2009-10-03 14:08:05 +00:00
Charles Kerr aad2a886be fix oops 2009-10-03 13:17:18 +00:00
Charles Kerr 412f0b40a2 (trunk libT) fix a crash reported by John Clay and silence a gcc warning 2009-10-03 13:15:32 +00:00
Charles Kerr 21bd104bda (trunk libT) #2471: added/removed trackers aren't applied until restart 2009-10-02 04:54:02 +00:00
Charles Kerr b9a4f418ed (trunk, libT) filter out unsupported announce addresses 2009-10-02 02:03:30 +00:00
Charles Kerr 5819ffc2d8 (trunk, libT) #2464: Mac Client shows incorrect announce/scrape results for backup trackers 2009-09-30 20:49:52 +00:00
Charles Kerr d08ab9e510 (trunk libT) #2429: add some more assertions to help smoke out this bug 2009-09-28 18:22:57 +00:00
Mitchell Livingston 79b5c3e596 show N/A for peer counts when there hasn't been a scrape/announce yet 2009-09-28 15:16:23 +00:00
Charles Kerr b32e5cc25d (trunk libT) #2450: --find should not delete original 2009-09-27 18:48:00 +00:00
Charles Kerr a2b8588206 (trunk libT) possibly fix a crash-on-shutdown reported by John_ 2009-09-27 00:27:51 +00:00
Charles Kerr 79035d3b83 (trunk libT) possibly fix a crash-on-shutdown reported by John_ 2009-09-26 23:54:30 +00:00
Charles Kerr 9bf4c599b8 (trunk libT,gtk) plug a couple of minor leaks reported by valgrind 2009-09-26 23:46:30 +00:00
Charles Kerr 459bea37f9 (trunk libT) remove a couple more debugging printf() calls 2009-09-26 13:21:46 +00:00
Charles Kerr 681584e58e (trunk libT) possibly fix a crash reported by stdisease 2009-09-26 06:43:44 +00:00
Charles Kerr 4a09a1de13 (trunk) remove tr_stats fields: downloaders, leechers, seeders, timesCompleted as per discussion with livings 2009-09-26 06:20:33 +00:00
Charles Kerr d7c4537f2a (trunk, libT) #2379: infinite ratio shows as nan, invalid json 2009-09-26 04:24:45 +00:00
Charles Kerr 52f212fc9a (trunk libT) remove some debug printfs 2009-09-26 04:13:09 +00:00
Charles Kerr 28e119c1bb (trunk) copy-by-value changes to tr_tracker_stat 2009-09-26 03:36:58 +00:00
Charles Kerr 5b46b63b23 (trunk gtk) implement 'edit trackers' window in gtk client 2009-09-26 00:48:07 +00:00
Charles Kerr 86ada18266 (trunk)
#1699: Announce to multiple trackers at once
#2424: Tracker address is not listed in GTK client.
2009-09-25 21:05:59 +00:00
Charles Kerr 172d64c32c (trunk libT) #2416: possible fix for 'crash in event_queue_insert' on Snow Leopard 2009-09-23 15:28:11 +00:00
Charles Kerr 6656c6d71e (trunk libT) #2420 - Transmission should follow PEX conventions 2009-09-17 19:05:18 +00:00
Charles Kerr 034d14639a (trunk libT) use tr_torrentName() instead of tor->info.name 2009-09-17 03:24:35 +00:00
Charles Kerr 9b9c910d67 when creating a new torrent and a tracker announce URL can't be parsed, set a variable so that the client can learn which announce URL was the bad one 2009-09-17 01:18:59 +00:00
Charles Kerr ff260ee2fb (trunk libT) fix a couple of compiler warnings from the last commit. 2009-09-10 03:28:55 +00:00
Charles Kerr 19b3a84133 (trunk libT) fix oops 2009-09-10 03:07:54 +00:00
Charles Kerr fb83a0464e (trunk libT) #2395: caching too many peers between sessions makes startup slow and uses too much memory (KyleK, stdisease, et al) 2009-09-10 02:20:35 +00:00
Charles Kerr fa1fa11fdb (trunk, libT) #2390: when you add a new torrent while one is verifying local data, the new torrent will be added on wait list, rather than download automatically. (Reported by Adys in irc) 2009-09-09 12:44:11 +00:00
Charles Kerr 9af75365d2 (trunk libT) a test commit -- possible fseek fix for Rabbitbunny 2009-09-09 03:23:50 +00:00
Charles Kerr 9a02f9e48e fix r9073 oops; I committed a few debugging changes by accident too 2009-09-08 20:02:51 +00:00
Charles Kerr b7821bfb16 delete the obsolete zsh bindings 2009-09-08 20:01:12 +00:00
Charles Kerr 3524ae637e (trunk libT) sync the announce/scrape timeout intervals in trunk with those in 1.7x 2009-09-08 18:39:20 +00:00
Charles Kerr c7e2a29f57 add better logging to track down tr_ioRead() error messages reported by Rabbitbunny 2009-09-08 06:25:40 +00:00
Charles Kerr bd41421591 decide at runtime, rather than compile time, whether to use curl_multi_action 2009-09-08 05:18:46 +00:00
Charles Kerr 600e2d26ec (trunk libT) make tr_ptrArrayErase() private 2009-09-07 21:57:15 +00:00
Charles Kerr 0ef34b64b7 (trunk, libT) sibling to r9027, remove more unused code 2009-09-07 06:23:15 +00:00
Charles Kerr e22922f682 (trunk libT) disable the sorted ptrArray assertions in non-mac release builds 2009-09-06 22:52:13 +00:00
Charles Kerr c930f805cb (trunk libT) #2383: Faster verification for local data with small piece size 2009-09-06 14:05:06 +00:00
Charles Kerr 44d785f9ca (trunk libT) #2284: crashes when some invalid torrents are added. reported by Flemzard in irc 2009-09-05 16:51:22 +00:00
Charles Kerr 515a3f986f (trunk, libT) fix code in the UTF8-to-JSON serializer that could fall into an infinite loop when fed some inputs. This may be ticket #2326 or may get its own retroactive ticket, depending on feedback from #2326's reporter 2009-09-02 15:26:34 +00:00
Charles Kerr 1184d58302 (trunk libT) revert r9026 from ticket #2357 2009-09-01 03:42:16 +00:00
Charles Kerr be98310bb5 remove unused code 2009-08-31 23:31:43 +00:00
Charles Kerr 78b23a933d (trunk libT) #2357: the "upload_only" key sent in PEX should also be sent to trackers 2009-08-31 18:33:25 +00:00
Charles Kerr fdc61b0d0b (trunk libT) #2373: Handle HTTP redirects more gracefully 2009-08-31 17:18:58 +00:00
Charles Kerr 23b3faada4 (trunk libT) #2372: 'Unregistered Torrent Pass' Pauses Download 2009-08-31 16:41:54 +00:00
Charles Kerr ed512c215f (trunk, libT) #2365: Peer settings for an individual torrent should override the global limit. 2009-08-31 15:59:43 +00:00
Charles Kerr ae9e59c8af add KGet to the clients list 2009-08-29 14:42:58 +00:00
Charles Kerr 6a2de9864d fix --disable-dht error in 1.74 reported by DimStar 2009-08-25 13:55:32 +00:00
Charles Kerr 786887b147 (trunk libT) tell libcurl to set a time limit of 120 seconds for announces; 30 seconds for scrapes 2009-08-22 23:22:50 +00:00
Charles Kerr e7a4ee9d82 (trunk) un-remove the conditional DHT compiling for now for reasons discussed @ http://lists.opensuse.org/opensuse-gnome/2009-08/msg00033.html. I'll re-remove it for 1.80. :) 2009-08-18 16:02:16 +00:00
Charles Kerr 6dedb0433b (trunk libT) better throttling back of outgoing download requests when speed limits are turned on 2009-08-18 01:57:17 +00:00
Erick Turnquist fbfaeda8df (trunk libT): do EAFNOSUPPORT check on socket() errno on all platforms 2009-08-17 18:49:21 +00:00
Charles Kerr 14dfd896ba (trunk libT) a debugging message was accidenally being dumped to the terminal. Reported by ubuntuforums user "Nevermor7" in <http://ubuntuforums.org/showpost.php?p=7743702&postcount=1> 2009-08-16 21:09:08 +00:00
Charles Kerr 37a4a5c68e (trunk libT) fix pause-on-shutdown bug reported by KyleK and introduced in r8878 for #2317. 2009-08-15 21:09:06 +00:00
Charles Kerr 1c5b344c85 (trunk libT) remove dead code noticed by geirha 2009-08-15 15:52:10 +00:00
Charles Kerr f7129f2f30 (trunk libT) #2335: when verifying local data, pause a few msec between pieces to give the system some breathing room and other processes a shot at the disk IO 2009-08-14 20:55:22 +00:00
Charles Kerr 30bc1c6e7a (trunk libT) revision to r8910 for #2162: check to see if a field's value has actually changed before setting the "dirty" flag. 2009-08-14 14:41:59 +00:00
Charles Kerr 61e95595b8 (trunk) move tr_lockfile from libtransmission/ to gtk/, since the gtk client is the only one who uses it anymore 2009-08-14 12:53:08 +00:00
Charles Kerr d318f1f0b8 (trunk libT) revision of r8915 for #1765: give the same user-level warning message if T first notices that a torrent's disappeared when it's doing a tr_torrentVerify() 2009-08-13 19:28:06 +00:00
Charles Kerr 9d0760e58c (trunk libT) revision of r8915 for #1766: flag the warning message for translation. 2009-08-13 17:56:50 +00:00
Charles Kerr deb25906d0 (trunk libT) fix #1765: "if a downloaded file disappears, stop the torrent instead of redownloading it" 2009-08-13 17:50:41 +00:00
Charles Kerr 11717de1d0 (trunk libT) fix #2332: filesystem-based error messages lack context 2009-08-13 17:25:26 +00:00
Charles Kerr d08d53d8ed (trunk libT) make the RPC 409 error message easier to understand 2009-08-13 16:50:50 +00:00
Charles Kerr 784464450a (trunk libT) fix #2162: .resume file doesn't get saved often enough when its contents change 2009-08-13 14:47:56 +00:00
Charles Kerr 8e4d837967 (trunk, libT) fix for #2269 ("error message cleared unexpectedly"): a successful scrape clears the error message, and there's no point in scraping an error torrent anyway, so don't scrape until the torrent's error is cleared by a successful announce. 2009-08-12 20:12:52 +00:00
Charles Kerr 306d26a97c (trunk libT) very minor tweak: tr_httpIsValidURL() should return a tr_bool, not an int. 2009-08-12 19:44:32 +00:00
Charles Kerr bf1a544939 (trunk) all this commit does is remove trailing whitespace from some c, c++, and javascript source 2009-08-12 14:40:32 +00:00
Mitchell Livingston 8a7c68194e add another missing peer id 2009-08-12 11:34:07 +00:00
Charles Kerr cf9c9a3e0b (trunk libT) another revision for preventing the bug in #2297 2009-08-12 04:36:59 +00:00
Charles Kerr 97ca8eab39 (trunk libT) possible fix for #2297 by removing potential thread issue in tr_torrentVerify() 2009-08-12 04:08:25 +00:00
Charles Kerr c88dd2de12 (trunk libT) in tr_torrentStar(), there's no need to reload the progress after #2317's changes in r8878 2009-08-12 03:56:53 +00:00
Charles Kerr 57716a0950 (trunk libT) #2211: Behaviour when tracker barfs 2009-08-11 21:31:33 +00:00
Charles Kerr cb79214854 (trunk) remove trailing spaces 2009-08-10 20:04:08 +00:00
Charles Kerr 6fd19fa096 (trunk) remove the option to build without DHT. This is because of new & improved information wrt ticket #2222 2009-08-10 16:09:25 +00:00
Charles Kerr 5d1f1eb8ce (trunk libT) committed patfch from gornack (proofed by juliusz) for ticket #2312 to use the bind-address-ipv4 setting in the DHT announce 2009-08-07 14:47:46 +00:00
Charles Kerr 1419d4b8a1 (trunk libT) #2281: add logging related to DHT (Patch from Juliusz) 2009-08-07 14:38:09 +00:00
Charles Kerr b2e26ea90a (trunk libT) #2318: improve the peer lists used in the .resume file and in PEX 2009-08-07 05:41:33 +00:00
Charles Kerr 24bb159bfe (trunk libT) #2137: .resume file gets saved too frequently 2009-08-07 05:29:37 +00:00
Charles Kerr 67c1c6db95 (trunk libT) possible fix for #2301, which is a valgrind complaint about uninitialized memory being written to disk while saving the bencoded .resume file. this commit theorizes that the warning is caused by not zeroing out the tr_peer array before filling it, so the extra bits in tr_addresses' ipv4/ipv6 union were never initialized. if this theory is correct, this commit (which zeros the memory first) should fix the bug. 2009-08-07 00:58:34 +00:00
Charles Kerr 6a2879f0ee (trunk libT) fix r8871 oops 2009-08-05 02:07:51 +00:00
Charles Kerr 1c3b53244d (trunk) clean up the return value of tr_torrentParse() 2009-08-05 01:59:16 +00:00
Charles Kerr a4767894e7 (trunk) #1400, #2308: differentiate warnings and errors; differentiate between local messages and messages from the tracker 2009-08-05 01:25:36 +00:00
Charles Kerr 723cabb542 (trunk libT) prevent potential rounding errors when sending floating-point numbers across the wire in json form 2009-08-03 23:18:02 +00:00
Charles Kerr 87a7bf043a (trunk libT) possible fix for #2238 as suggested by kjg 2009-08-03 16:24:44 +00:00
Charles Kerr 55cd3a8367 (trunk libT) back out r8765. xref: http://trac.transmissionbt.com/ticket/2253#comment:13 2009-07-18 01:09:56 +00:00
Charles Kerr 69bbff4d92 (trunk libT) fix a couple of minor gcc warnings 2009-07-17 18:00:29 +00:00
Charles Kerr 12f8339406 (trunk libT) remove dead code 2009-07-17 17:23:03 +00:00
Mitchell Livingston ca62075c31 revert r8745 2009-07-17 11:20:30 +00:00
Charles Kerr 202e593f8d (trunk libT) add tr_truncd() unit test 2009-07-14 20:35:48 +00:00
Charles Kerr e5ff7d8f3e (trunk) #2271: rounding problem in printf() 2009-07-14 20:09:46 +00:00
Charles Kerr f443d6d113 (trunk libT) update JSON_parser.c: has UTF16 fix 2009-07-13 22:52:08 +00:00
Eric Petit bc3ffac45b Set some sensible default folders for Haiku 2009-07-09 18:18:14 +00:00
Eric Petit 67440b9286 Don't assume that errnos are positive (they are not on Haiku), and
pass them on through an additional parameter if needed
2009-07-09 18:14:33 +00:00
Eric Petit ff50449d33 Only use libm if it's there and needed 2009-07-09 17:57:31 +00:00
Charles Kerr 5f9c5b553c maybe 1024 is too stringent here 2009-07-07 01:18:53 +00:00
Charles Kerr 33b45e72c6 (trunk libT) fix r8781 oops 2009-07-06 12:27:24 +00:00
Charles Kerr 90097785ca (trunk libT) #1841: Transmission doesn't stick to maximum peer limits 2009-07-05 18:28:36 +00:00
Charles Kerr 5917436e60 (trunk libT) remove dead code 2009-07-04 04:33:23 +00:00
Charles Kerr 4723b4a6e4 (trunk libT) make TR_PREALLOCATE_SPARSE the default value -- too many people are asking why Transmisson "freezes" when it starts downloading a torrent. In the future it would be better to frame the choice between FAST and FULL instead of SPARSE and FULL. this should be revisited later when glibc's fallocate() is widely available and ext4 is more common. 2009-07-03 22:22:01 +00:00
Charles Kerr 1104a4bf4d (trunk libT) dead code removal 2009-07-03 19:45:29 +00:00
Charles Kerr 8970fb14cb (trunk libT) better version of r8775 2009-07-03 14:37:27 +00:00
Charles Kerr 056bba353a (trunk libT) #2263: Night of the Living Dead (removed and deleted torrents keep coming back) 2009-07-03 14:31:31 +00:00
Charles Kerr 48b460c0c3 (trunk libT) #2261: Save memory by not initializing the RPC server's zlib stream until it's needed 2009-07-02 20:20:00 +00:00
Charles Kerr 5258ac0a83 (trunk libT) #2234: add support for setting the file creation umask 2009-07-02 02:37:49 +00:00
Charles Kerr 1e6902a328 (trunk libT) fix r8770 oops 2009-07-02 02:04:34 +00:00
Charles Kerr a8619eb645 (trunk libT) #529: Time remaining for downloads is unreliable 2009-07-02 01:50:07 +00:00
Charles Kerr 32aeae1388 (trunk libT) #2252: Folders stay in the original folder after using "Set location" and moving folder(torrent) 2009-07-01 15:30:17 +00:00
Charles Kerr 24746cff7f (trunk libT) minor #include futzing 2009-07-01 14:58:57 +00:00
Charles Kerr d6ed808f9c (trunk, libT) #2253: I love you, valgrind pt 3 2009-07-01 00:46:30 +00:00
Charles Kerr 58ba65f55b (trunk, gtk/qt) use Monsoon's strings for encryption preferences and Deluge's system tray tooltip. 2009-06-30 18:08:50 +00:00
Charles Kerr 07046a26b2 (trunk libT) inline some one-liners 2009-06-30 16:40:34 +00:00
Charles Kerr 1980bcc988 (trunk libT) I love you, massif pt. 2 2009-06-25 17:25:51 +00:00
Charles Kerr db5b508ca6 (trunk libT) I love you, massif 2009-06-25 04:02:07 +00:00
Charles Kerr ffc54a8c7e (trunk) #2245: defined macros 2009-06-25 01:57:31 +00:00
Charles Kerr 7274c24e44 (trunk libT) #2244: Default upload slots too high 2009-06-25 00:24:30 +00:00
Charles Kerr ae8783d6e9 (trunk libT) this is so minor I hesitate to commit it, but... save 16 bytes per torrent by more efficient alignment of tr_info's fields :) 2009-06-24 04:36:18 +00:00
Charles Kerr 8d52cc2adb (trunk libT) scrimp & save a few more bytes per each peer 2009-06-24 04:14:39 +00:00
Charles Kerr 5e208a2909 (trunk libT) save some memory, and an unnecessary malloc/free, for each torrent 2009-06-24 03:54:11 +00:00
Charles Kerr 057638c4e9 (trunk libT) #2240: Cryptic information messages on startup 2009-06-23 14:43:09 +00:00
Charles Kerr 1ae47c697d (trunk) silence some minor gcc warnings 2009-06-23 14:15:23 +00:00
Charles Kerr 39330501e4 (trunk) #2222: Make DHT support a compile-time option, enabled by default 2009-06-21 08:57:26 +00:00
Charles Kerr 587ddb48f0 (trunk libT) #2228: transmission should learn to truncate files on updating torrents 2009-06-21 07:53:51 +00:00
Charles Kerr ef9896e223 (trunk libT) more efficient closing of a torrent's open files 2009-06-21 07:36:51 +00:00
Charles Kerr 1bc1b16da7 (trunk libtransmission) #2227: tr_metaInfoBuilderCreate(topFile) creates invalid .torrent files when topFile ends with a '/' 2009-06-20 00:39:30 +00:00
Charles Kerr c859f06742 (trunk) autoconf/automake: move libdht.a into a DHT_LIBS variable 2009-06-19 23:50:09 +00:00
Charles Kerr 19a8b6193c (trunk libT) #2225: support supportcypto and requirecrypto flags in http tracker announces 2009-06-18 20:33:04 +00:00
Charles Kerr dbc9c0fb7d (trunk libT) tweak benc dict preallocation in resume.c as suggested by Elbandi 2009-06-17 22:07:16 +00:00
Charles Kerr 683073855e (trunk libT) revert most of r8693 as a quick fix for a possible alignment issue on a NAS 2009-06-16 19:31:17 +00:00
Charles Kerr 45f1316bce (trunk libT) #2196: add a fallback implementation of preallocateFileFull() in case the os-specific and fs-specific approaches don't work. 2009-06-16 17:10:47 +00:00
Erick Turnquist 1c7ac5bea0 (trunk libT) fix "dereferencing pointer does brea strict-aliasing rules" warning 2009-06-15 05:16:36 +00:00
Charles Kerr 1be7f51b3d (trunk libT) simplify the evtimer / struct timeval code a little 2009-06-15 03:24:40 +00:00
Charles Kerr 0380906aa6 (trunk libT) a minor but nice twofer: reduce per-peer memory overhead a little bit, and also avoid an extra malloc/free per peer connection 2009-06-15 02:22:41 +00:00
Charles Kerr 8e676171d4 (trunk libT) move tr_bitfield into its own, package-visible source files. this may break the mac build temporarily until the xcode file gets synced 2009-06-15 00:11:06 +00:00
Charles Kerr deb679dab0 (trunk libT) avoid an extra per-torrent malloc/free by aggregating its tr_bandwidth into its struct 2009-06-14 22:19:19 +00:00
Charles Kerr 813640d6f3 (trunk libT) silence a gcc 4.4 warning: "dereferencing type-punned pointer will break strict-aliasing rules" 2009-06-14 19:17:10 +00:00
Charles Kerr e082548030 (trunk) remove the test for fallocate(), since we used posix_fallocate() as a fallback anyway. <http://www.lucas-nussbaum.net/blog/?p=332> says: "Glibc does have posix_fallocate(), which implements the POSIX interface. posix_fallocate() is wired to use the fallocate system call, for sufficiently modern versions of glibc." 2009-06-14 18:32:09 +00:00
Charles Kerr 73f3c3ad8c (trunk) replace LIBEVENT_CPPFLAGS with LIBEVENT_CFLAGS 2009-06-14 16:51:22 +00:00
Charles Kerr 13cac341cd (trunk libT) avoid an extra malloc/free when sending the opening handshake message 2009-06-14 14:39:51 +00:00
Charles Kerr 837186679d (trunk libT) avoid an extra malloc/free when deriving the scrape URL 2009-06-14 14:23:43 +00:00
Charles Kerr d8360f9a26 (trunk libT) avoid an unnecessary malloc/free in tr_strdup_printf() 2009-06-14 01:01:46 +00:00
Charles Kerr ef21704b58 (trunk libT) remove the last calls to tr_getBuffer() and tr_releaseBuffer() 2009-06-14 01:00:36 +00:00
Charles Kerr 6755041894 (trunk) #1864: Tracker not found (404) when a check of local file is done. 2009-06-13 17:11:46 +00:00
Charles Kerr a2b9fcc592 (trunk libT) possible fix for #2078: Assertion failed: (tv->tv_usec >= 0) 2009-06-12 23:01:35 +00:00
Charles Kerr 8f1d036fa3 (trunk libT) make sure tr_sessionSetDHTEnabled() doesn't make libevent calls outside of the libevent thread 2009-06-12 22:17:59 +00:00
Charles Kerr 6f40f83a1f (trunk) #2204: wrong variable used in rpc-impl for webseedCount 2009-06-12 12:10:09 +00:00
Charles Kerr 4c60377168 (trunk) fix oops 2009-06-11 22:46:33 +00:00
Charles Kerr 17cb7945ed (trunk libT) #2199: DHT should not announce stopped torrents 2009-06-11 21:42:59 +00:00
Charles Kerr 0dd0a0bbd7 (trunk libT) #2195: 1.71 assertion: tr_peerIoSupportsFEXT( msgs->peer->io ) peer-msgs.c:265 2009-06-10 13:46:46 +00:00
Charles Kerr 101459ef46 (trunk) "assert( eh->die );" isn't shedding any light on the problem but it is pissing off many users, so let's remove it. 2009-06-09 22:02:58 +00:00
Charles Kerr 389db06d08 (trunk) remove a little more newly-dead code 2009-06-09 21:59:25 +00:00
Charles Kerr 47a64975b7 (trunk libT) #2192: tr_session's hashstring-to-filename code reinvents the wheel 2009-06-09 21:57:11 +00:00
Charles Kerr dfc6e904d0 (trunk libT) fix copy/paste error in tr_fdAccept() 2009-06-08 14:50:56 +00:00
Charles Kerr 6a568403d2 (trunk libT) #2179: memory allocation in benc could be more efficient 2009-06-07 17:54:28 +00:00
Charles Kerr 38a032b1bf (trunk libT) possible fix for benc/json saving issues reported in 1.70. This is a guess from rb07's post in the forums about bencode.c, and from John Clay's comments in irc 2009-06-06 19:30:32 +00:00
Charles Kerr d0ae679a2f (trunk) minor commit: sync the .h licenses with their counterpart .c licenses 2009-06-06 17:39:04 +00:00
Charles Kerr 3f03f2e0c3 (trunk libT) #2151: possible fix for "Unusually high CPU usage in latest builds" issue 2009-06-06 16:19:34 +00:00
Charles Kerr ab56a2f7f7 (trunk libT) fix potential permissions headache when saving json/benc files 2009-06-04 15:52:54 +00:00
Charles Kerr 5898c8b276 (trunk libT) add a debugging message to r8609 in case we ever have to go back to the bad old days of TR_DEBUG_FD 2009-06-04 15:04:34 +00:00
Charles Kerr cc4cd19903 (trunk libT) under very rare circumstances we wouldn't send a REJ message even if the protocol required it. also, avoid an unnecessary memcpy(). Thanks to geirha and Lacrocivious for helping test & confirm the fix. 2009-06-04 14:59:17 +00:00
Charles Kerr 4c02edf6d4 (trunk libT) fix a minor tr-dht memory leak found by valgrind. 2009-06-03 23:42:13 +00:00
Charles Kerr 8fa568d20b (trunk libT) lessen evbuffer memory bloat when we have a lot of simultaneous peers 2009-06-03 22:52:08 +00:00
Charles Kerr b6f3b15f0a (trunk libT) handle windows when saving json files; use evbuffer_write() more safely 2009-06-03 21:08:54 +00:00
Charles Kerr ca229e5482 (trunk libT) #2160: fix 1.60 error when setting file wanted/not-wanted flags when adding a new torrent via RPC. reported by anf6 2009-06-03 16:59:32 +00:00
Charles Kerr 8e6eee683f (trunk) on non-mac platforms, try not building our own copy of libevent 1.4.x 2009-06-03 15:47:08 +00:00
Charles Kerr a9d99c482a (trunk libT) dead code removal 2009-06-03 04:56:53 +00:00
Charles Kerr 9513fcbe66 (trunk libT) add a bunch of comments denoting where the libevent 2.0 changes will go 2009-06-02 18:21:23 +00:00
Charles Kerr 9238fb0299 (trunk) #2131: clean up benc read/write API 2009-06-02 01:48:48 +00:00
Charles Kerr 9bfec90e43 (trunk libT) avoid about 75% of the strdup/malloc/frees in benc by using a union of char* and a small string buffer, and using the buffer if the string is small enough 2009-06-01 22:15:50 +00:00
Charles Kerr 7f85090587 (trunk) add a "source" argument to tr_jsonParse() so that if there's an error we can log the filename, or that it came from rpc, etc. 2009-06-01 18:57:37 +00:00
Charles Kerr 6508dc3a3d (trunk libT) #2146: Incorrect maintenance of dhtAnnounceInProgress 2009-06-01 18:24:30 +00:00
Charles Kerr f538b08fb3 (trunk libT) tracker.c was using tr_benc's private fields 2009-06-01 18:12:36 +00:00
Charles Kerr 38ffac8bf6 (trunk libT) fix bug that misparsed the tracker's min_request_interval 2009-06-01 18:06:35 +00:00
Charles Kerr ee0771c751 (trunk) "perl -r" wasn't portable to os x 2009-06-01 00:43:01 +00:00
Charles Kerr ea93eab02d (trunk libT) on platforms that support it, use POSIX_FADV_SEQUENTIAL instead of POSIX_FADV_RANDOM. (http://trac.transmissionbt.com/ticket/1521#comment:25) 2009-05-31 21:20:49 +00:00
Charles Kerr 0834c33445 (trunk) yet another stab at building version.h portably 2009-05-31 20:22:47 +00:00
Charles Kerr d4aaa3d320 (trunk libT) r8563 weak. 2009-05-31 00:27:19 +00:00
Charles Kerr 62109971c5 (trunk libT) fix two trivial compiler warnings from r8562 2009-05-30 21:59:09 +00:00
Charles Kerr 73cef0d680 (trunk libT) dead code removal 2009-05-30 21:45:40 +00:00
Charles Kerr d1b36fee6f (trunk libT) a little bit of early futureproofing for libevent 2.0 2009-05-29 20:52:42 +00:00
Charles Kerr 452cb27f9e (trunk libT) re-start work on making libT doxygen friendly. still a long ways to go on this. 2009-05-29 19:17:12 +00:00
Mitchell Livingston 3f89538e28 when adding a torrent, set the default torrent speed limit to the global speed limit (the limit will still be disabled) 2009-05-28 22:05:21 +00:00
Charles Kerr d0a57ce9d2 (trunk libT) version.h.in was doubled up 2009-05-28 17:56:58 +00:00
Charles Kerr 691eb0db76 (trunk libT) the pre-1.70 builds were using the wrong key for ipv4/ipv6 bind addresses in settings.json 2009-05-28 13:24:35 +00:00
Charles Kerr cd36431b0c (trunk libT) fix off-by-one in tr_ssha1() reported by lightix @ http://forum.transmissionbt.com/viewtopic.php?f=2&t=7684#p37556 2009-05-28 13:02:03 +00:00
Charles Kerr 8504baf7aa (trunk libT) #2022: Torrentbar shows wrong speeds: Webseed-peers aren't taken into account 2009-05-28 02:28:14 +00:00
Charles Kerr 2a157ca600 (trunk) #2125: Get svn revision number with autoconf rather than make 2009-05-28 02:15:53 +00:00
Charles Kerr 49885aae05 (trunk libT) #2120: Typo in DHT support: incorrect test when bootstrapping 2009-05-27 17:35:49 +00:00
Charles Kerr bda5a11eb4 (trunk libT) probable fix for #2111: session-set causes crash on second attempt 2009-05-26 20:52:08 +00:00
Charles Kerr 342ea302bc (trunk libT) version.h build issue that manifested itself as "tr-dht.c:156: error: expected expression before ‘>>’ token". Thanks to geirha for tracking down the problem and contributing a fix 2009-05-24 13:48:55 +00:00
Charles Kerr 5f95f7bdf7 (trunk libT) #2107: Port randomization should use only private ports (49152-65535) 2009-05-24 01:51:53 +00:00
Charles Kerr 72fe1b7bea (trunk libT) try to smoke out the cause of #1992 2009-05-22 19:32:49 +00:00
Charles Kerr 7c6fbfb80f (trunk libT) fix a couple of dead assignments, and a possible null pointer dereference, found by clang 2009-05-22 19:03:00 +00:00
Charles Kerr 66da41e517 (trunk) dht seems to be crashing in bcmp() on the mac, so I suspect the homegrown implementation of memmem() is buggy... test this out by replacing memmem()'s implementation 2009-05-22 05:35:51 +00:00
Charles Kerr 690b029c52 (trunk libT) take out the test scaffolding for the tr_torrentFiles() rewrite 2009-05-22 01:21:56 +00:00
Charles Kerr a2480049d5 tweak the assertion to track down Rolcol's crash 2009-05-21 22:49:59 +00:00
Charles Kerr 6e089ef095 (trunk libT) #1992: could it really be this easy? if it is, wereHamster deserves the credit. if not, at least it was easy 2009-05-21 22:26:18 +00:00
Charles Kerr 59e4a61100 (trunk libT) since the metainfo hash string lookup table is expensive to build, and since only the mac client uses it, let's not build it until some non-libT calls tr_ctorSetMetainfoFromHash(). 2009-05-21 19:54:59 +00:00
Charles Kerr b1f675eb83 (trunk libT) smoke out any errors in the tr_torrentFiles() rewrite 2009-05-21 18:37:55 +00:00
Charles Kerr 73add1f2f9 (trunk) add hooks for disabling/enabling DHT in gtk client, qt client, and transmission-remote 2009-05-21 00:15:54 +00:00
Charles Kerr bc632a9360 (trunk libT) possible fix for the slow startup reported by livings and Waldorf 2009-05-20 17:35:41 +00:00
Charles Kerr 7d844ec279 (trunk) #920 Add "Move Data" to libT so all clients can use it 2009-05-20 16:02:12 +00:00
Charles Kerr 9d1ea6eb6b (trunk libT) tweak tr-dht a little 2009-05-20 15:56:58 +00:00
Charles Kerr d0a84bcf09 boring tr_memmem tweaks 2009-05-20 04:30:55 +00:00
Charles Kerr af213891f9 (trunk libT) make tr_memmem() more readable 2009-05-20 04:25:45 +00:00
Charles Kerr 70bd50ff7f (trunk libT) futz around with tr-dht.c a bit 2009-05-20 04:08:58 +00:00
Charles Kerr 52991d7ee7 bah, that last commit was wrong 2009-05-20 03:58:15 +00:00
Charles Kerr e904ea732c (trunk libT) modified transmission-dht-20090619.patch 2009-05-20 03:55:09 +00:00
Mitchell Livingston 52c56eae98 add RezTorrent to clients 2009-05-20 00:00:42 +00:00
Charles Kerr 979eddf61d (trunk libT) add some extra tests to tr_cryptoWeakRandInt() 2009-05-19 20:52:24 +00:00
Charles Kerr 8f3660c334 (trunk libT) fix event_callback() error in tr-dht.c 2009-05-19 20:42:01 +00:00
Charles Kerr 5a9c945dbb (trunk libT) remove some dead code from tr-dht.c 2009-05-19 19:39:56 +00:00
Charles Kerr 54202fca79 (trunk libT) add Juliusz' provide-node-count.patch patch 2009-05-19 19:05:34 +00:00
Charles Kerr 3d7cc36424 (trunk) #7: DHT support. This is a work in progress... no gui/rpc support yet 2009-05-19 18:38:26 +00:00
Charles Kerr dc02274d4c (trunk libT) silence a compiler warning 2009-05-19 15:53:34 +00:00
Charles Kerr ed710be223 (trunk libT) expose tr_memmem() so it can be used by client code. use the OS' implementation if that's available. 2009-05-19 04:48:33 +00:00
Charles Kerr 80158af42f (trunk libT) #2086: JSON RPC messages can be 86% shorter, using less bandwidth and CPU 2009-05-16 15:38:47 +00:00
Charles Kerr 9fe388cf70 (trunk libT) BitTorrent message #9 is for setting the peer's DHT listening port, not their BitTorrent listening port. (tiennou) 2009-05-16 14:31:18 +00:00
Charles Kerr 1c3f3acbca (trunk) add an option to the JSON generator to disable the human-readable indentations. Keep indenting the data files such as settings.json, but don't indent the messages used for RPC. This cuts the cost of deflate()ing those RPC messages by about 80%... 2009-05-16 05:51:52 +00:00
Charles Kerr 063b11bda1 (trunk libT) experimental faster implementation of tr_torrentFiles(). for the time being, keep the old implementation too and add an assertion that the two come up with the same results. 2009-05-16 01:43:21 +00:00
Charles Kerr bd4f0e5c37 (trunk libT) speed up rpcimpl's torrentGet() by about 75% 2009-05-15 20:00:12 +00:00
Charles Kerr f3868f0775 (trunk libT) update our copy of Jean's JSON parser 2009-05-15 13:16:34 +00:00
Charles Kerr 74a4c2f2d5 fix last commit :/ 2009-05-15 12:28:12 +00:00
Charles Kerr 5bf4eb71ce (trunk libT) fix a minor bug in peer count tabulation 2009-05-15 12:19:27 +00:00
Charles Kerr 8807c286c0 (trunk libT) fix r8394 oops reported by Ryoujin. hooray for having many eyes 2009-05-15 02:12:50 +00:00
Charles Kerr 7599172836 (trunk libT) fix minor r8394 bug 2009-05-14 18:37:24 +00:00
Charles Kerr cf389fd684 #2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui 2009-05-14 17:21:07 +00:00
Charles Kerr 7aa58580f3 (trunk) fix a couple of memory leaks. 2009-05-14 17:18:17 +00:00
Charles Kerr da42fe8a7c (trunk libT) #2035: Transmission causes wakeups by unnecessary polling. 2009-05-14 13:42:29 +00:00
Charles Kerr 1fc7f10b6c (trunk libT) #2035: Transmission causes wakeups by unnecessary polling 2009-05-13 20:54:35 +00:00
Charles Kerr b2a6def953 (trunk libT) fix small dead code. found by clang static analyzer and reported by d0k 2009-05-13 19:04:14 +00:00
Charles Kerr eb30e24be0 (trunk libT) #1916: 'Phantom' Verifying appears if already another verify in progress 2009-05-13 18:37:56 +00:00
Charles Kerr 29b1d3e2cc (trunk) #920: add "move data" to libT so all clients can use it 2009-05-13 15:54:04 +00:00
Mitchell Livingston 6ad1a500a7 #2065 Spelling mistake 2009-05-12 13:10:20 +00:00
Charles Kerr 76d8410f7e (trunk libT) remove r8370's testing assertions 2009-05-11 16:04:31 +00:00
Mitchell Livingston 51a3b94ed1 when checking client id, look for Transmission first 2009-05-10 00:14:24 +00:00
Charles Kerr 7f08a87969 (trunk libT) #2046: fix JSON bug when parsing floating point numbers in some locales 2009-05-09 18:01:29 +00:00
Charles Kerr f9aa317998 (trunk) improvements to peer-mgr.c. also, new temporary assert()s to help test them. 2009-05-09 06:08:21 +00:00
Charles Kerr 54b7f9ccab (trunk libT) #2030: revert false alarm r8361 as per this suggestion http://trac.transmissionbt.com/ticket/2030#comment:45 2009-05-08 20:52:12 +00:00
Charles Kerr ff3e18f52a (trunk libT) give a better explanation of what third-party apps need to do 2009-05-08 18:07:30 +00:00
Charles Kerr 122a318d8f (trunk libT) super-anal: 1024 was overkill here. 2009-05-08 17:30:14 +00:00
Charles Kerr 0209b783eb (trunk) #2031: Unable to select torrent by hash 2009-05-08 17:24:16 +00:00
Charles Kerr 827c7829aa (trunk libT) don't rely just on errno to tell if tr_loadFile() succeeded. xref: http://trac.transmissionbt.com/ticket/2030?replyto=38#comment:38 2009-05-08 17:04:12 +00:00
Charles Kerr 0d5cb0fa5a (trunk libT) #2043: allow static files served by rpc-server to be cached 2009-05-08 16:41:32 +00:00
Charles Kerr 6559fbbd16 (trunk) support an X-Transmission-Session-Id header in the RPC server. Yesterday's approach of including the session_id in posted forms -- which is a typical approach -- isn't sufficient for Transmission, since it also allows remote access via JSON/RPC. (part 1 of 2. part 2 is kjg's web ui patch) 2009-05-08 14:56:11 +00:00
Charles Kerr 872465d12e (trunk) revert r8351; it's not a sufficient fix 2009-05-08 14:35:02 +00:00