summaryrefslogtreecommitdiff
path: root/ot_http.c
AgeCommit message (Expand)Author
2009-03-04Add a everything stats page. So you won't have to remember what all those switches were.erdgeist
2009-03-04Add a stat option the count bucket stallserdgeist
2009-02-03Reverse logic... do only fail if scan_ip6 cant parseerdgeist
2009-02-03Forgot to copy the stats?mode=tcp4 parametererdgeist
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-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-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
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-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-03Add debug code to store peer iderdgeist
2008-12-03stats fuer syncdenis
2008-11-28The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version.erdgeist
2008-11-03Add stats about when peers renew their announces.erdgeist
2008-10-28Whitespace fixeserdgeist
2008-10-28Fix stats parse code to allow modes with more than 4 characters. Wir wurden ja langsam zum Gespoett der Leute.erdgeist
2008-10-24Tidy up stats task.erdgeist
2008-10-22fixed the lengthdenis
2008-10-06Bugfix: API change missed in two points, when calling return_peers_for_torrent. is_tcp was replaced by FLAG_TCP or FLAG_UDPerdgeist
2008-10-05white space in commenterdgeist
2008-10-04added live sync codeerdgeist
2008-01-17Introducing live busy network detection.erdgeist
2007-12-20Enable revision watching from the interneterdgeist
2007-12-20Introduce some kind of versioningerdgeist
2007-12-14add support for more stats:denis
2007-12-08add mrtgstyle stats for number of torrentsdenis
2007-12-05/ can now be redirected to any URLerdgeist
2007-12-04Count invalid requestserdgeist
2007-12-03 Avoid warnings about unused variables without certain defineserdgeist
2007-12-03Move http handling to its own sourceserdgeist