Age | Commit message (Expand) | Author | Files | Lines |
2008-05-13 | Cleanup usages of alpm_list_find and alpm_list_remove. | Chantry Xavier | 1 | -1/+3 |
2008-05-12 | Make all error messages use pm_fprintf | Allan McRae | 8 | -42/+54 |
2008-05-10 | Update makepath to remove PATH_MAX usage | Dan McGee | 1 | -15/+20 |
2008-05-09 | pacman-side code cleanups | Dan McGee | 3 | -11/+9 |
2008-04-26 | Completely rework delta algorithm | Chantry Xavier | 1 | -1/+1 |
2008-04-26 | Refactor the trans init and release code. | Chantry Xavier | 5 | -85/+52 |
2008-04-16 | Merge branch 'maint' | Dan McGee | 2 | -2/+2 |
2008-04-15 | More non-Linux build updates, mostly Darwin | Dan McGee | 1 | -0/+1 |
2008-04-15 | Fix gettext on non-Linux platforms | Dan McGee | 1 | -2/+1 |
2008-04-08 | Update configure.ac to current code | Dan McGee | 1 | -1/+1 |
2008-04-08 | Merge branch 'maint' | Dan McGee | 3 | -0/+14 |
2008-04-08 | Add check for swprintf() and a workaround when it is missing | Dan McGee | 1 | -0/+10 |
2008-04-08 | Add *.exe ignores for certain other platforms | Dan McGee | 2 | -0/+4 |
2008-04-07 | libalpm error cleanup, step 1 | Dan McGee | 1 | -1/+1 |
2008-04-07 | Remove libdownload reference from pacman frontend | Dan McGee | 1 | -17/+2 |
2008-04-07 | Add quiet printout to --owns functionality | Dan McGee | 1 | -3/+8 |
2008-03-30 | Enable display of multiple groups in -Ss and -Qs output | Dan McGee | 2 | -6/+22 |
2008-03-30 | Fix segfault on -Qs usage | Dan McGee | 2 | -5/+3 |
2008-03-23 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2008-03-23 | strsplit(): memleak fix | Dan McGee | 1 | -1/+1 |
2008-03-23 | Switch pmgrp_t to dynamic allocation, general group cleanup | Dan McGee | 2 | -24/+41 |
2008-03-23 | Add new CleanMethod option. | Chantry Xavier | 3 | -21/+71 |
2008-03-22 | Kill the dependsonly option. | Chantry Xavier | 2 | -4/+0 |
2008-03-18 | Drop case insensitive comparisons in the config parsing. | Chantry Xavier | 1 | -31/+21 |
2008-03-11 | Add -Rss option | Nagy Gabor | 1 | -2/+7 |
2008-03-09 | Merge branch 'maint' | Dan McGee | 2 | -36/+72 |
2008-03-09 | Use sigaction instead of signal. | Chantry Xavier | 1 | -4/+19 |
2008-03-09 | src/pacman/pacman.c : split cleanup function. | Chantry Xavier | 1 | -18/+25 |
2008-03-08 | Remove frontend add code that is no longer necessary | Dan McGee | 4 | -34/+12 |
2008-03-08 | Remove the Add option from the command line | Dan McGee | 2 | -16/+2 |
2008-03-07 | New alpm_version function | Nagy Gabor | 1 | -3/+3 |
2008-03-02 | New alpm_version function | Nagy Gabor | 1 | -3/+3 |
2008-03-01 | testpkg rework | Nagy Gabor | 1 | -17/+31 |
2008-02-28 | libalpm: clean up of md5sum functions. | Chantry Xavier | 1 | -2/+4 |
2008-02-28 | Start removing some junk from the function template | Dan McGee | 2 | -49/+21 |
2008-02-26 | Merge branch 'maint' | Dan McGee | 2 | -6/+2 |
2008-02-25 | Remove done and failed msg when loading targets. | Chantry Xavier | 2 | -6/+2 |
2008-02-25 | Improve yesno function. | Chantry Xavier | 5 | -55/+49 |
2008-02-24 | Merge branch 'maint' | Dan McGee | 3 | -47/+130 |
2008-02-24 | Add some NULL checks into recently modified output functions | Dan McGee | 2 | -9/+16 |
2008-02-24 | Remove all unnecessary snprintf usage | Dan McGee | 1 | -26/+10 |
2008-02-23 | A few more wide character output fixes | Dan McGee | 2 | -22/+55 |
2008-02-23 | Fix wide character output for add/remove/upgrade/conflict progress | Dan McGee | 1 | -16/+33 |
2008-02-23 | Fix wide character output for download progress | Dan McGee | 1 | -6/+33 |
2008-02-21 | Move -Sy operation into its own transaction | Chantry Xavier | 1 | -22/+25 |
2008-02-21 | Merge branch 'maint' | Dan McGee | 4 | -52/+61 |
2008-02-20 | Lock the database on -Sc operation. | Chantry Xavier | 1 | -1/+12 |
2008-02-20 | Add new sync_trans_init and sync_trans_release. | Chantry Xavier | 1 | -22/+28 |
2008-02-19 | When cleaning DBs, only look at directories | Dan McGee | 1 | -3/+11 |
2008-02-18 | Fix conflict progress bar with UTF-8 chars | Chantry Xavier | 1 | -24/+8 |