]> git.ipfire.org Git - thirdparty/opentracker.git/shortlog
thirdparty/opentracker.git
2009-01-01  erdgeistminoe white space
2008-12-30  erdgeistFix badly formed bencoded answer to stopped events
2008-12-11  erdgeistFix: Did not time stamp a torrent correctly, that once...
2008-12-10  erdgeistPropose a scrape sync protocol.
2008-12-08  erdgeistMake all torrents in their buckets sorted again.
2008-12-07  erdgeistFix: auto increment in += is not a post increment...
2008-12-07  erdgeistFix post increase on wrong pointer type.
2008-12-07  erdgeistUsed wrong variable as offset into hash to copy
2008-12-07  erdgeistHandle program end more politely
2008-12-06  erdgeistAvoid cast warning on 64bit machines
2008-12-06  erdgeistRenamed OT_FLAG to OT_PEERFLAG to make code easier...
2008-12-06  erdgeistFormat for full scrapes was not parsed correctly.
2008-12-06  erdgeistMake mutex_lock_bucket_by_hash generic to any OT_BUCKET...
2008-12-06  erdgeistForgot one define READ32
2008-12-05  erdgeistTidy up unnecessary includes
2008-12-05  erdgeistAdd specialized vector functions to handle peers in...
2008-12-05  erdgeistLet's give a damn about syntactical correctness of...
2008-12-03  erdgeistNow enforce that peers do not come back before our...
2008-12-03  erdgeistprintf is buffered, write not. Use printf for all.
2008-12-03  erdgeistfix size of 0 issue
2008-12-03  erdgeistAdd debug code to spot peers that come back too early
2008-12-03  erdgeistAdd debug code to store peer id
2008-12-03  erdgeistNew peer flag to see, whether peer came from announce...
2008-12-03  erdgeistAid spotting bad clients...
2008-12-03  denisstats fuer sync
2008-12-01  erdgeistLive Sync for peers that do not come back too early.
2008-11-28  erdgeistThe BIG refactoring [tm]. Too many changes to count...
2008-11-03  erdgeistBugfix: Number of Pools << Number of Buckets
2008-11-03  erdgeistTry to use much less memory and hope for speedups
2008-11-03  erdgeistSpread the amount of time spent in cleanup about 2...
2008-11-03  erdgeistAdd stats about when peers renew their announces.
2008-11-03  erdgeistNever let vectors shrink below their minimal capacity
2008-11-03  erdgeistFormatting
2008-11-03  erdgeistAdd stats about when peers renew their announces.
2008-10-28  erdgeistWhitespace fixes
2008-10-28  denisfixed typo
2008-10-28  erdgeistFix stats parse code to allow modes with more than...
2008-10-28  erdgeistFirst vector has size 1, not 0 in debug vector
2008-10-26  erdgeistFix: blacklist and whitelist config option parsing...
2008-10-24  erdgeistDocument WANT_RESTRICT_STATS in sample config file
2008-10-24  erdgeistEnable stats restricting config file option
2008-10-24  erdgeistTidy up stats task.
2008-10-24  erdgeistMove more complicated stats code to its own thread
2008-10-24  erdgeistIntroduce vector debuggin code and stats restriction...
2008-10-23  erdgeistAdd code to debug vector code performance.
2008-10-22  denisfixed the length
2008-10-17  erdgeistrelease pools only after all other services have been...
2008-10-17  erdgeistFix debug output for addresses >127
2008-10-07  erdgeistReverting last commit. Debug effect not seen.
2008-10-07  erdgeistAdd config option for naming threads
2008-10-07  erdgeistallow threads to be named. not posix compliant.
2008-10-07  denisonly sync when the peer is actually added to the first...
2008-10-06  erdgeistBugfix: API change missed in two points, when calling...
2008-10-06  erdgeistBugfix: overwrote bencoded data with udp reply data...
2008-10-06  erdgeistA new config file option to connect to tcp and udp...
2008-10-06  erdgeistFuther clean up config file documentation
2008-10-06  erdgeistAdd some explanations about the implicite :6969 and...
2008-10-06  erdgeistdocument the new config file feature.
2008-10-06  erdgeistMake ot_try_bind local again.
2008-10-06  erdgeistLive sync is now handled in its own thread. Therefore...
2008-10-06  erdgeistMake ot_try_bind local again. Also dont handle multi...
2008-10-06  erdgeistCosmetics
2008-10-05  erdgeistAdd _DEBUG flag for debug builds. This flag enables...
2008-10-05  erdgeistMake scan_ip4_port API more sane, add debug output...
2008-10-05  erdgeistEnabled debug output, fixed blessed ip permissions
2008-10-05  erdgeistwhite space in comment
2008-10-04  erdgeistadded live sync code
2008-10-03  erdgeistCleaning up Build time options. Also add ot_livesync...
2008-10-03  erdgeistLive syncing between multiple tracker instances via...
2008-10-03  erdgeistRefine config syntax. Testing code...
2008-09-23  erdgeistAdd a config file framework to opentracker
2008-09-17  denisadd missing include on linux
2008-09-15  denisnow checking for the correct connection-id we gave out
2008-09-14  denisuse a more reasonable compression level
2008-08-30  denissend out the total downloaders for a announce response
2008-05-07  erdgeistTypo in Makefile, thanks to Steffen.
2008-02-05  erdgeistFix endianess issues, also obey number of peers request...
2008-01-25  erdgeistEmbarrasing counter direction bug :)
2008-01-17  erdgeistForgot to #ifdef some code only interesting when doing...
2008-01-17  erdgeistIntroducing live busy network detection.
2008-01-17  erdgeistsys/param.h needed under openbsd
2007-12-20  erdgeistEnable revision watching from the internet
2007-12-20  erdgeistBut keep Makefile in the libowfat is at ../libowfat...
2007-12-20  erdgeistIntroduce some kind of versioning
2007-12-17  erdgeistForgot to unlock bucket in case of malloc error, thanks...
2007-12-17  erdgeistAdd documentation to our uri scanner
2007-12-15  erdgeisttoo many wrong udp requests scroll too much :) disable...
2007-12-15  erdgeistmore udp debugging
2007-12-15  erdgeistDo not lock out well behaving clients
2007-12-15  erdgeistmore udp debugging
2007-12-15  erdgeistPrepare udp connection id generation and checking
2007-12-14  denisadd support for more stats:
2007-12-11  erdgeistA simple script that fills up opentracker with some...
2007-12-08  denisadd mrtgstyle stats for number of torrents
2007-12-05  erdgeist/ can now be redirected to any URL
2007-12-04  erdgeistCount invalid requests
2007-12-04  erdgeistBe a little more verbose about why increases fail
2007-12-04  erdgeistprint ip addresses from unsigned chars
2007-12-04  denis[19:19] <eRdgEiSt> Denis: erdgeist ist ein Volltrottel!
2007-12-03  erdgeistDont need arpa/inet
next