summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-08Release 0.100.10Samuel Ortiz2-1/+11
2013-03-07build: Add agent-api.txt to the document files listSamuel Ortiz1-1/+2
2013-03-07doc: Add neard man pagesSamuel Ortiz3-0/+93
2013-03-07build: Install neard back to libexec/nfc/Samuel Ortiz1-1/+2
2013-03-04build: Install neard to /usr/sbinOlivier Guiter1-1/+1
2013-03-04nfctool: Add Service Name Lookup supportThierry Escande4-22/+321
2013-03-04nfctool: Add a handler mechanism for netlink eventsThierry Escande3-28/+45
2013-03-04main: Big fat warning for netlink initialization failureSamuel Ortiz1-1/+3
2013-03-04snep: Fix missing call to snep_exitSzymon Janc1-0/+1
2013-03-04main: Exit neard if netlink initialization failedSzymon Janc1-1/+3
2013-03-04bluetooth: Fix possible NULL pointer dereferenceSzymon Janc1-1/+1
2013-03-04nfctyp3: Remove set but not used variableSzymon Janc1-3/+0
2013-03-04build: Add some missing files to .gitignoreSzymon Janc1-0/+2
2013-02-28test: Add wifi carrier support for handover_agent testRavi kumar Veeramally1-6/+56
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 Veeramally2-6/+34
2013-02-28ndef: Add support for multiple carriersRavi kumar Veeramally1-344/+115
2013-02-28ndef: Add support for multiple carriers in Hr messageRavi kumar Veeramally3-43/+29
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-28nfctool: Use nfc_copy.h instead of the system NFC headerSamuel Ortiz1-1/+2
2013-02-27nfctool: Move adapter related functions in one placeThierry Escande6-188/+287
2013-02-23gdbus: Always unreference the message in g_dbus_send_message()Tomasz Bursztyka1-2/+3
2013-02-22nfc_copy: Add SNL netlink APISamuel Ortiz1-0/+12
2013-02-22nfc_copy: Add LLCP socket option namesSamuel Ortiz1-0/+4
2013-02-21p2p: Remove client data from the server client list when channel closesSamuel Ortiz1-0/+10
2013-02-21nfctool: Close sniffer socket when getting IO errorsSamuel Ortiz1-2/+13
2013-02-21snep-validation: Remove DBG statement from init and exit routinesSamuel Ortiz1-4/+0
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-15monitor-near: Monitor Tags and Devices propertiesSamuel Ortiz1-0/+26
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-15p2p: Do not try to bind if LLCP is not supportedSamuel Ortiz1-2/+7
2013-02-15gdbus: Add g_dbus_proxy_set_removed_watchDenis Kenzior2-0/+20
2013-02-15gdbus: Fix missing PropertiesChanged signalVinicius Costa Gomes1-2/+5
2013-02-14nfctype3: Do not call write callback if the initial write command succeedsOlivier Guiter1-1/+1
2013-02-12snep: Fix Android's handover over SNEP supportOlivier Guiter2-2/+11
2013-02-12handover: Reply with no ACs when getting an Hr with an empty AC listOlivier Guiter1-1/+3
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-11gdbus: Don't call property changed callback during client initMarcel Holtmann1-9/+10
2013-02-11test: Update handover agent register/unregister testsRavi kumar Veeramally1-2/+3
2013-02-11agent: Add an extra parameter to the handover registration agent apiRavi kumar Veeramally8-95/+221
2013-02-11near: Rename struct name bt_data to carrier_dataRavi kumar Veeramally5-38/+40
2013-02-06adapter: Disconnect from the target when data read fails to startSamuel Ortiz1-1/+9