Commit Graph

8595 Commits

Author SHA1 Message Date
Charles Kerr 70e3e7156c (trunk libT) #2833 "LP64 bug on OpenBSD" -- fixed in trunk for 1.90 2010-01-29 18:07:21 +00:00
Charles Kerr 217d2f54d0 (trunk daemon) #2786 "Trigger blocklist update using transmission-remote" -- patch applied for 1.90 2010-01-29 16:43:39 +00:00
Charles Kerr 34187bad0f (trunk) bump trunk version from 1.83 to 1.83+ 2010-01-29 16:14:47 +00:00
Mitchell Livingston 0de4496b41 update version to 1.83 2010-01-29 00:59:08 +00:00
Mitchell Livingston 011a9e1514 update NEWS 2010-01-29 00:57:02 +00:00
Mitchell Livingston f0b08137ed avoid setting the port twice when setting a random port 2010-01-29 00:50:55 +00:00
Charles Kerr 82ff37a372 (trunk) first draft of 1.83 NEWS 2010-01-29 00:45:43 +00:00
Charles Kerr 6cb88d23df (trunk daemon) #2816 "configure script ignores paramter" -- fixed in trunk for 1.83 2010-01-28 22:18:55 +00:00
Charles Kerr 73deb80e77 (trunk libT) if a tracker doesn't respond during an announce, instead of automatically reannouncing in 120 seconds, add some fuzz to the interval. Rationale: if a bunch of torrents announce at once, overloading the router or server, they'll still be overloading it if we do the exact same thing the second time around... 2010-01-28 19:33:48 +00:00
Charles Kerr 931558aea3 (trunk libT) fix DNS timing issue reported by gn0s1s in irc 2010-01-28 18:25:18 +00:00
Charles Kerr dd41b5c257 (trunk libT) #2819 "announce URLs containing raw IP addresses won't announce/scrape in 1.82" -- possible fix 2010-01-28 17:24:23 +00:00
Charles Kerr a334b422c3 (trunk) remove unnecessary #includes 2010-01-28 13:33:40 +00:00
Charles Kerr ce5f82f413 (trunk libT) add a "const" to tr_ptrArrayRemove()'s second argument to silence a compiler warning 2010-01-28 13:31:54 +00:00
Mitchell Livingston 2b397fe64f display the drag window's text in the system font as opposed to hardcoding "Lucida Grande" 2010-01-28 03:48:21 +00:00
Mitchell Livingston d2e491285a some cleanup of DragOverlayView 2010-01-28 03:36:47 +00:00
Mitchell Livingston 0a113245b1 remove an extra frame resize in the drag overlay window 2010-01-28 03:23:35 +00:00
Mitchell Livingston 5b41378241 add a missing removeObserver: to the message window controller
the last commit ensured that the drag overlay window resized when not window, which led to inaccurate sizes when exposé-d
2010-01-28 03:17:50 +00:00
Mitchell Livingston dc31055e53 add a missing removeObserver: to the message window controller 2010-01-28 03:16:55 +00:00
Charles Kerr a888c4d425 (trunk libT) web.c: add a cache for unresolvable hostnames 2010-01-27 06:40:12 +00:00
Charles Kerr 9c0900eb20 (trunk libT) possible fix for gn0s1s' "file not found" error message 2010-01-26 21:41:40 +00:00
Charles Kerr 6e8cc99374 (trunk libT) #2800 "crashing during operation" -- if a peer sends an out-of-bounds "have piece" message, drop the connection 2010-01-26 20:38:04 +00:00
Kevin Glowacz 762307a1d6 (trunk web) update jQuery to 1.4.1 2010-01-26 20:03:04 +00:00
Charles Kerr 3c02127a13 (trunk libT) #2800 "crashing during operation" -- use type correctness suggestion from kim wrt int --> size_t in bitset.h 2010-01-26 07:50:17 +00:00
Charles Kerr 3ace0afaae (trunk libT) #2792 "since 1.80 update downloads failing" -- try to handle non-resolving tracker addresses without blocking in curl 2010-01-26 07:22:50 +00:00
Charles Kerr ea36b9b888 (trunk libT) make "tr_globalAddress" a private function 2010-01-25 07:35:38 +00:00
Charles Kerr f010687d81 (trunk libT) #2792 "Since 1.80 update downloads failing" -- a better fix than r10015... 2010-01-25 05:19:54 +00:00
Mitchell Livingston 48d8d43c92 #2765 ignore case when ordering the file list in a newly-generated torrent file 2010-01-25 05:06:54 +00:00
Charles Kerr bfbc126ea0 (trunk libT) #2792 "Since 1.80 update downloads failing" -- fixed in trunk for 1.83 2010-01-25 04:54:04 +00:00
Charles Kerr c2adab97b2 (trunk libT) fix typo from prev commit 2010-01-25 04:26:08 +00:00
Charles Kerr 4164b17977 (trunk libT) extend the lifespan of the cached DNS entries 2010-01-25 04:24:48 +00:00
Charles Kerr 1d1b09b75b (trunk libT) #2804 "segmentation fault add-by-url when url scheme is ftp" -- fixed in trunk for 1.83 2010-01-25 04:00:08 +00:00
Charles Kerr 38fdcd5835 (trunk libT) (1) on startup, stagger new torrents' scrapes. (2) reduce the minimum number of block requests to peers. 2010-01-25 02:19:20 +00:00
Charles Kerr ae966e0725 (trunk libT) increase the announce timeout from 30 seconds to 45 seconds. 2010-01-24 23:32:49 +00:00
Charles Kerr 7e5e4db797 (trunk libT) #2783 "blocklist is empty" -- fix this 1.82 regression. apparently update.transmissionbt.com doesn't like it when you make the ":80" in the Host: header explicit instead of implicit... so probably other web servers have the same problem too. 2010-01-24 19:22:22 +00:00
Mitchell Livingston bf2a6d8f09 #2798 Disable "Verify Local Data" for magnetized transfers 2010-01-23 21:51:04 +00:00
Mitchell Livingston 25e3227c89 Add © to copyright string 2010-01-23 14:55:09 +00:00
Mitchell Livingston 98c7a479ab 1.82+ 2010-01-23 14:54:50 +00:00
Mitchell Livingston c875a4a6d5 yay 1.82 2010-01-23 14:22:21 +00:00
Charles Kerr d97a04b001 (trunk libT) when adding the Host: header by hand, make include the host's port 2010-01-23 07:51:51 +00:00
Mitchell Livingston 0d2dbdc66d update NEWS 2010-01-23 01:56:19 +00:00
Eric Petit ee1a6015c9 Update my email address
Happy r10000 and kudos to charles, livings and all those who make T live on!
2010-01-23 01:13:08 +00:00
Charles Kerr 9f864352dd (trunk gtk) update i18n files from rosetta 2010-01-23 00:47:08 +00:00
Mitchell Livingston abe7ba3a94 fix magnet links when app is closed that I broke in r9996 2010-01-23 00:36:18 +00:00
Mitchell Livingston 5cece5feb3 #2785 - generate the file list right away instead of lazily, since auto-grouping might rely on it 2010-01-23 00:30:04 +00:00
Mitchell Livingston 312339d3c2 #2787 allow dragging of URLs onto the dock icon once again 2010-01-23 00:05:40 +00:00
Charles Kerr 7f236280ae (trunk) update NEWS, bump to 1.81. 2010-01-23 00:01:26 +00:00
Charles Kerr 451cca4a5e (trunk gtk) #2784 "Paused seeding torrents still display 'Remaining time unknown'" -- fixed in trunk for 1.81 2010-01-22 07:32:02 +00:00
Charles Kerr 2be24ec9a8 (trunk libT) #2783 "starting with r9992, IP blocklist is empty" -- when replacing a URL's hostname with an IP address before passing the URL to curl, manually set the Host: header to the original hostname. (Xref: #2781) 2010-01-22 07:27:19 +00:00
Charles Kerr 0f6214d9ae (trunk libT) if we're calling evdns_init(), we probably ought to call evdns_shutdown() on exit... 2010-01-22 03:39:21 +00:00
Mitchell Livingston b9a256fac8 mac build, compile! 2010-01-22 02:47:30 +00:00