Erick Turnquist
|
fc767a3f03
|
(trunk libT) don't attempt to connect to (half-complete) ipv6 link-local addresses
|
2009-02-08 22:45:30 +00:00 |
Mitchell Livingston
|
507357f275
|
compile asserts out of the release build
|
2009-02-07 15:58:18 +00:00 |
Mitchell Livingston
|
af7cbb94ad
|
undo part of last commit....for now
|
2009-02-07 14:49:01 +00:00 |
Mitchell Livingston
|
3cc8440e78
|
trivial cleanup
|
2009-02-07 14:46:43 +00:00 |
Mitchell Livingston
|
1dd0539973
|
add miniupnpcstrings.h to makefile
|
2009-02-07 01:40:30 +00:00 |
Erick Turnquist
|
61e505b8d1
|
(trunk libT) don't attempt to set V6ONLY on ipv4 sockets
|
2009-02-07 01:14:41 +00:00 |
Mitchell Livingston
|
769af9c213
|
mac project builds again
|
2009-02-07 00:38:21 +00:00 |
Charles Kerr
|
f3153648a2
|
(trunk libT) add file I should've added in previous commit
|
2009-02-07 00:36:50 +00:00 |
Erick Turnquist
|
94b98030cb
|
(trunk libT) stop using ipv4-mapped listener sockets. this should have the added effect of fixing #1789
|
2009-02-07 00:34:10 +00:00 |
Erick Turnquist
|
f3a2a35952
|
(trunk libT) only resolve ipv4 tracker addresses for now
|
2009-02-07 00:20:47 +00:00 |
Charles Kerr
|
ae985a5abb
|
(trunk libT) update to the newest versions of miniupnp and libnatpmp
|
2009-02-07 00:11:58 +00:00 |
Charles Kerr
|
3821413390
|
(trunk libT) add in a crasher bug for Rolcol to find
|
2009-02-06 23:35:47 +00:00 |
Charles Kerr
|
6ebfd38630
|
(trunk libT) #1777: Size column in transmission-remote
|
2009-02-06 23:06:56 +00:00 |
Charles Kerr
|
e04fe5daaf
|
(trunk libT) #1791: debug message cleanup in tracker.c
|
2009-02-06 21:17:23 +00:00 |
Charles Kerr
|
eb538aa492
|
(trunk libT) #1748 keep looking for a workaround
|
2009-02-06 21:14:05 +00:00 |
Charles Kerr
|
8572d81e00
|
(trunk libT) experimental fix for #1748: crash in event_queue_insert in thread1
|
2009-02-05 22:00:21 +00:00 |
Charles Kerr
|
46ff5598a7
|
(trunk libT) more hoops for Biiaru
|
2009-02-05 20:53:59 +00:00 |
Charles Kerr
|
e7c2fe4b46
|
(trunk libT) #1760: test fix for a deadlock that occurs stopping a file that's being verified
|
2009-02-05 19:57:50 +00:00 |
Charles Kerr
|
f04505c0f2
|
(trunk libT) add notation explaining the status between resume.c and fastresume.c
|
2009-02-05 16:02:38 +00:00 |
Charles Kerr
|
ee58379377
|
(trunk libT) #1748: judging from Biiaru's testing yesterday after I left, the problem is somewhere in web.c. Let's start by adding some cruel assertions in there.
|
2009-02-05 14:52:00 +00:00 |
Charles Kerr
|
bbddcf2774
|
(trunk libT) maybe fix the crasher (on the mac) that I introduced this morning. or maybe not. hard to know w/o being on a mac.
|
2009-02-04 18:54:29 +00:00 |
Charles Kerr
|
93642c5c4d
|
(trunk libT) Biaaru: repeat the TR_DEBUG_FD test on this please :)
|
2009-02-04 18:19:37 +00:00 |
Charles Kerr
|
4e8dcad90b
|
(trunk libT) hack on the r7824 crasher reported by Biiaru and m1b. This probably won't fix it but it should crash in a more informative way :)
|
2009-02-04 17:38:40 +00:00 |
Charles Kerr
|
08289b9d13
|
(trunk libT) #1748: possible fix for the kqueue corruption errors by consolidating the three per-torrent libevent timers into three session-wide timers. Since most people reporting this error have lots of torrents loaded, consider a hypothetical example: if you had 500 torrents, this patch will reduce 1,500 libevent timers down to just three timers. On top of that, those three have simpler life cycles too...
|
2009-02-04 16:58:52 +00:00 |
Mitchell Livingston
|
606fee54ab
|
add a script to build beta releases
|
2009-02-03 00:46:22 +00:00 |
Charles Kerr
|
4420112321
|
(trunk libT) #1777: apply turbo's transmissio-remote.2.diff patch for formatting the -l function a little better
|
2009-01-31 14:42:01 +00:00 |
Charles Kerr
|
7b3db49c76
|
(trunk libT) #1777: Size column in transmission-remote
|
2009-01-30 23:29:18 +00:00 |
Charles Kerr
|
c21e1d47f7
|
(trunk gtk) Make "open" button clearer in Preferences dialog's web tab
|
2009-01-30 20:33:06 +00:00 |
Charles Kerr
|
00066f7a58
|
(trunk daemon) mention --session in the transmission-remote manpage
|
2009-01-30 18:14:45 +00:00 |
Charles Kerr
|
6c7097d1f4
|
(trunk libT) more assertions
|
2009-01-30 00:41:08 +00:00 |
Charles Kerr
|
61e18f1d1b
|
(trunk libT) yet even *more* assertions for Biiaru and persept :)
|
2009-01-29 16:56:43 +00:00 |
Charles Kerr
|
adc6791de3
|
(trunk libT) add more assertions to ensure that the libevent calls are all being made from the same thread
|
2009-01-28 19:35:39 +00:00 |
Charles Kerr
|
983455abbc
|
(trunk libT) possible fix for the transfers-not-loaded-on-startup issue introduced in r7806
|
2009-01-27 02:01:04 +00:00 |
Mitchell Livingston
|
1205605953
|
re-add dead code stripping on release builds
|
2009-01-27 01:25:13 +00:00 |
Mitchell Livingston
|
1f53c24d29
|
turn off dead code stripping, again
|
2009-01-27 00:47:52 +00:00 |
Mitchell Livingston
|
1f60e2c102
|
disable dead-code stripping - the space saved was trivial if any, and I'm suspicious that it might cause other problems
|
2009-01-27 00:45:06 +00:00 |
Charles Kerr
|
90f8a08794
|
(trunk libT) another possible fix for the libevent corruption issue -- libevent calls were being invoked from the gui thread at startup via tr_sessionInit()'s call to tr_webInit(). This revision moves those calls into the libtransmission/libevent thread.
|
2009-01-26 08:23:11 +00:00 |
Mitchell Livingston
|
224ead7e57
|
remove NSAsserts when compiling under Release configuration
|
2009-01-26 04:05:41 +00:00 |
Mitchell Livingston
|
072e63168f
|
enable dead code stripping
|
2009-01-26 03:54:06 +00:00 |
Charles Kerr
|
8c9d5359b5
|
(trunk libT) add more assertions to make Biiaru crash more^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^Hhelp track down the cause of Biiaru's crashes
|
2009-01-26 02:51:50 +00:00 |
Mitchell Livingston
|
8ec25a2fdb
|
random cleanup and update the strings file
|
2009-01-26 02:16:03 +00:00 |
Charles Kerr
|
1e8c374fd5
|
(trunk libT) fsync busy files every 15 seconds or so. On linux, use posix_fadvise() to tell the system no to cache torrent blocks
|
2009-01-26 00:36:34 +00:00 |
Charles Kerr
|
9d7c74cc8a
|
(trunk libT) try again to make hudson-t happy wrt posix_fadvise()
|
2009-01-25 23:47:07 +00:00 |
Charles Kerr
|
3b7494efd2
|
(trunk libT) possibly make hudson-t happy on Linux
|
2009-01-25 23:40:08 +00:00 |
Charles Kerr
|
00125c9726
|
(trunk libT) add mac, linux, and win32 support for os-level hints that local data will be read in random order, to disable readahead buffering.
|
2009-01-25 23:33:10 +00:00 |
Charles Kerr
|
29661cf245
|
(trunk libT) new macro, tr_assert(). use it to help smoke out #1749
|
2009-01-25 16:14:11 +00:00 |
Charles Kerr
|
f47cc0cf4d
|
(trunk libT) #1794: possible fix -- better handling of zero-size files
|
2009-01-25 04:22:11 +00:00 |
Mitchell Livingston
|
73265333c8
|
always fallback with sorting by name
|
2009-01-24 19:26:16 +00:00 |
Mitchell Livingston
|
945978ee41
|
determine queue order solely on order in the fTorrent array - this gets around potential problems when relaunching with less torrents
|
2009-01-24 19:07:25 +00:00 |
Charles Kerr
|
6d6a76d48a
|
(trunk libT) more of the same
|
2009-01-24 17:37:28 +00:00 |