Age | Commit message (Expand) | Author | Files | Lines |
2014-05-04 | register_syncdb: reject db names that contain / | Andrew Gregory | 1 | -1/+2 |
2014-03-27 | Always supply base name and version info in .PKGFILE if needed | Allan McRae | 1 | -0/+2 |
2014-03-08 | Use MALLOC throughtout libalpm | Allan McRae | 4 | -15/+7 |
2014-03-04 | sync_prepare: ignore explicitly removed conflicts | Andrew Gregory | 1 | -0/+3 |
2014-03-03 | Fix warnings with strict-overflow in gcc-4.9 | Allan McRae | 1 | -1/+2 |
2014-03-03 | Add events on pacnew/pacsave/pacorig file creation | Olivier Brunel | 3 | -10/+81 |
2014-03-03 | restrict transaction package origins | Andrew Gregory | 2 | -0/+4 |
2014-03-03 | Add events _PKGDOWNLOAD_{START, DONE, FAILED} | Olivier Brunel | 2 | -0/+25 |
2014-03-03 | Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED} | Olivier Brunel | 2 | -0/+7 |
2014-03-03 | Remove log_cb, add ALPM_EVENT_LOG instead | Olivier Brunel | 4 | -35/+30 |
2014-03-03 | Update the event callback | Olivier Brunel | 7 | -110/+191 |
2014-03-03 | be_local: Use alpm_greedy_grow | Florian Pritz | 1 | -16/+3 |
2014-03-03 | be_package: Build the file list from MTREE if possible | Florian Pritz | 1 | -4/+145 |
2014-03-03 | be_package: Refactor code adding a file to the files list | Florian Pritz | 1 | -27/+29 |
2014-03-03 | be_package: Refactor handling of simple path checks | Florian Pritz | 1 | -5/+22 |
2014-03-03 | util: Add _alpm_realloc() and _alpm_greedy_grow() | Florian Pritz | 2 | -0/+64 |
2014-03-03 | Check if a file is in the package's file list before extracting | Florian Pritz | 1 | -0/+5 |
2014-02-08 | _alpm_sync_prepare: fix unresolvable packages leak | Andrew Gregory | 1 | -0/+1 |
2014-02-04 | alpm: export *_free functions | Andrew Gregory | 7 | -21/+24 |
2014-02-02 | Do not remove source code references in PO/POT files | Rafael Ferreira | 1 | -1/+1 |
2014-01-30 | _alpm_resolvedeps: free targ inside loop | Andrew Gregory | 1 | -1/+2 |
2014-01-30 | sync_prepare: manually set pm_errno | Andrew Gregory | 1 | -2/+1 |
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 | 51 | -51/+51 |
2014-01-28 | Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVAL | Olivier Brunel | 2 | -2/+2 |
2014-01-15 | sync_prepare: treat from_sync as a boolean | Andrew Gregory | 1 | -2/+5 |
2014-01-15 | base64.c: comment out unused variable | Andrew Gregory | 1 | -0/+2 |
2014-01-15 | package.h: convert scriptlet field to int | Andrew Gregory | 1 | -1/+1 |
2014-01-10 | Consistently use #ifdef | Allan McRae | 2 | -4/+4 |
2014-01-10 | Fix build with --disable-gpgme | Allan McRae | 2 | -35/+31 |
2014-01-10 | Fix compile warnings on systems without getmntent | Dan McGee | 1 | -0/+3 |
2014-01-06 | check_keyring: plug memory leak | Andrew Gregory | 1 | -0/+1 |
2014-01-06 | Reorder and reshape the package struct for better packing | Dan McGee | 1 | -12/+13 |
2014-01-06 | Minor struct member reordering for packing concerns | Dan McGee | 3 | -5/+7 |
2014-01-06 | Use O_CLOEXEC as much as possible when opening files | Dan McGee | 4 | -11/+18 |
2014-01-06 | Log more in search debug message | Dan McGee | 1 | -1/+2 |
2014-01-06 | Remove -fgnu89-inline from compile options | Dan McGee | 1 | -3/+0 |
2014-01-06 | Clear up definition of INFRQ_ALL | Dan McGee | 1 | -2/+3 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 50 | -50/+50 |
2014-01-06 | Copy validation field in _alpm_pkg_dup | Allan McRae | 1 | -0/+1 |
2014-01-06 | Update comment for local db entry creation | Allan McRae | 1 | -2/+2 |
2014-01-06 | deps.c: remove filtered_depend functions | Andrew Gregory | 1 | -22/+10 |
2014-01-06 | Fix build warnings with --disable-nls | Allan McRae | 1 | -1/+1 |
2013-12-19 | trans_prepare: always sort trans->remove by deps | Andrew Gregory | 3 | -12/+16 |
2013-12-19 | dload: allow curl to response to any auth challenge | Dave Reisner | 1 | -0/+1 |
2013-12-15 | alpm: Rename a variable for future clarity | Olivier Brunel | 1 | -7/+7 |
2013-12-15 | remove useless continue | Andrew Gregory | 1 | -1/+0 |
2013-12-15 | db.c: require unique database names | Andrew Gregory | 1 | -0/+13 |
2013-12-15 | alpm_sync_sysupgrade: skip packages being removed | Andrew Gregory | 1 | -0/+5 |
2013-12-15 | Close file descirptor before fork | Wolfgang Bumiller | 1 | -0/+1 |