summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-14adapter: Implement TagFound signalSamuel Ortiz4-30/+121
2013-10-11adapter: Do not send a poll command when adapter is downSamuel Ortiz1-0/+5
2013-10-11AUTHORS: Mention Dmytro's contributionsSamuel Ortiz1-0/+1
2013-10-11nfctool: Fix options typeDmytro Bagrii1-10/+10
2013-10-11build: Fix build in separate directoryDmytro Bagrii1-2/+2
2013-10-11nfctype2: Remove not needed NULL assignmentSzymon Janc1-1/+0
2013-10-11nfctype1: Remove dead code from nfctype1_writeSzymon Janc1-5/+0
2013-09-23npp: Implement npp_pushSamuel Ortiz1-0/+42
2013-09-23npp: Fix npp_readSamuel Ortiz1-1/+12
2013-09-19Release 0.130.13Samuel Ortiz2-1/+12
2013-09-12gdbus/client: Use g_dbus_add_properties_watch to track propertiesLuiz Augusto von Dentz1-79/+56
2013-09-12gdbus/client: Use g_dbus_add_signal_watch to track signalsLuiz Augusto von Dentz1-36/+37
2013-09-12gdbus/client: Use g_dbus_add_service_watch to track servicesLuiz Augusto von Dentz1-135/+38
2013-09-12gdbus/watch: Fix crash when disconnecting from D-BusLuiz Augusto von Dentz1-0/+2
2013-09-12gdbus/watch: Fix aborting when removing D-Bus filterLuiz Augusto von Dentz1-17/+8
2013-09-12gdbus/watch: Fix crash when g_dbus_remove_watch is called from connect callbackLuiz Augusto von Dentz1-2/+6
2013-09-10gdbus: Fix emitting PropertiesChanged twiceLuiz Augusto von Dentz1-2/+2
2013-09-10gdbus: Avoid calling dbus_connection_send*Luiz Augusto von Dentz2-64/+42
2013-09-10gdbus: Add g_dbus_send_message_with_replyLuiz Augusto von Dentz2-0/+14
2013-09-10gdbus: Fix sending ObjectManager/Properties signals out of orderLuiz Augusto von Dentz1-16/+53
2013-09-10nfctool: Add firmware download commandThierry Escande4-4/+100
2013-09-10nfctool: netlink: Pass attributes to registered callbacksThierry Escande1-1/+1
2013-09-10nfc_copy: Update nfc_copy.h with SE command and firmware download statusThierry Escande1-3/+7
2013-09-02phdc: API documentation and sample codeOlivier Guiter3-2/+276
2013-09-02neard: Change in dbus conf to allow PHDC managers and agentsOlivier Guiter1-0/+2
2013-09-02phdc: Initial PHDC implementationOlivier Guiter4-1/+565
2013-09-02p2p: Add new_client method in p2p structOlivier Guiter2-3/+11
2013-09-02p2p: Add a user_data pointer to p2p structOlivier Guiter10-37/+60
2013-09-02main: Use gboolean type in GOptionEntryPatrik Flykt3-4/+4
2013-08-28p2p: Remove const from service and driver nameOlivier Guiter1-2/+2
2013-08-28p2p: Change p2p_register to look for service nameOlivier Guiter1-4/+7
2013-08-28error: Add ENOMEM error string messageOlivier Guiter2-0/+9
2013-08-27nfctype4: Fix a memory leak in t4_readbin_ccLars Poeschel1-11/+1
2013-08-23bluetooth: Make the default adapter callback error less confusingSamuel Ortiz1-1/+1
2013-08-20AUTHORS: Mention Daniel's contributionsSamuel Ortiz1-0/+1
2013-08-20doc: Change coding style for NULL pointer checksDaniel Wagner1-7/+7
2013-08-20unit: Do not compare expression against NULLDaniel Wagner3-18/+18
2013-08-20tools: Do not compare expression against NULLDaniel Wagner8-69/+69
2013-08-20core: Do not compare expression against NULLDaniel Wagner13-450/+446
2013-08-20plugins: Do not compare expression against NULLDaniel Wagner11-127/+127
2013-08-20types: Remove near_bool_t definitionDaniel Wagner1-10/+0
2013-08-20unit: Use stdbool instead gboolean or near_bool_tDaniel Wagner1-21/+21
2013-08-20tools: Use stdbool instead gboolean or near_bool_tDaniel Wagner7-46/+46
2013-08-20core: Use stdbool instead gboolean or near_bool_tDaniel Wagner13-228/+227
2013-08-20plugins: Use stdbool instead gboolean or near_bool_tDaniel Wagner8-75/+75
2013-08-20include: Use stdbool instead gboolean or near_bool_tDaniel Wagner4-9/+9
2013-08-20core: Include stdbool.hDaniel Wagner1-0/+1
2013-08-20include: Include stdbool.hDaniel Wagner4-0/+7
2013-08-20plugins: Include stdbool.hDaniel Wagner11-16/+27
2013-08-20tag: Use dbus_bool_t for D-Bus functionDaniel Wagner1-1/+3