|
|
@1006
|
16 years |
livings124 |
in info show the number of incoming connections next to total connections
|
|
|
@1001
|
16 years |
joshe |
Fix for trackers that include parameters in announce URL.
|
|
|
@1000
|
16 years |
joshe |
Try to get home directory with getpwuid(getuid()) if getenv("HOME") fails.
|
|
|
@997
|
16 years |
joshe |
Prevent overflow when reading/converting strings from the torrent metainfo.
|
|
|
@996
|
16 years |
joshe |
Fix a few minor style nits.
Use a floats instead of uint8_ts for piece …
|
|
|
@994
|
16 years |
livings124 |
Initial attempt at against the completeness of a specific piece.
|
|
|
@945
|
16 years |
joshe |
I guess I don't know how xml namespaces work.
|
|
|
@944
|
16 years |
joshe |
How about we actually put an <?xml?> tag in the xml we send?
|
|
|
@943
|
16 years |
joshe |
More miscellaneous UPnP fixes.
|
|
|
@942
|
16 years |
joshe |
Minor UPnP compatibility fixes.
|
|
|
@939
|
16 years |
joshe |
Don't verify part of the UPnP root descript that apparently isn't standard.
|
|
|
@938
|
16 years |
joshe |
Add more UPnP debugging messages.
|
|
|
@937
|
16 years |
joshe |
Fix extra space in tracker HTTP request line.
|
|
|
@932
|
16 years |
joshe |
Add missing prototype for tr_peerIsIncoming().
|
|
|
@931
|
16 years |
joshe |
Fix possible uint64_t underflow which could cause insanely huge …
|
|
|
@930
|
16 years |
joshe |
Properly exit the upnp device pulse when a loop is detected.
|
|
|
@929
|
16 years |
titer |
Don't attach peers to inactive torrents (should fix the CLOSE_WAIT …
|
|
|
@926
|
17 years |
titer |
Remember whether a peer comes from an incoming or outcoming connection
|
|
|
@920
|
17 years |
joshe |
Merge nat-traversal branch to trunk.
|
|
|
@887
|
17 years |
joshe |
Add KTorrent, libTorrent and MLDonkey to clients list.
|
|
|
@862
|
17 years |
livings124 |
stupid mistake in last commit
|
|
|
@861
|
17 years |
livings124 |
Add Opera to the clients list.
|
|
|
@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 …
|
|
|