index
:
opentracker
dynamic-accesslists
erdgeist-fix-tasklists
master
An open and free bittorrent tracker
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2007-12-03
Introduce new ot_http.c and ot_http.h
erdgeist
2007-12-03
Simplify includes, add new STATS code for scrapes
erdgeist
2007-12-03
Finally split up the opentracker.c cruft into ot_http.c, ot_accesslist.c and just leave in socket handling and parameter parsing
erdgeist
2007-12-03
Simplify includes
erdgeist
2007-12-03
Drop ot_{byte,word,dword} and use uint{8,16,32}_t
erdgeist
2007-12-03
Move blessed IP handling code to accesslist objects
erdgeist
2007-12-03
Move http handling to its own sources
erdgeist
2007-12-02
add scrape stats and small correction to udp stats
denis
2007-11-29
Encforce setting the clock more often. This hopefully fixes a rare bug of g_now not being updated anymore.
erdgeist
2007-11-28
Fixed a bug where we forgot to stamp torrents that are not new.
erdgeist
2007-11-28
XCode-Project. Note: This is PPC only, x86 must be enabled
erdgeist
2007-11-25
Fixed call to deflate() with wrong flag in endgame
erdgeist
2007-11-24
Missed the second strnstr... fixed.
erdgeist
2007-11-24
Debug settings for chunk size were _way_ to low for production
erdgeist
2007-11-23
Completely rewritten fullscrape code. All assumptions on how deflate() works were a little naive. Needs more error checking and testing.
erdgeist
2007-11-23
strnstr is not part of what posix conform libc has to offer... replace it by strstr after cutting off the last byte
erdgeist
2007-11-23
Reflect changes in iovec code in sync code
erdgeist
2007-11-23
make ot_iovecs fix last interface more sane, also add a convenience function that handles the task of fixing, allocating and - if necessary - freeing
erdgeist
2007-11-22
Introducing compression for fullscrapes and tpbs stats
erdgeist
2007-11-22
Introducing compression task flags
erdgeist
2007-11-22
Make allowing gzip a Makefile tunable
erdgeist
2007-11-21
Fixing mmap allocation went to ot_mutex.c. Clean all torrents moved to ot_clean.c. Also make static buffers static
erdgeist
2007-11-21
Fixing mmap allocation went to ot_mutex.c. Also startup new sync thread.
erdgeist
2007-11-21
Formatting
erdgeist
2007-11-21
static bufs are not shared anymore, even if that means more memory.
erdgeist
2007-11-21
Reflect changes in multithreaded sync model in header file.
erdgeist
2007-11-21
Make sync generation multithreaded.
erdgeist
2007-11-21
Split sync in and sync out into different tasks
erdgeist
2007-11-21
Documentation fix
erdgeist
2007-11-21
Last user of sendmmapdata is gone. Purge it.
erdgeist
2007-11-20
Tested for a too strict condition, we do need the correct tasktype AND an empty taskid, not the other way around
erdgeist
2007-11-20
Make clean_single_torrent return much faster, if nothing is to do
erdgeist
2007-11-20
Sockets do not inherit non-blocking state in libowfat...
erdgeist
2007-11-19
Fullscrape now cleanly finalizes its thread
erdgeist
2007-11-19
Cleanup now moved to its own thread, too
erdgeist
2007-11-19
Missing include for htonl()
erdgeist
2007-11-18
Full scrapes are now being delivered in different modes, as triggered by stats&mode=tpbs
erdgeist
2007-11-18
Reflect new task-classes model in fullscrape worker
erdgeist
2007-11-18
Reflect new task-classes model in mutex queue
erdgeist
2007-11-18
Stats are tasks now, they also come in classes.
erdgeist
2007-11-18
Stats are tasks now.
erdgeist
2007-11-16
Forgot to specify -pthread when using threads
erdgeist
2007-11-16
introducing multithreaded full scrape creation.
erdgeist
2007-11-15
tasklist code now tested in a multi threaded environment.
erdgeist
2007-11-14
Move dead socket handling from handle_(read,write,timedout) into its own function handle_dead
erdgeist
2007-11-14
Introducing the workqueue
erdgeist
2007-11-13
Increase full scrape chunk size to 1/2meg
erdgeist
2007-11-13
Rather embarrasing arithmetic fuckup
erdgeist
2007-11-13
missing include
erdgeist
2007-11-12
Fix typos in documenation
erdgeist
[next]