Commit Graph

71 Commits

Author SHA1 Message Date
Dirk Engling 9bf6cdb058 Report connection id missmatch count 2012-05-28 19:05:02 +00:00
Dirk Engling 1bbbeb8db3 Init prng before udp code needs it. 2012-05-28 15:24:33 +00:00
Dirk Engling 2391244772 Adding rijndael code for udp connection id calculation 2012-05-28 14:47:57 +00:00
Dirk Engling dd56b16d0c enable proxy.debug target 2010-08-14 01:08:13 +00:00
Dirk Engling 79a64865d9 Get rid of SYNC_SCRAPE madness. It's overkill and no one uses it. 2010-04-22 21:55:28 +00:00
Dirk Engling a3aacfd6a6 Allow logging of completed events to syslog 2009-11-12 10:13:32 +00:00
Dirk Engling ceafe85123 Need to compile sources for proxy 2009-10-15 18:23:20 +00:00
Dirk Engling 11aa190c74 Add source files to proxy project 2009-10-15 18:17:03 +00:00
Dirk Engling 1fbf2f4706 Going to the forest, spotting woodpeckers 2009-09-02 01:47:44 +00:00
Dirk Engling e87008f160 add option to log the numwants over time 2009-08-30 18:04:44 +00:00
Dirk Engling 72ea78a6aa Put the WANT_MODEST_FULLSCRAPES option into Makefile 2009-08-29 13:56:54 +00:00
Dirk Engling 2ab7c05823 Enable Networks debugging in Makefile 2009-08-26 21:24:49 +00:00
Dirk Engling 5f2910c0b4 Add a new proxy daemon to opentracker 2009-07-16 01:36:50 +00:00
Dirk Engling 60bc1c7424 There seems to be more broken v6 APIs than just the OpenBSD one. Linux smells as well. 2009-03-18 14:53:35 +00:00
Dirk Engling b3f716a3e7 Add workaround to openbsd's broken v6 API 2009-02-10 14:49:38 +00:00
Dirk Engling 6337649b08 V6 2009-01-13 22:41:16 +00:00
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.
* the new workstruct also introduces a well defined buffer and result passing path
* a new function scan_find_keywords is a wrapper around scan_urlencoded_query that maps keys in url to values passed in an array of ot_keywords structs
* this new function cleans up much of url parameter parsing work, where read_ptr and write_ptr have been introduced rather than the confusing char *c, *data variables
* I now use memcmp instead of byte_diff to allow compiler to optimize constant size string compares
* got rid of UTORRENT_1600_WORKAROUND
* livesync_ticker is now only called from one (currently main) thread to avoid race conditions
2009-01-05 18:05:38 +00:00
Dirk Engling 621c8462be Introduce new flag WANT_SYNC_SCRAPE 2009-01-02 07:55:11 +00:00
Dirk Engling 384028829b Aid spotting bad clients... 2008-12-03 20:38:25 +00:00
Dirk Engling c0dab929ab The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version. 2008-11-28 22:21:09 +00:00
Dirk Engling ee330be078 Introduce vector debuggin code and stats restriction options 2008-10-24 00:00:55 +00:00
Dirk Engling 14f0a3ceea Reverting last commit. Debug effect not seen. 2008-10-07 23:53:29 +00:00
Dirk Engling aa7f40b77c Add config option for naming threads 2008-10-07 23:45:26 +00:00
Dirk Engling 499f07b3f0 Add _DEBUG flag for debug builds. This flag enables some diagnostic messages. 2008-10-05 12:31:14 +00:00
Dirk Engling 76416b5c1c Cleaning up Build time options. Also add ot_livesync.[ch] 2008-10-03 21:35:03 +00:00
Dirk Engling 3dda0c7c7b Typo in Makefile, thanks to Steffen. 2008-05-07 07:44:15 +00:00
Dirk Engling a7c47dce53 Introducing live busy network detection. 2008-01-17 10:46:25 +00:00
Dirk Engling a7cfb64181 But keep Makefile in the libowfat is at ../libowfat state. 2007-12-20 06:01:16 +00:00
Dirk Engling e767fae72a Introduce some kind of versioning 2007-12-20 05:59:34 +00:00
Dirk Engling 65bf76b204 Introduce new ot_http.c and ot_http.h 2007-12-03 01:01:37 +00:00
Dirk Engling 31c2a9fe03 Make allowing gzip a Makefile tunable 2007-11-22 04:37:41 +00:00
Dirk Engling 690786b762 Forgot to specify -pthread when using threads 2007-11-16 20:19:15 +00:00
Dirk Engling f03b2740dd Moving accesslist stuff to its own object 2007-11-12 04:38:43 +00:00
Dirk Engling c048749014 Reflect changes in ot_iovec and ot_fullscrape in Makefile 2007-11-12 01:39:18 +00:00
Dirk Engling d29536e30a MUST NOT enable features in CVSpico Makefile bad coder 2007-11-06 18:02:29 +00:00
Dirk Engling c37d25fd75 The expensive DMEM stats is gone. No need for it, too much potential to DOS. 2007-11-06 18:02:01 +00:00
Dirk Engling 2e2c1762d3 Move stats out of opentracker.c, also have an own file handle udp requests. 2007-11-06 17:50:41 +00:00
Dirk Engling 6c2d01dba4 Thank you, GNU for fucking up pmake :) 2007-11-06 15:18:18 +00:00
Dirk Engling bcf252f249 Makefile now builds each object on its own. Thus it can be build with -j2 and higher 2007-11-06 12:44:53 +00:00
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. 2007-11-06 11:58:12 +00:00
Dirk Engling aa25c390dd Introducing first tools to make opentracker multithreaded. 2007-11-03 13:43:05 +00:00
Dirk Engling df30bc8484 Number of buckets is 1024 now
Clean all torrents now only cleans one bucket at a time
All torrents that are being worked upon in an announce are being cleaned on demoand
torrent's peer lists now keep extra counts for seeds and peers to speed up scrape and announce
Sync has gone for now. I will think up a new way to implement. The old one was way to slow.
2007-10-27 14:06:07 +00:00
Dirk Engling 68d87742fa Two more bugs in Makefile. Maybe I learn it one day 2007-10-01 00:31:59 +00:00
Dirk Engling 3e71f32d26 Revert debug option in Makefile 2007-10-01 00:29:46 +00:00
Dirk Engling c6d90b150d Makefile now runs under bsdmake and gnumake again 2007-10-01 00:27:26 +00:00
Dirk Engling 6bad28c924 Makefile defaults to an _open_ tracker again. 2007-09-10 02:43:30 +00:00
Dirk Engling 8ef59b0351 * fixed "nobody " -> "nobody" fuckup when getpwnam-ing
* implemented basic blacklisting:
** the file specified with -b <BLACKLIST> is read and added to a blacklist vector
** if an announce hits a torrent in that blacklist vector, add_peer_to_torrent fails
** sending a SIGHUP to the program forces it to reread the blacklists
** the server returns with a 500, which is not exactly nice but does the job for now
** an adaequat "failure reason:" should be delivered... TODO
2007-07-22 00:40:10 +00:00
Dirk Engling 20635e3544 New Makefile, incorporated some patches sent to me by Robin H. Johnson 2007-04-03 11:08:17 +00:00
Denis Ahrens 767460cea3 revert previous commit 2007-03-17 01:26:25 +00:00
Denis Ahrens 62a41a85c8 code cleanup and more specific comments. tracker starts now also with udp port 6969 as default 2007-03-16 23:37:04 +00:00