1. a50ee16 gdbus: Fix crash when watch is toggled or disconnected by Luiz Augusto von Dentz · 10 years ago
  2. f8192e3 gdbus: Fix crash when calling g_dbus_add_service_watch by Luiz Augusto von Dentz · 10 years ago
  3. 3596b41 Revert "gdbus: Don't include just added interfaces in GetManagedObjects" by Luiz Augusto von Dentz · 10 years ago
  4. f8ad2f2 gdbus: Fix use after free by Andrei Emeltchenko · 10 years ago
  5. 7574e96 gdbus: Avoid reporting GDBusClient disconnect twice by Claudio Takahasi · 10 years ago
  6. 80cb8c1 adapter: Retry constant polling for busy Adapter by Andreas Bender · 10 years ago
  7. be54167 adapter: Prioritize p2p when discovering multiple targets by Vincent Cuissard · 10 years ago
  8. 02b0654 AUTHORS: Mention Vincent's contributions by Samuel Ortiz · 10 years ago
  9. a7982fc nfctype5: Support 16 bits block numbers encoding by Vincent Cuissard · 10 years ago
  10. 9915fb1 nfctype5: RMB support by Vincent Cuissard · 10 years ago
  11. a271496 nfctype4: Fix tag reading procedure for DESFire V1 by Vincent Cuissard · 10 years ago
  12. 0807548 nfctype1: Improve the check_presence hook by Vincent Cuissard · 10 years ago
  13. b245192 nfctype1: Fix dynamic tag read by Vincent Cuissard · 10 years ago
  14. 4cb6eec Makefile: add missing binaries to dependency on local_headers by Ross Burton · 10 years ago
  15. 26ee158 neard.service.in: set ExecStart correctly, remove NotifyAccess by Ross Burton · 10 years ago
  16. 2b72405 doc: Add seeld D-Bus API by Samuel Ortiz · 10 years ago
  17. 6ea1c02 AUTHORS: Mention Arron's contributions by Samuel Ortiz · 10 years ago
  18. 993ded3 ace: Add length option for get refresh tag operation by Arron Wang · 10 years ago
  19. a95b1cf se: Add ace rule after we finished get SE operation by Arron Wang · 10 years ago
  20. 661fcbb se: Use callback function to handle the request data by Arron Wang · 10 years ago
  21. 3153013 se: Fix APDU double free when transceive fails by Arron Wang · 10 years ago
  22. 5a607b4 se: Fix close channel error by Arron Wang · 10 years ago
  23. 082d5bc tizen: Invoke user callback when have error before transceive by Arron Wang · 10 years ago
  24. f40ed89 tizen: Use modem path as the key for modem_hash by Arron Wang · 10 years ago
  25. f44ce62 tizen: Change plugin name to tizen by Arron Wang · 10 years ago
  26. a39506a build: Enable seeld build by Samuel Ortiz · 10 years ago
  27. c476125 plugin: Include relative builtin.h by Samuel Ortiz · 10 years ago
  28. b79201a dbus: Define neard's Secure element D-Bus interface by Samuel Ortiz · 10 years ago
  29. 1be05e6 se: Initial commit by Samuel Ortiz · 10 years ago
  30. 647f270 ISO14443-B: Add support for ISO/IEC 14443-B Protocol by Mark A. Greer · 10 years ago
  31. 36b3b7f nfctype4: check_presence should select NDEF file by Mark A. Greer · 10 years ago
  32. 687a086 tag: Type 4: Extend tag structure to store Type 4 file ID by Mark A. Greer · 10 years ago
  33. be642f1 nfctype4: Use correct P2 value for 'Select' commands by Mark A. Greer · 10 years ago
  34. 9f5501c nfctype4: Handle NDEF file larger than Max R-APDU Data Size" by Mark A. Greer · 10 years ago
  35. 8181a18 nfctype4: Read the proper number of byte of the NDEF file by Mark A. Greer · 10 years ago
  36. e3f64e7 nfctype4: Clean up parenthesis usage by Mark A. Greer · 10 years ago
  37. 83fe81d gdbus: Add g_dbus_proxy_set_property_array by Claudio Takahasi · 10 years ago
  38. 2a0091d nfctype4: Only read necessary bytes to get NDEF file length by Mark A. Greer · 10 years ago
  39. 31cd58e nfctype4: Only do entire NDEF detection procedure once by Mark A. Greer · 10 years ago
  40. e3da783 nfctype4: Store r_apdu_max_size in tag structure by Mark A. Greer · 10 years ago
  41. d5264a2 tag: Extend tag structure to store Type 4 r_apdu_max_size by Mark A. Greer · 10 years ago
  42. c9b075b nfctype4: Only call callback once when writing by Mark A. Greer · 10 years ago
  43. fbb4e15 nfctype4: Constently handle ISO_*() failures by Mark A. Greer · 10 years ago
  44. 711bc40 nfctype4: Make ISO_send_cmd() error handling consistent by Mark A. Greer · 10 years ago
  45. 355ddff nfctype4: Fix 'struct type4_cmd' leak in ISO_send_cmd() by Mark A. Greer · 10 years ago
  46. df2467c gdbus: Add g_dbus_client_set_ready_watch() by Claudio Takahasi · 10 years ago
  47. 3d563e5 AUTHORS: Mention Mark's contributions by Samuel Ortiz · 10 years ago
  48. 36ffd05 iso15693: Add ISO/IEC 15693 Type 5 tag documentation by Mark A. Greer · 10 years ago
  49. 5207f0f iso15693: Add support for Type 5 tag formatting by Mark A. Greer · 10 years ago
  50. f604cbb iso15693: Add support for Type 5 tag check_presence by Mark A. Greer · 10 years ago
  51. c8af13c iso15693: Add support for Type 5 tag writes by Mark A. Greer · 10 years ago
  52. 389571c iso15693: Add support for Type 5 tag reads by Mark A. Greer · 10 years ago
  53. 26efd1b iso15693: Add plugin for ISO/IEC 15693 Type 5 Tags by Mark A. Greer · 10 years ago
  54. 354de0c iso15693: Store Type 5 tag-specific information and provide accessors by Mark A. Greer · 10 years ago
  55. b597174 iso15693: Store DSFID and UID in tag structure by Mark A. Greer · 10 years ago
  56. 73a8098 iso15693: Add generic ISO/IEC 15693 protocol support by Mark A. Greer · 10 years ago
  57. 48c2d67 nfc_copy: Add ISO/IEC 15693 header file changes shared with kernel by Mark A. Greer · 10 years ago
  58. 22af8e7 nfc_copy: Update nfc_copy.h to match Linux kernel's version by Mark A. Greer · 10 years ago
  59. 584a4fa gdbus: Replace g_timeout_add with g_idle_add by Luiz Augusto von Dentz · 10 years ago
  60. 2fd4e84 gdbus: Fix incorrect DBusConnection reference counting by Anderson Lizardo · 10 years ago
  61. ca6c644 gdbus: Fix memory leak by Anderson Lizardo · 10 years ago
  62. b93ebc5 Revert "build: Resolve libtool warnings" by Samuel Ortiz · 10 years ago
  63. aa5c735 build: Use standard variable names by Jan Engelhardt · 10 years ago
  64. eacb0b9 build: Put preprocessor flags into CPPFLAGS by Jan Engelhardt · 11 years ago
  65. 9fd5732 build: Replace @a@ by ${a} by Jan Engelhardt · 10 years ago
  66. 6ca8108 build: Resolve libtool warnings by Jan Engelhardt · 10 years ago
  67. f54fa7b build: Trim bootstrap commands by Jan Engelhardt · 10 years ago
  68. 97ce506 AUTHORS: Mention Al's contributions by Samuel Ortiz · 10 years ago
  69. ffc849b build: Add support for systemd service configuration by Cho, Yu-Chen · 10 years ago
  70. 69e36b1 phdc: Remove not needed NULL check from phdc_manager_disconnect by Szymon Janc · 10 years ago
  71. d579906 phdc: Cleanup watch_id in phdc_manager_disconnect by Szymon Janc · 10 years ago
  72. 359fea5 phdc: Fix using data pointer as key in phdc_manager_disconnect by Szymon Janc · 10 years ago
  73. 5c81df8 pgdc: Remove not needed NULL check in mgr_agent_release by Szymon Janc · 10 years ago
  74. 6c44115 phdc: Minor code style fixes by Szymon Janc · 10 years ago
  75. 3a81626 phdc: Cleanup free_mgr_data function by Szymon Janc · 10 years ago
  76. 2fca06a phdc: Fix possible NULL pointer dereference by Szymon Janc · 10 years ago
  77. 8ae4be0 nfctool: Print error string out when failing to run a command by Samuel Ortiz · 10 years ago
  78. 453bba4 Release 0.14 by Samuel Ortiz · 10 years ago 0.14
  79. 401d5cf AUTHORS: Mention Timo's contributions by Samuel Ortiz · 10 years ago
  80. 2703139 test: Add handover support with BlueZ 5 by Timo Mueller · 10 years ago
  81. 411678d test: Move paired device removal to separate method by Timo Mueller · 10 years ago
  82. 3ce73c1 netlink: Check for netlink message sender PID by Samuel Ortiz · 10 years ago
  83. 201f28b phdc: Check for the sender identity before registering the agent by Samuel Ortiz · 10 years ago
  84. 37ad712 nfctype1: Check for remaining space before memcpy'ing meta data by Samuel Ortiz · 10 years ago
  85. 3621fe2 nfctype1: Check for remaining space before memcpy'ing data by Samuel Ortiz · 10 years ago
  86. 60f8286 test: Display device properties from the list command by Samuel Ortiz · 10 years ago
  87. 1038cc3 device: Implement Adapter property by Samuel Ortiz · 10 years ago
  88. 146b9cd test: Display tag properties from the list command by Samuel Ortiz · 10 years ago
  89. 2110dd1 tag: Implement Adapter property by Samuel Ortiz · 10 years ago
  90. 35bf675 main: Call agent_init first by Samuel Ortiz · 10 years ago
  91. 7b10af8 adapter: Remove near_adapter_list by Samuel Ortiz · 10 years ago
  92. fb19f64 nfctool: Fix snep-decode potential overflow by Samuel Ortiz · 11 years ago
  93. a3a8c02 nfctool: Fix llcp-decode potential overflow by Samuel Ortiz · 11 years ago
  94. 4adaf0b adapter: Make the power cycle upon driver error configurable by Samuel Ortiz · 10 years ago
  95. ecc73a0 adapter: Catch polling errors by Samuel Ortiz · 10 years ago
  96. b7f6243 netlink: Expose NL_CB_FINISH handler by Samuel Ortiz · 10 years ago
  97. 6f542a7 agent: Export matching record payload from GetNDEF by Samuel Ortiz · 11 years ago
  98. cf5ed12 ndef: Implement record payload getter by Samuel Ortiz · 11 years ago
  99. 4f8e947 agent: Only print matching record from NDEF agent's GetNDEF by Samuel Ortiz · 11 years ago
  100. 8586946 gdbus: Fix trying to remove already removed sources by Bastien Nocera · 11 years ago