Age | Commit message (Expand) | Author | Files | Lines |
2016-09-25 | Return boolean from db_populate | Rikard Falkeborn | 1 | -1/+1 |
2016-09-20 | Fix gcc strict-overflow error | Rikard Falkeborn | 1 | -3/+3 |
2016-08-30 | Release resources on error paths. | Tobias Stoeckmann | 1 | -3/+16 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-11-03 | ensure realloc has a positive size | Andrew Gregory | 1 | -3/+7 |
2015-03-03 | Abort of failure to add version file to empty local database | Allan McRae | 1 | -2/+12 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
2015-01-21 | Merge branch 'maint' | Allan McRae | 1 | -1/+1 |
2015-01-21 | be_local: fix _alpm_greedy_grow usage | Daniel Micay | 1 | -1/+1 |
2014-12-27 | Remove logically dead code in _alpm_local_db_write | Allan McRae | 1 | -5/+0 |
2014-12-24 | libalpm: Add accessors for the base field | Johannes Löthberg | 1 | -0/+7 |
2014-12-24 | libalpm: Parse and write PKGBASEs | Johannes Löthberg | 1 | -0/+6 |
2014-12-24 | local_db_read: fix memory leak on error | Allan McRae | 1 | -0/+1 |
2014-09-30 | libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_free | Florian Pritz | 1 | -1/+1 |
2014-09-23 | wrap fgets to retry on EINTR | Andrew Gregory | 1 | -7/+7 |
2014-09-23 | Check the version of the local database during validation | Allan McRae | 1 | -18/+11 |
2014-09-23 | Add version file to empty local database | Allan McRae | 1 | -12/+32 |
2014-09-23 | Add version file when creating local database directory | Allan McRae | 1 | -0/+18 |
2014-09-23 | Create local database directory if it is missing | Allan McRae | 1 | -14/+26 |
2014-03-08 | Use MALLOC throughtout libalpm | Allan McRae | 1 | -5/+1 |
2014-03-03 | be_local: Use alpm_greedy_grow | Florian Pritz | 1 | -16/+3 |
2014-01-30 | local_db_populate: initialize empty pkgcache | Andrew Gregory | 1 | -0/+1 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2014-01-06 | Update comment for local db entry creation | Allan McRae | 1 | -2/+2 |
2013-09-04 | libalpm: introduce a usage level for repos | Dave Reisner | 1 | -0/+1 |
2013-01-29 | Restore libarchive 2.8.x compatibility | Dan McGee | 1 | -1/+1 |
2013-01-29 | Use libarchive compat header for relevant symbols | Dave Reisner | 1 | -3/+4 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-12-14 | Add public functions for accessing mtree data | Allan McRae | 1 | -2/+0 |
2012-12-14 | Add internal functions for reading mtree file from local db | Allan McRae | 1 | -0/+77 |
2012-12-14 | Plug various minor memory leaks | Andrew Gregory | 1 | -0/+1 |
2012-08-02 | Move filelist functions into separate source file | Dan McGee | 1 | -0/+1 |
2012-08-01 | lib/be_local: ensure local filelists are sorted | Dave Reisner | 1 | -0/+2 |
2012-06-26 | add line length parameter to _alpm_strip_newline | Dave Reisner | 1 | -7/+7 |
2012-04-30 | Convert ALLOC_FAIL macro into a function | Dan McGee | 1 | -2/+2 |
2012-04-30 | be_local: use the right length value for filename in all cases | Dan McGee | 1 | -2/+3 |
2012-04-25 | be_local: write all single-valued attributes first | Dan McGee | 1 | -18/+20 |
2012-04-07 | Prefix alpm_pkgfrom_t members with ALPM_ | Allan McRae | 1 | -2/+2 |
2012-03-16 | Prefer fputs/fputc over fprintf when writing local database | Dan McGee | 1 | -11/+15 |
2012-03-16 | Extract a write_deps function from local database writing | Dan McGee | 1 | -45/+22 |
2012-03-16 | Remove unnecessary path check from local database | Dan McGee | 1 | -12/+3 |
2012-03-09 | Add information on how an installed package was validated | Allan McRae | 1 | -0/+43 |
2012-03-09 | Hook new optdepend structures up | Benedikt Morbach | 1 | -2/+4 |
2012-02-20 | Update copyright years | Allan McRae | 1 | -1/+1 |
2012-02-06 | ALPM API adjustments for sanity and consistency | Dan McGee | 1 | -0/+24 |
2012-01-23 | Remove rmrf implementation from backend | Dan McGee | 1 | -5/+35 |
2012-01-03 | pkghash improvements/modifications | Dan McGee | 1 | -2/+1 |
2011-12-22 | include config.h via Makefiles | Dave Reisner | 1 | -2/+0 |
2011-12-07 | Slight local database files reading optimization | Dan McGee | 1 | -5/+13 |