source: trunk/libtransmission

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1006   16 years livings124 in info show the number of incoming connections next to total connections
(edit) @1001   16 years joshe Fix for trackers that include parameters in announce URL.
(edit) @1000   16 years joshe Try to get home directory with getpwuid(getuid()) if getenv("HOME") fails.
(edit) @997   16 years joshe Prevent overflow when reading/converting strings from the torrent metainfo.
(edit) @996   16 years joshe Fix a few minor style nits. Use a floats instead of uint8_ts for piece …
(edit) @994   16 years livings124 Initial attempt at against the completeness of a specific piece.
(edit) @945   16 years joshe I guess I don't know how xml namespaces work.
(edit) @944   16 years joshe How about we actually put an <?xml?> tag in the xml we send?
(edit) @943   16 years joshe More miscellaneous UPnP fixes.
(edit) @942   16 years joshe Minor UPnP compatibility fixes.
(edit) @939   16 years joshe Don't verify part of the UPnP root descript that apparently isn't standard.
(edit) @938   16 years joshe Add more UPnP debugging messages.
(edit) @937   16 years joshe Fix extra space in tracker HTTP request line.
(edit) @932   16 years joshe Add missing prototype for tr_peerIsIncoming().
(edit) @931   16 years joshe Fix possible uint64_t underflow which could cause insanely huge …
(edit) @930   16 years joshe Properly exit the upnp device pulse when a loop is detected.
(edit) @929   16 years titer Don't attach peers to inactive torrents (should fix the CLOSE_WAIT …
(edit) @926   17 years titer Remember whether a peer comes from an incoming or outcoming connection
(edit) @920   17 years joshe Merge nat-traversal branch to trunk.
(edit) @887   17 years joshe Add KTorrent, libTorrent and MLDonkey to clients list.
(edit) @862   17 years livings124 stupid mistake in last commit
(edit) @861   17 years livings124 Add Opera to the clients list.
(edit) @854   17 years joshe Add an assertion.
(edit) @851   17 years livings124 add bitrocket to the client id's (you have to acknowledge the …
(edit) @837   17 years joshe Allow a couple of the message functions to be called before the first …
(edit) @817   17 years joshe Add time to messages.
(edit) @815   17 years joshe Rework the message stuff again to be easier on the frontend.
(edit) @803   17 years joshe Make message level available to message handler callback.
(edit) @798   17 years joshe Allow frontend to change message output level. Rename …
(edit) @791   17 years joshe Unbreak BeOS build.
(edit) @788   17 years joshe Try to keep track of the overall speed of the swarm. Patch by Denis Ahrens.
(edit) @787   17 years livings124 Better BitTorrent? client identification.
(edit) @786   17 years joshe Try to find a UTF-8 filename in single-file mode too.
(edit) @780   17 years livings124 Check for connected peers, as well as better peer table resizing behavior.
(edit) @775   17 years livings124 IP address in peer table
(edit) @774   17 years joshe Retrieve peer address as a string via tr_torrentPeers().
(edit) @773   17 years livings124 Add bits on wheels to clients list.
(edit) @772   17 years livings124 Lock and unlock while accessing peers in libtransmission. Handle lack …
(edit) @770   17 years livings124 Fix for when the returned client string is "unknown client ("
(edit) @769   17 years joshe Use the proper name of uTorrent through the magic of UTF-8.
(edit) @768   17 years livings124 Add uTorrent to clients.
(edit) @767   17 years livings124 Free even more memory.
(edit) @766   17 years livings124 Get peers separately from the rest of the stats. This should also get …
(edit) @765   17 years livings124 Fix a memory leak.
(edit) @764   17 years livings124 Some changes to getting peers in libtransmission. Now it uses a …
(edit) @763   17 years livings124 lock torrent before accessing peers
(edit) @758   17 years joshe Use UTF-8 encoded name and paths in torrent file if available.
(edit) @754   17 years livings124 Some new accessors for libtransmission...I don't see what harm these can do
(edit) @751   17 years livings124 Small iterator change in libtransmission by oleo.
(edit) @723   17 years titer Typo
(edit) @679   17 years titer AmigaOS4 patch by Andrea Palmate
(edit) @626   17 years joshe Allow frontend to supply a custom function for displaying …
(edit) @620   17 years titer Revert [619]
(edit) @609   17 years titer Increased limit on the size of torrent files
(edit) @560   17 years joshe What was I thinking?
(edit) @547   17 years joshe Fix a couple more memory leaks in edge cases.
(edit) @543   17 years joshe Don't leak memory when bencode parsing fails.
(edit) @526   17 years joshe Don't try to free memory that we never allocated.
(edit) @525   17 years joshe Move the ETA cap of 99:59:59 from libtransmission to the MacOS X GUI. …
(edit) @414   17 years titer Don't crash when pausing a torrent that is checking files (refs …
(edit) @405   17 years titer Don't assume that a download is a folder if there only is one file …
(edit) @401   17 years titer Quick fix for #69 (flush disk cache when complete)
(edit) @400   17 years titer Fixes scraping with transmissioncli (#79)
(edit) @346   17 years titer Fixes #22 (all torrents apparently at 0 % when T restarts)
(edit) @326   17 years joshe Fix bug where upload and download totals were discarded when …
(edit) @310   17 years joshe Add support to libtransmission and the MacOS X GUI for saving private …
(edit) @265   17 years titer Split and moved makefiles into a seperate folder, fixes and speed-up …
(edit) @264   17 years titer Splits VERSION_STRING and VERSION_REVISION, removes duplication of …
(edit) @261   17 years titer Updated svn:keywords
(edit) @260   17 years titer Added $Id$ keywords and updated a few headers
(edit) @254   17 years titer Toughens the criteria for banning, tries to make guesses about the …
(edit) @253   17 years titer Adds automatic peer banning. At first, peers get only banned for the …
(edit) @250   17 years titer Be more flexible in case the dictionary isn't at the beginning of the …
(edit) @245   17 years titer Fixes warnings
(edit) @243   17 years joshe A couple minor i18n cleanups. Add italian translation. Add an install …
(edit) @241   17 years joshe Make sure not to go past the end of the buffer when loading bencoded …
(edit) @239   17 years titer Ooops
(edit) @238   17 years titer Use file descriptors instead of streams (preliminary cleanup for fixes …
(edit) @237   17 years titer Clean up, perform all DNS resolutions in a common thread. This should …
(edit) @236   17 years titer Code cleanup
(edit) @233   17 years titer Portability fix (platforms such as sparc64 need uint32_t pointers to …
(edit) @230   17 years titer Merged simple_http_parsing branch
(edit) @228   17 years joshe Add missing tracker stats reset when changing our listening port. …
(edit) @219   17 years titer Show tracker errors again
(edit) @218   17 years titer Fixed a couple of bugs introduced in [164]
(edit) @217   17 years titer Should fix a race condition
(edit) @216   17 years joshe Fixed bug where incorrect stats were being reported to the tracker. …
(edit) @210   17 years titer Adds download rate limit
(edit) @204   17 years joshe Don't print an error if the .depend files don't exist.
(edit) @203   17 years joshe I will not commit without compiling first. I will not commit without …
(edit) @202   17 years joshe Bind the default port when starting the first torrent if it hasn't …
(edit) @198   17 years titer Nicer make output. Also moved the CLI client to its own folder like …
(edit) @191   17 years titer Merge compat-10.2 branch. This adds Jaguar compatibility on OS X, and …
(edit) @179   17 years titer Adds a real test for lrintf because some Linux systems, like BeOS, …
(edit) @171   17 years joshe Patch from Jeremy Messenger to build on FreeBSD 4.
(edit) @164   17 years titer Adds non-blocking (threaded) DNS resolution
(edit) @162   17 years titer Merge from branches/new_api:r161
(edit) @135   17 years titer Fix for non-Darwin systems
(edit) @134   17 years titer Started to switch to a Makefile-based build system (still very …
(edit) @133   17 years titer Quick fix for the 'getting unconnectable' problem (adds a timeout on …
Note: See TracRevisionLog for help on using the revision log.