]> git.ipfire.org Git - thirdparty/opentracker.git/shortlog
thirdparty/opentracker.git
2007-02-04  denisshortened the dmem debug output
2007-02-03  erdgeistzero copy sockets do only work on page aligned buffers...
2007-02-02  denismade the output of the memdebug smaller
2007-02-02  denisincreased the interval random variation
2007-02-02  denisfixed the last commit. now it really counts the scrapes...
2007-02-01  denismake the interval with random an average value around...
2007-02-01  erdgeistMake timeouts more human readable
2007-02-01  denisclear the freed mempointer
2007-02-01  erdgeistrelease memory for empty peer pools
2007-02-01  erdgeistWasted too much space for minimum element count. Now...
2007-02-01  erdgeistForgot to take into account, that there are OT_POOL_COU...
2007-02-01  erdgeistReserved too few space to hold all data for a memdebug
2007-02-01  denisadd the scrapes to the valid requests (blue mrtg line)
2007-02-01  erdgeistel cheapo vector debugging
2007-02-01  erdgeistUse multiple output buffers to try to avoid copy on...
2007-01-31  erdgeistTry to shake off too stupid clients by sending an Bitto...
2007-01-31  erdgeistUse signed size_t wherever appropriate
2007-01-31  erdgeistsize_t cant get < 0 and thus wont report errors
2007-01-30  erdgeistOn linux time.h must be included to use time()
2007-01-29  erdgeistprovide mrtg with more sane strings
2007-01-29  erdgeistWe now answer as soon as the first \n is seen
2007-01-27  erdgeistcomplete_D_ ... ECODERTOODUMB
2007-01-27  erdgeistreally copy in new peer, even if it already existed...
2007-01-27  erdgeistAsserts were always false :/
2007-01-27  erdgeistDue to recent issues... assert() seed counts
2007-01-27  erdgeistaccount downloaded before early returns
2007-01-27  denisfix for corrupt fullscrape. did never work until now
2007-01-26  erdgeistannounce.php and scrape.php are now being handled
2007-01-26  erdgeistIntroduce another unspec'd command: sync which syncs...
2007-01-25  erdgeistreturn random check back intervals to our clients
2007-01-24  erdgeistCode cleanup reindenting
2007-01-24  erdgeistAllowing more relaxed parsing of queries
2007-01-24  erdgeistReturn empty dictionary for unknown scrapes
2007-01-24  erdgeistDo not write, if no string is passed
2007-01-24  denissupport for questionmark in URL behind the initial one
2007-01-24  denisbackout Revision 1.67
2007-01-24  denisworkaround for some weird requests
2007-01-24  denisDenis wanted scrapes and erdgeist didnt give it :)
2007-01-24  denisCopy request before expanding url-encoded bytes
2007-01-24  erdgeistDebugging for failed requests.
2007-01-23  erdgeistCount successful announces extra
2007-01-22  erdgeistNow allow * in torrents
2007-01-20  erdgeistFD-debug also in new iob_send path
2007-01-20  erdgeistFull scrape, kinda tested
2007-01-20  denisincrease the timeout to make the ride a little smoother...
2007-01-20  erdgeist-m64 is not usually a correct compile option
2007-01-19  erdgeistDebug file descriptors
2007-01-19  denis*seuftz*
2007-01-19  denisset the interval to 1800 for announce (last change...
2007-01-18  erdgeistFrom now the OT_CLIENT_TIMEOUT will be enforced, even...
2007-01-18  erdgeistTidied main loop do accept() and read() before timeout()
2007-01-18  erdgeistGive our server some air to check for timedout connections
2007-01-18  erdgeistRearranged code to try to read data as soon as socket...
2007-01-17  erdgeistSimple top5 by peers/seeders table
2007-01-17  erdgeistSimple top5 by peers/seeders table
2007-01-16  erdgeistPrevent each invocation of clean_peerlist to call time()
2007-01-16  erdgeistUse mrtg to do periodical cleanup. Hopefully that wont...
2007-01-16  erdgeistRudimentary stats
2007-01-16  erdgeistDo some timeout checking on the first possible moment
2007-01-16  erdgeistPrevious answer to event=stopped irritated some clients...
2007-01-15  denisset interval to default value from original tracker
2007-01-14  erdgeistCast types for mrtg_scrape sprintf
2007-01-14  erdgeistDrop permission, if we can
2007-01-13  erdgeistNew, fixpoint distinct random algorithm for choosing...
2007-01-13  erdgeistDont want ips from query string by default
2007-01-12  erdgeistCompiles with newest libowfat only
2007-01-12  erdgeisttestsuite points to localhost
2007-01-12  erdgeistcasting does floor() by itself
2007-01-11  erdgeistDocumentation improved, some reindenting (again), varia...
2007-01-10  erdgeistIgnore SIGPIPE. This is safe, since it only raises...
2007-01-09  erdgeistFixed a bug where I didn't replace new buffer pointer...
2007-01-08  erdgeistNow we also check, if no io happens
2007-01-08  erdgeistSome code spacifying. Added actually checking timeouts.
2007-01-08  erdgeistIndent. Sorry. Plus timeout on every connection, for...
2007-01-08  erdgeistThis one breaks all ;) Lets see, what happens
2007-01-07  erdgeistadd timeout for clients
2007-01-06  erdgeistshutdown was unnecessary
2007-01-06  erdgeisttidy up options
2007-01-06  erdgeistApply some limits
2007-01-05  erdgeistblack listing was the wrong way around
2007-01-05  erdgeistreally check g_check_blacklist flag
2007-01-05  erdgeistBe more helpful
2007-01-05  erdgeistadded closed tracker and blacklist code
2007-01-05  erdgeistREADME\!
2007-01-04  erdgeistShell Testsuite
2007-01-04  erdgeistsimplified binary_search, it always does a memcmp....
2007-01-03  erdgeistAdded option to get ip from query string + parser,...
2006-12-19  erdgeistRemove some integer constants from code. Bad coder...
2006-12-19  erdgeistNow every answer goes in one buffer
2006-12-16  erdgeistTry early answers
2006-12-16  erdgeistMissing header file
2006-12-16  erdgeisttry shutdown() the socket after writing
2006-12-16  deniscorrected the modifier for size_t
2006-12-16  denisfreebsd support
2006-12-16  erdgeistFixed two mem leaks from httpd :/
2006-12-16  erdgeistFixed memleak in example httpd :/
2006-12-16  erdgeistMade answer http/1.1
2006-12-15  erdgeistrandom
2006-12-15  erdgeistDivision in stats now works
2006-12-15  erdgeistFix port again ;) Include headers in Makefile dependencies
next