Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -4/+2 |
2007-12-09 | Improve changelog handling through addition of open/read/close functions | Dan McGee | 1 | -0/+5 |
2007-12-02 | Add new --needed option for -S. | Chantry Xavier | 1 | -2/+3 |
2007-11-25 | Fix for sync1003 and sync1004 pactests | Nagy Gabor | 1 | -2/+2 |
2007-11-21 | Remove -F/--freshen operation | Dan McGee | 1 | -1/+1 |
2007-11-21 | Remove duplicated get_upgrades function, use sysupgrade instead. | Chantry Xavier | 1 | -2/+2 |
2007-11-18 | Add the pmconflict_t type. | Nagy Gabor | 1 | -6/+4 |
2007-11-18 | Simple s/conflict/fileconflict/ renaming. | Chantry Xavier | 1 | -9/+9 |
2007-11-17 | War on whitespace | Dan McGee | 1 | -4/+4 |
2007-11-15 | Remove REQUIREDBY usage from libalpm | Dan McGee | 1 | -1/+0 |
2007-11-13 | Enforce const correctness on dep functions and rewrite alpm_dep_get_string | Dan McGee | 1 | -6/+6 |
2007-11-11 | Implement TotalDownload option. | Nathan Jones | 1 | -1/+2 |
2007-11-11 | Add IgnoreGroup and --ignoregroup option. | Nathan Jones | 1 | -0/+4 |
2007-11-04 | Readd scriptlet logging that got lost in an earlier commit | Dan McGee | 1 | -0/+1 |
2007-10-29 | libalpm/delta: add const to most methods | Dan McGee | 1 | -4/+4 |
2007-10-25 | Add alpm_dep_get_string method | Nagy Gabor | 1 | -0/+1 |
2007-10-20 | Add download size to target list. | Nathan Jones | 1 | -0/+2 |
2007-10-20 | Download delta files if UseDelta is set. | Nathan Jones | 1 | -0/+11 |
2007-10-20 | Add pmdelta_t structure and functions to libalpm. | Nathan Jones | 1 | -0/+12 |
2007-10-15 | Updates to fix Doxygen documentation generation | Dan McGee | 1 | -2/+2 |