summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc_LlcpTransport.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed FRMR sending on invalid LLCP frame receivedSunil Jogi2012-02-061-2/+2
* Handle inbound buffering in LLCP connectionless socketsSunil Jogi2012-01-301-39/+84
* LLCP 1.1: Fix some bugs.Martijn Coenen2012-01-271-3/+8
* LLCP 1.1 implementation.Sunil Jogi2012-01-271-48/+677
* LLCP 1.1: allow pending operations on connectionless.Sunil Jogi2012-01-271-1/+277
* Factorized and fixed code for automatic LLCP socket binding.Sylvain Fonteneau2011-07-251-18/+41
* Check SAP range in LLCP sockets.Sylvain Fonteneau2011-07-041-11/+48
* libnfc spring cleaningNick Pelly2011-06-271-1/+1
* Fixed LLCP send callback triggering.Arnaud Ferir2011-01-181-1/+1
* Removed callback in case of immediate end of operation.Arnaud Ferir2011-01-181-120/+53
* Fixed parameters checking in LLCP.Arnaud Ferir2011-01-181-2/+6
* Allow LLCP socket creation before link establishment.Arnaud Ferir2011-01-181-1/+18
* Enable reading a connection-oriented socket even if remotely closed.Sylvain Fonteneau2010-12-131-1/+1
* Close all LLCP sockets when the link goes down.Sylvain Fonteneau2010-12-051-0/+22
* Fixed LLCP socket options storage.Sylvain Fonteneau2010-11-011-7/+8
* Fixed LLCP Service Name matching failure.Sylvain Fonteneau2010-10-281-1/+7
* Initial libnfc checkinNick Pelly2010-09-231-0/+1296