Age | Commit message (Expand) | Author |
2008-10-28 | fixed typo | denis |
2008-10-28 | Fix stats parse code to allow modes with more than 4 characters. Wir wurden ja langsam zum Gespoett der Leute. | erdgeist |
2008-10-28 | First vector has size 1, not 0 in debug vector | erdgeist |
2008-10-26 | Fix: blacklist and whitelist config option parsing code was the wrong way | erdgeist |
2008-10-24 | Document WANT_RESTRICT_STATS in sample config file | erdgeist |
2008-10-24 | Enable stats restricting config file option | erdgeist |
2008-10-24 | Tidy up stats task. | erdgeist |
2008-10-24 | Move more complicated stats code to its own thread | erdgeist |
2008-10-24 | Introduce vector debuggin code and stats restriction options | erdgeist |
2008-10-23 | Add code to debug vector code performance. | erdgeist |
2008-10-22 | fixed the length | denis |
2008-10-17 | release pools only after all other services have been stopped. | erdgeist |
2008-10-17 | Fix debug output for addresses >127 | erdgeist |
2008-10-07 | Reverting last commit. Debug effect not seen. | erdgeist |
2008-10-07 | Add config option for naming threads | erdgeist |
2008-10-07 | allow threads to be named. not posix compliant. | erdgeist |
2008-10-07 | only sync when the peer is actually added to the first pool. this saves ca. 40% syncdata | denis |
2008-10-06 | Bugfix: API change missed in two points, when calling return_peers_for_torrent. is_tcp was replaced by FLAG_TCP or FLAG_UDP | erdgeist |
2008-10-06 | Bugfix: overwrote bencoded data with udp reply data when sending an event=stopped | erdgeist |
2008-10-06 | A new config file option to connect to tcp and udp at once has been added. Also some clarifications have been put into the sample config file. | erdgeist |
2008-10-06 | Futher clean up config file documentation | erdgeist |
2008-10-06 | Add some explanations about the implicite :6969 and the ancient tracker sync format | erdgeist |
2008-10-06 | document the new config file feature. | erdgeist |
2008-10-06 | Make ot_try_bind local again. | erdgeist |
2008-10-06 | Live sync is now handled in its own thread. Therefore it now creates and handles its own sockets. | erdgeist |
2008-10-06 | Make ot_try_bind local again. Also dont handle multi cast udp packets in opentracker.c, ot_livesync.c does it by itself. | erdgeist |
2008-10-06 | Cosmetics | erdgeist |
2008-10-05 | Add _DEBUG flag for debug builds. This flag enables some diagnostic messages. | erdgeist |
2008-10-05 | Make scan_ip4_port API more sane, add debug output, be less tolerant when syntax checking command line options | erdgeist |
2008-10-05 | Enabled debug output, fixed blessed ip permissions | erdgeist |
2008-10-05 | white space in comment | erdgeist |
2008-10-04 | added live sync code | erdgeist |
2008-10-03 | Cleaning up Build time options. Also add ot_livesync.[ch] | erdgeist |
2008-10-03 | Live syncing between multiple tracker instances via udp multicast. | erdgeist |
2008-10-03 | Refine config syntax. Testing code... | erdgeist |
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 |