| 2022-11-24 |
Dirk Engling | Clean accesslists every five minutes |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
Dirk Engling | Add support for dynamic accesslists |
commit | commitdiff | tree | snapshot |
| 2021-08-23 |
Dirk Engling | Fix return code check inversion introduced in last... |
commit | commitdiff | tree | snapshot |
| 2021-08-22 |
Dirk Engling | Mark return code of write() as intentionally unused |
commit | commitdiff | tree | snapshot |
| 2021-08-22 |
Romain Porte | fix implicit fallthrough spelling |
commit | commitdiff | tree | snapshot |
| 2021-08-22 |
Romain Porte | opentracker.c: check set*id return values |
commit | commitdiff | tree | snapshot |
| 2021-07-27 |
Dirk Engling | Fix typo. Thanks to Romain Porte |
commit | commitdiff | tree | snapshot |
| 2021-07-27 |
Dirk Engling | Obey DESTDIR macro. Thanks to Romain Porte |
commit | commitdiff | tree | snapshot |
| 2021-06-06 |
Dirk Engling | Using strip from enviroment to allow different strippers |
commit | commitdiff | tree | snapshot |
| 2021-06-05 |
Dirk Engling | Make accesslists work again by testing the actual resul... |
commit | commitdiff | tree | snapshot |
| 2021-05-08 |
Dirk Engling | Fix two issues when splitting an iovec to large iobatches |
commit | commitdiff | tree | snapshot |
| 2021-05-08 |
Dirk Engling | Handle eagain case in trywrite |
commit | commitdiff | tree | snapshot |
| 2021-05-08 |
Dirk Engling | Add newline to debug string |
commit | commitdiff | tree | snapshot |
| 2021-04-25 |
Dirk Engling | Merge branch 'split-iobatches' of erdgeist.org:opentrac... |
commit | commitdiff | tree | snapshot |
| 2021-04-25 |
Dirk Engling | Remove old mman header |
commit | commitdiff | tree | snapshot |
| 2021-04-25 |
Dirk Engling | Turn mmaps into malloc |
commit | commitdiff | tree | snapshot |
| 2021-04-25 |
Dirk Engling | Retry successful writes immediately |
commit | commitdiff | tree | snapshot |
| 2021-04-24 |
Dirk Engling | Split huge iovecs over multiple io_batches |
commit | commitdiff | tree | snapshot |
| 2021-04-22 |
Dirk Engling | gzip iovecs always end on the boundary and don't need... |
commit | commitdiff | tree | snapshot |
| 2021-04-21 |
Dirk Engling | Add a handler for the EAGAIN reason code to iob_send |
commit | commitdiff | tree | snapshot |
| 2021-04-21 |
Dirk Engling | Rework fullscrape worker, unifying non-gzip and gzip... |
commit | commitdiff | tree | snapshot |
| 2021-04-20 |
Dirk Engling | accesslist checker should not operate on an empty list |
commit | commitdiff | tree | snapshot |
| 2021-04-20 |
Dirk Engling | srandomdev is not available on linuxes by default |
commit | commitdiff | tree | snapshot |
| 2021-04-20 |
Dirk Engling | Use arc4random whereever we need strong entropy |
commit | commitdiff | tree | snapshot |
| 2021-04-20 |
Dirk Engling | Use dev random by default |
commit | commitdiff | tree | snapshot |
| 2021-04-20 |
Dirk Engling | Turn random() to nrand48 in inner loop where it is... |
commit | commitdiff | tree | snapshot |
| 2021-04-20 |
Dirk Engling | White space |
commit | commitdiff | tree | snapshot |
| 2021-04-19 |
Dirk Engling | unmap file if a memory allocation error occurs |
commit | commitdiff | tree | snapshot |
| 2021-04-19 |
Dirk Engling | Make accesslist reload thread safe. The last commit... |
commit | commitdiff | tree | snapshot |
| 2021-04-19 |
Dirk Engling | Try accessing the access lists without locks by making... |
commit | commitdiff | tree | snapshot |
| 2021-04-19 |
Dirk Engling | De-bottleneck mutex access code |
commit | commitdiff | tree | snapshot |
| 2018-05-25 |
Dirk Engling | Remove debug code for self pipes |
commit | commitdiff | tree | snapshot |
| 2018-05-25 |
Dirk Engling | Tell libowfat about EWOULDBLOCK conditions |
commit | commitdiff | tree | snapshot |
| 2018-01-29 |
Dirk Engling | register both ends of self pipe to libowfat in order... |
commit | commitdiff | tree | snapshot |
| 2017-04-28 |
Dirk Engling | break belongs inside the guard |
commit | commitdiff | tree | snapshot |
| 2017-04-28 |
Dirk Engling | incorporate a more verbose ascii dump, provided by... |
commit | commitdiff | tree | snapshot |
| 2017-04-28 |
Dirk Engling | Get rid of some warnings regarding header guards |
commit | commitdiff | tree | snapshot |
| 2016-10-02 |
Dirk Engling | Avoid double free when iob_addbuf_free fails, thanks... |
commit | commitdiff | tree | snapshot |
| 2015-12-11 |
Dirk Engling | Forgot to include one error code. Thanks to Lars Seipel |
commit | commitdiff | tree | snapshot |
| 2015-11-26 |
Dirk Engling | dont count scrapes as full scrapes, fall through fail |
commit | commitdiff | tree | snapshot |
| 2015-11-25 |
Dirk Engling | Accept was counted twice |
commit | commitdiff | tree | snapshot |
| 2015-08-30 |
Dirk Engling | Add missing enum value. Thanks to zhangdongmao |
commit | commitdiff | tree | snapshot |
| 2015-06-07 |
Dirk Engling | Increase number of locks to accomodate for more cores... |
commit | commitdiff | tree | snapshot |
| 2015-06-05 |
Dirk Engling | Avoid reacting to our own error packets, should the... |
commit | commitdiff | tree | snapshot |
| 2015-04-27 |
Dirk Engling | Fix typo in stat reporting, use udp and not tcp counter... |
commit | commitdiff | tree | snapshot |
| 2014-10-06 |
erdgeist | Protect static data by mutex |
commit | commitdiff | tree | snapshot |
| 2014-10-06 |
erdgeist | Only kick off udp handlers, when everything is initialised |
commit | commitdiff | tree | snapshot |
| 2014-10-06 |
erdgeist | Initialise all values of aes key |
commit | commitdiff | tree | snapshot |
| 2013-08-04 |
erdgeist | Fix immediate overwrite in the X-forwarded-for passing... |
commit | commitdiff | tree | snapshot |
| 2013-06-07 |
erdgeist | Fix spelling error ;) |
commit | commitdiff | tree | snapshot |
| 2012-06-08 |
erdgeist | Dont make srandomdev the default, it exists only in... |
commit | commitdiff | tree | snapshot |
| 2012-06-03 |
erdgeist | Make woodpecker spotting more usable by adjusting count... |
commit | commitdiff | tree | snapshot |
| 2012-06-03 |
erdgeist | Calculate the old hash for the ip address only, when... |
commit | commitdiff | tree | snapshot |
| 2012-06-03 |
erdgeist | Dont ruin the srandomdev initialisation in trackerlogic... |
commit | commitdiff | tree | snapshot |
| 2012-05-31 |
erdgeist | Forgot variable declaration |
commit | commitdiff | tree | snapshot |
| 2012-05-29 |
erdgeist | reduce zlib warnings to when there really is something... |
commit | commitdiff | tree | snapshot |
| 2012-05-29 |
denis | new flag to enforce gzip even if client did not request it |
commit | commitdiff | tree | snapshot |
| 2012-05-29 |
erdgeist | Add rijndael to version report |
commit | commitdiff | tree | snapshot |
| 2012-05-28 |
erdgeist | Remove debug info |
commit | commitdiff | tree | snapshot |
| 2012-05-28 |
erdgeist | Report connection id missmatch count |
commit | commitdiff | tree | snapshot |
| 2012-05-28 |
erdgeist | udp now generates a cryptographically secure token... |
commit | commitdiff | tree | snapshot |
| 2012-05-28 |
erdgeist | Init prng before udp code needs it. |
commit | commitdiff | tree | snapshot |
| 2012-05-28 |
erdgeist | Add connection id missmatch code |
commit | commitdiff | tree | snapshot |
| 2012-05-28 |
erdgeist | Adding rijndael code for udp connection id calculation |
commit | commitdiff | tree | snapshot |
| 2012-05-18 |
erdgeist | Do not always grow the vector, shrink the first iovec... |
commit | commitdiff | tree | snapshot |
| 2012-05-18 |
erdgeist | Need more space for top100 |
commit | commitdiff | tree | snapshot |
| 2012-05-18 |
erdgeist | Add a top100 for most popular torrents |
commit | commitdiff | tree | snapshot |
| 2012-04-25 |
erdgeist | Add functionality to distribute udp to several workers |
commit | commitdiff | tree | snapshot |
| 2012-04-01 |
erdgeist | undo last change, it did not work well |
commit | commitdiff | tree | snapshot |
| 2012-04-01 |
erdgeist | fix tiny issue |
commit | commitdiff | tree | snapshot |
| 2012-04-01 |
erdgeist | fix prototype |
commit | commitdiff | tree | snapshot |
| 2012-03-31 |
erdgeist | Try to act upon all udp packets at once |
commit | commitdiff | tree | snapshot |
| 2011-11-16 |
denis | silenced some clang warnings |
commit | commitdiff | tree | snapshot |
| 2010-12-11 |
erdgeist | Open syslog connection before dropping privileges |
commit | commitdiff | tree | snapshot |
| 2010-08-26 |
erdgeist | Prevent infinite loop if whitelist ends in several... |
commit | commitdiff | tree | snapshot |
| 2010-08-18 |
erdgeist | Chomp all trailing space characters, including new... |
commit | commitdiff | tree | snapshot |
| 2010-08-17 |
erdgeist | Load state only after initialising all structs. Thanks... |
commit | commitdiff | tree | snapshot |
| 2010-08-15 |
erdgeist | Stop sending tracker id with every packet |
commit | commitdiff | tree | snapshot |
| 2010-08-15 |
erdgeist | Don't only walk through outgoing connections to search... |
commit | commitdiff | tree | snapshot |
| 2010-08-15 |
erdgeist | Address reconnecting issues |
commit | commitdiff | tree | snapshot |
| 2010-08-15 |
erdgeist | Fixed sync loss bug |
commit | commitdiff | tree | snapshot |
| 2010-08-14 |
erdgeist | Looking into pointer arithmetics issue |
commit | commitdiff | tree | snapshot |
| 2010-08-14 |
erdgeist | tidy up peer count parser code |
commit | commitdiff | tree | snapshot |
| 2010-08-14 |
erdgeist | Fix encoding of peer count in proxy sync packet |
commit | commitdiff | tree | snapshot |
| 2010-08-14 |
erdgeist | enable proxy.debug target |
commit | commitdiff | tree | snapshot |
| 2010-08-13 |
erdgeist | Tidy up sync proxy code |
commit | commitdiff | tree | snapshot |
| 2010-08-09 |
erdgeist | Reset http request input array on error case |
commit | commitdiff | tree | snapshot |
| 2010-08-09 |
erdgeist | the keep-alive loop must not run, if no keep alive... |
commit | commitdiff | tree | snapshot |
| 2010-07-30 |
erdgeist | We have been too overly cautious not to read beyond... |
commit | commitdiff | tree | snapshot |
| 2010-05-05 |
erdgeist | Make whitelist parser more robust against comments... |
commit | commitdiff | tree | snapshot |
| 2010-04-22 |
erdgeist | ** struct ot_workstruct gets ritcher (and will become... |
commit | commitdiff | tree | snapshot |
| 2010-04-22 |
erdgeist | Get rid of SYNC_SCRAPE madness. It's overkill and no... |
commit | commitdiff | tree | snapshot |
| 2010-04-21 |
erdgeist | Fix white spaces |
commit | commitdiff | tree | snapshot |
| 2010-04-21 |
erdgeist | Add our own time stamps to the completed logs. |
commit | commitdiff | tree | snapshot |
| 2010-04-09 |
erdgeist | Make opentracker's user runtime configurable. Also... |
commit | commitdiff | tree | snapshot |
| 2010-04-09 |
erdgeist | Fix segfault in stats?mode=everything, an additional... |
commit | commitdiff | tree | snapshot |
| 2010-04-09 |
erdgeist | Only chroot if -d option or tracker.rootdir are set |
commit | commitdiff | tree | snapshot |
| 2009-12-01 |
erdgeist | Fixed including another error message |
commit | commitdiff | tree | snapshot |
| 2009-11-18 |
erdgeist | Make header parsing more efficient, prepare multithread... |
commit | commitdiff | tree | snapshot |
| 2009-11-18 |
erdgeist | Preparing more efficient header parsing |
commit | commitdiff | tree | snapshot |
| next |