]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/history - linux/src/api/MessageQ.c
Change error-related printf()s to fprintf(stderr)
[ipc/ipcdev.git] / linux / src / api / MessageQ.c
2015-06-30 Robert TivyChange error-related printf()s to fprintf(stderr)
2015-05-08 Robert TivyAdded recursive mutex initializer for Android
2015-05-08 Robert TivyCreate specialized gates to prevent deadlock on general...
2015-04-30 Ramsey HarrisBind message queue to new remote processor 3.36.00.06_eng
2015-04-30 Robert TivyMessageQ_put returns MessageQ_E_SHUTDOWN when transport...
2015-04-25 Robert TivyAdd fault tolerance for TransportRpmsg socket failure
2015-03-13 Ramsey HarrisSDOCM00115143 Improper timeout handling in MessageQ_get...
2015-02-27 Robert TivyMerge branch '3.30' into ipc-next 3.35.00.05 3.36.00.00_eng
2015-02-21 Ramsey HarrisRe-work MessageQ_put to eliminate transport recursion
2015-02-21 Ramsey HarrisSDOCM00114478 Incorrect thread safety in MessageQ_setup...
2015-02-13 Ramsey HarrisSDOCM00114730 Reserved message queues on Linux/Keystone II
2015-02-09 Ramsey HarrisRework MessageQ_put to prioritize transport if given
2015-02-03 Ramsey HarrisAdd missing transport header files to Linux install...
2015-01-21 Ramsey HarrisSDOCM00114391 IPC cluster support is missing on Linux
2014-12-12 Robert TivyMerge remote-tracking branch 'origin/3.23' into ipc...
2014-12-09 Ramsey HarrisSDOCM00113609 Add version support for MessageQ_Params...
2014-12-09 Ramsey HarrisAdded function hook for the MessageQ_put method
2014-11-27 Robert TivyInitial MessageQ transport implementation 3.35.00.01_eng
2014-10-28 Suman AnnaLinux/MessageQ: Close the socket upon failure
2014-04-08 Chris RingLinux: Tracing ease of use
2014-02-18 Arnie ReynosoLinux/Qnx: MessageQ msg cannot be freed if put fails
2013-12-09 Chris RingMerge remote-tracking branch 'origin/ipc-3.20-next... 3.21.00.00_eng
2013-12-09 Chris RingMerge remote-tracking branch 'origin/3.00' into ipc... ipc-3.10-next
2013-12-06 Chris RingSDOCM00105512: Support unnamed Linux MessageQs
2013-10-01 Chris RingMerge recent 3.00 changes into 3.10 3.10.01.10_eng
2013-09-11 Robert TivyMessageQ: Fix MessageQ_get() dropping messages
2013-08-28 Robert TivyChanges to support non-NameServer-capable slaves on...
2013-04-30 Arnie ReynosoLinux: Moved IPC specific types file (Std.h) into the...
2013-04-24 Chris RingLinux: Comment cleanup
2013-02-23 Arnie ReynosoInitial commit