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