Commit Graph

4946 Commits

Author SHA1 Message Date
Charles Kerr 03572a0ad5 add tr_webClose() 2008-04-25 19:46:36 +00:00
Charles Kerr 3af15497c7 (gtk) #898: crash on startup by passing uninitialized memory to g_free() 2008-04-25 19:04:56 +00:00
Charles Kerr 0545e70f5b (gtk) use libT's curl wrapper for port testing & getting the blocklist 2008-04-25 18:35:48 +00:00
Charles Kerr c46269805d #895: tweak 2008-04-25 16:40:14 +00:00
Charles Kerr cffd7f92e2 more hacking on the curl code, based on libcurl's "hiperfifo.c" sample code 2008-04-25 16:07:06 +00:00
Charles Kerr 37d4da23b7 #895: don't scrape running torrents on startup 2008-04-25 16:06:03 +00:00
Charles Kerr 8b98362e89 lower the minimum requirement for libcurl 2008-04-25 14:03:57 +00:00
Mitchell Livingston 877c824ac2 don't check for speeds to badge that are disabled in prefs 2008-04-25 04:38:08 +00:00
Charles Kerr 48bec954be remove a debugging printf 2008-04-25 04:37:00 +00:00
Charles Kerr 9f8b596914 Fix "Unknown Error (0)" messages for torrents that haven't been scraped yet. 2008-04-25 04:35:06 +00:00
Charles Kerr dbf3e95cd9 make the tracker response lines more human-readable 2008-04-25 04:26:04 +00:00
Charles Kerr 47021f1a12 fold most of the "deep logging" functions into a single function 2008-04-25 02:57:33 +00:00
Mitchell Livingston 5345d5fa12 warnings-- and a little tidying up 2008-04-24 21:37:46 +00:00
Mitchell Livingston eaf4ecc37a don't redraw the dock tile if there is no change 2008-04-24 21:24:42 +00:00
Charles Kerr 169e717474 fix failed buildin 2008-04-24 19:49:13 +00:00
Charles Kerr 335ff66baa reported by John_Clay: allow the connection to continue even if the certificate can't be authenticated. 2008-04-24 19:48:27 +00:00
Charles Kerr aa731deaa6 maybe make hudson happy 2008-04-24 19:42:29 +00:00
Charles Kerr 73b1f106a3 maybe work on libcurl < 7.16.3 2008-04-24 19:38:59 +00:00
Charles Kerr 52ea125c45 #894: wont start - cp->doneHave <= cp->completeHave 2008-04-24 15:25:01 +00:00
Mitchell Livingston b5d8fd0eb8 when getting the list of all trackers, exclude tiers when necessary 2008-04-24 14:41:41 +00:00
Charles Kerr c444a79cc4 sync the spec file up with the curl requirements 2008-04-24 12:02:15 +00:00
Mitchell Livingston 9a23382cef fix calculation of tier value 2008-04-24 06:42:45 +00:00
Mitchell Livingston 59552d05e2 get rid of duplicate address code, and display the tracker announce/scrape correctly 2008-04-24 06:35:21 +00:00
Mitchell Livingston 84515d4fb5 mac build compiles again - let's hope i did this right 2008-04-24 06:31:53 +00:00
Charles Kerr a97d175a34 code tweaks 2008-04-24 03:26:36 +00:00
Charles Kerr caf485d6fb #377: get cli building again 2008-04-24 02:00:38 +00:00
Mitchell Livingston d13c063af3 mac changes for #377, number one (it doesn't compile yet) 2008-04-24 01:55:33 +00:00
Charles Kerr 7ef2511ca8 #377: preliminary https support. this commit probably breaks mac and cli and is not for the faint of heart. 2008-04-24 01:42:53 +00:00
Mitchell Livingston 3a609ecc87 eliminate warning about unused variable 2008-04-23 13:26:30 +00:00
Mitchell Livingston 3a2e1f0c3b clarify the remaining disk space alert's suppression button's text 2008-04-23 12:44:11 +00:00
Mitchell Livingston f88197f6a9 update NEWS and localizable strings 2008-04-23 03:33:45 +00:00
Mitchell Livingston d6638dc9f3 clean up the quit/remove dialog text 2008-04-23 03:33:04 +00:00
Mitchell Livingston 468104028b #893 add statistics "reset" button 2008-04-22 21:04:01 +00:00
Charles Kerr 1b901ca9df minor tweaks: dead code removal, make functions static, etc 2008-04-22 20:51:15 +00:00
Charles Kerr 0c1599608d add statistics "reset" button 2008-04-22 14:07:42 +00:00
Mitchell Livingston e87906e5a6 revert the last commit 2008-04-22 13:25:53 +00:00
Mitchell Livingston 33c9f92e99 remove an unnecessary class 2008-04-22 13:16:39 +00:00
Mitchell Livingston 3f198f365d update creator window error parsing to be a bit more expandable (in terms of checking for "http") 2008-04-22 04:00:17 +00:00
Charles Kerr 29b0b33663 (gtk) remember window size & location between sessions 2008-04-21 20:58:39 +00:00
Mitchell Livingston b34e0efecb revert the news on the 1.1x branch - it doesn't look like 1.12 will come to fruition 2008-04-21 20:31:39 +00:00
Charles Kerr 4746cefeea make a svn commit to show warren_ how it's done 2008-04-21 18:37:50 +00:00
Charles Kerr 19fbb3ef2c string folding 2008-04-21 15:22:54 +00:00
Mitchell Livingston 3595f286c4 the last change to libT allows the use of the stat field's sizeWhenDone when displaying total size selected 2008-04-21 00:12:05 +00:00
Charles Kerr fbc7cde718 tweak the value of haveDone as per BentMyWookie's suggestion 2008-04-21 00:04:41 +00:00
Charles Kerr 8805366e28 if at first you don't succeed... 2008-04-20 22:06:05 +00:00
Charles Kerr c4878448a9 clean up the file bsearch that caused the crash reported by John_Clay yesterday 2008-04-20 21:54:44 +00:00
Charles Kerr 4ceca74b6b revise #891's patch s.t. hudson is happy again 2008-04-20 13:43:29 +00:00
Charles Kerr 30b444ab92 (gtk) #891: patch: add option to disable libnotify support at compile time 2008-04-20 13:30:44 +00:00
Charles Kerr a443cc3289 add #include <limits.h> to pick up a definition of INT_MAX to make Hudson happy 2008-04-19 19:39:39 +00:00
Charles Kerr 3445817a80 peer-msgs: faster upload speeds in situations with few peers. this patch needs wider testing for side-effects wrt speed limits. 2008-04-19 19:37:05 +00:00