summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-06-01wip: test grok when it goes wrong.3039-grok-errorCarl Hetherington
2025-05-30Cleanup: collapse three logging classes into one.Carl Hetherington
2025-05-30Cleanup: move Message body into message.cc.Carl Hetherington
2025-05-30Cleanup: merge IMessengerLogger into MessengerLogger.Carl Hetherington
2025-05-29Basic grok test using mockgrok.Carl Hetherington
2025-05-29Don't change directory when launching grk_compress.Carl Hetherington
2025-05-29Cleanup: move static mutex out of header.Carl Hetherington
2025-05-29Cleanup: move Synch declaration out to its own header.Carl Hetherington
2025-05-29Cleanup: move stuff out from context.h to context.cc.Carl Hetherington
2025-05-29Move a couple of constants out of the header.Carl Hetherington
2025-05-29Tidy up definition of client_receive_ready.Carl Hetherington
2025-05-29Tidy up definition of grok_sent.Carl Hetherington
2025-05-29Tidy up definition of grok_to_client_message.Carl Hetherington
2025-05-29Tidy up definition of grok_receive_ready.Carl Hetherington
2025-05-29Tidy up definition of client_sent.Carl Hetherington
2025-05-29Pass char* into Synch constructor.Carl Hetherington
2025-05-29Tidy up definition of client_to_grok_message.Carl Hetherington
2025-05-29Pass char* into {,de}init_shm().Carl Hetherington
2025-05-29Add a mock grk_compress.Carl Hetherington
2025-05-29Cleanup: remove unused constructors.Carl Hetherington
2025-05-29Cleanup: coding style.Carl Hetherington
2025-05-28Fix incorrectly-initialised uncompressed frame buffers.Carl Hetherington
2025-05-28Cleanup: extract {de,}init_shm to their own file and remove the containing ↵Carl Hetherington
class.
2025-05-28Cleanup: rename initShm -> init_shm and tidy up.Carl Hetherington
2025-05-28Cleanup: trim some unnecessary includes.Carl Hetherington
2025-05-28Cleanup: move ScheduledFrames into its own .cc/.h.Carl Hetherington
2025-05-28Cleanup: rename push_/pop_.Carl Hetherington
2025-05-28Cleanup: coding style, rename Msg -> Message.Carl Hetherington
2025-05-28Cleanup: whitespace.Carl Hetherington
2025-05-28Cleanup: sort includes and remove Win32 ones.Carl Hetherington
2025-05-28Cleanup: remove some unused stuff.Carl Hetherington
2025-05-28Cleanup: coding style.Carl Hetherington
2025-05-28Cleanup: rename member variables.Carl Hetherington
2025-05-28Cleanup: remove MessengerInit.Carl Hetherington
2025-05-28Cleanup: move some methods into synch.cc.Carl Hetherington
2025-05-28Cleanup: coding style for Synch.Carl Hetherington
2025-05-28Add some comments.Carl Hetherington
2025-05-28Cleanup: remove grk_handle typedef.Carl Hetherington
2025-05-28Cleanup: move some methods into messenger.cc.Carl Hetherington
2025-05-28Cleanup: rename ScheduledMessenger -> Messenger.Carl Hetherington
2025-05-28Cleanup: move all of Messenger into ScheduledMessenger.Carl Hetherington
2025-05-28Cleanup: remove templates that are only instantiated once.Carl Hetherington
2025-05-28Add some comments.Carl Hetherington
2025-05-28Cleanup: use some member variables.Carl Hetherington
2025-05-28Cleanup: rename some more variables.Carl Hetherington
2025-05-28Cleanup: remove an unnecessary member.Carl Hetherington
2025-05-28Cleanup: rename variables and make more private.Carl Hetherington
2025-05-28Cleanup: make running and init_ private and rename them.Carl Hetherington
2025-05-28Cleanup: make inbound_thread a member function.Carl Hetherington
2025-05-28Cleanup: make outbound_thread a member function.Carl Hetherington