Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-10-12 | Introduce alpm_time_t type | Dan McGee | 1 | -5/+4 |
2011-09-30 | Use _alpm_local_db_pkgpath in _cache_changelog_open | Dan McGee | 1 | -4/+4 |
2011-09-30 | Revamp scriptlet path formation for scriptlets in local database | Dan McGee | 1 | -9/+10 |
2011-09-19 | Reduce path allocation on the stack in local database | Dan McGee | 1 | -32/+35 |
2011-09-19 | be_local: cope with a desc file without trailing newline | Dan McGee | 1 | -2/+6 |
2011-09-19 | Remove const specifier from changelog_read() void parameter | Dan McGee | 1 | -1/+1 |
2011-09-03 | More package operations cleanup | Dan McGee | 1 | -14/+0 |
2011-09-03 | Clean up handling of size fields | Dan McGee | 1 | -15/+1 |
2011-08-30 | Parse > 2GiB file sizes correctly | Dan McGee | 1 | -2/+2 |
2011-08-29 | Database read optimizations | Dan McGee | 1 | -1/+7 |
2011-08-29 | Check local database status flag in db_write sanity check block | Dan McGee | 1 | -5/+1 |
2011-08-20 | Remove alpm_option_get_* usage from backend | Dan McGee | 1 | -2/+1 |
2011-08-18 | Remove use of no-op accessor functions in library | Dan McGee | 1 | -3/+2 |
2011-08-18 | Enhance and utilize database status flags | Dan McGee | 1 | -0/+20 |
2011-08-15 | Parse conflicts/provides/replaces at database load time | Dan McGee | 1 | -12/+19 |
2011-08-15 | Remove checksum access indirection | Dan McGee | 1 | -14/+0 |
2011-08-15 | Load and allow access to sha256sum | Dan McGee | 1 | -0/+7 |
2011-08-08 | Store a package info level flag if we fail to load data | Dan McGee | 1 | -3/+11 |
2011-08-02 | Don't trim whitespace when reading database entries | Dan McGee | 1 | -6/+6 |
2011-07-21 | Convert package filelists to an array instead of linked list | Dan McGee | 1 | -9/+32 |
2011-07-03 | Merge remote-tracking branch 'allan/ALPM' | Dan McGee | 1 | -30/+30 |
2011-07-03 | Move alpm filelists to a struct object | Dan McGee | 1 | -5/+8 |
2011-07-03 | be_local: use macros in database loading similar to be_sync | Dan McGee | 1 | -77/+43 |
2011-07-01 | Prefix _alpm_errno_t members with ALPM | Allan McRae | 1 | -11/+11 |
2011-07-01 | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 1 | -19/+19 |
2011-06-30 | Add an alpm_db_get_valid() public function | Dan McGee | 1 | -0/+1 |