FreeRDP/winpr/libwinpr/utils/collections
akallabeth d80b418bbc Added object copy support to queue
* Added object copy support to Queue_Enqueue
* Added Queue_Discard to clear the top of the queue
* Added some doxygen for queue functions.
2021-09-20 10:59:59 +02:00
..
ArrayList.c Raw channel send (#7255) 2021-08-26 16:17:51 +02:00
BipBuffer.c Cleaned up collections: 2020-11-06 12:30:13 +01:00
BitStream.c Fixed compilation warnings 2021-06-16 14:26:06 +02:00
BufferPool.c Fixed uninitialized warnings 2021-09-10 08:16:25 +02:00
CountdownEvent.c Reformatted to new style 2019-11-07 10:53:54 +01:00
HashTable.c Fixed compilation warnings 2021-08-02 10:28:06 +02:00
LinkedList.c Added WINPR_ASSERT to collections 2021-06-16 11:46:42 +02:00
ListDictionary.c Removed unused functions / files 2020-03-10 14:04:53 +01:00
MessagePipe.c Fixed copy paste error in MessagePipe.c 2020-05-01 19:42:46 +02:00
MessageQueue.c Fixed missing checks for queue functions 2021-09-09 08:53:20 +02:00
ObjectPool.c Added WINPR_ASSERT to collections 2021-06-16 11:46:42 +02:00
PubSub.c Fixed compilation warnings and typos 2021-06-16 15:21:56 +02:00
Queue.c Added object copy support to queue 2021-09-20 10:59:59 +02:00
Reference.c Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
Stack.c Added WINPR_ASSERT to collections 2021-06-16 11:46:42 +02:00
StreamPool.c Fixed compilation warnings and typos 2021-06-16 15:21:56 +02:00