summaryrefslogtreecommitdiff
path: root/ot_accesslist.c
AgeCommit message (Expand)Author
2009-08-26Introducing the concept of vectors of nets into opentrackererdgeist
2009-07-17Make accesslists thread safe. Signal handler is working in its own thread now, waiting for a signal. All other threads ignore signals.erdgeist
2009-07-17Debug information only in debug mode.erdgeist
2009-07-17Make opentracker HUGE-accesslist-ready. Parse, then sort.erdgeist
2009-07-15Missed the last info_hasherdgeist
2009-07-14Parse accesslist file by mmaping the whole thing and searching for lines by ourself. fgets is slooooooow on linux.erdgeist
2009-07-14Be more verbose if the accesslist can not be founderdgeist
2009-07-14Only get old accesslist value shortly before freeing iterdgeist
2009-07-14Reloading accesslists left a wide window for race conditions.erdgeist
2009-07-01Make accesslist function check for the correct signalerdgeist
2009-06-17Remove unnecessary =NULL initialization of static pointers.erdgeist
2009-06-16Display v4 addresses in v4 mode nicererdgeist
2009-03-17Fix white spaceserdgeist
2009-03-04Add a stat option the count bucket stallserdgeist
2009-01-13V6erdgeist
2009-01-02Fix incorrect prototype for accesslist_deiniterdgeist
2008-12-07Handle program end more politelyerdgeist
2008-12-06Renamed OT_FLAG to OT_PEERFLAG to make code easier to readerdgeist
2008-11-28The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version.erdgeist
2008-10-28Whitespace fixeserdgeist
2008-10-17Fix debug output for addresses >127erdgeist
2008-10-05Enabled debug output, fixed blessed ip permissionserdgeist
2008-10-04added live sync codeerdgeist
2007-12-20Introduce some kind of versioningerdgeist
2007-12-03Move blessed IP handling code to accesslist objectserdgeist
2007-11-21static bufs are not shared anymore, even if that means more memory.erdgeist
2007-11-13missing includeerdgeist
2007-11-12Moving accesslist stuff to its own objecterdgeist