Charles Kerr
|
7cfafc5371
|
* now that we've got a new function at the top of the CPU hog list, tweak it too.
* reduce large torrents' memory consumption in tr_completion_t.
|
2007-07-28 22:47:10 +00:00 |
Charles Kerr
|
31ac4e604a
|
a better fix for the tr_rand() crash experienced earlier today
|
2007-07-26 03:57:45 +00:00 |
Charles Kerr
|
e8fb29ea44
|
fix compiler warnings reported by wereHamster
|
2007-07-25 17:27:19 +00:00 |
Charles Kerr
|
730d6df742
|
* fix overflow error from earlier today. (this was the crash talked about in IRC)
* fix long-standing error that occurred when pieceSize isn't evenly divisible by blockSize
* speed up and macro-ize piece-to-block conversions
|
2007-07-25 01:59:46 +00:00 |
Charles Kerr
|
79b85b36ab
|
add some assertion tests for #transmission
|
2007-07-24 20:49:47 +00:00 |
Charles Kerr
|
8c79683c83
|
take a shot in the dark on the crash reported in #transmission
|
2007-07-24 20:29:27 +00:00 |
Charles Kerr
|
17a8ae9fa2
|
faster tr_cpGetStatus() and tr_bitfieldHas(), which were showing up at the top of the CPU profile.
|
2007-07-24 14:51:46 +00:00 |
Charles Kerr
|
dd55805012
|
much faster rechecking of incomplete torrents. added tr_stat_t.recheckProgress field.
|
2007-07-24 01:33:59 +00:00 |
Charles Kerr
|
459b8958cb
|
simplify xml.c and utils.c's dependencies
|
2007-07-19 11:54:37 +00:00 |
Charles Kerr
|
c24fc6e16a
|
de-inline some big functions.
|
2007-07-19 10:56:14 +00:00 |
Charles Kerr
|
3c60fb0ded
|
remove unused variable
|
2007-07-18 22:11:47 +00:00 |
Josh Elsasser
|
adc0d4ac92
|
Add asprintf implementation for systems which lack it.
|
2007-07-18 17:19:14 +00:00 |
Charles Kerr
|
a814d843ad
|
get UPNP working again. huge thanks to BigBossman and persept for doggedly tracking down this bug.
|
2007-07-15 22:18:49 +00:00 |
Charles Kerr
|
321b01d430
|
make tr_torrentStat() const.
malloc, rather than calloc, the buffer in strndup.
|
2007-07-15 19:12:54 +00:00 |
Charles Kerr
|
1c7c8072b4
|
fix crash on zero-byte torrents
|
2007-07-15 03:52:51 +00:00 |
Charles Kerr
|
261ac20427
|
tr_bitfieldIsEmtpy(): fix a howler of a bug that caused some files to not be rechecked on startup even if they should've been.
|
2007-07-14 04:26:30 +00:00 |
Charles Kerr
|
790476ac23
|
clean up #includes a bit.
|
2007-07-12 17:51:45 +00:00 |
Charles Kerr
|
a166914a27
|
fix endgame bugs
|
2007-07-06 16:17:37 +00:00 |
Charles Kerr
|
58f89cdc77
|
replace the unhelpful error message "error: insufficient resources" with more descriptive cases
|
2007-07-01 01:50:14 +00:00 |
Charles Kerr
|
c58013c048
|
don't count too many bytes in the last block in tr_cpDownloadedValid(), tr_cpLeftUntilDone(), tr_cpLeftUntilComplete(). Very minor speedups in tr_bitfieldHas(), tr_bitfieldAdd(), tr_bitfieldRem().
|
2007-06-30 21:11:17 +00:00 |
Charles Kerr
|
47a5ff4120
|
add tr_torrentCanAdd() as per BentMyWookie's request... clear tracker error string when restarting... fix r2202 "completed" announce bug.
|
2007-06-27 05:14:38 +00:00 |
Charles Kerr
|
06e761d950
|
* fix error checking large files reported by Gimp_
* portability changes to pathname/filename building
* small gratuitous changes
|
2007-06-18 19:39:52 +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
|
3af24be44e
|
separate code for determining if there is a download with same name and location
|
2007-05-11 18:56:59 +00:00 |
Mitchell Livingston
|
7e19df5444
|
only allow one active transfer with the same name in the same location
|
2007-05-05 14:43:52 +00:00 |
Josh Elsasser
|
63bb617fa4
|
Add more I/O error codes.
|
2007-04-20 02:05:07 +00:00 |
Josh Elsasser
|
09c87aad84
|
Merge PEX branch, I hope this works.
|
2007-03-23 08:28:01 +00:00 |
Josh Elsasser
|
6ebeef7924
|
Correctly bencode strings containing nul characters.
|
2007-01-28 23:26:57 +00:00 |
Mitchell Livingston
|
c351ac51f8
|
typo
|
2007-01-14 16:57:31 +00:00 |
Eric Petit
|
e5e6a8b5df
|
Merge io branch into trunk
|
2007-01-14 12:00:21 +00:00 |
Josh Elsasser
|
0257761670
|
Merge nat-traversal branch to trunk.
|
2006-09-25 18:37:45 +00:00 |
Josh Elsasser
|
50ed4c6770
|
Allow a couple of the message functions to be called before the first tr_init()
|
2006-08-30 16:35:33 +00:00 |
Josh Elsasser
|
a647015714
|
Add time to messages.
|
2006-08-22 02:32:46 +00:00 |
Josh Elsasser
|
43e6dd56aa
|
Rework the message stuff again to be easier on the frontend.
|
2006-08-22 02:12:58 +00:00 |
Josh Elsasser
|
69f43ff729
|
Make message level available to message handler callback.
|
2006-08-20 22:45:04 +00:00 |
Josh Elsasser
|
8bc4cefa2d
|
Allow frontend to change message output level.
Rename tr_setErrorFunction() to tr_setMessageFunction()
|
2006-08-20 18:15:25 +00:00 |
Josh Elsasser
|
555f12b64a
|
Allow frontend to supply a custom function for displaying libtransmission errors.
|
2006-07-16 23:40:22 +00:00 |
Eric Petit
|
f199e0a9d9
|
Revert [619]
|
2006-07-16 19:39:23 +00:00 |
Mitchell Livingston
|
5d36721a15
|
Remove old Sparkle...
|
2006-07-16 19:28:19 +00:00 |
Josh Elsasser
|
0600f3d4aa
|
Add support to libtransmission and the MacOS X GUI for saving private copies of
torrent files.
|
2006-06-09 19:53:35 +00:00 |
Eric Petit
|
f98fe6a1b0
|
Added $Id$ keywords and updated a few headers
|
2006-05-29 21:21:23 +00:00 |
Eric Petit
|
dfe3bc870a
|
Merged simple_http_parsing branch
|
2006-04-11 22:37:43 +00:00 |
Eric Petit
|
a6aa884776
|
Import from 2005-10-26
|
2006-01-12 17:43:21 +00:00 |