summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-11Release 0.90.9Samuel Ortiz2-1/+10
2013-01-10build: Do not use deprecated AM_CONFIG_HEADERLucas De Marchi1-1/+1
2013-01-10build: Use AM_CPPFLAGS instead of INCLUDESLucas De Marchi1-1/+1
2013-01-10types: Fix build error due to unaligned memory accessOlivier Guiter6-22/+155
2013-01-09snep: SNEP validation test server implementationOlivier Guiter3-0/+266
2013-01-09snep: Separate snep default server code from snep coreOlivier Guiter6-601/+975
2013-01-09ndef: Add records comparison helpersOlivier Guiter2-0/+83
2013-01-09unit: Add Title and URI records SmartPoster NDEF unit testSamuel Ortiz1-0/+66
2013-01-09unit: URI NDEF test should check for the field lengthSamuel Ortiz1-1/+3
2013-01-09unit: Add single record SmartPoster NDEF unit testSamuel Ortiz1-2/+58
2013-01-09unit: Add Text NDEF record unit testSamuel Ortiz1-0/+43
2013-01-09unit: Add test-ndef unit testSamuel Ortiz2-1/+154
2013-01-09test: Remove the NDEF argument from ndef-agentSamuel Ortiz1-10/+10
2013-01-08test: Rename simple-agent to ndef-agentSamuel Ortiz1-0/+0
2013-01-08nfctool: Fix build failure with libnl v1Samuel Ortiz1-0/+30
2013-01-08adapter: Fix memory leaks on adapter freeSzymon Janc1-0/+2
2013-01-06gdbus: Fix memory leak on properties_set()Anderson Lizardo1-1/+6
2013-01-06neard: nfctool: Add LLCP frame decoding supportThierry Escande7-4/+560
2013-01-06neard: nfctool: Add LLCP traffic sniffing featureThierry Escande5-20/+423
2013-01-06neard: nfctool: Add an option to set LTO, RW, and MIUX parametersThierry Escande4-3/+247
2013-01-06neard: nfctool: Add start_poll commandThierry Escande4-5/+401
2013-01-06neard: Add nfctool native applicationThierry Escande6-1/+753
2013-01-06AUTHORS: Mention Christophe's contributionsSamuel Ortiz1-0/+1
2013-01-06test: Support writing SMS and e-mail address to a tagChristophe Prigent1-20/+30
2013-01-05gdbus: Check signature of property value before calling setterMarcel Holtmann1-0/+5
2013-01-03gdbus: Don't include just added interfaces in GetManagedObjectsLucas De Marchi1-1/+7
2013-01-03gdbus: Simplify generated introspectionLucas De Marchi1-65/+38
2013-01-02gdbus: Hold client reference during get name owner replyMarcel Holtmann1-0/+4
2012-12-30gdbus: Call check_signals when sending signals with g_dbus_send_messageLuiz Augusto von Dentz1-0/+9
2012-12-30gdbus: Check if the interface being registered is validLuiz Augusto von Dentz1-6/+36
2012-12-30gdbus: Introduce G_DBUS_PROPERTY_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-18/+33
2012-12-30gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-4/+23
2012-12-30gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-3/+45
2012-12-30gdbus: Include changed properties only once per signalMarcel Holtmann1-0/+3
2012-12-29gdbus: Update properties on D-Bus client re-connectionsMarcel Holtmann1-4/+22
2012-12-29gdbus: Add function to manually refresh propertiesMarcel Holtmann2-0/+85
2012-12-29gdbus: Add support for proxy property change notificationsMarcel Holtmann2-4/+30
2012-12-29gdbus: Fix handling of client connect/disconnect signalsMarcel Holtmann1-11/+12
2012-12-29gdbus: Protect standalone proxy creation with client referenceMarcel Holtmann1-10/+8
2012-12-27gdbus: Use object manager only if callback functions are setMarcel Holtmann1-8/+7
2012-12-27gdbus: Use client service name and not hardcoded org.bluezMarcel Holtmann1-1/+1
2012-12-27gdbus: Add support for creating D-Bus proxies without object managerMarcel Holtmann2-62/+147
2012-12-22gdbus: Avoid using g_ptr_array_new_full convenience functionMarcel Holtmann1-1/+2
2012-12-19build: Compile support for new D-Bus client helpersMarcel Holtmann1-1/+1
2012-12-19gdbus: Increase the method call timeout to 5 minutesMarcel Holtmann1-1/+3
2012-12-19gdbus: Add helper for sending async error repliesMarcel Holtmann2-0/+38
2012-12-19gdbus: Fix race condition with creating duplicate client proxiesMarcel Holtmann1-0/+23
2012-12-19gdbus: Fix issue with unref of client while parsing interfacesMarcel Holtmann1-0/+8
2012-12-19gdbus: Fix issue with unref of client in connect handlerMarcel Holtmann1-0/+8
2012-12-19gdbus: Add support for D-Bus client method callsMarcel Holtmann2-0/+82