summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore unreadable TLVs during LLCP activation and CONNECT/CC.Sylvain Fonteneau2011-04-082-9/+15
* Handle correctly LLCP aggregated frames.Sylvain Fonteneau2011-03-311-5/+8
* Disable P2P target 106 passive mode.Nick Pelly2011-03-183-4/+4
* Minor tweaks.Jeff Hamilton2011-03-122-2/+1
* Support formatting / makeReadOnly() of NDEF on ICODE.Martijn Coenen2011-02-259-52/+957
* Added support for NDEF on ICODE.Martijn Coenen2011-02-255-8/+2015
* Narrow down NFCSTATUS_TARGET_LOST responses from libNFC.Martijn Coenen2011-02-181-2/+9
* Disable CardEmulation phase when we try to access the Secure Element in Wired...daniel_tomas2011-02-161-0/+1
* Patch to support set mode during the SE Wired modedaniel_tomas2011-02-161-2/+10
* Fixed issue with max size NDEF message on T2TJan2011-01-251-1/+4
* Support for using 3-byte length in NDEF TLV on Type 2 Tag.Martijn Coenen2011-01-201-14/+85
* Erase callback when function returns immediately.Arnaud Ferir2011-01-181-6/+47
* Fixed LLCP send callback triggering.Arnaud Ferir2011-01-182-8/+5
* Fixed erroneous LLCP frame on socket closure.Sylvain Fonteneau2011-01-182-13/+11
* Fixed LLCP receive window checkings.Sylvain Fonteneau2011-01-182-6/+9
* Removed callback in case of immediate end of operation.Arnaud Ferir2011-01-182-143/+72
* Do not call LLCP socket listen callback on abort.Arnaud Ferir2011-01-181-6/+2
* Fixed NULL pointer error when trying to send LLCP REJECT frame.Arnaud Ferir2011-01-181-2/+5
* Fixed parameters checking in LLCP.Arnaud Ferir2011-01-182-2/+11
* Fixed some build warnings.Arnaud Ferir2011-01-181-2/+1
* Fixed memory handling in LLCP link layer.Arnaud Ferir2011-01-181-1/+9
* Allow LLCP socket creation before link establishment.Arnaud Ferir2011-01-184-80/+201
* Call the LLCP send callback in error cases.Arnaud Ferir2011-01-182-0/+26
* Fixed wrong byte order in 3-byte L-format in NDEF TLV on T2TJan Brands2011-01-181-4/+4
* Implement makeReadOnly() for dynamic T1T/T2T.Martijn Coenen2011-01-189-46/+1516
* Implement IsoDep timeout handling (libNFC).Martijn Coenen2011-01-184-2/+29
* Event field ON/OFF management added in the libnfcdaniel_tomas2011-01-122-10/+32
* Fix bugs related to SE+P2P co-exisitance.Nick Pelly2011-01-111-2/+17
* Libnfc updated to just notify the JNI when a transaction event is detecteddaniel_tomas2011-01-051-1/+1
* Actually set the lock bits for static T1T and T2T.Martijn Coenen2011-01-046-42/+198
* Add support for makeLowLevelReadonly() in libnfc.Martijn Coenen2010-12-1614-20/+1093
* Add support for connecting to different handles on the same tag.Martijn Coenen2010-12-163-0/+273
* Enable reading a connection-oriented socket even if remotely closed.Sylvain Fonteneau2010-12-132-1/+15
* Fixed typo in context restitution.Sylvain Fonteneau2010-12-131-1/+1
* Do not clear LLCP listen callback when an incoming socket is detected.Sylvain Fonteneau2010-12-131-2/+0
* Protect callbacks to crash in LLCP MAC layer if aborted by deactivate.Sylvain Fonteneau2010-12-131-64/+48
* Fix missing send callback in error upon deactivation.Sylvain Fonteneau2010-12-132-3/+41
* Report error from lower layer to transport layer in LLCP.Sylvain Fonteneau2010-12-131-8/+7
* Fix failing presence check after a mifare classic reconnect.Martijn Coenen2010-12-131-0/+1
* Download feature added in the libnfcdaniel_Tomas2010-12-096-12/+3052
* Fix T3T R/W state detectionJan Brands2010-12-071-1/+5
* NDEF tag R/W-R/O status functionality from BangaloreJan Brands2010-12-072-0/+52
* Avoid multiple callbacks for a single LLCP operation.Sylvain Fonteneau2010-12-071-4/+7
* Fix to prevent any action on a LLCP socket while disconnecting.Sylvain Fonteneau2010-12-071-3/+3
* Fixed file headers.Martijn Coenen2010-12-062-26/+28
* Enable setting General Bytes to emptyJan Brands2010-12-052-2/+1
* Updated with format functionality for DESFire EV1 (T4Tv2)Jan Brands2010-12-052-328/+636
* Fix for LLCP concurence access with ConfigureDiscovery, NDEF read/write and P...daniel_Tomas2010-12-055-4/+55
* Fix buffer display in LLCP receive callbackdaniel_Tomas2010-12-052-9/+12
* LLCP modification for concurence accessesdaniel_Tomas2010-12-054-5/+98