------------------------------------------------------------------------ r1914 | joshe | 2007-05-23 08:25:15 +0200 (Wed, 23 May 2007) | 1 line Untangle the gordian references between TrCore and TrTorrent. ------------------------------------------------------------------------ r1915 | livings124 | 2007-05-23 18:22:22 +0200 (Wed, 23 May 2007) | 1 line avoid unneeded retain/release in badger ------------------------------------------------------------------------ r1916 | joshe | 2007-05-23 19:59:35 +0200 (Wed, 23 May 2007) | 2 lines Add signal mechanism for reporting error from TrCore. Use error signal for errors when adding torrents and saving state. ------------------------------------------------------------------------ r1917 | livings124 | 2007-05-23 21:25:51 +0200 (Wed, 23 May 2007) | 1 line get the dock badging of completed torrents working finally...seems it was an undocumented Apple bug, so this gets around that ------------------------------------------------------------------------ r1918 | joshe | 2007-05-23 21:26:29 +0200 (Wed, 23 May 2007) | 1 line Axe the stupid torrent flags. ------------------------------------------------------------------------ r1919 | livings124 | 2007-05-23 23:34:14 +0200 (Wed, 23 May 2007) | 1 line code from nickshanks to generate the progress bars without images, also makes the bars resolution independent ------------------------------------------------------------------------ r1920 | joshe | 2007-05-24 04:50:28 +0200 (Thu, 24 May 2007) | 1 line Move torrent adding from callback in main.c to functions on TrCore. ------------------------------------------------------------------------ r1921 | joshe | 2007-05-24 04:54:21 +0200 (Thu, 24 May 2007) | 1 line Revert this change from r1920, it wasn't intended to be committed. ------------------------------------------------------------------------ r1922 | joshe | 2007-05-24 05:29:23 +0200 (Thu, 24 May 2007) | 1 line Use a signal in TrCore instead of a callback to signal quit. ------------------------------------------------------------------------ r1923 | joshe | 2007-05-24 05:44:40 +0200 (Thu, 24 May 2007) | 1 line Move ipc parsing code into libt. ------------------------------------------------------------------------ r1924 | joshe | 2007-05-24 05:59:53 +0200 (Thu, 24 May 2007) | 1 line Add command-line option to use an alternate location for the socket file. ------------------------------------------------------------------------ r1925 | joshe | 2007-05-24 06:02:36 +0200 (Thu, 24 May 2007) | 1 line Silence some warnings. ------------------------------------------------------------------------ r1926 | joshe | 2007-05-24 06:05:50 +0200 (Thu, 24 May 2007) | 1 line Rename ipc to ipcparse ------------------------------------------------------------------------ r1927 | joshe | 2007-05-24 07:46:23 +0200 (Thu, 24 May 2007) | 1 line Switch to ipc version 2. ------------------------------------------------------------------------ r1928 | joshe | 2007-05-24 08:06:47 +0200 (Thu, 24 May 2007) | 1 line Move this file. ------------------------------------------------------------------------ r1929 | joshe | 2007-05-24 08:15:48 +0200 (Thu, 24 May 2007) | 2 lines Return response for tagged add message. Support noop message. ------------------------------------------------------------------------ r1930 | livings124 | 2007-05-24 08:46:59 +0200 (Thu, 24 May 2007) | 1 line these classes shouldn't have been there, and some formatting fixes ------------------------------------------------------------------------ r1931 | joshe | 2007-05-24 09:11:59 +0200 (Thu, 24 May 2007) | 1 line Move a macro. ------------------------------------------------------------------------ r1932 | joshe | 2007-05-24 09:51:37 +0200 (Thu, 24 May 2007) | 2 lines Add ipc id to TrCore model. Implement info and stat ipc messages. ------------------------------------------------------------------------ r1933 | joshe | 2007-05-24 11:18:03 +0200 (Thu, 24 May 2007) | 2 lines Add torrent hash to model. Implement lookup, remove, start, and stop messages. ------------------------------------------------------------------------ r1934 | joshe | 2007-05-24 11:18:19 +0200 (Thu, 24 May 2007) | 1 line Fix build error. ------------------------------------------------------------------------ r1935 | joshe | 2007-05-24 11:28:15 +0200 (Thu, 24 May 2007) | 1 line Implement removeall, startall and stopall messages. ------------------------------------------------------------------------ r1936 | joshe | 2007-05-24 12:37:07 +0200 (Thu, 24 May 2007) | 1 line Implement addfiles-detailed message. ------------------------------------------------------------------------ r1937 | joshe | 2007-05-24 13:16:53 +0200 (Thu, 24 May 2007) | 2 lines Implement the various get messages to retrieve settings. Hope these work, nothing uses them that I know of so no testing. ------------------------------------------------------------------------