Age | Commit message (Expand) | Author |
2008-09-23 | Add a config file framework to opentracker | erdgeist |
2008-09-17 | add missing include on linux | denis |
2008-09-15 | now checking for the correct connection-id we gave out | denis |
2008-09-14 | use a more reasonable compression level | denis |
2008-08-30 | send out the total downloaders for a announce response | denis |
2008-05-07 | Typo in Makefile, thanks to Steffen. | erdgeist |
2008-02-05 | Fix endianess issues, also obey number of peers requested in udp announces | erdgeist |
2008-01-25 | Embarrasing counter direction bug :) | erdgeist |
2008-01-17 | Forgot to #ifdef some code only interesting when doing live network logging. | erdgeist |
2008-01-17 | Introducing live busy network detection. | erdgeist |
2008-01-17 | sys/param.h needed under openbsd | erdgeist |
2007-12-20 | Enable revision watching from the internet | erdgeist |
2007-12-20 | But keep Makefile in the libowfat is at ../libowfat state. | erdgeist |
2007-12-20 | Introduce some kind of versioning | erdgeist |
2007-12-17 | Forgot to unlock bucket in case of malloc error, thanks to Astro for reporting. | erdgeist |
2007-12-17 | Add documentation to our uri scanner | erdgeist |
2007-12-15 | too many wrong udp requests scroll too much :) disable logging for now | erdgeist |
2007-12-15 | more udp debugging | erdgeist |
2007-12-15 | Do not lock out well behaving clients | erdgeist |
2007-12-15 | more udp debugging | erdgeist |
2007-12-15 | Prepare udp connection id generation and checking | erdgeist |
2007-12-14 | add support for more stats: | denis |
2007-12-11 | A simple script that fills up opentracker with some peers, if -DWANT_IP_FROM_QUERY_STRING is specifierd | erdgeist |
2007-12-08 | add mrtgstyle stats for number of torrents | denis |
2007-12-05 | / can now be redirected to any URL | erdgeist |
2007-12-04 | Count invalid requests | erdgeist |
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 |