summaryrefslogtreecommitdiff
path: root/plugins/tist.c
AgeCommit message (Collapse)AuthorFilesLines
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-12/+14
2012-04-29plugins: Update copyright informationMarcel Holtmann1-1/+1
2011-11-10plugins: Use gcc atomics instead glib's onesDaniel Wagner1-9/+19
g_atomic_int_exchange_and_add() has been removed from glib 2.30 and g_atomic_int_add() should be used. Though there are still quite a few distros out which do not ship a glib version with g_atomic_int_add(). Instead of maintaing a compatiblilty glib layer we just use the built-in functions for atomic memory access.
2011-10-26plugins: Fix compilation in MeeGoJukka Rissanen1-0/+1
The _GNU_SOURCE needs to be defined so that O_CLOEXEC symbol can be found in system header files. The source does not compile without the patch in MeeGo 1.2
2011-10-25plugins: Add O_CLOEXEC to open()Daniel Wagner1-2/+2
Make sure all file descriptor are closed.
2011-03-17tist: Fix initializing of variableSamuel Ortiz1-3/+3
sizeof(char []) is a pointer size. Reported by: DJ Cozatt <ygdrasil@comcast.net>
2011-03-11tist: Initial plugin implementationSamuel Ortiz1-0/+598
This is a plugin to support TI's shared transport driver.