Commit Graph

11167 Commits

Author SHA1 Message Date
Jordan Lee 16de40c78d remove redundant assertion 2011-09-27 02:44:07 +00:00
Mitchell Livingston cee778d694 #4517 mark "add torrent" and "blacklist" url fields as html5 url fields 2011-09-27 02:34:04 +00:00
Mitchell Livingston 0543d53500 warnings-- 2011-09-27 01:49:09 +00:00
Mitchell Livingston 7521bc775f update NEWS 2011-09-27 01:40:17 +00:00
Mitchell Livingston d28941222d #4512 Groups-based custom locations over RPC 2011-09-27 01:37:41 +00:00
Jordan Lee fa4b43bb7d #4515 'load jquery-ui via https' -- done. 2011-09-26 23:22:51 +00:00
Jordan Lee 18b90f60bc (trunk libt) in tr_bitfieldSetRaw(), add a `bounded' argument for cases where we know how large the final bitfield will be. This can be used ensure that the excess bits at the end of the array are zeroed out and safe for bitfield.c's countArray() function. 2011-09-26 22:50:42 +00:00
Jordan Lee bf6c2a0df7 peer.have was being initialized to the block count, rather than the piece count, resulting in wasted overhead. 2011-09-26 22:48:50 +00:00
Jordan Lee 0c4fe00658 (trunk libT) #4511 "fromLpd in rpc" -- add to torrent-get's "peersFrom" response. 2011-09-26 20:49:26 +00:00
Jordan Lee 4857e8ebb1 (trunk libT) add several more tr_completion assertions to smoke out the (sizeWhenDone() < sizeNow()) error reported in the forums 2011-09-26 06:18:48 +00:00
Jordan Lee 0fde2ddc8e in freeTorrent(), don't destruct the torrent's completion field until after calling tr_announceRemoveTorrent() 2011-09-26 05:57:03 +00:00
Jordan Lee dc498b9a34 (trunk qt) #4510 "Lithuanian (lt) translation for the Qt Client" -- added. 2011-09-25 21:56:11 +00:00
Jordan Lee 5332d234bb (trunk libT) #4504 "crash when adding malformed magnet link" -- fixed. 2011-09-25 21:51:50 +00:00
Jordan Lee 4522a3c055 (trunk libT) #4507 "scrape min_request_interval no longer working" -- fixed. 2011-09-25 21:48:34 +00:00
Mitchell Livingston abfafbc166 increase the default width of the inspector -> peers's IP address, dl, and ul columns 2011-09-25 15:37:47 +00:00
Mitchell Livingston e4dabdc5ec Remove duplicate "Copy bundle resources" for PriorityNone.png, again 2011-09-25 01:55:48 +00:00
Mitchell Livingston bfd9d7ce76 update Dutch localization for 2.4 2011-09-25 01:53:16 +00:00
Mitchell Livingston 4ff20ab627 trivial tweak to betterComponentsSeparatedByCharactersInSet: 2011-09-24 19:38:04 +00:00
Jordan Lee 246d6a72a3 (trunk libT) #4502 "allow verbose scrape" -- patch by reardon. 2011-09-24 05:54:47 +00:00
Jordan Lee d981f944f3 bump version to 2.40 beta 2 2011-09-23 05:57:03 +00:00
Jordan Lee daa795fb6a #4496 'freeze when having a huge torrent' -- more tweaks based on Shark reports from MechMK1 2011-09-21 23:04:39 +00:00
Jordan Lee 6f05024dab #4496 'freeze when having a huge torrent' -- remove redundant debug calls to countArray(). This is a second iteration of optimizations based on MechMK1's Shark report. 2011-09-21 20:17:36 +00:00
Jordan Lee 3a3cef615c #4344 'zero peers observed with 2.32' -- experimental change suggested by gunzip 2011-09-21 00:20:02 +00:00
Jordan Lee 0560b14cfe #4496 'freeze when having a huge torrent' -- add a bitfield helper function to init the bitfield from an array of flags. 2011-09-20 23:39:40 +00:00
Mitchell Livingston 3362a73a22 even more work on betterComponentsSeparatedByCharactersInSet: 2011-09-19 02:00:52 +00:00
Mitchell Livingston e0278e8d52 improvements to betterComponentsSeparatedByCharactersInSet: 2011-09-19 01:55:52 +00:00
Mitchell Livingston aead1caae1 whoops, comment 2011-09-19 01:38:01 +00:00
Mitchell Livingston 2389bbd49b roll my own method to separate a string into components 2011-09-19 01:37:43 +00:00
Mitchell Livingston 95126c5505 #4493 improve search filter behavior 2011-09-19 00:48:30 +00:00
Mitchell Livingston 313bcabeed #4491 add ieAll.css to the makefile 2011-09-18 23:19:46 +00:00
Mitchell Livingston 234e9715ea update jquery.form.min 2011-09-18 23:12:31 +00:00
Mitchell Livingston bdda467d35 the Italian MainMenu.xib was the Portuguese version. Whoops. 2011-09-18 21:14:33 +00:00
Mitchell Livingston 022cefa8fe set version to 2.40b1 2011-09-18 16:36:57 +00:00
Jordan Lee 4b862b8e98 updated Spanish translation of the Qt client. Thanks to rb07 for the update 2011-09-18 16:13:21 +00:00
Mitchell Livingston a565627389 update French localization for 2.4 2011-09-17 18:08:12 +00:00
Mitchell Livingston 5df81580c9 tweak NEWS 2011-09-17 13:58:02 +00:00
Jordan Lee f577225f44 second go at adding NEWS for 2.40 2011-09-17 04:14:44 +00:00
Mitchell Livingston e69078e46c first go at updating NEWS for 2.40 2011-09-17 02:49:51 +00:00
Jordan Lee 46154e7309 (trunk libT) add a magnet link check to deleteLocalData(). Thanks to plaes for reporting this issue. 2011-09-16 23:08:35 +00:00
Jordan Lee e2240e0831 (trunk libT) #4473 'underflow from malformed ssha1 can crash tr_ssha1_matches()' -- bah, fix oops in r12884. 2011-09-16 22:55:58 +00:00
Jordan Lee bb59768557 (trunk libT) #4473 "underflow from malformed ssha1 can crash tr_ssha1_matches()" -- fixed. Thanks to Volfram for finding this crash and tracking down the cause. 2011-09-16 22:53:26 +00:00
Jordan Lee e095bba052 #4486 (trunk, web) 'filter bar no longer displays selected option' -- possible fix 2011-09-16 03:33:53 +00:00
Jordan Lee 35bdec8f5f (trunk web) since disabling context menu items doesn't work anyway, don't bother trying. (Xref: #4485) 2011-09-15 15:28:06 +00:00
Jordan Lee d00ba19cae (trunk web) ...and, also make sure that the three dialogs all use the same effects 2011-09-15 05:27:22 +00:00
Jordan Lee 2dbdeaec95 give the 'about' dialog's titlebar the title 'about' 2011-09-15 05:20:26 +00:00
Jordan Lee 8f3ee91b49 add an 'about' dialog to show the server's version number 2011-09-15 05:16:39 +00:00
Jordan Lee b396ed9f6b when no torrents are selected, have the inspector's piece info show 'N/A' 2011-09-15 04:40:38 +00:00
Jordan Lee 97c80f76db on startup, init the inspector's fields to 'N/A' where appropriate 2011-09-15 03:13:50 +00:00
Jordan Lee 819f453088 minor cleanup -- group a few related functions together. 2011-09-15 00:52:39 +00:00
Mitchell Livingston 76785d0c73 update Italian localization's MainMenu.xib 2011-09-14 22:42:56 +00:00