58 Commits (6c19143bc1279889ded58df7ee4ab9f452d58bfa)

Author SHA1 Message Date
erdgeist a7cb039b67 There seems to be more broken v6 APIs than just the OpenBSD one. Linux smells as well. 16 years ago
erdgeist ff3c0feab5 Add workaround to openbsd's broken v6 API 16 years ago
erdgeist 131211b4da V6 16 years ago
erdgeist 779d6c235f * 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. 16 years ago
erdgeist 548e2b8338 Introduce new flag WANT_SYNC_SCRAPE 16 years ago
erdgeist 0523b429ae Aid spotting bad clients... 16 years ago
erdgeist 334c6e4bbb The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version. 16 years ago
erdgeist 97980de3d9 Introduce vector debuggin code and stats restriction options 16 years ago
erdgeist 0deb06d544 Reverting last commit. Debug effect not seen. 16 years ago
erdgeist 0f271421c3 Add config option for naming threads 16 years ago
erdgeist a5917ab6e0 Add _DEBUG flag for debug builds. This flag enables some diagnostic messages. 16 years ago
erdgeist 8cbfc8602c Cleaning up Build time options. Also add ot_livesync.[ch] 16 years ago
erdgeist 96243526c4 Typo in Makefile, thanks to Steffen. 17 years ago
erdgeist 408c5f98ed Introducing live busy network detection. 17 years ago
erdgeist eadb0b8436 But keep Makefile in the libowfat is at ../libowfat state. 17 years ago
erdgeist c28cf398fd Introduce some kind of versioning 17 years ago
erdgeist 598b68561b Introduce new ot_http.c and ot_http.h 17 years ago
erdgeist c09ad325cc Make allowing gzip a Makefile tunable 17 years ago
erdgeist 4735b99db2 Forgot to specify -pthread when using threads 17 years ago
erdgeist 697e239027 Moving accesslist stuff to its own object 17 years ago
erdgeist bb80834bf1 Reflect changes in ot_iovec and ot_fullscrape in Makefile 17 years ago
erdgeist 5da91fd8f2 MUST NOT enable features in CVSpico Makefile bad coder 17 years ago
erdgeist 927ac023ce The expensive DMEM stats is gone. No need for it, too much potential to DOS. 17 years ago
erdgeist 41120f6a0d Move stats out of opentracker.c, also have an own file handle udp requests. 17 years ago
erdgeist 7e8d7fb259 Thank you, GNU for fucking up pmake :) 17 years ago
erdgeist 2e62624bc4 Makefile now builds each object on its own. Thus it can be build with -j2 and higher 17 years ago
erdgeist 8900cc0dd9 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. 17 years ago
erdgeist a6b8311812 Introducing first tools to make opentracker multithreaded. 17 years ago
erdgeist b19bbd6a85 Number of buckets is 1024 now 17 years ago
erdgeist 25e59aeca3 Two more bugs in Makefile. Maybe I learn it one day 17 years ago
erdgeist d0b5c463d9 Revert debug option in Makefile 17 years ago
erdgeist fb5a228162 Makefile now runs under bsdmake and gnumake again 17 years ago
erdgeist 6ad00cadc5 Makefile defaults to an _open_ tracker again. 17 years ago
erdgeist c0b00c0bf5 * fixed "nobody " -> "nobody" fuckup when getpwnam-ing 17 years ago
erdgeist 5c18293c9c New Makefile, incorporated some patches sent to me by Robin H. Johnson 18 years ago
denis 3e610c5f60 revert previous commit 18 years ago
denis bab7c0bbb1 code cleanup and more specific comments. tracker starts now also with udp port 6969 as default 18 years ago
erdgeist 5a3d6b4029 We now answer as soon as the first \n is seen 18 years ago
erdgeist 2d0215d793 Debugging for failed requests. 18 years ago
erdgeist 3d796d93f0 -m64 is not usually a correct compile option 18 years ago
erdgeist 07a604e3d6 Debug file descriptors 18 years ago
denis 98ed6231e1 set the interval to 1800 for announce (last change was only for scrape) 18 years ago
erdgeist 25781604c2 Dont want ips from query string by default 18 years ago
erdgeist 805e46450c Documentation improved, some reindenting (again), variable types checked, unnecessary defines removed 18 years ago
erdgeist 6b329a6959 tidy up options 18 years ago
erdgeist e7532408b6 black listing was the wrong way around 18 years ago
erdgeist 2aa03492a5 added closed tracker and blacklist code 18 years ago
erdgeist e0a9c2a4aa 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. 18 years ago
denis 15d9d55c34 freebsd support 18 years ago
erdgeist b7526f25e8 Fixed two mem leaks from httpd :/ 18 years ago