Age | Commit message (Expand) | Author | Files | Lines |
2009-05-12 | Fix non-C style comments in libalpm | Gerardo Exequiel Pozzi | 2 | -3/+3 |
2009-04-26 | makepkg: make in-place sed portable | Allan McRae | 3 | -2/+8 |
2009-04-16 | Mention required libraries in INSTALL. | Loui Chang | 1 | -2/+11 |
2009-04-11 | Look in target-list first to resolve dependencies | Bryan Ischo | 4 | -10/+38 |
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 | 9 | -206/+89 |
2009-04-11 | Fix for trans001.py (FS#9088) | Nagy Gabor | 5 | -96/+112 |
2009-04-11 | Free *data list when user removes unresolvable packages | Nagy Gabor | 1 | -7/+9 |
2009-04-11 | Print warning in _alpm_resolvedep() if a satisfier package is ignored without... | Nagy Gabor | 1 | -0/+4 |
2009-04-11 | New error type: PM_ERR_PKG_IGNORED | Nagy Gabor | 5 | -5/+18 |
2009-04-11 | Merge branch 'xav/repo-add' | Dan McGee | 8 | -206/+489 |
2009-04-11 | makepkg: fix double check on same path | Dan McGee | 1 | -1/+1 |
2009-04-11 | makepkg: Fix integrity check when files are missing. | Loui Chang | 1 | -8/+11 |
2009-04-11 | Add detail documentation for alpm_db_update() | Sebastian Nowicki | 1 | -0/+31 |
2009-04-11 | Small cleanups to index.txt | Dan McGee | 1 | -7/+7 |
2009-04-11 | doc: move files around for consistency | Dan McGee | 4 | -2/+7 |
2009-04-11 | doc: add 'html' target to Makefile.am | Dan McGee | 1 | -8/+39 |
2009-04-11 | doc: fix repo-add manpage | Dan McGee | 1 | -6/+0 |
2009-04-11 | Fix asciidoc formatting warnings and issues | Dan McGee | 3 | -14/+14 |
2009-04-11 | Add the pacman home page to the doc directory | Dan McGee | 2 | -0/+195 |
2009-04-06 | Fix doc building for asciidoc >= 8.4.1 | Allan McRae | 1 | -1/+1 |
2009-04-06 | fixed typos and alignment problem in Turkish translation | Samed Beyribey | 2 | -32/+32 |
2009-04-06 | Merge commit 'allan/working' | Dan McGee | 2 | -32/+68 |
2009-04-06 | Document --debug | Nagy Gabor | 2 | -1/+6 |
2009-03-30 | makepkg: run tidy_install with no package() function | Allan McRae | 1 | -0/+1 |
2009-03-29 | makepkg: do not bail on failure to install built package | Allan McRae | 1 | -2/+8 |
2009-03-25 | makepkg: adjust log clean-up for new filenames | Allan McRae | 1 | -1/+8 |
2009-03-25 | makepkg: adjust install_package for split packages | Allan McRae | 1 | -3/+14 |
2009-03-16 | Refactor testing for color message output | Allan McRae | 1 | -5/+11 |
2009-03-16 | makepkg: add pkgbase variable | Allan McRae | 2 | -23/+28 |
2009-03-15 | repo-add : rename gstmpdir to tmpdir | Xavier Chantry | 1 | -9/+9 |
2009-03-15 | repo-add : don't change the modification time on depends and desc | Xavier Chantry | 1 | -5/+2 |
2009-03-15 | repo-add : new locking system | Xavier Chantry | 1 | -13/+45 |
2009-03-15 | repo-add : fix package variables declaration | Xavier Chantry | 1 | -8/+4 |
2009-03-15 | repo-add : rewrite delta support | Xavier Chantry | 1 | -5/+97 |
2009-03-15 | repo-add : drop delta support to rewrite it from scratch | Xavier Chantry | 1 | -59/+0 |
2009-03-15 | repo-add.sh.in : repo-remove improvements | Xavier Chantry | 1 | -12/+38 |
2009-03-15 | repo-add cleanup | Xavier Chantry | 1 | -53/+65 |
2009-03-15 | Add pkgdelta script to create deltas. | Xavier Chantry | 3 | -0/+169 |
2009-03-15 | Fix several issues with xdelta | Xavier Chantry | 4 | -65/+83 |
2009-03-15 | be_files.c : use %jd instead of %ju for intmax_t | Xavier Chantry | 1 | -3/+3 |
2009-03-15 | Revert "popen does NOT require /bin/sh in a subchroot" | Xavier Chantry | 1 | -7/+0 |
2009-03-15 | runscriptlet : Flush open fds before fork() to avoid cloning buffers | Xavier Chantry | 1 | -0/+3 |
2009-03-15 | Only check checksums if there is a source file | Allan McRae | 1 | -0/+2 |
2009-03-15 | contrib/pacscripts - print install scripts from a package | Allan McRae | 3 | -0/+136 |
2009-02-28 | Update checks for python in configure | Dan McGee | 1 | -1/+1 |
2009-02-28 | Merge branch 'maint' | Dan McGee | 4 | -0/+2134 |
2009-02-28 | makepkg : remove xdelta support | Xavier Chantry | 3 | -75/+3 |
2009-02-28 | libalpm: remove from_md5 and to_md5 from pmdelta_t | Xavier Chantry | 4 | -54/+20 |