Jordan Lee
|
cd09204a6e
|
(trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations.
|
2013-02-09 04:05:03 +00:00 |
|
Mitchell Livingston
|
794a0c1d80
|
rearrange the renamer files in the project file
|
2013-02-08 23:35:56 +00:00 |
|
Mitchell Livingston
|
8d83fa4d00
|
properly enable/disable the rename confirm button
|
2013-02-08 23:26:07 +00:00 |
|
Mitchell Livingston
|
b15027b8ce
|
#5241 Mac crash with VDKQueue
|
2013-02-08 13:31:38 +00:00 |
|
Mitchell Livingston
|
5a04552631
|
fix autoreleasing the file watcher queue
|
2013-02-08 13:18:41 +00:00 |
|
Mitchell Livingston
|
e79005e150
|
trivial changes
|
2013-02-08 13:02:16 +00:00 |
|
Mitchell Livingston
|
a61a67ec49
|
(trunk) #5279 Typo in configure.ac
|
2013-02-08 13:00:02 +00:00 |
|
Jordan Lee
|
d76d2a34d9
|
(gtk) match transmission-qt's way of showing up & down speeds in the statusbar
|
2013-02-08 01:34:59 +00:00 |
|
Jordan Lee
|
716a2f2c5c
|
(qt) experiment with making the statusbar's speed/ratio, the desktop icon's tooltip, and the delegate's shortTransferString() all behave the same wrt when to show which transfer speeds
|
2013-02-07 21:07:16 +00:00 |
|
Jordan Lee
|
51c1daeb9a
|
(qt) #5277 'queue operation regression in nightlies': fixed.
|
2013-02-06 18:27:47 +00:00 |
|
Jordan Lee
|
836fcc31d2
|
(libT) #5276 'regression in nightly: assert (tr_sessionIsLocked (session))': fix the bug; tests now pass again
|
2013-02-06 05:52:41 +00:00 |
|
Jordan Lee
|
3eff07dde4
|
(libT) #5276 'regression in nightly: assert (tr_sessionIsLocked (session))': add unit test (currently failing) to reproduce this error
|
2013-02-06 05:51:51 +00:00 |
|
Jordan Lee
|
47f2192b2d
|
(qt) in the statusbar, use the same upload/download symbols as in the torrent list
|
2013-02-05 23:05:26 +00:00 |
|
Jordan Lee
|
69aeed3226
|
(web) #5214 'add storage free space indicator' -- added with patch by taem
|
2013-02-05 14:45:41 +00:00 |
|
Jordan Lee
|
c0a0240dfd
|
#5272 'quotactl breaks compilation of libT/platform.c on non-Xcode OS/X builds' -- fixed with patch from spaam
|
2013-02-05 14:38:25 +00:00 |
|
Jordan Lee
|
12c2b35abb
|
(libT) #5275 'quotactl breaks compilation of libT/platform.c on Solaris' -- fixed with patch from spaam
|
2013-02-05 14:35:01 +00:00 |
|
Mitchell Livingston
|
8345ca460f
|
sync Credits with AUTHORS
|
2013-02-05 03:48:26 +00:00 |
|
Jordan Lee
|
07583c53c4
|
add Mnemosyne LLC; plus add copyediting
|
2013-02-05 00:15:11 +00:00 |
|
Jordan Lee
|
221350f685
|
move kjg from the Lead section to Contributors
|
2013-02-05 00:12:08 +00:00 |
|
Jordan Lee
|
49301cb2d4
|
In the Third-Party Resources section, remove libsexy (since we don't use it anymore) and add libutp (which should have been added ages ago)
|
2013-02-05 00:10:23 +00:00 |
|
Jordan Lee
|
445609f690
|
(trunk) prefer tr_remove() to unlink() or rmdir()
|
2013-02-04 21:53:19 +00:00 |
|
Jordan Lee
|
407c0b53c7
|
(trunk) add portability wrappers tr_rename(), tr_remove() for the rename() and remove() funcs s.t. utf16 can be handled
|
2013-02-04 21:45:20 +00:00 |
|
Jordan Lee
|
a04fb2c9d9
|
(libT) add rb07's win32 implementation of tr_mkstemp()
|
2013-02-04 21:07:24 +00:00 |
|
Jordan Lee
|
911d64df44
|
(libT) add rb07's win32 implementation of tr_is_same_file().
|
2013-02-04 20:57:20 +00:00 |
|
Jordan Lee
|
5307bef4ec
|
(libT) when logging on win32, use OutputDebugStringA instead of OutputDebugString
|
2013-02-04 20:48:33 +00:00 |
|
Jordan Lee
|
6d5a54e52c
|
(libT) add '#include errno.h' to announcer-udp.c to ensure errno is declared
|
2013-02-04 20:46:16 +00:00 |
|
Jordan Lee
|
e899519a97
|
(libT) #5274 '"copy magnet link to clipboard" doesn't include webseeds': fixed.
|
2013-02-04 18:54:38 +00:00 |
|
Jordan Lee
|
1a768ab06f
|
(gtk) #5271 'once we start shutting down the application, stop updating the Action states': more safeguards
|
2013-02-04 18:34:39 +00:00 |
|
Jordan Lee
|
2e251f73cb
|
(gtk) #5246 'problems when incomplete-dir is a subdirectory of download-dir': change the file chooser API calls, based on suggestion from kraai
|
2013-02-04 16:51:52 +00:00 |
|
Jordan Lee
|
96691dd019
|
(libT) make the class hierarchy between tr_peer, tr_peerMsgs, and tr_webseed a little less ad-hoc
|
2013-02-04 16:23:33 +00:00 |
|
Jordan Lee
|
0c8c2b5bdd
|
(gtk) #5271 'once we start shutting down the application, stop updating the Action states': fixed
|
2013-02-04 16:11:08 +00:00 |
|
Jordan Lee
|
5475e1507e
|
(libT) reduce the scope of REQUEST_BUF_SECS from peer-common.h to peer-msgs.c
|
2013-02-03 23:29:34 +00:00 |
|
Jordan Lee
|
f370a76c57
|
move tr_peer.encryptionPreference to tr_peermsgs.encryptionPreference
|
2013-02-03 22:45:32 +00:00 |
|
Jordan Lee
|
3cb7595b85
|
(libT) move the tr_peer declaration from peer-mgr.h to peer-common.h
|
2013-02-03 22:40:00 +00:00 |
|
Jordan Lee
|
67ae1e7b2e
|
(libT) remove redundancy from compareKeys()
|
2013-02-03 21:43:17 +00:00 |
|
Jordan Lee
|
5ae75bfced
|
(qt) copyediting: whitespace/indentation
|
2013-02-03 19:40:20 +00:00 |
|
Jordan Lee
|
7f8415d59e
|
(qt) copyediting: whitespace/indentation
|
2013-02-03 19:13:04 +00:00 |
|
Jordan Lee
|
95541c4ebe
|
(qt) #5270 'Details > Comment field loses selection': fixed
|
2013-02-03 18:36:10 +00:00 |
|
Jordan Lee
|
5dab28ee9c
|
(qt) plug a handful of minor memory leaks
|
2013-02-03 12:31:44 +00:00 |
|
Jordan Lee
|
1c90e929d1
|
(gtk) #4076 'free space indicator': tweak the GTK+ client's visible count label's behavior as the previous commit did for the Qt client
|
2013-02-02 23:01:33 +00:00 |
|
Jordan Lee
|
27b7651c9d
|
(qt) #4076 'free space indicator': try a different approach to the visible torrent count
|
2013-02-02 22:29:14 +00:00 |
|
Jordan Lee
|
84aed36ba9
|
(libT) copyediting: whitespace/indentation
|
2013-02-02 20:17:52 +00:00 |
|
Jordan Lee
|
c8e22c46d4
|
(libT) #5267: 'speed limits wrap around too low number (~8589 kB/s)': patch by const
|
2013-02-02 16:31:05 +00:00 |
|
Jordan Lee
|
273e0a4504
|
(libT) copyediting: indentation/whitespace in rpc-server.c
|
2013-02-02 16:22:21 +00:00 |
|
Jordan Lee
|
1f2bccd17b
|
(libT) recycle the peer id used for public torrents after N hours of use
|
2013-02-02 13:42:50 +00:00 |
|
Jordan Lee
|
aa8ddcb218
|
(libT) remove pointless tr_session.peer_id variable
|
2013-02-02 05:31:43 +00:00 |
|
Jordan Lee
|
f8cae213db
|
(qt) remove console messages that were committed in r13930
|
2013-02-02 03:51:10 +00:00 |
|
Jordan Lee
|
bb0bdc6f7e
|
(qt) #5252 'file-renaming issues in Qt client': fix renaming flicker error reported by rb07
|
2013-02-01 22:40:08 +00:00 |
|
Jordan Lee
|
e12890e78e
|
(qt) #5252 'file-renaming issues in Qt client': hide invisible columns in file-tree
|
2013-02-01 22:08:09 +00:00 |
|
Jordan Lee
|
085c37584e
|
#4076 'free space indicator': in the Qt and GTK+ clients, add 'Free' to the freespace labels to give more context of what the number means
|
2013-02-01 21:02:40 +00:00 |
|