Commit Graph

92 Commits (master)

Author SHA1 Message Date
Dirk Engling 8b11bc6653 Group feature options that need additional compiler flags in Makefiles, so they can be enable together 5 months ago
Dirk Engling 33bd2c9094 Add support for zstd 5 months ago
Dirk Engling d3985b00b5 Remove CVS version tags, they did not work anymore after moving to git 5 months ago
Dirk Engling e0cd3b1831 fix: git version string is not yet available 5 months ago
Dirk Engling 6cdebf31ac Remove warning 5 months ago
Dirk Engling f8637baaeb Allow the use of iob_init if the new libowfat is not yet available 5 months ago
Dirk Engling 236c9292f6 gzip fullscrapes by default now 5 months ago
Dirk Engling bd4992435c Add proper parsing for the gzip content encoding 5 months ago
Dirk Engling 2eeae0a65a Allow opentracker to start with a random set of torrents for debugging purposes 5 months ago
Dirk Engling 8ccf4b43d7 gcc is no longer default cc 6 months ago
Dirk Engling 308e91a2fa -pthread needs to be in CFLAGS 6 months ago
Dirk Engling 9f615bbebf -pthread is the only necessary linker option for pthread API 6 months ago
Dirk Engling 959e0912a1 Bind dual stack by default 6 months ago
Dirk Engling be825f5759 Add support for dynamic accesslists 2 years ago
Dirk Engling 68a17b3ae4 Obey DESTDIR macro. Thanks to Romain Porte 3 years ago
Dirk Engling 80faf1c452 Using strip from enviroment to allow different strippers 3 years ago
Dirk Engling 58dedd001d srandomdev is not available on linuxes by default 3 years ago
Dirk Engling b73b3b17cc Use arc4random whereever we need strong entropy 3 years ago
Dirk Engling ccef1d0ccd Use dev random by default 3 years ago
erdgeist 85dfec1822 Dont make srandomdev the default, it exists only in BSDs 12 years ago
denis 7d36ea2732 new flag to enforce gzip even if client did not request it 12 years ago
erdgeist dc90c8867c Report connection id missmatch count 12 years ago
erdgeist 3eeb536a44 Init prng before udp code needs it. 12 years ago
erdgeist 44e004ac9a Adding rijndael code for udp connection id calculation 12 years ago
erdgeist c005b42be4 enable proxy.debug target 14 years ago
erdgeist ae9ab76941 Get rid of SYNC_SCRAPE madness. It's overkill and no one uses it. 15 years ago
erdgeist f4409df68a Allow logging of completed events to syslog 15 years ago
erdgeist 9d4f0e66d0 Need to compile sources for proxy 15 years ago
erdgeist 7f3b66b9af Add source files to proxy project 15 years ago
erdgeist c76814cfec Going to the forest, spotting woodpeckers 15 years ago
erdgeist d9287403a8 add option to log the numwants over time 15 years ago
erdgeist 342182a496 Put the WANT_MODEST_FULLSCRAPES option into Makefile 15 years ago
erdgeist 682bd069d2 Enable Networks debugging in Makefile 15 years ago
erdgeist dad215a6e1 Add a new proxy daemon to opentracker 15 years ago
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.
* 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
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