Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-18 | Allow to load a custom database | Enrico Zini | 2 | -13/+20 | |
2015-06-18 | Removed support for patching | Enrico Zini | 3 | -175/+0 | |
2015-06-18 | Removed unused functions and template-based functions | Enrico Zini | 4 | -222/+0 | |
2015-06-17 | Removed debtags/maint/path and debtags/maint/sourcedir | Enrico Zini | 12 | -644/+64 | |
2015-06-17 | Decouple Vocabulary from maint/ directory management | Enrico Zini | 5 | -110/+136 | |
2014-10-06 | Updated parser for Tag: field, and deal with debtags now not merging sources ↵ | Enrico Zini | 2 | -39/+122 | |
anymore | |||||
2013-10-24 | Fixes a case of sizeof(struct stat) disagreeing between libwibble and libept ↵ | Enrico Zini | 8 | -31/+11 | |
on some architectures. | |||||
2013-10-24 | Add explicit template instantiation for stuff aptitude wants | Enrico Zini | 1 | -0/+3 | |
2013-10-24 | Prepared new release | Enrico Zini | 6 | -73/+36 | |
* Dropped Conflict on long-disappeared version of debtags * Ported to debhelper * Ported to libwibble 1.1 * Removed obsolete debian/README | |||||
2013-10-22 | Ported to libwibble 1.0 | Enrico Zini | 5 | -75/+144 | |
2012-06-14 | Separate the software version and shared library version | Julien Cristau | 1 | -2/+2 | |
Not all version changes warrant a SONAME bump, so don't abuse the version as SONAME. This changes the soname to libept.so.1.aptpkg<version>, with <version> replaced by the libapt-pkg soversion, which is now detected at build time instead of being hardcoded. Add a compatibility symlink for libept.so.1.0.5.4.12. | |||||
2012-06-14 | Expose the underlying libapt | Enrico Zini | 2 | -0/+15 | |
2012-06-14 | Import doko's NMU | Enrico Zini | 1 | -0/+1 | |
2012-01-24 | * build against libapt in experimental | Michael Vogt | 1 | -2/+2 | |
* debian/control: - encode apt ABI version in libept1 package name * ept/CMakeLists.txt: - do not set "SOVERSION 1" anymore, use full VERSION instead | |||||
2011-03-20 | Do not ship .m4 file anymore, as it's just a trivial invocation of pkg-config | Enrico Zini | 2 | -11/+0 | |
2011-03-20 | Added missing -lpthread | Enrico Zini | 1 | -1/+1 | |
2010-10-27 | Fix broken tag names in /var/lib/debtags/vocabulary. Closes: #601417. | Enrico Zini | 1 | -1/+1 | |
2010-07-15 | Removed debugging output and upload to unstable. | Enrico Zini | 3 | -32/+12 | |
2010-07-15 | Override sourcelist config option so we don't look for the custom name used ↵ | Enrico Zini | 1 | -0/+1 | |
in the buildds | |||||
2010-07-15 | More debug info | Enrico Zini | 2 | -5/+16 | |
2010-07-15 | More debugging prints, and removed a useless constructor | Enrico Zini | 1 | -8/+14 | |
2010-07-14 | Improved one assertion, added more prints, try a workaround | Enrico Zini | 1 | -4/+6 | |
2010-07-14 | Added debugging prints to help debug #587764 | Enrico Zini | 1 | -0/+2 | |
2010-07-14 | Fixed a potential read-past-end-of-buffer error. | Enrico Zini | 1 | -1/+1 | |
2010-05-10 | Replaced textindex with axi, which contains just a handful of helper ↵ | Enrico Zini | 9 | -858/+160 | |
functions to handle apt-xapian-index | |||||
2010-05-10 | Updated soversion in cmake | Enrico Zini | 1 | -2/+2 | |
2010-05-10 | Allow to start with an empty vocabulary, and added function to update global ↵ | Enrico Zini | 2 | -9/+45 | |
index | |||||
2010-05-10 | Promote vocabulary to a standalone data provider, as it should be | Enrico Zini | 2 | -26/+1 | |
2010-05-10 | Export getfacet function | Enrico Zini | 2 | -12/+16 | |
2010-05-10 | Big debtags code simplification | Enrico Zini | 24 | -2879/+309 | |
no more indices to maintain, just read the text files no more int IDs and conversions to/from strings | |||||
2010-05-09 | Greatly simplified Vocabulary implementation | Enrico Zini | 10 | -1200/+288 | |
2009-12-15 | Added more missing headers | Enrico Zini | 3 | -0/+3 | |
2009-09-29 | Added missing const. Closes: #547421 Thanks Stefan Potyra. | Enrico Zini | 1 | -1/+1 | |
2009-09-29 | Initial import | Enrico Zini | 88 | -0/+84815 | |