summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc_LlcpTransport_Connection.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed FRMR sending on invalid LLCP frame receivedSunil Jogi2012-02-061-10/+10
* Fixed rejected receive request in LLCPSunil Jogi2012-01-301-1/+1
* Reset LLCP socket internal variables before next use.Sunil Jogi2012-01-271-0/+6
* Update for LLCP V(SA) internal variableSunil Jogi2012-01-271-6/+3
* LLCP 1.1: Fix some bugs.Martijn Coenen2012-01-271-0/+6
* LLCP 1.1 implementation.Sunil Jogi2012-01-271-36/+0
* LLCP 1.1: allow pending operations on connectionless.Sunil Jogi2012-01-271-444/+215
* Fixed LLCP receive function when accessing RW.Sylvain Fonteneau2011-07-251-21/+20
* Deal with LLCP send errors properly (part 1).Martijn Coenen2011-07-251-51/+26
* libnfc spring cleaningNick Pelly2011-06-271-1/+1
* Update V(RA) counter in LLCP sockets any time it is needed.Sylvain Fonteneau2011-06-031-173/+56
* Ignore unreadable TLVs during LLCP activation and CONNECT/CC.Sylvain Fonteneau2011-04-081-3/+9
* Erase callback when function returns immediately.Arnaud Ferir2011-01-181-6/+47
* Fixed LLCP send callback triggering.Arnaud Ferir2011-01-181-7/+4
* Fixed erroneous LLCP frame on socket closure.Sylvain Fonteneau2011-01-181-13/+9
* Fixed LLCP receive window checkings.Sylvain Fonteneau2011-01-181-6/+6
* Removed callback in case of immediate end of operation.Arnaud Ferir2011-01-181-23/+19
* 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
* Call the LLCP send callback in error cases.Arnaud Ferir2011-01-181-0/+5
* Enable reading a connection-oriented socket even if remotely closed.Sylvain Fonteneau2010-12-131-0/+14
* Do not clear LLCP listen callback when an incoming socket is detected.Sylvain Fonteneau2010-12-131-2/+0
* 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
* Call the callback of any pending action in case of LLCP socket closure.Sylvain Fonteneau2010-12-051-12/+52
* Fixed status handling in LLCP connection-oriented sent callback.Sylvain Fonteneau2010-12-051-9/+10
* Fix the parameters to phFriNfc_Llcp_EncodeMIUX.Jeff Hamilton2010-11-021-8/+8
* Fixed LLCP socket options storage.Sylvain Fonteneau2010-11-011-16/+18
* Fixed LLCP Service Name matching failure.Sylvain Fonteneau2010-10-281-8/+25
* Initial libnfc checkinNick Pelly2010-09-231-0/+2765