summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2021-07-24Remove unused toPtr conversionsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-06Rework ephemeral and binary heapsValery Piashchynski
Implemented a sync.Cond for binary heap algo to save processor from spinning in the for loop and receiving nil Items until the Queue will be filled. Add num_pollers option to the configuration to specify number of pollers from the queue. Add Resume, ResumeAll, Stop, StopAll, PushBatch methods to the ephemeral. Remove map and use sync.Map in the ephemeral broker. Add protobuf schema. Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-05- Initial broadcast commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-03- Initial broadcast commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-28- Fix new linters warningsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-23Fix windows network packageValery Piashchynski
2021-01-23Remove redundand utils testValery Piashchynski
2021-01-21Allow https to listen on unix socketsValery Piashchynski
2021-01-19Uniform all errors operationsValery Piashchynski
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2020-12-29Rename Utils folder in the Makefile. Update memleak.php (char instead ofValery Piashchynski
space). Format test for windows.
2020-12-27Util -> UtilsValery Piashchynski