Commit Graph

57 Commits (dc7f8498272148811b2e934eb27bd8fe8eb5f398)

Author SHA1 Message Date
Dirk Engling b3f716a3e7 Add workaround to openbsd's broken v6 API
14 years ago
Dirk Engling 6337649b08 V6
14 years ago
Dirk Engling b2ca164922 * 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 to be thread safe.
14 years ago
Dirk Engling 621c8462be Introduce new flag WANT_SYNC_SCRAPE
14 years ago
Dirk Engling 384028829b Aid spotting bad clients...
15 years ago
Dirk Engling c0dab929ab The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version.
15 years ago
Dirk Engling ee330be078 Introduce vector debuggin code and stats restriction options
15 years ago
Dirk Engling 14f0a3ceea Reverting last commit. Debug effect not seen.
15 years ago
Dirk Engling aa7f40b77c Add config option for naming threads
15 years ago
Dirk Engling 499f07b3f0 Add _DEBUG flag for debug builds. This flag enables some diagnostic messages.
15 years ago
Dirk Engling 76416b5c1c Cleaning up Build time options. Also add ot_livesync.[ch]
15 years ago
Dirk Engling 3dda0c7c7b Typo in Makefile, thanks to Steffen.
15 years ago
Dirk Engling a7c47dce53 Introducing live busy network detection.
15 years ago
Dirk Engling a7cfb64181 But keep Makefile in the libowfat is at ../libowfat state.
15 years ago
Dirk Engling e767fae72a Introduce some kind of versioning
15 years ago
Dirk Engling 65bf76b204 Introduce new ot_http.c and ot_http.h
16 years ago
Dirk Engling 31c2a9fe03 Make allowing gzip a Makefile tunable
16 years ago
Dirk Engling 690786b762 Forgot to specify -pthread when using threads
16 years ago
Dirk Engling f03b2740dd Moving accesslist stuff to its own object
16 years ago
Dirk Engling c048749014 Reflect changes in ot_iovec and ot_fullscrape in Makefile
16 years ago
Dirk Engling d29536e30a MUST NOT enable features in CVSpico Makefile bad coder
16 years ago
Dirk Engling c37d25fd75 The expensive DMEM stats is gone. No need for it, too much potential to DOS.
16 years ago
Dirk Engling 2e2c1762d3 Move stats out of opentracker.c, also have an own file handle udp requests.
16 years ago
Dirk Engling 6c2d01dba4 Thank you, GNU for fucking up pmake :)
16 years ago
Dirk Engling bcf252f249 Makefile now builds each object on its own. Thus it can be build with -j2 and higher
16 years ago
Dirk Engling fed78043a6 No one can get access to buckets now without locking them. Also split up the trackerlogic.c-monster in functional sub-units. HEADS UP: this code is untested and not considered stable.
16 years ago
Dirk Engling aa25c390dd Introducing first tools to make opentracker multithreaded.
16 years ago
Dirk Engling df30bc8484 Number of buckets is 1024 now
16 years ago
Dirk Engling 68d87742fa Two more bugs in Makefile. Maybe I learn it one day
16 years ago
Dirk Engling 3e71f32d26 Revert debug option in Makefile
16 years ago
Dirk Engling c6d90b150d Makefile now runs under bsdmake and gnumake again
16 years ago
Dirk Engling 6bad28c924 Makefile defaults to an _open_ tracker again.
16 years ago
Dirk Engling 8ef59b0351 * fixed "nobody " -> "nobody" fuckup when getpwnam-ing
16 years ago
Dirk Engling 20635e3544 New Makefile, incorporated some patches sent to me by Robin H. Johnson
16 years ago
Denis Ahrens 767460cea3 revert previous commit
16 years ago
Denis Ahrens 62a41a85c8 code cleanup and more specific comments. tracker starts now also with udp port 6969 as default
16 years ago
Dirk Engling 8fc31f7e29 We now answer as soon as the first \n is seen
16 years ago
Dirk Engling 2746c1d258 Debugging for failed requests.
16 years ago
Dirk Engling 27199ad1c3 -m64 is not usually a correct compile option
16 years ago
Dirk Engling 0210ea5d90 Debug file descriptors
16 years ago
Denis Ahrens 6d049b33d3 set the interval to 1800 for announce (last change was only for scrape)
16 years ago
Dirk Engling 1e706713cc Dont want ips from query string by default
16 years ago
Dirk Engling afa05fad96 Documentation improved, some reindenting (again), variable types checked, unnecessary defines removed
16 years ago
Dirk Engling 6fd6d2a5ca tidy up options
16 years ago
Dirk Engling b5c344ea97 black listing was the wrong way around
16 years ago
Dirk Engling 1c97e9cd8c added closed tracker and blacklist code
16 years ago
Dirk Engling aa444b6e18 Added option to get ip from query string + parser, fixed two bugs concerning grow/shrink of vectors. Now cleans up a torrent BEFORE trying to remove a peer -> this may remove peer already and must be done anyway.
16 years ago
Denis Ahrens 8d67df43ae freebsd support
16 years ago
Dirk Engling f779a22f1b Fixed two mem leaks from httpd :/
16 years ago
Dirk Engling f10cd3e42b Fix port again ;) Include headers in Makefile dependencies
16 years ago