Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-29 | sync with gitHEADmaster | Dirk Engling | 1 | -1/+1 | |
2009-06-17 | Remove unnecessary =NULL initialization of static pointers. | Dirk Engling | 1 | -2/+2 | |
2009-03-04 | Add a stat option the count bucket stalls | Dirk Engling | 1 | -2/+5 | |
Add an iterator for all torrents. It's slower but for stats it's okay. Move some stats collection stuff to the new iterator. More to come. Start a "report all stats" page. Start fixing the code to identify "busy" networks. Add the concept of hosts allowed to proxy. Add a parser for the X-Forwarded-For: HTTP header. Clean up HTTP Header handling code. (Remove some left overs of now vanished sync code). | |||||
2009-02-10 | unify lock and unlock code style | Dirk Engling | 1 | -6/+3 | |
2009-01-16 | Use a self pipe to wake from io_wait when a thread finished his work. | Dirk Engling | 1 | -1/+8 | |
2009-01-15 | Add comments, rename our struct http_data h to cookie, all clientsockets to ↵ | Dirk Engling | 1 | -10/+10 | |
sock, all size_t from socket_recvs to byte_count. Make signal handler set default handler for the second SIGINT | |||||
2009-01-13 | V6 | Dirk Engling | 1 | -5/+5 | |
2009-01-03 | Make opentracker ANSI C again. | Dirk Engling | 1 | -2/+2 | |
2009-01-02 | * opentracker now drops permissions in correct order and really chroots() if ↵ | Dirk Engling | 1 | -4/+14 | |
ran as root * lock passing between add_peer_to_torrent and return_peers_for_torrent is now avoided by providing a more general add_peer_to_torrent_and_return_peers function that can be used with NULL parameters to not return any peers (in sync case) * in order to keep a fast overview how many torrents opentracker maintains, every mutex_bucket_unlock operation expects an additional integer parameter that tells ot_mutex.c how many torrents have been added or removed. A function mutex_get_torrent_count has been introduced. | |||||
2008-12-08 | Make all torrents in their buckets sorted again. | Dirk Engling | 1 | -3/+3 | |
2008-12-06 | Make mutex_lock_bucket_by_hash generic to any OT_BUCKET_COUNT | Dirk Engling | 1 | -7/+4 | |
2008-11-28 | The BIG refactoring [tm]. Too many changes to count them. If it doesn't ↵ | Dirk Engling | 1 | -2/+2 | |
suite you, revert to last version. | |||||
2008-10-28 | Whitespace fixes | Dirk Engling | 1 | -6/+6 | |
2008-10-28 | fixed typo | Denis Ahrens | 1 | -2/+2 | |
2007-12-20 | Introduce some kind of versioning | Dirk Engling | 1 | -1/+5 | |
2007-12-03 | Simplify includes | Dirk Engling | 1 | -0/+2 | |
2007-11-22 | Introducing compression task flags | Dirk Engling | 1 | -1/+1 | |
2007-11-20 | Tested for a too strict condition, we do need the correct tasktype AND an ↵ | Dirk Engling | 1 | -1/+1 | |
empty taskid, not the other way around | |||||
2007-11-19 | Cleanup now moved to its own thread, too | Dirk Engling | 1 | -0/+24 | |
2007-11-18 | Reflect new task-classes model in mutex queue | Dirk Engling | 1 | -5/+6 | |
2007-11-15 | tasklist code now tested in a multi threaded environment. | Dirk Engling | 1 | -6/+37 | |
2007-11-14 | Introducing the workqueue | Dirk Engling | 1 | -0/+156 | |
2007-11-06 | No one can get access to buckets now without locking them. Also split up the ↵ | Dirk Engling | 1 | -2/+29 | |
trackerlogic.c-monster in functional sub-units. HEADS UP: this code is untested and not considered stable. | |||||
2007-11-06 | Rename source files in an ot_ fashion | Dirk Engling | 1 | -0/+77 | |