Mitchell Livingston
|
f1a2fe0218
|
add a menu item in the context menu to only check selected (and uncheck others)
|
2007-06-21 22:36:01 +00:00 |
Charles Kerr
|
e161544761
|
adding experimental implementation of Tamilmani's `Swift' tit-for-tat algorithm for testing. To tweak or disable, change the values around line 50 of libtransmission/peer.c
|
2007-06-21 14:47:26 +00:00 |
Mitchell Livingston
|
da55c0df90
|
rephrase the stalled preferences item (this way it makes sense to show if a torrent is stalled even if both queues are off)
|
2007-06-21 01:55:57 +00:00 |
Mitchell Livingston
|
742bbceb44
|
save the download location
|
2007-06-21 01:35:57 +00:00 |
Mitchell Livingston
|
55d8eaebfa
|
change the pieces view background color a little
|
2007-06-21 00:12:03 +00:00 |
Mitchell Livingston
|
33305d1c80
|
fix file priority selector placement
|
2007-06-21 00:04:29 +00:00 |
Mitchell Livingston
|
8547e53c79
|
add a control to the pieces view
|
2007-06-20 23:53:09 +00:00 |
Mitchell Livingston
|
54ec3716cc
|
simplify the mess of code that is the pieces view
|
2007-06-20 22:53:46 +00:00 |
Charles Kerr
|
b07c8df3cf
|
Fix torrent-inspector bug reported in the forums by webaake
|
2007-06-20 15:55:27 +00:00 |
Mitchell Livingston
|
c17c6eba58
|
simplify some of the repetitive queue code a bit
|
2007-06-20 00:54:05 +00:00 |
Mitchell Livingston
|
34b2b2e698
|
if a torrent switches from seeding to downloading still apply this to the queue
|
2007-06-20 00:04:20 +00:00 |
Mitchell Livingston
|
9f939256c6
|
store the values of the tracker address, private check, and open check
|
2007-06-19 23:18:47 +00:00 |
Charles Kerr
|
5a375d90e2
|
fix double-free memory error in gtk client when reading corrupt torrent files
|
2007-06-19 16:36:59 +00:00 |
Charles Kerr
|
bda9067ee7
|
more improvements to makemeta's piece size heuristics (SoftwareElves & charles_)
|
2007-06-19 16:36:15 +00:00 |
Charles Kerr
|
d4e1c19e32
|
better algorithm to decide on a good piece size. (SoftwareElves & charles_)
|
2007-06-19 06:01:30 +00:00 |
Charles Kerr
|
5128d0a434
|
fix terribly nasty bencode corruption bug from r2024 regarding the sorting of dictionary keys in tr_bencDictAdd(). this corrupts all the pointers that are already floating out there to existing values in the dictionary... if BitTornado really needs these to be sorted, then we should sort a temporary copy in tr_bencSave(), not here in our internal structures.
|
2007-06-19 03:01:57 +00:00 |
Charles Kerr
|
64ce2edbfb
|
* makemeta: don't add dotfiles to the torrents
* bencode: trying to chase down a memory leak
|
2007-06-19 01:49:56 +00:00 |
Mitchell Livingston
|
75b3e4f615
|
fix a typo in help
|
2007-06-19 00:21:24 +00:00 |
Charles Kerr
|
4eea50e991
|
ugly code removal: we were calling stat() three times on each file! (BMW: builder struct changed slightly... this shouldn't affect the mac client but you might want to recompile to confirm)
|
2007-06-19 00:08:39 +00:00 |
Mitchell Livingston
|
a4d5dfa328
|
avoid ridiculously rate divide-by-0
|
2007-06-19 00:08:06 +00:00 |
Mitchell Livingston
|
48c44109c9
|
have a higher quality image for the torrent creation drag overlay
|
2007-06-18 22:43:49 +00:00 |
Charles Kerr
|
9791bb6f22
|
better error message (BigBossman)
|
2007-06-18 21:03:10 +00:00 |
Charles Kerr
|
64c21325e8
|
make the torrent file parser errors more useful. (John_Clay)
|
2007-06-18 20:56:04 +00:00 |
Charles Kerr
|
7afba516ff
|
fix platform.c oops reported by BigBossman
|
2007-06-18 20:36:25 +00:00 |
Charles Kerr
|
06e761d950
|
* fix error checking large files reported by Gimp_
* portability changes to pathname/filename building
* small gratuitous changes
|
2007-06-18 19:39:52 +00:00 |
Charles Kerr
|
f7cd20f58c
|
(gtk) fix compile-time warnings on 32-bit machines
|
2007-06-18 13:51:41 +00:00 |
Charles Kerr
|
932438eba5
|
Fix very large file error reported by Gimp_
|
2007-06-18 05:05:16 +00:00 |
Charles Kerr
|
1388c51142
|
fix the bug Lacrocivious found in the gtk+ "create torrent" dialog
|
2007-06-18 04:52:03 +00:00 |
Mitchell Livingston
|
0256f4616d
|
Merge file selection and torrent creation into the main branch.
The new code for these features is under a new license.
|
2007-06-18 03:40:41 +00:00 |
Josh Elsasser
|
33ade6978b
|
Fix daemon to unlink the socket on exit with -s
|
2007-06-17 15:47:09 +00:00 |
Eric Petit
|
1636fc70d2
|
BeOS fixes
|
2007-06-14 11:41:09 +00:00 |
Charles Kerr
|
2006882927
|
(trunk - gtk) in prefs dialog, changes to the download directory weren't always honored.
|
2007-06-11 17:21:08 +00:00 |
Josh Elsasser
|
ecda8e78c3
|
Fix bug where partially received messages data would be dropped,
causing a parse error when the rest of the message arrived.
|
2007-06-11 01:07:28 +00:00 |
Josh Elsasser
|
ce5da16e2d
|
Add missing keywords.
|
2007-06-11 00:41:27 +00:00 |
Josh Elsasser
|
3486153987
|
Send bad-format instead of not-supported where appropriate.
Implement supported message.
|
2007-06-11 00:37:10 +00:00 |
Josh Elsasser
|
78a4e7d51e
|
Send bad-format instead of not-supported where appropriate.
Implement supported message.
|
2007-06-10 23:56:35 +00:00 |
Josh Elsasser
|
cf6994f559
|
Fix upnp verbose logging to show outgoing http requests.
|
2007-06-10 23:12:43 +00:00 |
Josh Elsasser
|
0eaedc2fe3
|
Return bad-format message when appropriate.
Fix supported message to be more accurate.
|
2007-06-10 22:56:18 +00:00 |
Josh Elsasser
|
1315161ae4
|
Add some code for verbose UPnP logging which can be enabled at compile-time.
|
2007-06-10 22:26:59 +00:00 |
Josh Elsasser
|
de7287a829
|
Add a missing quote and fix UPnP regressions.
|
2007-06-10 22:01:46 +00:00 |
Josh Elsasser
|
b19a3ec7d9
|
Add bad-format message.
|
2007-06-10 20:31:52 +00:00 |
Josh Elsasser
|
7fa08b8f3c
|
Add a new bad-format message to avoid overloading not-supported.
|
2007-06-10 20:29:31 +00:00 |
Josh Elsasser
|
fc912cbf98
|
Add possible replies for each message.
|
2007-06-10 19:36:07 +00:00 |
Josh Elsasser
|
ad6efc3658
|
Typo.
|
2007-06-10 18:59:16 +00:00 |
Josh Elsasser
|
2054ff05b0
|
Make bencoded examples readable.
Fix a couple examples that didn't make sense, improve some others.
|
2007-06-10 18:15:21 +00:00 |
Eric Petit
|
ba5bb320ca
|
Bencoded dictionaries are now sorted alphabetically, this should fix
compatibility with some clients, incl. BitTornado-based ones.
(Reported by roee88 from LH-ABC)
|
2007-06-10 15:38:58 +00:00 |
Charles Kerr
|
b96a30d7c1
|
Work with gtk < 2.8
|
2007-06-09 17:08:25 +00:00 |
Charles Kerr
|
3b8d1e13c4
|
uninteresting minor stuff like adding const. this commit is just to reduce the shear between trunk and what lands in the file-selection branch.
|
2007-06-09 15:36:46 +00:00 |
Charles Kerr
|
7b28aa2156
|
gtk: added "about" window; refreshed translation potfile; wrote a simple script so every release I don't have to re-learn how to make potfiles.
|
2007-06-09 15:20:32 +00:00 |
Charles Kerr
|
5d9fe27797
|
Ticket #217: Missing Progress in GTK+ Torrent Inspector (reported by CatharsisCarth)
|
2007-06-09 00:34:39 +00:00 |