Commit Graph

21 Commits (7428c12e5d0a175ceca1c01a7b6fed75538ae121)

Author SHA1 Message Date
Dirk Engling 9000f5d67a minor cleanups. Breaks proxy.c 2024-04-05 22:44:30 +02:00
Dirk Engling 959e0912a1 Bind dual stack by default 2024-04-03 23:08:17 +02:00
Romain Porte 019d58d154 fix implicit fallthrough spelling
This commit fixes the syntax of the implicit fallthrough comments, in
order to be matched by GCC (and probably other compilers as well) with
the following regular expression:

[ \t.!]*([Ee]lse,? |[Ii]ntentional(ly)? )? fall(s | |-)?thr(ough|u)[
\t.!]*(-[^\n\r]*)?

See: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough=
2021-08-22 14:42:17 +02:00
Dirk Engling b73b3b17cc Use arc4random whereever we need strong entropy 2021-04-20 04:05:50 +02:00
Dirk Engling 0ebc0ed6a3 Avoid double free when iob_addbuf_free fails, thanks to Sami Farin 2016-10-02 18:47:16 +02:00
erdgeist 894bd4625f Stop sending tracker id with every packet 2010-08-15 16:38:43 +00:00
erdgeist 470a690e0d Don't only walk through outgoing connections to search for connected peers 2010-08-15 14:54:40 +00:00
erdgeist 4b3189eb44 Address reconnecting issues 2010-08-15 13:59:08 +00:00
erdgeist 3e30fa32aa Fixed sync loss bug 2010-08-15 01:59:09 +00:00
erdgeist 4fe2f35595 Looking into pointer arithmetics issue 2010-08-14 15:22:20 +00:00
erdgeist 9cfab8dbc6 tidy up peer count parser code 2010-08-14 11:30:54 +00:00
erdgeist c8d1ae0468 Fix encoding of peer count in proxy sync packet 2010-08-14 10:56:14 +00:00
erdgeist 8d025a1745 Tidy up sync proxy code 2010-08-13 12:47:15 +00:00
erdgeist 48f67314b6 Should not report sync scrape packets in stderr 2009-10-15 19:52:17 +00:00
erdgeist 9eb860f041 Log successful incoming connections 2009-10-02 23:47:35 +00:00
erdgeist 9cced7eb88 Report connection duplication 2009-10-02 23:43:34 +00:00
erdgeist ed1673eb10 Network connection code seems to be working now 2009-10-02 23:34:42 +00:00
erdgeist cde8cf0559 Network handling code skeleton stands, is untested and no configure code there, yet. 2009-10-01 17:16:15 +00:00
erdgeist 5168a3314c Reaching completion soon 2009-09-29 06:03:39 +00:00
erdgeist 8d25bf2d31 Double definition of all_torrents 2009-07-16 01:39:18 +00:00
erdgeist dad215a6e1 Add a new proxy daemon to opentracker 2009-07-16 01:36:50 +00:00