summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-20Formattingerdgeist
2009-02-20Forgot to notify central counter about torrent removalerdgeist
2009-02-10Add workaround to openbsd's broken v6 APIerdgeist
2009-02-10unify lock and unlock code styleerdgeist
2009-02-03make live sync aware of v6 mapped v4 addresseserdgeist
2009-02-03Read action codes from correct location and tell ot_stats the correct number of incoming peers.erdgeist
2009-02-03Formattingerdgeist
2009-02-03Reverse logic... do only fail if scan_ip6 cant parseerdgeist
2009-02-03Reverse logic... do only sync those NOT coming from multi casterdgeist
2009-02-03decrease the udp multicast packetsize so it fits into one ether framedenis
2009-02-03Forgot to copy the stats?mode=tcp4 parametererdgeist
2009-01-26Make snprintf write to the correct locationerdgeist
2009-01-26Lot of Gehacktes around this keyword scanner. Don't return a match if string to compare is shorter than key from table.erdgeist
2009-01-21This memmove was for real...erdgeist
2009-01-19Limit comparison of strings to the length of the shorter stringerdgeist
2009-01-16Fix a pointer arithmetic issue leading to incorrect peer data being copied. Allocate correct size for debugbuffer. Expect exact values on find keywords, not ...erdgeist
2009-01-16Remove debug messageerdgeist
2009-01-16Use a self pipe to wake from io_wait when a thread finished his work.erdgeist
2009-01-15Add comments, rename our struct http_data h to cookie, all clientsockets to sock, all size_t from socket_recvs to byte_count. Make signal handler set default...erdgeist
2009-01-15Some premature optimization lead to always only 8bytes of ot_peers being copiederdgeist
2009-01-15Make v4 and v6 modes v4/v6-ONLYerdgeist
2009-01-15We sent an incorrect reply dictionary vor v6 announceserdgeist
2009-01-14fix parsererdgeist
2009-01-13V6erdgeist
2009-01-05* http and udp routines now use thread local buffers passed in workstruct containers. In other words they do not use static_buffer anymore and are considered...erdgeist
2009-01-03Make opentracker ANSI C again.erdgeist
2009-01-02* opentracker now drops permissions in correct order and really chroots() if ran as rooterdgeist
2009-01-02Introduce new flag WANT_SYNC_SCRAPEerdgeist
2009-01-02Fix incorrect prototype for accesslist_deiniterdgeist
2009-01-01minor white spaceerdgeist
2009-01-01minoe white spaceerdgeist
2008-12-30Fix badly formed bencoded answer to stopped eventserdgeist
2008-12-11Fix: Did not time stamp a torrent correctly, that once timed out and came back to lifeerdgeist
2008-12-10Propose a scrape sync protocol.erdgeist
2008-12-08Make all torrents in their buckets sorted again.erdgeist
2008-12-07Fix: auto increment in += is not a post increment...erdgeist
2008-12-07Fix post increase on wrong pointer type.erdgeist
2008-12-07Used wrong variable as offset into hash to copyerdgeist
2008-12-07Handle program end more politelyerdgeist
2008-12-06Avoid cast warning on 64bit machineserdgeist
2008-12-06Renamed OT_FLAG to OT_PEERFLAG to make code easier to readerdgeist
2008-12-06Format for full scrapes was not parsed correctly.erdgeist
2008-12-06Make mutex_lock_bucket_by_hash generic to any OT_BUCKET_COUNTerdgeist
2008-12-06Forgot one define READ32erdgeist
2008-12-05Tidy up unnecessary includeserdgeist
2008-12-05Add specialized vector functions to handle peers in sorted listserdgeist
2008-12-05Let's give a damn about syntactical correctness of peer's http strings. It's too expensive on both sides to check and to reject.erdgeist
2008-12-03Now enforce that peers do not come back before our interval by giving out a 'min interval' in responses.erdgeist
2008-12-03printf is buffered, write not. Use printf for all.erdgeist
2008-12-03fix size of 0 issueerdgeist