]> git.ipfire.org Git - thirdparty/opentracker.git/shortlog
thirdparty/opentracker.git
2007-12-03  erdgeist Avoid warnings about unused variables without certain...
2007-12-03  erdgeistFix a broken merge result
2007-12-03  erdgeistFix include for iovecs
2007-12-03  erdgeistadd newline to end of file
2007-12-03  erdgeistReflect changes for ot_http.* in project file
2007-12-03  erdgeistDrop ot_{byte,word,dword} and use uint{8,16,32}_t,...
2007-12-03  erdgeistDrop ot_{byte,word,dword} and use uint{8,16,32}_t,...
2007-12-03  erdgeistIntroduce new ot_http.c and ot_http.h
2007-12-03  erdgeistSimplify includes, add new STATS code for scrapes
2007-12-03  erdgeistFinally split up the opentracker.c cruft into ot_http...
2007-12-03  erdgeistSimplify includes
2007-12-03  erdgeistDrop ot_{byte,word,dword} and use uint{8,16,32}_t
2007-12-03  erdgeistMove blessed IP handling code to accesslist objects
2007-12-03  erdgeistMove http handling to its own sources
2007-12-02  denisadd scrape stats and small correction to udp stats
2007-11-29  erdgeistEncforce setting the clock more often. This hopefully...
2007-11-28  erdgeistFixed a bug where we forgot to stamp torrents that...
2007-11-28  erdgeistXCode-Project. Note: This is PPC only, x86 must be...
2007-11-25  erdgeistFixed call to deflate() with wrong flag in endgame
2007-11-24  erdgeistMissed the second strnstr... fixed.
2007-11-24  erdgeistDebug settings for chunk size were _way_ to low for...
2007-11-23  erdgeistCompletely rewritten fullscrape code. All assumptions...
2007-11-23  erdgeiststrnstr is not part of what posix conform libc has...
2007-11-23  erdgeistReflect changes in iovec code in sync code
2007-11-23  erdgeistmake ot_iovecs fix last interface more sane, also add...
2007-11-22  erdgeistIntroducing compression for fullscrapes and tpbs stats
2007-11-22  erdgeistIntroducing compression task flags
2007-11-22  erdgeistMake allowing gzip a Makefile tunable
2007-11-21  erdgeistFixing mmap allocation went to ot_mutex.c. Clean all...
2007-11-21  erdgeistFixing mmap allocation went to ot_mutex.c. Also startup...
2007-11-21  erdgeistFormatting
2007-11-21  erdgeiststatic bufs are not shared anymore, even if that means...
2007-11-21  erdgeistReflect changes in multithreaded sync model in header...
2007-11-21  erdgeistMake sync generation multithreaded.
2007-11-21  erdgeistSplit sync in and sync out into different tasks
2007-11-21  erdgeistDocumentation fix
2007-11-21  erdgeistLast user of sendmmapdata is gone. Purge it.
2007-11-20  erdgeistTested for a too strict condition, we do need the corre...
2007-11-20  erdgeistMake clean_single_torrent return much faster, if nothin...
2007-11-20  erdgeistSockets do not inherit non-blocking state in libowfat...
2007-11-19  erdgeistFullscrape now cleanly finalizes its thread
2007-11-19  erdgeistCleanup now moved to its own thread, too
2007-11-19  erdgeistMissing include for htonl()
2007-11-18  erdgeistFull scrapes are now being delivered in different modes...
2007-11-18  erdgeistReflect new task-classes model in fullscrape worker
2007-11-18  erdgeistReflect new task-classes model in mutex queue
2007-11-18  erdgeistStats are tasks now, they also come in classes.
2007-11-18  erdgeistStats are tasks now.
2007-11-16  erdgeistForgot to specify -pthread when using threads
2007-11-16  erdgeistintroducing multithreaded full scrape creation.
2007-11-15  erdgeisttasklist code now tested in a multi threaded environment.
2007-11-14  erdgeistMove dead socket handling from handle_(read,write,timed...
2007-11-14  erdgeistIntroducing the workqueue
2007-11-13  erdgeistIncrease full scrape chunk size to 1/2meg
2007-11-13  erdgeistRather embarrasing arithmetic fuckup
2007-11-13  erdgeistmissing include
2007-11-12  erdgeistFix typos in documenation
2007-11-12  erdgeistSome in code documentation to make Denis happy :)
2007-11-12  erdgeistMoving accesslist stuff to its own object
2007-11-12  erdgeistReturn at end of line missing
2007-11-12  erdgeistMoving full scrapes to iovec-creating thread safe function
2007-11-12  erdgeistDokumentation
2007-11-12  erdgeistReflect changes in ot_iovec and ot_fullscrape in Makefile
2007-11-12  erdgeistFull scrape moves to its own object
2007-11-12  erdgeistFullscrape is thread safe now.
2007-11-12  erdgeistNew large chunk allocation code
2007-11-06  erdgeistMUST NOT enable features in CVSpico Makefile bad coder
2007-11-06  erdgeistThe expensive DMEM stats is gone. No need for it, too...
2007-11-06  erdgeistMissing newline warning, missing include fixed
2007-11-06  erdgeistHave an own file handle udp requests.
2007-11-06  erdgeistMove stats out of opentracker.c, also have an own file...
2007-11-06  erdgeistThank you, GNU for fucking up pmake :)
2007-11-06  erdgeistMakefile now builds each object on its own. Thus it...
2007-11-06  erdgeistFixed a forgotten unlock and a messed up string pointer
2007-11-06  erdgeistFixed ntohl include
2007-11-06  erdgeistFixed warnings about newlines at end of file
2007-11-06  erdgeistNo one can get access to buckets now without locking...
2007-11-06  erdgeistRename source files in an ot_ fashion
2007-11-06  erdgeistMake to_hex thread safe. Get rid off old /24 counting...
2007-11-06  erdgeistWe do now use the tools for locking buckets in order...
2007-11-06  erdgeistCleaned up stats return format. Also reflect APPI chang...
2007-11-06  erdgeistLocks tested. Got the test routine wrong -> Fixed.
2007-11-03  erdgeistIntroducing first tools to make opentracker multithreaded.
2007-11-02  erdgeistIntroduce configuration dependent number of parameters...
2007-11-02  erdgeistThe last experiment failed. No more accept deferral
2007-11-02  erdgeistTrying to accept connections only when data has come...
2007-11-01  erdgeistAllow for more than one admin ip address
2007-10-31  erdgeistAdd more full scrape stats
2007-10-29  erdgeistReenabled syncing
2007-10-27  erdgeistNumber of buckets is 1024 now
2007-10-23  erdgeistI accidently put space on the list of non-terminating...
2007-10-23  erdgeistsome clients chose to accidently send negative numwants
2007-10-23  erdgeistAccept clients that forget to spell announce at all...
2007-10-23  erdgeistBe really relaxed now about what to accept in values...
2007-10-23  erdgeistAllow @ in values. This seems to fix some clients
2007-10-23  erdgeistAllow = in values. This seems to fix some clients
2007-10-23  erdgeistThis uTorrent/1600 client requires some... measures...
2007-10-22  erdgeistNow measure the time a clean_all_torrents takes
2007-10-22  erdgeistNow measure the time a clean_all_torrents takes
2007-10-21  erdgeistassume anything looking like GET /a to be an announce...
next