Charles Kerr
|
bd3ce76fa5
|
part one of moving the build environment over to automake/autoconf. beware!
|
2007-07-18 23:04:26 +00:00 |
Charles Kerr
|
008938b62f
|
set a default window size for the debug window
|
2007-06-27 18:34:38 +00:00 |
Charles Kerr
|
7e09d157cd
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45: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
|
a12da10722
|
Move preference saving from TrPrefs to TrCore.
Update the preference window when a preference is changed.
|
2007-05-24 13:55:57 +00:00 |
Josh Elsasser
|
04a175665b
|
Implement addfiles-detailed message.
|
2007-05-24 10:37:07 +00:00 |
Josh Elsasser
|
4657345141
|
Add torrent hash to model.
Implement lookup, remove, start, and stop messages.
|
2007-05-24 09:18:03 +00:00 |
Josh Elsasser
|
80c7f8c922
|
Add ipc id to TrCore model.
Implement info and stat ipc messages.
|
2007-05-24 07:51:37 +00:00 |
Josh Elsasser
|
2e1773a974
|
Use a signal in TrCore instead of a callback to signal quit.
|
2007-05-24 03:29:23 +00:00 |
Josh Elsasser
|
dfffdd17e4
|
Move torrent adding from callback in main.c to functions on TrCore.
|
2007-05-24 02:50:28 +00:00 |
Josh Elsasser
|
eadedea754
|
Axe the stupid torrent flags.
|
2007-05-23 19:26:29 +00:00 |
Josh Elsasser
|
cc1394b1d6
|
Add signal mechanism for reporting error from TrCore.
Use error signal for errors when adding torrents and saving state.
|
2007-05-23 17:59:35 +00:00 |
Josh Elsasser
|
787e17135a
|
Untangle the gordian references between TrCore and TrTorrent.
|
2007-05-23 06:25:15 +00:00 |
Josh Elsasser
|
a19989c544
|
Merge TrBackend into TrCore.
|
2007-05-23 04:39:06 +00:00 |
Josh Elsasser
|
51b8ea47c9
|
Move model appending, updating, and deleting to TrCore.
The TrTorrent refcounting clusterfuck should be isolated from main.c now.
|
2007-05-23 02:45:28 +00:00 |
Josh Elsasser
|
c32c517d46
|
Preparation for eliminating TrBackend:
move the TrBackend instance into TrCore and add wrapper functions.
|
2007-05-23 01:47:42 +00:00 |
Josh Elsasser
|
89cc48f0e8
|
Move main model into a new TrCore wrapper class.
|
2007-05-23 00:49:31 +00:00 |