index
:
platform/upstream/neard
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
master
tizen
tizen_2.0
tizen_2.1
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Network & Connectivity / NFC;
saerome kim <saerome.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-30
netlink: Add netlink event socket
Samuel Ortiz
1
-25
/
+44
2012-10-29
ndef: Remove the cr record from Hs message
Olivier Guiter
1
-21
/
+37
2012-10-29
ndef: Fix handover version check
Olivier Guiter
1
-2
/
+9
2012-10-24
handover: Handle Handover frames without ac records
Olivier Guiter
1
-6
/
+28
2012-10-24
bluetooth: Extend mime_type with bluetooth properties
Olivier Guiter
3
-15
/
+103
2012-10-24
handover: Change carriers type to bitfield
Olivier Guiter
1
-13
/
+17
2012-10-24
ndef: Skip record header when parsing handover records
Samuel Ortiz
1
-2
/
+1
2012-10-24
ndef: Fix offset check when parsing NDEF records
Olivier Guiter
1
-7
/
+4
2012-10-23
agent: Push raw NDEF along with the matching record
Samuel Ortiz
2
-0
/
+13
2012-10-23
ndef: Add records raw data to a D-Bus iterator
Samuel Ortiz
2
-0
/
+21
2012-10-23
ndef: Export record's raw data
Samuel Ortiz
2
-0
/
+9
2012-10-22
ndef: Change near_ndef_parse function name
Krzysztof Lyczkowski
2
-2
/
+10
2012-10-22
ndef: Use appropriate naming for record payload structures
Krzysztof Lyczkowski
1
-217
/
+213
2012-10-22
ndef: Add randomizing function for Collision-RR
Krzysztof Lyczkowski
1
-1
/
+3
2012-10-12
bluetooth: Do not use near_info for displaying successful pairing string
Samuel Ortiz
1
-1
/
+1
2012-10-12
ndef: Use DBG instead of near_info for Hs preparation succes path
Samuel Ortiz
1
-1
/
+2
2012-10-11
ndef: Parsing complete is not an error
Samuel Ortiz
1
-1
/
+2
2012-10-10
tag: Correct NDEF header for tag type 1 and 2
Dorota Moskal
1
-6
/
+22
2012-10-09
adapter: Refactor function near_adapter_send
Wiktor Lawski
1
-7
/
+16
2012-10-09
tag: Fix a possible double free
Thierry Escande
1
-0
/
+1
2012-10-08
tag: Add near_tag_get_blank function
Dorota Moskal
1
-0
/
+5
2012-10-08
tag: Dereference writing after reading new data
Dorota Moskal
1
-5
/
+17
2012-10-08
tag: Don't check presence while busy
Dorota Moskal
3
-8
/
+68
2012-10-05
ndef: Set proper URI identifier when writing URI NDEF
Samuel Ortiz
1
-9
/
+10
2012-10-01
agent: Release handover agent on exit
Szymon Janc
1
-5
/
+24
2012-10-01
agent: Check if adding disconnect watch succeed
Szymon Janc
1
-3
/
+5
2012-09-21
adapter: Fix error message for StopPollLoop
Wiktor Lawski
3
-0
/
+10
2012-09-17
adapter: Remove the linked device when DEP goes down
Samuel Ortiz
1
-1
/
+7
2012-09-17
device: Add a target index accessor
Samuel Ortiz
2
-0
/
+6
2012-09-13
tag: Remove redundant __near_tag_get_idx function
Dorota Moskal
3
-9
/
+2
2012-09-13
bluetooth: Fix OOB alignement issue
Samuel Ortiz
1
-1
/
+10
2012-09-13
adapter: Send the Devices property changed earlier
Samuel Ortiz
1
-2
/
+5
2012-09-13
bluetooth: Support malformed oob record
Olivier Guiter
1
-2
/
+12
2012-09-07
bluetooth: Fix default adapter check
Olivier Guiter
1
-1
/
+1
2012-09-07
adapter: Fix SetProperty error message
Wiktor Lawski
1
-2
/
+6
2012-09-07
plugins: Improve code & comments formatting
Wiktor Lawski
1
-1
/
+1
2012-08-23
ndef: Fix parse_mime_type() parameter name
Olivier Guiter
1
-4
/
+4
2012-08-23
tag: Caching type3 tag IC type information
Ravi kumar Veeramally
1
-0
/
+17
2012-08-23
org.neard.conf: Add the NDEF Agent interface sending permissions
Samuel Ortiz
1
-0
/
+1
2012-08-23
agent: Parse tags and devices records
Samuel Ortiz
4
-2
/
+84
2012-08-23
agent: Send Release method when freeing an NDEF agent
Samuel Ortiz
1
-7
/
+22
2012-08-23
ndef: Export the record type field to the neard core
Samuel Ortiz
2
-0
/
+6
2012-08-23
ndef: Build a record type string for each NDEF record
Samuel Ortiz
1
-0
/
+50
2012-08-16
netlink: Fix return value when NLA_PUT_* macros are used
Szymon Janc
1
-6
/
+20
2012-08-14
ndef: Fix returned error code in near_ndef_count_records
Szymon Janc
1
-1
/
+2
2012-08-14
bluetooth: Fix EIR parsing
Szymon Janc
1
-29
/
+33
2012-08-14
Fix some common spelling errors and typos
Szymon Janc
1
-10
/
+10
2012-08-14
Fix some whitespace issues
Szymon Janc
4
-36
/
+22
2012-08-07
tag: Verify tag content only when the write part succeeded
Ravi kumar Veeramally
1
-1
/
+2
2012-08-07
device: Don't try to push an NDEF when the DEP link is down
Samuel Ortiz
1
-0
/
+5
[next]