Age | Commit message (Expand) | Author |
2007-12-04 | Be a little more verbose about why increases fail | erdgeist |
2007-12-04 | print ip addresses from unsigned chars | erdgeist |
2007-12-04 | [19:19] <eRdgEiSt> Denis: erdgeist ist ein Volltrottel! | denis |
2007-12-03 | Dont need arpa/inet | erdgeist |
2007-12-03 | Avoid warnings about unused variables without certain defines | erdgeist |
2007-12-03 | Fix a broken merge result | erdgeist |
2007-12-03 | Fix include for iovecs | erdgeist |
2007-12-03 | add newline to end of file | erdgeist |
2007-12-03 | Reflect changes for ot_http.* in project file | erdgeist |
2007-12-03 | Drop ot_{byte,word,dword} and use uint{8,16,32}_t, also simplify includes | erdgeist |
2007-12-03 | Drop ot_{byte,word,dword} and use uint{8,16,32}_t, also move run time keeping and FULLSCRAPE stderr output to ot_stats | erdgeist |
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 |