Commit graph

8 commits

Author SHA1 Message Date
fox.cpp
ba0a2e221c
Fix bunch of linter warnings
Some fixed warnings are not actual problems. I just want output
golangci-run to be smaller. Otherwise it is problematic to see
actual problems found by linters due to amount of noise.

testutils, ctl/maddyctl: Remove quite a lot of unused entities.
msgpipeline: Fix typo in log message.
msgpipeline: Add missing 'case 0' for 'reject' directive parsing
msgpipeline: Preallocate slice in parseChecksGroup
Check errors in some places in tests.
smtp_upstream: Move DATA command use into Commit
target/queue: Avoid copying sync.Mutex
    Not a problem since it is not used after copying, but I just want
    govet to shut up.
2019-10-22 04:06:59 +03:00
fox.cpp
028d8b914c
Rename dispatcher to "msgpipeline"
New name more precisely describes what it is doing now. It was initally
meant to be more generic and usable for other purposes, but I don't
think we will need that flexibility.
2019-10-13 18:42:51 +03:00
fox.cpp
6832ab5d69
queue: Unexport PartialError
Now it is a queue implementation detail.
2019-09-28 11:55:25 +03:00
fox.cpp
cd94dd2c0c
queue: Use PartialDelivery interface instead of PartialError 2019-09-28 11:55:25 +03:00
fox.cpp
957f4a8749
queue: Fix tests to use exterrors 2019-09-28 11:53:08 +03:00
fox.cpp
ca4f73dad8
Fix-up 1edd031 2019-09-20 21:42:14 +03:00
fox.cpp
11fff40ba5
target/queue: Fix logger initialization in tests 2019-09-15 04:19:22 +03:00
fox.cpp
f77b204b5e
Fix-up 35c3b1c
Due to .gitignore, target/queue directory got ignored and was not
commited.

This commit makes problematic ignore filter more strict and adds
accidentally removed directory.
2019-09-08 17:15:18 +03:00