Commit Graph

4023 Commits

Author SHA1 Message Date
Charles Kerr d5ecdefc2c (gtk) #677: hig tweaks 2008-02-03 17:10:03 +00:00
Charles Kerr 1ed9e15ee0 #670 "transmission-remote -x (core dumped)" patch by joshe 2008-02-03 07:03:40 +00:00
Charles Kerr 2a9045b19f (gtk) #675: Visual glitch when toggling a file download from the Details dialog's Files tab 2008-02-03 04:55:42 +00:00
Charles Kerr d123348869 (gtk) #677: small HIG tweaks 2008-02-03 02:27:12 +00:00
Charles Kerr 21f91ae5be (gtk) #611: don't hide in the systray without letting the user know 2008-02-03 01:43:47 +00:00
Charles Kerr c09df07801 #679: packaging fix for mac client 2008-02-03 00:51:12 +00:00
Charles Kerr beb7cc0b92 minor code cleanup 2008-02-02 16:23:49 +00:00
Charles Kerr cfa1bc8480 shrink sizeof(benc_val_t) from 32 to 24 by better alignment 2008-02-02 16:09:10 +00:00
Charles Kerr 6ab1147cb6 updated Swedish translation by Daniel Nylander <po@danielnylander.se> 2008-02-02 05:54:11 +00:00
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