bizdelnick pushed to master at bizdelnick/gross
5410bc699fd9bba74459de24ba8e0a3b9ad8f5f3 Merge pull request 'Fix data races and race condition' (#23) from datarace into master d2112537bcc064a7f64293ea6afee491c8da08f7 bloommgr: fix data race...
View Articlebizdelnick pushed to refactor at bizdelnick/gross
14c4587e4af53cce10e952a032889d79cf991b93 don't spawn a new thread for bloom filter rotation 38352038cfcb4cb71aa94cc44f710cb8da657234 optimize logging 5d76237c5b293271dd360da14bda2bf1949ba474...
View Articlebizdelnick pushed to refactor at bizdelnick/gross
e600fde53896059398e1398671e2e2fa110b0a9d don't spawn a new thread for bloom filter rotation 2dbee69b91c7e14e144e0fbed5738a273438ff90 optimize logging 2e5792125a30ce1f1ac2dfa37620c7ab56b4688f...
View Articlebizdelnick pushed to master at bizdelnick/gross
4d8a59552848d5f5b6660e30b6ff5b3874e13831 helper_dns: fix memory leak
View Articlebizdelnick pushed to refactor at bizdelnick/gross
cf23ac9929dfdaab731156f293c28d5d0473c5ac graceful shutdown on signal 1464842e8094800d9f9a65b61af3a97b270380cb remove unused variables 83baabcf70b9886f4048900f3e6a9b52c531a2ff let cmake detect...
View Articlebizdelnick pushed to refactor at bizdelnick/gross
a5b058ac4553d535eca0885eb3a80a8b5dfc7cc1 fix some compiler warnings 093093651882f15baf70e638f3e1eac3aab85fd8 fix potential uninitialized variable use
View Articlebizdelnick pushed to refactor at bizdelnick/gross
c284a227b552223b57aaef9715862837168a745f fix data races 5454a5370917e04c8feb735a41b8c11119060a24 fix some compiler warnings
View Articlebizdelnick pushed to master at bizdelnick/gross
68f18967351e09b54476288a29903200a1ac962d Merge pull request 'refactor' (#24) from refactor into master c284a227b552223b57aaef9715862837168a745f fix data races 5454a5370917e04c8feb735a41b8c11119060a24...
View Articlebizdelnick pushed to master at bizdelnick/gross
fcc9b1abb86f9bca92dd9bc0242cb337ddfceaf8 fix config file installation path e6afbdabb444a18ad151258e6caebc1e60e26bd1 don't rely on assertions for locking mutexes adf390a6c9759b0cd4474833c072b0b4a1de4788...
View Articlebizdelnick opened issue bizdelnick/gross#25
There are data races in Bloom filters themselves and Bloom filter manager.
View Articlebizdelnick pushed to datarace at bizdelnick/gross
b8e30cb3075abb582e1dda7e4bc756ff37f4c006 fix data race for edict->obsolete
View Articlebizdelnick pushed to datarace at bizdelnick/gross
364221486fa641bb1815d007ab10b9abe5c521c7 fix data race in dnsbl->tolerancecounter
View Articlebizdelnick pushed to datarace at bizdelnick/gross
70d1ca8d8613b83dae8efabb68cef957b18e00b8 helper_dns: fix race condition leading to stack corruption
View Articlebizdelnick pushed to datarace at bizdelnick/gross
359aa62662aed0d9fffdbb466647f8e377fd7380 stats: fix data races
View Articlebizdelnick pushed to datarace at bizdelnick/gross
d2112537bcc064a7f64293ea6afee491c8da08f7 bloommgr: fix data race
View Articlebizdelnick pushed to refactor at bizdelnick/gross
9becc2631a106f817a4c15035b54f0fe9b53e801 optimize logging 44d569c71a28d9c1df89c94d3975af7a852c1f4b proto_sjsms: fix compiler warning and optimize a bit
View Articlebizdelnick pushed to 1.0 at bizdelnick/gross
18586337c6810cac6431f791a5111b0dfe945082 NEWS: 1.0.4 3f5508cce2c49d216b163eb7b38ea72d5162c76e fix misuse of strncat
View Articlebizdelnick pushed to master at bizdelnick/gross
6403985fc1060e7aacea96e60535e1e7b0f6f193 fix misuse of strncat
View Articlebizdelnick commented on issue bizdelnick/gross#25
Bloom filter implementation is not thread safe This issue is invalid. Bloom filter manager actions are protected by mutex.
View Articlebizdelnick closed issue bizdelnick/gross#25
Bloom filter implementation is not thread safe
View Article