Age | Commit message (Expand) | Author | Files | Lines |
2009-07-23 | Introduce -Suu | Nagy Gabor | 1 | -3/+15 |
2009-07-20 | Fix 2 minor memleaks | Xavier Chantry | 1 | -0/+1 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-06-13 | Enable remove progressbar with -S (conflict resolving) | Nagy Gabor | 1 | -0/+1 |
2009-06-09 | Give sensible feedback when a repo has no configured servers | Dan McGee | 1 | -1/+3 |
2009-06-07 | Introduce _alpm_pkg_free_trans() | Nagy Gabor | 1 | -8/+3 |
2009-06-06 | xdelta : only handle gz compression specifically | Xavier Chantry | 1 | -7/+4 |
2009-05-19 | Remove find_replacements() | Nagy Gabor | 1 | -120/+80 |
2009-04-11 | Look in target-list first to resolve dependencies | Bryan Ischo | 1 | -2/+5 |
2009-04-11 | Remove duplicates from the unresolvable list before prompting user | Bryan Ischo | 1 | -0/+1 |
2009-04-11 | const-ify endswith() | Dan McGee | 1 | -3/+3 |
2009-04-11 | Remove pmsyncpkg_t | Nagy Gabor | 1 | -183/+68 |
2009-04-11 | Fix for trans001.py (FS#9088) | Nagy Gabor | 1 | -47/+64 |
2009-04-11 | Free *data list when user removes unresolvable packages | Nagy Gabor | 1 | -7/+9 |
2009-04-11 | New error type: PM_ERR_PKG_IGNORED | Nagy Gabor | 1 | -1/+2 |
2009-03-15 | Fix several issues with xdelta | Xavier Chantry | 1 | -55/+63 |
2009-02-28 | libalpm: remove from_md5 and to_md5 from pmdelta_t | Xavier Chantry | 1 | -1/+0 |
2009-02-24 | Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packages | Bryan Ischo | 1 | -2/+2 |
2009-02-24 | Enabled new interactive prompt and updated some tests | Bryan Ischo | 1 | -5/+19 |
2009-02-19 | Reorganize code for one-at-a-time resolving | Bryan Ischo | 1 | -11/+36 |
2008-11-01 | -Qu rework | Nagy Gabor | 1 | -40/+12 |
2008-08-26 | Change checkdeps and checkdbconflicts to be more flexible. | Xavier Chantry | 1 | -1/+1 |
2008-08-23 | Move -Sp implementation to the front-end | Nagy Gabor | 1 | -28/+19 |
2008-08-23 | Cleanup of _alpm_pkg_compare_versions. | Xavier Chantry | 1 | -9/+21 |
2008-07-19 | Rephrase some debug messages in alpm/sync.c | Nagy Gabor | 1 | -5/+6 |
2008-07-13 | sync_addtarget rework | Nagy Gabor | 1 | -43/+25 |
2008-07-08 | Resolvedeps rework | Nagy Gabor | 1 | -8/+4 |
2008-06-04 | Reimplement TotalDownload functionality | Dan McGee | 1 | -1/+19 |
2008-06-04 | Use correct C type for file sizes | Dan McGee | 1 | -6/+7 |
2008-05-13 | Cleanup usages of alpm_list_find and alpm_list_remove. | Chantry Xavier | 1 | -9/+10 |
2008-05-13 | Swap the parameters of alpm_pkg_find | Nagy Gabor | 1 | -3/+3 |
2008-04-26 | Fix some fallout from the delta/download changes | Dan McGee | 1 | -4/+14 |
2008-04-26 | get_filename : use the FILENAME db field only. | Chantry Xavier | 1 | -0/+4 |
2008-04-26 | libalpm/sync.c : memleak fixes. | Chantry Xavier | 1 | -9/+8 |
2008-04-26 | Get rid of the delta patches list | Chantry Xavier | 1 | -76/+67 |
2008-04-26 | Completely rework delta algorithm | Chantry Xavier | 1 | -106/+69 |
2008-04-26 | Rework delta struct and modify code accordingly | Dan McGee | 1 | -18/+13 |
2008-04-07 | Remove unnecessary header file, move one macro to util.c | Dan McGee | 1 | -1/+0 |
2008-03-23 | Avoid duplicated target names. | Nagy Gabor | 1 | -20/+25 |
2008-03-22 | Kill the dependsonly option. | Chantry Xavier | 1 | -9/+3 |
2008-03-18 | Kill PM_TRANS_TYPE_ADD. | Chantry Xavier | 1 | -1/+1 |
2008-03-11 | Remove trans->targets | Nagy Gabor | 1 | -7/+4 |
2008-02-28 | libalpm: clean up of md5sum functions. | Chantry Xavier | 1 | -102/+24 |
2008-02-28 | clean up dltotal leftover from 81a2a06818d367f852. | Chantry Xavier | 1 | -9/+0 |
2008-02-26 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2008-02-25 | Remove pmserver_t abstraction | Dan McGee | 1 | -1/+0 |
2008-02-25 | Add new stub download functions for use throughout the code | Dan McGee | 1 | -2/+2 |
2008-02-25 | Move download code out of server.c | Dan McGee | 1 | -0/+1 |
2008-02-25 | libalpm/sync.c : fix poorly worded debug message. | Chantry Xavier | 1 | -1/+1 |
2008-02-21 | Merge branch 'maint' | Dan McGee | 1 | -2/+4 |