rink.nu / projects / tortilla / shortlog
 
22 months ago ago Rink Springer When parsing trackers, revert to the old-style 'announce' URL if 'announce-list' is corrupt default tip
22 months ago ago Rink Springer Construct the tracker talker before hashing pieces
23 months ago ago Rink Springer Rework the client so that it caches most of the torrent metadata and queries it less
23 months ago ago Rink Springer Return a const reference to the torrent name instead of a copy
23 months ago ago Rink Springer Introduce per-torrent user pointers
23 months ago ago Rink Springer Avoid code duplication by using registerPeer()
23 months ago ago Rink Springer Add a 'torrent added' callback
23 months ago ago Rink Springer Use local dummy callbacks when none are provided, and never ever clean them up
23 months ago ago Rink Springer Plug a memory leak
23 months ago ago Rink Springer Introduce the Tortilla namespace
23 months ago ago Rink Springer Move teQuilla to its own source directory
23 months ago ago Rink Springer Add a test tool to verify and benchmark our SHA-1 implementation
23 months ago ago Rink Springer Move client-specific header files to the appropriate client directory
23 months ago ago Rink Springer Clean up header file
23 months ago ago Rink Springer Plug a memory leak and remove dead code
23 months ago ago Rink Springer Clean up the Makefile infastructure of the clients
23 months ago ago Rink Springer Split tortilla and yoctorrent
23 months ago ago Rink Springer Use the result code of std::list::erase instead of looping over the same data again
23 months ago ago Rink Springer Resolve merge
23 months ago ago Rink Springer Optimize the SHA-1 code a bit by unrolling the loops
23 months ago ago Rink Springer Fix a deadlock in endgame mode
23 months ago ago Rink Springer Make functions const which should be const.
23 months ago ago Rink Springer Import a freeware SHA1 library [1] and eliminate the dependancy on OpenSSL
23 months ago ago Rink Springer Wait until the overseer thread is gone before removing it
23 months ago ago Rink Springer Rework so that boost::thread is used instead of boost::interprocess
23 months ago ago Rink Springer Rewrite to use boost for threading/locking
23 months ago ago Rink Springer Tag release 1.0
23 months ago ago Rink Springer Fix build by including the correct header files. tortilla-1.0
2010-07-17 ago Rink Springer Ensure comparing torrent names is case insensitive.
2010-07-17 ago Rink Springer Fix deletion of a torrent.
2010-07-17 ago Rink Springer Implement searching for torrents.
2010-07-17 ago Rink Springer Implement sorting of torrents by name.
2010-07-17 ago Rink Springer Prevent adding a duplicate torrent.
2010-07-17 ago Rink Springer Prevent a hang by not forcing a redraw after a resize.
2010-07-17 ago Rink Springer Implement support for resizing the client window.
2010-04-18 ago rink Linux requires a _FILE_OFFSET_BITS=64 definition; without it, off_t is 32 bit signed (thus 31 bit usable) which is way too low to be useful.
2010-04-18 ago rink Update the client code to supply a work directory for each torrent.
2010-04-18 ago rink Linux seems to consider a socket hangup as an error and sets the appropriate flag, so cover this as well.
2010-04-18 ago rink Add missing include file for the callback functions.
2010-03-03 ago Rink Springer Fix an off-by-one bug, resulting in incomplete new paths being created.
2010-02-27 ago Rink Springer Add support for specifying the root folder per torrent, and moving it around.
2010-02-25 ago Rink Springer Add support for saving and restoring .torrent status.
2010-02-25 ago Rink Springer Implement cloning of .torrent metafields.
2010-02-24 ago Rink Springer Introduce client callbacks as an example.
2010-02-24 ago Rink Springer Introduce torrent callbacks.
2010-02-23 ago Rink Springer Implement a status line which displays the sum of RX/TX speeds and counters.
2010-02-23 ago Rink Springer Implement support for renaming files and altering max files.
2010-02-22 ago Rink Springer Mark torrents that will be destroyed as such.
2010-02-22 ago Rink Springer Restructure removing of torrents.
2010-01-31 ago Rink Springer Remove terminating-assertion if an invalid chunk was requested.
2010-01-19 ago Rink Springer Fix an incredible oversight which would certainly result in random crashes.
2010-01-17 ago Rink Springer Implement a total ordering on Torrents and sort them in the CLI client.
2010-01-17 ago Rink Springer Compile fix.
2009-11-24 ago Rink Springer Reject requests for pieces that are larger than TORRENT_CHUNK_SIZE as a temporary bandaid.
2009-11-24 ago Rink Springer Fix a 100% CPU race which would occur if we were to send to a peer that is gone.
2009-11-15 ago Rink Springer Gracefully handle ConnectionException if it is raises during the initial Connection creation.
2009-11-01 ago rink Ensure we don't accept new connections while terminating.
2009-10-15 ago Rink Springer Add missing include file.
2009-10-15 ago Rink Springer Add multi-tracker support as specified in BEP 12: Multitracker Metadata Extension.
2009-08-09 ago rink Resolve merge conflict.
Powered by FreeBSD, PostgreSQL and Perl
© 2001 - 2011 Rink Springer