index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-17 | Fix trailing whitespace in whole codebase | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-08-15 | Load and allow access to sha256sum | Dan McGee | |
This adds a field in the package struct for this checksum type as well as allowing access via the API to it. The frontend is now able to display any read value. Note that this does not implement any use or verification of the value internally. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-08-15 | pacman/package: show presence of signature in in -Si | Dave Reisner | |
adds a new API method: alpm_pkg_get_base64_sig [Dan: don't use a new header string in frontend] Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-08-15 | README: update with 3.5.0 -> 4.0.0 API changes | Dave Reisner | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-06-28 | Update README with changes to struct names | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2011-04-20 | Remove ShowSize option | Jakob Gruber | |
Dan: The commit message originally referenced "VerbosePkgLists", but I'm going to change the name of the option. In addition, this patch serves a purpose being standalone- we should really do things like this with -S --print and hopefully -Q --print in the future. Signed-off-by: Jakob Gruber <jakob.gruber@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-03-07 | Document API changes for pacman-3.5 release | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-06-07 | API changes between 3.3 and 3.4 | Nagy Gabor | |
Updates for README file. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-08-18 | dload.c : various fixes | Xavier Chantry | |
- fix one memleak if get_filename failed - cleanup according to Joerg's feedback: "url_for_string: If fetchParseURL returned successful, you should always have a scheme set. The logic for anonftp should only be needed for very broken server -- do you know of any such? download_internal: Specifying 'p' is now a nop -- it is tried by default first with fall-back to active FTP." Signed-off-by: Xavier Chantry <shiningxc@gmail.com> [Dan: remove from pacman.conf and pacman.conf.5] Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-07-27 | Update README file | Nagy Gabor | |
1. API changes between 3.2 and 3.3 section has been added. 2. Corrections on alpm_option documentation. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-07-29 | Update README file. | Xavier Chantry | |
Several pieces of information were outdated for the 3.2 release. Add a section for the API changes between 3.1 and 3.2. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> [Dan: small updates/grammar corrections] Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-01-08 | Remove upgradedelay and all code associated with it | Dan McGee | |
It wasn't even implemented correctly, and it really doesn't have a use if packagers just do their job correctly anyway for a distro. Let's not try to solve a problem with the wrong solution now. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-02-12 | * Updated the README file | Aaron Griffin | |
* Removed the handle->needles param. It's not needed not that alpm_list_t is public | |||
2007-02-08 | Small changes to README, mostly just to postpone making any real changes. :) | Dan McGee | |
2006-10-15 | Final frugalware changes commit | Aaron Griffin | |
2006-01-13 | removed "^M" symbols at end of lines | Aurelien Foret | |
2006-01-10 | updated README and download comments about mtimes support | Aurelien Foret | |
2005-10-05 | Small update | Aurelien Foret | |
2005-10-05 | Fixed some typos | Aurelien Foret | |
2005-10-03 | test | Judd Vinet | |
2005-10-03 | test | Judd Vinet | |
2005-03-15 | Initial revision | Judd Vinet | |