Charles Kerr
|
51aff87443
|
lots of C correctness tweaks suggested by sparse/cgcc
|
2008-08-11 19:05:02 +00:00 |
Charles Kerr
|
b860119cd3
|
minor text cleanup
|
2008-08-01 16:43:22 +00:00 |
Charles Kerr
|
2c79888a93
|
RPC/IPC redesign
|
2008-05-18 16:44:30 +00:00 |
Charles Kerr
|
47021f1a12
|
fold most of the "deep logging" functions into a single function
|
2008-04-25 02:57:33 +00:00 |
Charles Kerr
|
a331582ec0
|
string folding
|
2008-03-30 13:52:55 +00:00 |
Charles Kerr
|
84a8592d1d
|
first cut at adding i18n hooks into libtransmission.
|
2008-03-04 02:02:25 +00:00 |
Charles Kerr
|
e4a59e5e27
|
fix minor compiler warning.
|
2008-02-25 03:09:55 +00:00 |
Charles Kerr
|
cfe068876e
|
remove unnecessary #includes
|
2008-02-19 18:39:49 +00:00 |
Charles Kerr
|
deaeb24cb5
|
cleanup #includes for errno & strerror
|
2008-02-19 04:16:04 +00:00 |
Charles Kerr
|
f72ba4b8d8
|
#663: connection limits don't work correctly.
|
2008-01-28 21:05:50 +00:00 |
Charles Kerr
|
1b7706e101
|
finish the trunk/1.0x libT merge: router death & portability
|
2008-01-21 02:11:57 +00:00 |
Charles Kerr
|
de515ee339
|
if the torrent's download path doesn't exist, don't create it -- it's might be a removeable disk that got unplugged.
|
2008-01-18 19:13:32 +00:00 |
Charles Kerr
|
8c6c822acd
|
mingw portability fixes: getrlimit/setrlimit in fdlimit
|
2008-01-10 19:22:11 +00:00 |
Charles Kerr
|
8bc02db55e
|
mollify a noisy debugging message
|
2008-01-08 20:08:45 +00:00 |
Charles Kerr
|
57579bf576
|
#378 - use {get,set}rlimit to deal with open file limits
|
2008-01-03 16:36:20 +00:00 |
Charles Kerr
|
ce6c33b7bf
|
set copyright info to 2008
|
2008-01-01 17:20:20 +00:00 |
Charles Kerr
|
245915258f
|
turn off a debugging message gone wild
|
2007-12-30 18:46:18 +00:00 |
Charles Kerr
|
60fb68cb7a
|
silence a debug message gone wild
|
2007-12-28 06:14:18 +00:00 |
Charles Kerr
|
35adeec1d0
|
(gtk) fix startup port issue by hitting it with a damn big hammer
|
2007-12-24 07:02:40 +00:00 |
Charles Kerr
|
5c4f841c7e
|
added tr_torrentSetPeerLimits(), tr_torrentGetPeerLimits(), tr_setGlobalPeerLimit(), tr_getGlobalPeerLimit()
|
2007-12-20 21:44:16 +00:00 |
Charles Kerr
|
36391e02c1
|
add support for TRANSMISSION_HOME environment variable so I can have multiple copies of Transmission running concurrently in different directories.
|
2007-12-15 22:22:30 +00:00 |
Charles Kerr
|
4ff5b472a8
|
raise the maximum connection limit a bit.
|
2007-12-15 16:36:43 +00:00 |
Charles Kerr
|
ffe9e52e14
|
I think this one-line change may fix all the "Transmission 0.95 ate my data, corrupted my hard drive, and killed my cat!" complaints
|
2007-12-09 15:26:27 +00:00 |
Charles Kerr
|
de9080e9ef
|
fix tyop
|
2007-12-03 16:51:22 +00:00 |
Charles Kerr
|
f0d1fa0a76
|
finish fixing the recursive mutex + cond bug reported by sedatg & Waldorf
|
2007-12-03 15:27:38 +00:00 |
Charles Kerr
|
c68af92039
|
fix very annoying recursive mutex + pthread cond bug reported by setatg, Waldorf, and many others
|
2007-12-03 04:06:45 +00:00 |
Charles Kerr
|
260033847f
|
fix ticket #451 (Files remain in use after removal)
|
2007-11-21 16:16:59 +00:00 |
Charles Kerr
|
3929b37da3
|
denis is right about r3880; we should respect umask
|
2007-11-19 12:59:26 +00:00 |
Charles Kerr
|
a654f808e3
|
change TR_MKDIR_PERM from 0777 to 0755
change TR_CREAT_PERM from 0666 to 0644
|
2007-11-19 04:46:49 +00:00 |
Charles Kerr
|
a2609ae2a7
|
fix permissions issue reported by Jaybird in http://transmission.m0k.org/forum/viewtopic.php?t=2944
|
2007-11-17 16:20:08 +00:00 |
Charles Kerr
|
76626796f3
|
make the hard drive less noisy than it was in 0.92
|
2007-11-10 05:09:40 +00:00 |
Charles Kerr
|
fd430fde90
|
undoing the r3773-r3774 experiment.
|
2007-11-09 20:07:52 +00:00 |
Charles Kerr
|
67b719c2de
|
on Darwin, use NSCParameterAssert() instead of assert().
|
2007-11-09 19:50:40 +00:00 |
Charles Kerr
|
5da8a977c6
|
* add O_LARGEFILE support to fdlimit for the benefit of 32-bit posix machines
* minor tweaks
|
2007-11-09 04:32:19 +00:00 |
Charles Kerr
|
71f4efcbad
|
update our #includes now that libevent has cleaned up event.h
|
2007-11-07 18:26:19 +00:00 |
Charles Kerr
|
7ce8312ddc
|
fix memory error reported by John_Clay
|
2007-11-02 20:27:03 +00:00 |
Charles Kerr
|
3e0e462b10
|
finish cleaning up the code that was churned during the "corruption" fix.
|
2007-11-01 13:47:32 +00:00 |
Charles Kerr
|
e625b10d6d
|
"corruption" fix part 3: cleanup. remove unneeded possible points of failure.
|
2007-10-31 18:10:55 +00:00 |
Charles Kerr
|
96351b93ef
|
part 1 of the data corruption fix: plug the leaky abstraction in fdlimit
|
2007-10-30 18:35:06 +00:00 |
Charles Kerr
|
fef89a3bc7
|
* record the ports of incoming sockets. we might need them later if we want to disconnect and reconnect.
* for portability, use libevent API for some socket upkeep
|
2007-09-25 23:10:34 +00:00 |
Mitchell Livingston
|
76da1185ca
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
Charles Kerr
|
ef2fc4fdcf
|
More win32 portability fixes. we now talk to tracker & peers; hash checks work, downloads seem to work. w00t
|
2007-08-02 23:33:40 +00:00 |
Charles Kerr
|
6763ec75e8
|
more portability fixes
|
2007-08-02 21:58:34 +00:00 |
Charles Kerr
|
1fd5f90a77
|
win32 cleanly compiles and starts now. (still doesn't atually *work*, but we're getting closer...)
|
2007-08-02 19:43:29 +00:00 |
Charles Kerr
|
26caf4f5dd
|
More Win32 portability changes
|
2007-08-01 00:40:49 +00:00 |
Charles Kerr
|
0f85cc3297
|
continue whittling away at internal.h to reduce the global #include dependencies
|
2007-07-31 14:26:44 +00:00 |
Charles Kerr
|
d209052051
|
add portability wrapper for in_port_t...
|
2007-07-30 18:04:10 +00:00 |
Charles Kerr
|
ebb141b232
|
better encapsulation of platform-specific constructs: tr_thread_t, tr_cond_t, tr_lock_t
|
2007-07-30 15:27:52 +00:00 |
Charles Kerr
|
e07d0220a9
|
this looks bug but it's not: just janitorial cleanup, moving #includes from headers into source file
|
2007-07-29 18:11:21 +00:00 |
Charles Kerr
|
486f483751
|
xmission: load torrents on startup and populate the torrent list.
|
2007-07-22 02:24:13 +00:00 |