Charles Kerr
|
b79d325cd5
|
use inttypes.h instead of stdint.h
|
2007-08-04 01:34:00 +00:00 |
Charles Kerr
|
e677cb8017
|
(gtk) don't #include private libtransmission headers. use g_snprintf() instead of snprintf().
|
2007-07-30 20:48:43 +00:00 |
Charles Kerr
|
177eb99e94
|
use tr_loadTorrents() during startup.
|
2007-07-23 03:03:45 +00:00 |
Josh Elsasser
|
373e6dd519
|
Include stdio.h a couple places where it could be needed.
|
2007-07-19 03:55:00 +00:00 |
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
|
82fbfb4c47
|
disambiguate some of the tr_stat_t variables' names
|
2007-07-16 00:50:43 +00:00 |
Charles Kerr
|
73ca83a455
|
split tr_stat_t's peersTotal into peersTotal and peersConnected
|
2007-07-15 17:19:07 +00:00 |
Charles Kerr
|
6c6732ed39
|
make tr_torrentInfo() a const function
|
2007-06-30 13:36:58 +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 |
Mitchell Livingston
|
4ada334f57
|
patches from Charles Kerr to update the Inspector in GTK and fix some memory leaks
|
2007-06-06 00:30:13 +00:00 |
Josh Elsasser
|
6d9472edc8
|
Massage types a bit to silence some warnings and add a couple missing headers.
|
2007-05-27 16:31:16 +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 |