Age | Commit message (Expand) | Author | Files | Lines |
2009-07-23 | Add a fetch callback to allow front-end download support | Sebastian Nowicki | 1 | -3/+14 |
2009-07-23 | Introduce -Suu | Nagy Gabor | 1 | -1/+1 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-06-09 | Give sensible feedback when a repo has no configured servers | Dan McGee | 1 | -0/+1 |
2009-06-02 | Introduce PM_TRANS_FLAG_NOLOCK | Nagy Gabor | 1 | -1/+3 |
2009-05-19 | Remove unused error codes and handle PM_ERR_RETRIEVE by alpm_strerror() | Nagy Gabor | 1 | -9/+0 |
2009-04-11 | Remove pmsyncpkg_t | Nagy Gabor | 1 | -3/+1 |
2009-04-11 | New error type: PM_ERR_PKG_IGNORED | Nagy Gabor | 1 | -0/+1 |
2009-02-28 | libalpm: remove from_md5 and to_md5 from pmdelta_t | Xavier Chantry | 1 | -2/+0 |
2009-02-24 | Enabled new interactive prompt and updated some tests | Bryan Ischo | 1 | -1/+2 |
2009-01-13 | Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm... | Nagy Gabor | 1 | -2/+2 |
2009-01-13 | HoldPkg rework | Nagy Gabor | 1 | -9/+1 |
2008-11-01 | Make libfetch the 'native' download library | Dan McGee | 1 | -1/+1 |
2008-11-01 | -Qu rework | Nagy Gabor | 1 | -2/+0 |
2008-08-26 | Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cache | Xavier Chantry | 1 | -2/+2 |
2008-08-26 | Change checkdeps and checkdbconflicts to be more flexible. | Xavier Chantry | 1 | -2/+2 |
2008-08-23 | Move -Sp implementation to the front-end | Nagy Gabor | 1 | -5/+1 |
2008-08-23 | New public alpm_pkg_get_db function | Nagy Gabor | 1 | -0/+1 |
2008-08-23 | Cleanup of _alpm_pkg_compare_versions. | Xavier Chantry | 1 | -0/+1 |
2008-07-13 | sync_addtarget rework | Nagy Gabor | 1 | -1/+0 |
2008-06-04 | Reimplement TotalDownload functionality | Dan McGee | 1 | -2/+4 |
2008-06-04 | Use correct C type for file sizes | Dan McGee | 1 | -6/+8 |
2008-05-29 | Remove PM_TRANS_EVT_EXTRACT_START. | Xavier Chantry | 1 | -2/+0 |
2008-05-14 | Remove wrapper call around versioncmp | Dan McGee | 1 | -1/+1 |
2008-05-13 | Cleanup usages of alpm_list_find and alpm_list_remove. | Chantry Xavier | 1 | -1/+1 |
2008-04-29 | Add documentation for transaction events | Sebastian Nowicki | 1 | -1/+58 |
2008-04-26 | Completely rework delta algorithm | Chantry Xavier | 1 | -1/+1 |
2008-04-26 | Rework delta struct and modify code accordingly | Dan McGee | 1 | -1/+3 |
2008-04-07 | Allow disabling of internal (libdownload) code | Dan McGee | 1 | -4/+2 |
2008-04-07 | libalpm error cleanup, step 1 | Dan McGee | 1 | -8/+4 |
2008-03-23 | Switch pmgrp_t to dynamic allocation, general group cleanup | Dan McGee | 1 | -1/+1 |
2008-03-22 | Kill the dependsonly option. | Chantry Xavier | 1 | -1/+1 |
2008-03-18 | Kill PM_TRANS_TYPE_ADD. | Chantry Xavier | 1 | -3/+1 |
2008-03-11 | Add -Rss option | Nagy Gabor | 1 | -1/+2 |
2008-03-11 | Remove trans->targets | Nagy Gabor | 1 | -1/+0 |
2008-03-02 | New alpm_version function | Nagy Gabor | 1 | -0/+1 |
2008-02-28 | libalpm: clean up of md5sum functions. | Chantry Xavier | 1 | -2/+1 |
2008-02-28 | Start removing some junk from the function template | Dan McGee | 1 | -2/+1 |
2008-02-25 | Remove pmserver_t abstraction | Dan McGee | 1 | -1/+0 |
2008-02-16 | Move pmgraph_t struct and functions to their own header file | Dan McGee | 1 | -1/+0 |
2008-02-08 | Remove alpm_sync_get_newversion function | Nagy Gabor | 1 | -1/+0 |
2008-02-08 | alpm_sync_sysupgrade split | Nagy Gabor | 1 | -0/+1 |
2008-02-06 | New remove option : -u / --unneeded (FS#6505). | Nagy Gabor | 1 | -1/+3 |
2008-01-27 | pmsyncpkg_t cleanup | Nagy Gabor | 1 | -9/+2 |
2008-01-24 | Add new public alpm_checkdbconflicts function. | Chantry Xavier | 1 | -0/+2 |
2008-01-22 | New --asexplicit option | Nagy Gabor | 1 | -1/+2 |
2008-01-22 | Move the deptest code from frontend to backend. | Chantry Xavier | 1 | -1/+1 |
2008-01-08 | Remove upgradedelay and all code associated with it | Dan McGee | 1 | -3/+0 |
2007-12-29 | Add remove counterparts to alpm_option_add_* functions | Allan McRae | 1 | -0/+6 |
2007-12-19 | PM_DEP_MOD_LT and PM_DEP_MOD_GT depmods added | Nagy Gabor | 1 | -1/+3 |