Mitchell Livingston
|
978e53a465
|
minor adjustments to the client code, and keeping the code pg
|
2008-04-29 20:34:15 +00:00 |
Charles Kerr
|
d659df1093
|
add a couple of debug messages to trac down why Lacrocivious' stats aren't being saved
|
2008-04-29 18:22:26 +00:00 |
Charles Kerr
|
c16b901c93
|
add a few more peers, raided from KTorrent's list
|
2008-04-29 18:15:49 +00:00 |
Charles Kerr
|
e18414ad0b
|
tweak the last commit: when parsing peer-ids we don't want locales to postentially change the behavior of isalpha/isdigit/etc
|
2008-04-29 17:23:33 +00:00 |
Charles Kerr
|
a362df0a14
|
#905: update peer_id client lists. add a dozen or so new clients from Azureus (thanks amc1!)
|
2008-04-29 16:57:16 +00:00 |
Mitchell Livingston
|
f56aae05df
|
update help documentation
|
2008-04-29 10:32:04 +00:00 |
Charles Kerr
|
ad817bae7f
|
use basename() to parse argv0
|
2008-04-29 03:36:14 +00:00 |
Charles Kerr
|
b05c7820c2
|
possible fix for #904: "crash on startup in tr_bitfieldHas"
|
2008-04-29 02:51:02 +00:00 |
Charles Kerr
|
ecc8401203
|
#903: "1.11: Not making use of Tier 2 tracker on Tier 1 error"
|
2008-04-29 01:21:42 +00:00 |
Mitchell Livingston
|
ffd70de1b8
|
even more string cleanup
|
2008-04-28 18:51:38 +00:00 |
Mitchell Livingston
|
882abcb9bb
|
eliminate some more localized strings
|
2008-04-28 18:44:00 +00:00 |
Mitchell Livingston
|
308a522845
|
eliminate some localized strings
|
2008-04-28 18:43:48 +00:00 |
Charles Kerr
|
ed798be5ac
|
don't use strlcat.
|
2008-04-28 18:09:17 +00:00 |
Charles Kerr
|
1dfc98fc77
|
fix another crash-on-shutdown in the new web code
|
2008-04-28 13:29:38 +00:00 |
Charles Kerr
|
b9c27b23d5
|
#884: fix after creating a torrent whose last file has 0 bytes
|
2008-04-27 19:08:10 +00:00 |
Charles Kerr
|
3f71ea1f51
|
fix one of the crash-on-shutdown bugs reported by Gimp_
|
2008-04-27 18:27:32 +00:00 |
Charles Kerr
|
b8fc148fe0
|
experiment to lower CPU for Gimp_
|
2008-04-27 17:22:37 +00:00 |
Mitchell Livingston
|
81a326714f
|
disable the create button in the creator window when the tracker address is blank (ignoring anything before "://")
|
2008-04-27 14:31:49 +00:00 |
Charles Kerr
|
b66af4ab07
|
curl_easy_getopt(CURLINFO_RESPONSE_CODE) needs a pointer to a long, not an int.
|
2008-04-27 07:15:20 +00:00 |
Charles Kerr
|
3b27e2d2af
|
possibly fix the issue discusssed in http://forum.transmissionbt.com/viewtopic.php?p=22725
|
2008-04-27 06:44:39 +00:00 |
Charles Kerr
|
2f3eba4b01
|
#899: Hangs when clicking verify data twice
|
2008-04-27 06:34:34 +00:00 |
Charles Kerr
|
42cbbaa57a
|
fix an assertion error: completion.c:113: failed assertion `ccp->sizeWhenDoneLazy >= ccp->sizeNow'
|
2008-04-26 14:52:05 +00:00 |
Charles Kerr
|
c4fc897b38
|
steal some curl configuration options from rtorrent :)
|
2008-04-25 23:54:02 +00:00 |
Mitchell Livingston
|
e99fbcbcbc
|
now that a blank url cannot be entered in the url sheet, no need to check that
|
2008-04-25 22:29:51 +00:00 |
Mitchell Livingston
|
0e96185a93
|
the torrent url sheet will now disable the open button when there is no text; cleanup to the sleep code
|
2008-04-25 22:23:31 +00:00 |
Charles Kerr
|
35482e453f
|
update NEWS
|
2008-04-25 20:05:24 +00:00 |
Charles Kerr
|
73f083cc51
|
#896: Minor bug: debugging output always goes to stderr
|
2008-04-25 19:48:53 +00:00 |
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 |