24 Commits

Author SHA1 Message Date
2bb1e0e514 Remove unused variable 2017-03-27 14:54:43 +02:00
0ee7a7136f Made Msge0 safe to be used by non-main thread
There were several assumptions that the callback was not called while submitting requests. THere is now a big, fat mutex on that.
2017-03-13 15:12:50 +01:00
ba25b1d3c7 Dropped 'skipOldLinks' parameter to Msge0::getTagRecs(). Always false 2017-03-13 13:53:16 +01:00
233f75b494 More const in Msge0 2017-03-13 13:28:48 +01:00
dcb13f7d67 Simplified memory management in msge0
The slab mechanism was unnecessary because TagRec (nowadays) isn't variable-sized and has instead a SafeBuf for holding the tags.
2017-03-13 13:28:48 +01:00
3d84aaf5d6 Removed unused Msge0::m_numTags 2017-03-13 13:28:48 +01:00
77fa86fe0e Msge0::doneSending() should return void 2017-03-13 13:28:48 +01:00
ffe5c4e9d9 Use a more meaningful parameter name in Msge0 2017-03-10 17:25:50 +01:00
4075c0da0c Refactor slab handling in Msge0 into separate method 2017-03-10 17:18:09 +01:00
5e099b3443 More constness in Msge0 2017-03-10 16:42:15 +01:00
64efc60967 Removed unused 'starti' parameter to Msge0::launchRequests() 2017-03-07 15:03:39 +01:00
260f816528 Remove unused member variable m_nextPtr 2016-11-22 15:36:54 +01:00
9437a654a1 char->bool 2016-11-17 11:35:15 +01:00
3b8a1c492a Removed unused Msge0::m_i 2016-11-17 11:34:16 +01:00
e3ddd4c941 Removed commented-out Msge0 member 2016-11-17 11:31:53 +01:00
1a0062a726 Encapsulate Msge0 better 2016-11-17 11:21:57 +01:00
3ddd7029ac more various char -> bool fixes. yep, bored today.. 2016-10-19 16:23:11 +02:00
103868c5fb #include cleanup in Msg20.h 2016-09-08 15:25:46 +02:00
022bb663ee include header changes 2016-08-26 14:21:47 +02:00
8dab0db467 Remove extra semicolons 2016-05-19 18:37:26 +02:00
ab0b9d03ea Standardize header guards 2016-03-08 22:16:02 +01:00
96b8197ad3 now it compiles with -m32 2014-11-10 14:45:11 -08:00
27e8e810d2 use collnum instead of coll string.
more stable since resetting collections
keeps string the same but changes the collnum.
2014-03-06 15:48:11 -08:00
f6e560c1f4 Initial file population. 2013-08-02 13:12:24 -07:00