|
|
@854
|
17 years |
joshe |
Add an assertion.
|
|
|
@851
|
17 years |
livings124 |
add bitrocket to the client id's (you have to acknowledge the …
|
|
|
@837
|
17 years |
joshe |
Allow a couple of the message functions to be called before the first …
|
|
|
@817
|
17 years |
joshe |
Add time to messages.
|
|
|
@815
|
17 years |
joshe |
Rework the message stuff again to be easier on the frontend.
|
|
|
@803
|
17 years |
joshe |
Make message level available to message handler callback.
|
|
|
@798
|
17 years |
joshe |
Allow frontend to change message output level.
Rename …
|
|
|
@791
|
17 years |
joshe |
Unbreak BeOS build.
|
|
|
@788
|
17 years |
joshe |
Try to keep track of the overall speed of the swarm.
Patch by Denis Ahrens.
|
|
|
@787
|
17 years |
livings124 |
Better BitTorrent? client identification.
|
|
|
@786
|
17 years |
joshe |
Try to find a UTF-8 filename in single-file mode too.
|
|
|
@780
|
17 years |
livings124 |
Check for connected peers, as well as better peer table resizing behavior.
|
|
|
@775
|
17 years |
livings124 |
IP address in peer table
|
|
|
@774
|
17 years |
joshe |
Retrieve peer address as a string via tr_torrentPeers().
|
|
|
@773
|
17 years |
livings124 |
Add bits on wheels to clients list.
|
|
|
@772
|
17 years |
livings124 |
Lock and unlock while accessing peers in libtransmission.
Handle lack …
|
|
|
@770
|
17 years |
livings124 |
Fix for when the returned client string is "unknown client ("
|
|
|
@769
|
17 years |
joshe |
Use the proper name of uTorrent through the magic of UTF-8.
|
|
|
@768
|
17 years |
livings124 |
Add uTorrent to clients.
|
|
|
@767
|
17 years |
livings124 |
Free even more memory.
|
|
|
@766
|
17 years |
livings124 |
Get peers separately from the rest of the stats. This should also get …
|
|
|
@765
|
17 years |
livings124 |
Fix a memory leak.
|
|
|
@764
|
17 years |
livings124 |
Some changes to getting peers in libtransmission. Now it uses a …
|
|
|
@763
|
17 years |
livings124 |
lock torrent before accessing peers
|
|
|
@758
|
17 years |
joshe |
Use UTF-8 encoded name and paths in torrent file if available.
|
|
|
@754
|
17 years |
livings124 |
Some new accessors for libtransmission...I don't see what harm these can do
|
|
|
@751
|
17 years |
livings124 |
Small iterator change in libtransmission by oleo.
|
|
|
@723
|
17 years |
titer |
Typo
|
|
|
@679
|
17 years |
titer |
AmigaOS4 patch by Andrea Palmate
|
|
|
@626
|
17 years |
joshe |
Allow frontend to supply a custom function for displaying …
|
|
|
@620
|
17 years |
titer |
Revert [619]
|
|
|
@609
|
17 years |
titer |
Increased limit on the size of torrent files
|
|
|
@560
|
17 years |
joshe |
What was I thinking?
|
|
|
@547
|
17 years |
joshe |
Fix a couple more memory leaks in edge cases.
|
|
|
@543
|
17 years |
joshe |
Don't leak memory when bencode parsing fails.
|
|
|
@526
|
17 years |
joshe |
Don't try to free memory that we never allocated.
|
|
|
@525
|
17 years |
joshe |
Move the ETA cap of 99:59:59 from libtransmission to the MacOS X GUI. …
|
|
|
@414
|
17 years |
titer |
Don't crash when pausing a torrent that is checking files
(refs …
|
|
|
@405
|
17 years |
titer |
Don't assume that a download is a folder if there only is one
file …
|
|
|
@401
|
17 years |
titer |
Quick fix for #69 (flush disk cache when complete)
|
|
|
@400
|
17 years |
titer |
Fixes scraping with transmissioncli (#79)
|
|
|
@346
|
17 years |
titer |
Fixes #22 (all torrents apparently at 0 % when T restarts)
|
|
|
@326
|
17 years |
joshe |
Fix bug where upload and download totals were discarded when …
|
|
|
@310
|
17 years |
joshe |
Add support to libtransmission and the MacOS X GUI for saving private …
|
|
|
@265
|
17 years |
titer |
Split and moved makefiles into a seperate folder, fixes and speed-up …
|
|
|
@264
|
17 years |
titer |
Splits VERSION_STRING and VERSION_REVISION, removes duplication of …
|
|
|
@261
|
17 years |
titer |
Updated svn:keywords
|
|
|
@260
|
17 years |
titer |
Added $Id$ keywords and updated a few headers
|
|
|
@254
|
17 years |
titer |
Toughens the criteria for banning, tries to make guesses about the …
|
|
|
@253
|
17 years |
titer |
Adds automatic peer banning.
At first, peers get only banned for the …
|
|
|
@250
|
17 years |
titer |
Be more flexible in case the dictionary isn't at the beginning of the …
|
|
|
@245
|
17 years |
titer |
Fixes warnings
|
|
|
@243
|
17 years |
joshe |
A couple minor i18n cleanups.
Add italian translation.
Add an install …
|
|
|
@241
|
17 years |
joshe |
Make sure not to go past the end of the buffer when loading bencoded …
|
|
|
@239
|
17 years |
titer |
Ooops
|
|
|
@238
|
17 years |
titer |
Use file descriptors instead of streams (preliminary cleanup for fixes …
|
|
|
@237
|
17 years |
titer |
Clean up, perform all DNS resolutions in a common thread. This should …
|
|
|
@236
|
17 years |
titer |
Code cleanup
|
|
|
@233
|
17 years |
titer |
Portability fix (platforms such as sparc64 need uint32_t pointers to …
|
|
|
@230
|
17 years |
titer |
Merged simple_http_parsing branch
|
|
|
@228
|
17 years |
joshe |
Add missing tracker stats reset when changing our listening port.
…
|
|
|
@219
|
17 years |
titer |
Show tracker errors again
|
|
|
@218
|
17 years |
titer |
Fixed a couple of bugs introduced in [164]
|
|
|
@217
|
17 years |
titer |
Should fix a race condition
|
|
|
@216
|
17 years |
joshe |
Fixed bug where incorrect stats were being reported to the tracker. …
|
|
|
@210
|
17 years |
titer |
Adds download rate limit
|
|
|
@204
|
17 years |
joshe |
Don't print an error if the .depend files don't exist.
|
|
|
@203
|
17 years |
joshe |
I will not commit without compiling first.
I will not commit without …
|
|
|
@202
|
17 years |
joshe |
Bind the default port when starting the first torrent
if it hasn't …
|
|
|
@198
|
17 years |
titer |
Nicer make output. Also moved the CLI client to its own folder like …
|
|
|
@191
|
17 years |
titer |
Merge compat-10.2 branch. This adds Jaguar compatibility on OS X, and …
|
|
|
@179
|
17 years |
titer |
Adds a real test for lrintf because some Linux systems, like BeOS, …
|
|
|
@171
|
17 years |
joshe |
Patch from Jeremy Messenger to build on FreeBSD 4.
|
|
|
@164
|
17 years |
titer |
Adds non-blocking (threaded) DNS resolution
|
|
|
@162
|
17 years |
titer |
Merge from branches/new_api:r161
|
|
|
@135
|
17 years |
titer |
Fix for non-Darwin systems
|
|
|
@134
|
17 years |
titer |
Started to switch to a Makefile-based build system (still very …
|
|
|
@133
|
17 years |
titer |
Quick fix for the 'getting unconnectable' problem (adds a timeout on …
|
|
|
@132
|
17 years |
joshe |
libtransmission:
Lazily bind the listening port to avoid spurious
…
|
|
|
@109
|
17 years |
titer |
Added optimistic choking
|
|
|
@108
|
17 years |
titer |
Randomly choke and unchoke peers who upload less than 0.1KB/s to us,
…
|
|
|
@104
|
17 years |
joshe |
Save resume information when a torrent finishes downloading.
|
|
|
@102
|
17 years |
titer |
Fixed fastResumeLoadOld
|
|
|
@100
|
17 years |
joshe |
Merge the version 1 extensible resume file format,
as well as …
|
|
|
@95
|
17 years |
titer |
BeOS fixes
|
|
|
@93
|
17 years |
titer |
Cleaning and minor optims
|
|
|
@92
|
17 years |
titer |
Force rates to 0 when paused, and download rate to 0 when seeding.
…
|
|
|
@90
|
17 years |
titer |
Comments
|
|
|
@87
|
17 years |
titer |
Fixed no-limit upload
|
|
|
@80
|
17 years |
titer |
Fixed memleak
Don't count small messages in the download rate
|
|
|
@79
|
17 years |
titer |
Workarounded a race condition
|
|
|
@76
|
17 years |
titer |
Fixes a crash (quite amazing that it didn't crash more often, actually...)
|
|
|
@75
|
17 years |
titer |
Fixed a lame typo so the algorithm may actually work
|
|
|
@67
|
17 years |
titer |
Fixes a little memleak
|
|
|
@65
|
17 years |
titer |
New choking algorithm (still needs work, it's inefficient, untested …
|
|
|
@64
|
17 years |
titer |
Fixed the build
|
|
|
@63
|
17 years |
titer |
s/2005/2006/
|
|
|
@62
|
17 years |
titer |
Added a rate calculator for each peer
Set up files for the choking …
|
|
|
@61
|
17 years |
titer |
Removed now unused tables and some now unused code
|
|
|
@60
|
17 years |
titer |
Rewrote rate control, background work for the download limit, the …
|
|
|