Age | Commit message (Expand) | Author | Files | Lines |
2006-02-05 | copyright update | Aurelien Foret | 1 | -1/+1 |
2006-02-05 | code cleanup | Aurelien Foret | 1 | -2/+2 |
2006-02-05 | - sync_prepare: fixed a case where a conflict should be removed from the targ... | Aurelien Foret | 1 | -15/+32 |
2006-02-04 | fixed a possible memory leak | Aurelien Foret | 1 | -0/+1 |
2006-02-04 | - moved yesno() from util.c to log.c | Aurelien Foret | 4 | -47/+42 |
2006-02-03 | changes merged from 2.9.8 -- clarified license usage, new options var in PKGB... | Judd Vinet | 2 | -26/+81 |
2006-02-01 | fixed vprint implementation (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -8/+4 |
2006-02-01 | fixed typos in 2 debug logs | Aurelien Foret | 1 | -2/+2 |
2006-02-01 | added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 3 | -1/+8 |
2006-02-01 | added libalpm manpage (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 3 | -1/+26 |
2006-02-01 | doxygen support: added @brief field (patch from VMiklos <vmiklos@frugalware.o... | Aurelien Foret | 1 | -1/+12 |
2006-02-01 | Added a missing trans_release call upon lib shutdown (patch from VMiklos <vmi... | Aurelien Foret | 1 | -0/+5 |
2006-01-29 | removed unlock code from alpm_release() | Aurelien Foret | 1 | -10/+0 |
2006-01-29 | added a missing trans_release before pacman_sync call | Aurelien Foret | 1 | -0/+7 |
2006-01-28 | cleanup up error cases handling in pacman_deptest | Aurelien Foret | 1 | -21/+14 |
2006-01-28 | added a --noprogressbar switch for scripts to use | Judd Vinet | 3 | -0/+8 |
2006-01-28 | Search through package provides if no literal matches are found when scanning... | Judd Vinet | 2 | -3/+23 |
2006-01-28 | makeworld sudo support | Judd Vinet | 1 | -1/+4 |
2006-01-28 | use sudo for -i if available (fw) | Judd Vinet | 1 | -0/+11 |
2006-01-27 | improved log messages for add_commit | Aurelien Foret | 1 | -6/+9 |
2006-01-27 | cleaned up db_write error cases handling | Aurelien Foret | 1 | -7/+15 |
2006-01-27 | fixed potential file descriptor leaks | Aurelien Foret | 1 | -12/+21 |
2006-01-27 | added a missing error message in case of lock failure | Aurelien Foret | 1 | -0/+4 |
2006-01-27 | added missing retval values in trans_release error cases | Aurelien Foret | 3 | -0/+3 |
2006-01-27 | little fix for erroneous output | Judd Vinet | 1 | -0/+2 |
2006-01-26 | fixed a compilation warning | Aurelien Foret | 1 | -1/+0 |
2006-01-26 | reworked lock handling (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2 | -21/+27 |
2006-01-26 | reworked lock handling (patch from VMiklos <vmiklos@frugalware.fr>) | Aurelien Foret | 1 | -0/+2 |
2006-01-26 | reordered group entry position in db_write (to be in line with alpm/db_write) | Aurelien Foret | 1 | -7/+7 |
2006-01-26 | - fixed a compilation warning | Aurelien Foret | 3 | -24/+52 |
2006-01-26 | doxygen comments update (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -1/+34 |
2006-01-22 | changed behaviour with original=X,current=Y,new=Z backup scenario -- install ... | Judd Vinet | 1 | -9/+4 |
2006-01-22 | cleaned up format a bit, added global KEEPDOCS and NOSTRIP flags | Judd Vinet | 1 | -18/+35 |
2006-01-22 | added new options field to PKGBUILDs for package-by-package overrides | Judd Vinet | 3 | -32/+71 |
2006-01-21 | document package, group, sync and transaction functions (patch from VMiklos <... | Aurelien Foret | 1 | -1/+62 |
2006-01-21 | fixed a typo | Aurelien Foret | 1 | -4/+0 |
2006-01-21 | resolvedeps: return the depmiss info to the frontend in case of failure | Aurelien Foret | 5 | -9/+26 |
2006-01-21 | added a FAKEROOT define allowing to use pacman in a fakeroot enivronment (for... | Aurelien Foret | 3 | -0/+22 |
2006-01-18 | more code cleanup yet | Aurelien Foret | 8 | -197/+111 |
2006-01-17 | fixed detection for duplicate entries in list of deps/conflicts | Aurelien Foret | 3 | -9/+25 |
2006-01-17 | added the possibility to "-Syy" (can be used to force synctrees update, even ... | Aurelien Foret | 2 | -3/+3 |
2006-01-17 | code cleanup | Aurelien Foret | 1 | -3/+3 |
2006-01-17 | code cleanup | Aurelien Foret | 3 | -6/+12 |
2006-01-17 | even more code cleanup | Aurelien Foret | 1 | -97/+94 |
2006-01-17 | reworked log messages | Aurelien Foret | 1 | -6/+6 |
2006-01-17 | - code cleanup | Aurelien Foret | 3 | -13/+15 |
2006-01-16 | more code cleanup | Aurelien Foret | 5 | -50/+39 |
2006-01-16 | fixed tabs | Aurelien Foret | 1 | -1/+1 |
2006-01-15 | pulled out conflict checkings from checkdeps() in its own function: checkconf... | Aurelien Foret | 6 | -314/+314 |
2006-01-14 | sync_prepare: added a missing chunk of code for dependency checks of packages... | Aurelien Foret | 1 | -6/+24 |