summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-04-04unit: Support for SNEP REJECT requestMarcin Malagowski1-0/+19
2013-04-04unit: Fixed cleaning SNEP fragmentsMarcin Malagowski1-13/+5
2013-04-04ndef: Add support to build wifi_wsc mime type ndef recordRavi kumar Veeramally2-0/+171
2013-03-28ndef: Remove not used Doxygen annotationsSzymon Janc1-174/+11
2013-03-28ndef: Remove bogus text from near_ndef_parse_msg commentSzymon Janc1-2/+0
2013-03-28ndef: Use sizeof instead of strlen to get BT_MIME_STRING_2_0 lenSzymon Janc1-1/+1
2013-03-28ndef: Fix some typos in comments and debug messagesSzymon Janc1-7/+7
2013-03-28ndef: Simplify near_ndef_prepare_ac_and_cfg_records functionSzymon Janc1-27/+10
2013-03-25main: Wait to daemonize to just before entering the main loopGuillem Jover1-7/+7
2013-03-22ndef: Fix typo in unknown carrier stringGuillem Jover1-1/+1
2013-03-20snep: SNEP core moved from plugins to coreMarcin MaƂagowski3-0/+834
2013-03-15tag: Export tag data lengthSamuel Ortiz1-0/+5
2013-03-11ndef: Fix local carrier data fetching error messageSamuel Ortiz1-2/+6
2013-03-04main: Big fat warning for netlink initialization failureSamuel Ortiz1-1/+3
2013-03-04main: Exit neard if netlink initialization failedSzymon Janc1-1/+3
2013-03-04bluetooth: Fix possible NULL pointer dereferenceSzymon Janc1-1/+1
2013-02-28org.neard.conf: Add the HandoverAgent interface sending permissionsRavi kumar Veeramally1-0/+1
2013-02-28agent: Add WSC field to handover agent APIRavi kumar Veeramally1-6/+28
2013-02-28ndef: Add support for multiple carriersRavi kumar Veeramally1-344/+115
2013-02-28ndef: Add support for multiple carriers in Hr messageRavi kumar Veeramally2-42/+28
2013-02-28ndef: Implement Hr message preparation routineRavi kumar Veeramally1-0/+114
2013-02-28ndef: Implement Hs message preparation routineRavi kumar Veeramally1-7/+122
2013-02-28ndef: Add helper funtions to create handover messagesRavi kumar Veeramally2-6/+194
2013-02-28ndef: Return empty Hs in case of unsupported Hr versionRavi kumar Veeramally1-1/+65
2013-02-28ndef: Add helper function to free ndef messagesRavi kumar Veeramally1-58/+23
2013-02-15device: Do not double free the device records listSamuel Ortiz1-1/+0
2013-02-15device: Do not open code the records freeing routineSamuel Ortiz1-6/+1
2013-02-15tag: Send PropertyChanged signal when new records are addedSamuel Ortiz1-0/+5
2013-02-15device: Send PropertyChanged signal when new records are addedSamuel Ortiz1-0/+8
2013-02-12ndef: Send empty Hs when an Hr carries a single unknow type carrierOlivier Guiter1-1/+13
2013-02-12ndef: Send empty Hs frame when the Hr version check failsOlivier Guiter1-1/+16
2013-02-12ndef: Do not build a reply to handover select messagesOlivier Guiter1-1/+1
2013-02-11agent: Add an extra parameter to the handover registration agent apiRavi kumar Veeramally6-80/+215
2013-02-11near: Rename struct name bt_data to carrier_dataRavi kumar Veeramally4-36/+38
2013-02-06adapter: Disconnect from the target when data read fails to startSamuel Ortiz1-1/+9
2013-01-31include: Add a copy of the NFC kernel headerSamuel Ortiz1-1/+1
2013-01-31device: Fix free order in push_ndefSzymon Janc1-1/+1
2013-01-31ndef: Fix error message in near_ndef_prepare_handover_recordSzymon Janc1-1/+1
2013-01-31ndef: Fix checking for error in parse_mime_typeSzymon Janc1-7/+9
2013-01-31ndef: Remove not needed AC payload creation in build_ho_recordSzymon Janc1-34/+0
2013-01-31ndef: Use stack variable for record in build_ho_recordSzymon Janc1-17/+14
2013-01-31ndef: Fix memory leak in build_ho_recordSzymon Janc1-2/+3
2013-01-31bluetooth: Track adapter properties changesSzymon Janc1-0/+77
2013-01-31ndef: Prepare ac record with proper BT power stateSzymon Janc1-8/+9
2013-01-31agent: Set carrier power state from hint in parse_replySzymon Janc1-31/+84
2013-01-31agent: Set carrier power state hint in prepare_bt_dataSzymon Janc1-0/+13
2013-01-31Add carrier power state to struct bt_dataSzymon Janc3-3/+19
2013-01-31ndef: Validate CPS when parsing AC recordSzymon Janc1-1/+9
2013-01-31ndef: Move carrier_power_state definition to header fileSzymon Janc1-7/+0
2013-01-10types: Fix build error due to unaligned memory accessOlivier Guiter3-18/+8