1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 17:47:37 +00:00
Commit graph

4264 commits

Author SHA1 Message Date
Charles Kerr
d3047158be more unit tests for bounds-checking on incomplete bencoded data 2008-02-01 21:53:01 +00:00
Charles Kerr
b98a927a9a add more benc unit tests. 2008-02-01 17:33:49 +00:00
Charles Kerr
3334ea8401 fix the 1.04 bencode errors reported in the forums this morning. add regression tests. 2008-02-01 15:50:17 +00:00
Mitchell Livingston
7394a49a09 update trunk version to 1.04+ 2008-02-01 04:47:50 +00:00
Mitchell Livingston
f65b52d7ff update appcast for 1.04 2008-02-01 04:45:54 +00:00
Charles Kerr
30c4cfd001 sync NEWS 2008-02-01 02:52:09 +00:00
Charles Kerr
606d548514 clarity tweaks to variable & function names 2008-02-01 01:54:04 +00:00
Charles Kerr
88cfec047f #666: pausing in the middle of "verify local data" makes T forget about the nonverified portion 2008-02-01 01:38:55 +00:00
Charles Kerr
375949551b more graceful handling of bad inputs to tr_bencFree(), tr_bencSave(), and tr_bencPrint(). 2008-01-31 15:20:42 +00:00
Charles Kerr
b5e119f1ea bencode tweaks. 2008-01-31 06:00:57 +00:00
Mitchell Livingston
4e7cd4d0af fix up the code to get the selected torrent when a group is selected 2008-01-31 04:02:26 +00:00
Charles Kerr
784e0babda fix off-by-one that was uncovered by the new benc's stricter parsing. 2008-01-31 03:09:27 +00:00
Charles Kerr
df9bd1f713 #667: remote crash exploit in bencode parser 2008-01-31 02:24:43 +00:00
Mitchell Livingston
008ce2fcfe layout changes to the sorting code 2008-01-31 00:40:37 +00:00
Mitchell Livingston
f77717cffa don't create the name sort descriptor when it's not used 2008-01-31 00:24:44 +00:00
Mitchell Livingston
0e393b873f #669: counts the new group 'separators' in the transfers list as transfers in the count on the bottom of the window 2008-01-30 22:24:30 +00:00
Mitchell Livingston
dd64616376 simplify the code for adding group dividers 2008-01-30 22:14:19 +00:00
Mitchell Livingston
d99e328bab remove a warning 2008-01-30 21:55:39 +00:00
Charles Kerr
410dffd211 part 1 of the bencode exploit fix:
- better error checking for int & string parsing
 - add automated unit tests
2008-01-30 15:39:41 +00:00
Mitchell Livingston
be410307b5 update appcast 2008-01-29 21:20:11 +00:00
Charles Kerr
c739839124 sync NEWS w/1.03 2008-01-29 21:02:01 +00:00
Charles Kerr
3c582a5e3c (gtk) #657: Some minor preferences dialogue issues 2008-01-29 17:24:56 +00:00
Charles Kerr
c58e905d11 (gtk) #661: Window position is not restored when unhiding from the systray 2008-01-29 16:54:59 +00:00
Charles Kerr
0f981db778 #665: Ratio calculations aren't strictly accurate when re-seeding a torrent 2008-01-29 16:33:29 +00:00
Charles Kerr
00a9df7291 (gtk) #662: It is possible to have several information windows for the same torrent 2008-01-28 22:18:43 +00:00
Charles Kerr
f72ba4b8d8 #663: connection limits don't work correctly. 2008-01-28 21:05:50 +00:00
Mitchell Livingston
db160766e4 fix a crash when removing torrents when showing groups 2008-01-28 14:06:02 +00:00
Charles Kerr
3d8dfa574b (1.0x) #660: fix HTTP syntax error that caused "Bad Request" messages on lighttpd-based trackers. Reported by _Psih 2008-01-28 06:03:14 +00:00
Charles Kerr
351c8f3008 (gtk) #654: "create new torrent" dialog cleanup by wereHamster and charles_ 2008-01-28 04:27:22 +00:00
Charles Kerr
f72d7052c7 (gtk) #649: don't ask for confirmation on close when there are no active torrents. 2008-01-27 20:12:10 +00:00
Mitchell Livingston
02799f7060 fix a crash on Tiger 2008-01-27 19:10:14 +00:00
Charles Kerr
e6fa5577b6 (gtk) #659 replace deprecated gtk+ API calls 2008-01-27 18:50:37 +00:00
Charles Kerr
740b60171e (gtk+) #657: preference dialog capitalization 2008-01-27 18:44:34 +00:00
Charles Kerr
b29ba709b3 tr_ioRecalculateHash(): use a static buffer instead of malloc/free. 2008-01-27 17:03:58 +00:00
Charles Kerr
f32d3b24fe #653 "overflow issue in Transmission/1.01" (1) safeguard bitfield functions against overflow. (2) add regression tests to see if this data is corrupted again in the future. 2008-01-27 16:08:20 +00:00
Charles Kerr
2085aec390 #613: fix handshake protocol error reported by brad- and tracked down w/Lacrocivious' help. 2008-01-26 03:43:49 +00:00
Mitchell Livingston
4ac75b1b80 fix bug when showing groups and changing sort type to queue order 2008-01-24 21:14:02 +00:00
Charles Kerr
d922389c9d #613: fix handshake error with libtorrent / mainline peers 2008-01-24 17:16:20 +00:00
Mitchell Livingston
d98fbdc6e4 better tracking rect calculating for the main table 2008-01-24 15:09:28 +00:00
Mitchell Livingston
1537005b30 fix visual glitch when toggling minimal view 2008-01-24 14:43:50 +00:00
Mitchell Livingston
ea44f890c4 make the dock badge colors more obvious 2008-01-24 14:27:35 +00:00
Mitchell Livingston
da6a108375 hopefully fix weird drawing issues when resizing, and eliminate a memory leak 2008-01-24 01:05:00 +00:00
Mitchell Livingston
8f21d06cb0 add a shortcut for toggling Group view; get rid of grid line between rows 2008-01-23 22:07:53 +00:00
Mitchell Livingston
5fce7e3d5c show/hide the group dividers right away when toggling that option 2008-01-23 22:00:02 +00:00
Mitchell Livingston
10061504df don't sort when there is 1 or less items 2008-01-23 21:42:37 +00:00
Mitchell Livingston
55aaa70546 don't allow group rows to be edited 2008-01-23 21:33:54 +00:00
Mitchell Livingston
7dc223d488 make group sorting on Tiger consistent with Leopard's 2008-01-23 20:57:07 +00:00
Mitchell Livingston
b44c0b059c apply the filter in some necessary situations 2008-01-23 20:50:49 +00:00
Mitchell Livingston
4f9dcb1444 sort instead of filtering when possible 2008-01-23 20:46:37 +00:00
Mitchell Livingston
549521c602 only update and sort by group when filtering, not during normal sorting 2008-01-23 20:31:04 +00:00