summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-03vscard_common: remove C++ style commentAlon Levy1-1/+1
2011-02-03vscard_common: Header comment updatedAlon Levy1-2/+5
2011-02-03vscard_common: fixesAlon Levy1-27/+56
2011-02-03vscard_common.h: update VSCMsgInit commentAlon Levy1-1/+2
2011-02-03vscard_common: VSCMsgInit capabilities and magicAlon Levy1-1/+7
2011-02-03vscard_common: VSCMsgReconnect stringifiedAlon Levy1-2/+4
2011-02-03vscard_common.h: define VSCARD_MAGICAlon Levy1-0/+2
2011-02-03vscard_common.h: update copyrightAlon Levy1-4/+4
2011-02-03vscard_common.h: remove underscore from wrapping defineAlon Levy1-3/+3
2011-02-03vscard_common: fix message type enumAlon Levy1-1/+1
2011-01-25bump version to 0.1.1Alon Levy1-1/+1
2011-01-25libcacard: fix wrong variable usageAlon Levy1-1/+1
2011-01-25libcacard: remove unused variableAlon Levy1-2/+0
2011-01-08vcard_emul,vcard_emul_nss: add VCARD_EMUL_INIT_ALREADY_INITEDAlon Levy2-1/+9
2011-01-08vcard_emul,vcard_emul_nss: add vcard_emul_replay_insertion_eventsAlon Levy2-0/+19
2011-01-08vreader: add vreader_queue_card_eventAlon Levy2-2/+14
2010-12-09vscclient: correctly use built libcacardAlon Levy1-1/+1
2010-12-09README update - titles marking change, update qemu command lineAlon Levy1-19/+23
2010-12-09Makefile.am: add missing files for make distAlon Levy1-0/+3
2010-12-09libcacard.pc it isAlon Levy3-2/+2
2010-12-09bug keep pc file cacard.pc, not libcacard.pcAlon Levy1-1/+1
2010-12-09rename package to libcacard from cacardAlon Levy1-3/+3
2010-12-09bump version to 0.1.0Alon Levy1-2/+2
2010-12-09rename to cacard (removes underscore and redundant c==Card in CommonAccessCar...Alon Levy4-15/+15
2010-12-09libcaccard: undo wrong fix to passthru_get_reader_stateAlon Levy1-0/+4
2010-12-09libcaccard/vscclient: code style fixesAlon Levy1-29/+29
2010-12-09libcaccard: coding style: s/VReaderID/vreader_id_t/Alon Levy4-14/+14
2010-12-09libcaccard: coding style: remove tabsAlon Levy2-11/+11
2010-12-09libcaccard: coding style: 80 line fixes, the uglier onesAlon Levy4-68/+114
2010-12-09libcaccard: coding style: s/VCard7816Status/vcard_7816_status_t/Alon Levy6-18/+18
2010-12-09libcaccard: coding style: replace DWORD and BYTE with uint32_t and uint8_tAlon Levy3-11/+7
2010-12-09libcaccard: coding style: un-block-ed ifsAlon Levy2-19/+27
2010-12-09libcaccard: passthru_get_reader_state fixAlon Levy1-3/+0
2010-12-09libcaccard: coding style: 80 widthAlon Levy5-27/+34
2010-12-09libcaccard: coding style: whitespaceAlon Levy3-5/+5
2010-12-09libcaccard: dos2unix on vcard_emul_type.hAlon Levy1-28/+28
2010-12-09libcaccard: coding style: more 80 widthAlon Levy3-60/+97
2010-12-09libcaccard: coding style: whitespace, indentationAlon Levy3-25/+25
2010-12-09libcaccard: remove old commented out codeAlon Levy1-2/+1
2010-12-09libcaccard: more coding styleAlon Levy1-3/+5
2010-12-09libcaccard: coding style: 80 char column width, remove some tabsAlon Levy8-128/+208
2010-12-09libcaccard/card_7816t: put static firstAlon Levy1-2/+2
2010-12-09libcaccard/vcard_emul_nss: place static first, add const or as last resort co...Alon Levy1-7/+15
2010-12-09libcaccard: vreader.c: add static and (void)Alon Levy1-8/+8
2010-12-09libcaccard: update old style definitionsAlon Levy1-6/+3
2010-12-09libcaccard: cac.c: declare non static cac_card_init firstAlon Levy1-0/+1
2010-12-09libcaccard: remove duplicate function declarationsAlon Levy2-20/+10
2010-10-25vcard_emul_init: change return value behavior. Allow no readers at init time ...Alon Levy1-3/+8
2010-10-18vscclient: send message removing lowest valid reader on connectionAlon Levy1-0/+9
2010-10-18fix debugger warnings for parameter less signatures, remove double declarationAlon Levy2-6/+5