summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-27tag: Add memory layout enum to tag structureRavi kumar Veeramally4-1/+33
2012-01-27tag: Add target_idx parameter to near_tag_io_cb prototypeRavi kumar Veeramally7-9/+12
2012-01-27plugin: Move adapter_disconnect call away from pluginsRavi kumar Veeramally5-15/+8
2012-01-27tag: Changed near_tag_get_ro function notationRavi kumar Veeramally4-3/+3
2012-01-27test: python script to publish text recordRavi kumar Veeramally1-0/+19
2012-01-27adapter: Implement Publish method on adapterravikumar.veeramally@linux.intel.com1-0/+112
2012-01-27main: Move neard to the system busSamuel Ortiz8-16/+16
2012-01-27README: Typo fixes and libnl dependency additionSamuel Ortiz1-1/+2
2012-01-21snep: Send a "Not implemented" response to GET and CONTINUESamuel Ortiz1-0/+1
2012-01-21snep: Initial support for receiving PUT requestsSamuel Ortiz1-2/+93
2012-01-21p2p: Better listener event error handlingSamuel Ortiz2-2/+14
2012-01-21snep: Listener event implementationSamuel Ortiz1-0/+34
2012-01-21p2p: Replace DBG with near_error on error code pathsSamuel Ortiz2-6/+6
2012-01-21p2p: Initial SNEP supportSamuel Ortiz3-4/+120
2012-01-21npp: Define NPP service nameSamuel Ortiz2-2/+5
2012-01-21Makefile: Fix distcheck targetSamuel Ortiz2-1/+13
2012-01-21p2p: Separate npp support from the core p2p oneSamuel Ortiz4-204/+260
2012-01-18bluetooth: Use the right terminology for Bluetooth addressesSamuel Ortiz1-8/+8
2012-01-18bluetooth: Remove unused codeSamuel Ortiz1-3/+0
2012-01-18main: Add bluetooth initializationOlivier Guiter1-0/+2
2012-01-18ndef: Add specific bluetooth mime type supportOlivier Guiter2-1/+52
2012-01-18Makefile: Add bluetooth.c to build systemOlivier Guiter1-1/+1
2012-01-18bluetooth: Add Bluetooth Secure Simple Pairing supportOlivier Guiter1-0/+520
2012-01-18features: Writer mode status updateSamuel Ortiz1-0/+5
2012-01-18TODO: UpdateSamuel Ortiz1-45/+35
2012-01-14doc: Add an adapter publication APISamuel Ortiz2-12/+19
2012-01-14type1: Fix missing disconnect on wrong Magic NFC tagOlivier Guiter1-2/+1
2012-01-14target: Export NFCID to pluginsSamuel Ortiz2-0/+33
2012-01-14target: Propagate the NFCID to the target structureSamuel Ortiz3-3/+13
2012-01-14netlink: Fetch NFCID1Samuel Ortiz4-5/+19
2012-01-05ndef: Remove offset parameter from smartposter record parsing routineRavi kumar Veeramally1-25/+22
2012-01-05ndef: Remove offset parameter from uri record parsing routineRavi kumar Veeramally1-17/+13
2012-01-05ndef: Remove offset parameter from text record parsing routineRavi kumar Veeramally1-22/+19
2011-12-23doc: Remove NDEF removal APISamuel Ortiz1-9/+1
2011-12-23tag: NDEF addition frameworkSamuel Ortiz3-0/+42
2011-12-23tag: Rename near_tag_read_cbSamuel Ortiz10-24/+24
2011-12-23doc: Modify StartEmulation prototypeSamuel Ortiz1-3/+6
2011-12-22ndef: Double free error fixRavi kumar Veeramally1-1/+0
2011-12-22doc: Initial tag emulation APIsSamuel Ortiz1-0/+26
2011-12-22ndef: Record header parsing code is factoredRavikumar Veeramally1-154/+200
2011-12-19doc: Identation fixSamuel Ortiz1-1/+1
2011-12-19tag: Coding style fixSamuel Ortiz1-1/+1
2011-12-19features: Add type1 dynamic support and p2p reader modeSamuel Ortiz1-3/+3
2011-12-19ndef: API provided to prepare smartposter ndef recordRavikumar Veeramally2-0/+69
2011-12-16type1: Add support for dynamic mode on type 1 tagOlivier Guiter1-16/+132
2011-12-15tlv: fix byte ordering issue on "long" TLV lengthOlivier Guiter1-1/+1
2011-12-15p2p: Protect the AF_NFC uglinessSamuel Ortiz1-0/+3
2011-12-15target: Export records for device targets as wellSamuel Ortiz1-1/+3
2011-12-15p2p: Initial NPP implementationSamuel Ortiz2-5/+197
2011-12-15netlink: Implement DEP related messages and eventsSamuel Ortiz2-0/+115