Commit Graph

3016 Commits

Author SHA1 Message Date
Charles Kerr e3764e732b fix possible benc leak reported by MishaS (#441) 2007-11-01 18:44:37 +00:00
Charles Kerr 7cb1791f2a fix handshake memory leak reported by MishaS (#442) 2007-11-01 18:41:13 +00:00
Mitchell Livingston 3273b2cc22 don't check if backup status should be set if torrent is not active 2007-11-01 15:53:39 +00:00
Mitchell Livingston 5fd2266da8 add a setting so that nightlies can have debug info 2007-11-01 14:29:57 +00:00
Mitchell Livingston 138d393de2 update news 2007-11-01 14:19:23 +00:00
Mitchell Livingston b6fe3c2673 trunk: attempt to fix Time Machine setting 2007-11-01 14:04:50 +00:00
Charles Kerr 3e0e462b10 finish cleaning up the code that was churned during the "corruption" fix. 2007-11-01 13:47:32 +00:00
Mitchell Livingston 525cf7904d trunk: make status bar inactive when window isn't main window 2007-11-01 12:57:35 +00:00
Mitchell Livingston 91f4a5db9b set properties on new files 2007-11-01 03:22:31 +00:00
Mitchell Livingston 731b6379a4 use a view to draw the badge on Leopard 2007-11-01 03:20:29 +00:00
Mitchell Livingston 93caebd82f trunk: Leopard: Time Machine will ignore incomplete files 2007-10-31 19:28:22 +00:00
Charles Kerr e625b10d6d "corruption" fix part 3: cleanup. remove unneeded possible points of failure. 2007-10-31 18:10:55 +00:00
Mitchell Livingston ffeff31ca3 get reordering of torrent queue working again in trunk (thanks to cocoadev mailing list) 2007-10-31 17:23:56 +00:00
Charles Kerr a6206b036c "corruption" fix part 2: lots of assertions, and try to complete pieces & ban bad peers sooner 2007-10-31 04:23:51 +00:00
Mitchell Livingston 4584417bf0 phase 2 of updating menu items to remove bindings 2007-10-30 20:19:22 +00:00
Charles Kerr 4cde721475 fix oops 2007-10-30 20:17:49 +00:00
Charles Kerr aace9469bb fix compile warning 2007-10-30 20:11:23 +00:00
Mitchell Livingston 44c66afffb phase 1 of updating menu items to remove bindings 2007-10-30 19:55:47 +00:00
Mitchell Livingston 81bf7b84d9 update project for last commit 2007-10-30 19:22:40 +00:00
Charles Kerr 20ffdfb9d2 remove dirname() and basename() for now 2007-10-30 19:16:07 +00:00
Charles Kerr 96351b93ef part 1 of the data corruption fix: plug the leaky abstraction in fdlimit 2007-10-30 18:35:06 +00:00
Charles Kerr 1b85349b3f ensure dates in the torrent inspector are readable by converting them from the system's locale to UTF-8. (bug found and patched by goyko, ticket #435) 2007-10-29 23:49:00 +00:00
Mitchell Livingston 14c90560fc use built-in general and advanced images in the preferences window on Leopard 2007-10-29 20:57:36 +00:00
Mitchell Livingston 2216967525 use built-in suppression checkbox in alerts under Leopard 2007-10-29 19:45:34 +00:00
Mitchell Livingston 40da99f695 trunk: fix a warning introduced in [3638] 2007-10-29 19:11:21 +00:00
Mitchell Livingston 64f7382d1b trunk: Leopard: Fix bug with toggling Minimal View 2007-10-29 18:59:23 +00:00
Mitchell Livingston 297b9f0b1d trunk: Leopard: Fix bug with typing values in Inspector->Options 2007-10-29 18:07:09 +00:00
Charles Kerr 1c12dabaeb check to see if the OS needs large file support to be turned on automatically. (#431, svip) 2007-10-29 14:44:00 +00:00
Mitchell Livingston 7e8cbad592 use built-in rounded corner rect on Leopard 2007-10-29 11:49:53 +00:00
Mitchell Livingston 1d636ec095 typo in last commit 2007-10-29 04:44:10 +00:00
Mitchell Livingston 2c3dc63569 if on Leopard use the built in badging for the number of completed downloads 2007-10-29 04:31:44 +00:00
Charles Kerr a0a9c8b2aa lower openssl's version prerequisite because Lacrocivious' computer is seriously crufty 2007-10-29 02:19:29 +00:00
Mitchell Livingston 1870054a67 update appcast 2007-10-28 23:59:38 +00:00
Mitchell Livingston bbbe46363d trunk is still developmental 2007-10-28 23:54:29 +00:00
Charles Kerr e36f9f7b42 bump trunk to 0.91+ 2007-10-28 23:54:02 +00:00
Mitchell Livingston 202a378a6c updates for .91 2007-10-28 23:49:42 +00:00
Charles Kerr 65fe21a088 Added po/POTFILES.skip to denote that the wx client doesn't need to be translated. 2007-10-28 20:04:06 +00:00
Charles Kerr e0965c3a63 better openssl detection & support: use openssl's pkg-config file. 2007-10-28 19:55:03 +00:00
Charles Kerr caa4170271 #426 0.91rc1: if pex is disabled on a stopped torrent, pressing "resume" causes pex to be re-enabled. (reported by pea) 2007-10-28 19:42:47 +00:00
Charles Kerr 17eec5bd6c updated NEWS file 2007-10-28 17:07:00 +00:00
Charles Kerr ab8ed6507d #412 - 0.90 "ignores" speed limits (deanr, berkut, SineOtter) 2007-10-28 15:20:24 +00:00
Mitchell Livingston 568bc5d4d5 use "Downloads" folder as default folder 2007-10-28 04:35:49 +00:00
Mitchell Livingston e12b212ef2 remove now-unnecessary tooltip from message window 2007-10-28 03:34:48 +00:00
Mitchell Livingston 42ed03282c change tiff's to png's 2007-10-28 03:29:20 +00:00
Mitchell Livingston 353c73c151 update help images for Leopard 2007-10-28 03:21:08 +00:00
Mitchell Livingston cbffc0589f allow messages to take multiple rows in message 2007-10-28 03:10:11 +00:00
Mitchell Livingston 69df8105a7 get the app working on 10.4 and later, compiling on 10.5 2007-10-27 22:11:41 +00:00
Charles Kerr 92ac49d9c4 compatability with older C copmilers (ticket #422, patch by fizz) 2007-10-27 21:29:41 +00:00
Mitchell Livingston 46ecfe04dc inspector tabs become graphite when the system is set to graphite 2007-10-27 20:09:29 +00:00
Mitchell Livingston 26ca1f0a17 get it running on Tiger again 2007-10-27 19:02:00 +00:00