Add packaging directory
[platform/upstream/neard.git] / plugins / snep.c
2013-09-02 Olivier Guiterp2p: Add a user_data pointer to p2p struct
2013-08-20 Daniel Wagnerplugins: Do not compare expression against NULL
2013-08-20 Daniel Wagnerplugins: Use stdbool instead gboolean or near_bool_t
2013-08-20 Daniel Wagnerplugins: Include stdbool.h
2013-06-08 Samuel Ortizsnep: Fix SNEP fragmentation
2013-04-05 Olivier Guiterp2p: Add support for connection less binding
2013-03-20 Marcin Małagowskisnep: SNEP core moved from plugins to core
2013-02-12 Olivier Guitersnep: Fix Android's handover over SNEP support
2013-01-31 Samuel Ortizinclude: Add a copy of the NFC kernel header
2013-01-09 Olivier Guitersnep: Separate snep default server code from snep core
2012-11-14 Szymon JancUse handover agent for Bluetooth data
2012-10-22 Krzysztof Lyczkowskindef: Change near_ndef_parse function name
2012-09-21 Olivier Guitersnep: Add handover select frame check
2012-09-13 Samuel Ortizsnep: Add some further comments on the SNEP_REQ_GET...
2012-09-13 Olivier Guitersnep: SNEP GET client for Android 4.1 handover support
2012-09-13 Olivier Guitersnep: SNEP GET request for Android 4.1 handover
2012-09-13 Olivier Guiterhandover: Add fallback code for p2p services
2012-09-07 Wiktor Lawskiplugins: Fix some whitespace issues
2012-08-14 Szymon Jancsnep: Remove unreachable code in snep_read
2012-08-14 Szymon Jancsnep: Fix possible memory leak in snep_read
2012-06-28 Samuel Ortizdevice: Free the pushed NDEF instead of offloading...
2012-06-26 Samuel Ortizdevice: Specify service name when pushing NDEFs
2012-05-25 Ravi kumar Veeramallysnep: Removed unnecessary NDEF TLV addition
2012-05-25 Ravi kumar Veeramallysnep: Fixed snep read fragmentation
2012-05-25 Samuel Ortizsnep: Add SNEP version to the SNEP response
2012-05-16 Ravi kumar Veeramallysnep: Fix typo in SNEP push max fragment length
2012-05-14 Ravi kumar Veeramallysnep: Implement SNEP Push fragmentation
2012-05-03 Ravi kumar Veeramallysnep: Implement initial part of snep push method
2012-04-20 Samuel Ortizsnep: Parse TLVs and add records to the device structure
2012-04-20 Samuel Ortizndef: Remove NDEF and TLV parsing routines tag dependencies
2012-04-19 Samuel Ortizdevice: Add device driver definition
2012-04-19 Samuel Ortiztarget: Remove target layer
2012-03-15 Samuel Ortizsnep: Adapt to the latest p2p changes
2012-02-10 Samuel Ortizp2p: Read function should return a boolean
2012-02-06 Samuel Ortiztarget: Improve tag addition API
2012-02-06 Samuel Ortiztlv: Simplify tlv parsing API
2012-02-03 Samuel Ortizsnep: Remove unused definition
2012-02-03 Samuel Ortizp2p: Factorize bind and listening routines
2012-02-01 Samuel Ortizsnep: Parse the read NDEF
2012-02-01 Samuel Ortizsnep: Support fragmented NDEFs
2012-01-21 Samuel Ortizsnep: Send a "Not implemented" response to GET and...
2012-01-21 Samuel Ortizsnep: Initial support for receiving PUT requests
2012-01-21 Samuel Ortizp2p: Better listener event error handling
2012-01-21 Samuel Ortizsnep: Listener event implementation
2012-01-21 Samuel Ortizp2p: Replace DBG with near_error on error code paths
2012-01-21 Samuel Ortizp2p: Initial SNEP support