2
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't use deprecated cutter API.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
add freefare_free_tag() to free only one tag and add freefare_duplicate_tag() in order to copy a tag struct. More... about 14 years ago
Add a few hints about where to do what.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Add HACKING file to the autotooled tarball. Change version to 0.1.0.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Add HACKING file.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Fill-in the README file.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Use cut_omit() in tests setup() fixtures (requires cutter>=1.1.2).
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Detect cutter version. We will depend on 1.1.2 soon actually.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Add infrastructure for generating the ChangeLog.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
next try to build under OpenBSD. More... about 14 years ago
attempt to build under OpenBSD. More... about 14 years ago
check functions letoh32 and htole32. More... about 14 years ago
needs libnfc >= 1.3.4 so configure will now detect it. More... about 14 years ago
Replace UTF-8 what-seems-to-be-an "em dash" with a basic ASCII dash: ANSI C says source code should be written in ASCII.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Add missing htole32() call in mifare_classic_init_value(). Fix Mifare Classic support on big-endian machines.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Remove deprecated API mifare_ultralight_get_uid(), mifare_classic_get_uid().
Romain Tartière
as Romain Tartiere
More... about 14 years ago
New API function freefare_get_tag_uid(). - Deprecates mifare_classic_get_uid() and mifare_ultralight_get_uid().
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Fix weird UIDs for Mifare UltraLight (requires libnfc at r328)
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Do not require a Mifare UltraLight TAG to be connected to get it's UID.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Add man pages.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Add access bit macros to ease-up writing code using the library.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Fix MAD CRC algorithm.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Style.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Instead of copying n fields, setup a pointer to the relevant supported_tag information in mifare_tag structures.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Add support for friendly tag names.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Rework byteswap.h inclusion.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
define le32toh and htole32, this allow to compile against libc that doesn't provide these functions (like Debian Lenny) More... about 14 years ago
Fix the test_mifare_classic_format unit test.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Change a secret ninja guru one-line expression into a function and document what it is supposed to do and how it does it.
Romain Tartière
as Romain Tartiere
More... about 14 years ago
Add support for MIFARE Classic 4K.
Romain Tartière
as Romain Tartiere
More... about 14 years ago