Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-17 | Jürgen Hötzel <juergen@hoetzel.info> | Aaron Griffin | 3 | -57/+20 | |
* avoid repeated regex compilations (regex for search string do not change while scanning the package database) * remove needless string duplication (regex function do not change target string nor free them) * code cleanup This patch improves search performance: bash-3.2$ time ./src/pacman/pacman.static.old -Ss "(database|web).*server" >/dev/null real 0m1.026s user 0m0.544s sys 0m0.208s bash-3.2$ time ./src/pacman/pacman.static -Ss "(database|web).*server" >/dev/null real 0m0.777s user 0m0.456s sys 0m0.128s bash-3.2$ | |||||
2007-01-17 | James Rosten <seinfeld90@gmail.com> | Aaron Griffin | 1 | -3/+16 | |
* rankmirrors addition of single url testing | |||||
2007-01-17 | cvsignore cleanup and additions | Aaron Griffin | 13 | -0/+60 | |
2007-01-11 | Added Jamie (yankees26) | Aaron Griffin | 1 | -0/+1 | |
2007-01-11 | *** empty log message *** | Aaron Griffin | 1 | -6/+5 | |
2007-01-11 | * Jürgen Hötzel <juergen@hoetzel.info> | Aaron Griffin | 3 | -3/+87 | |
_alpm_db_load_pkgcache: use mergesort to improve performance | |||||
2007-01-11 | * Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 1 | -8/+0 | |
remove configure check for bzip2 | |||||
2007-01-11 | * Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 2 | -32/+9 | |
Documentation cleanup | |||||
2007-01-11 | * James Rosten <seinfeld90@gmail.com> | Aaron Griffin | 1 | -7/+22 | |
Cleanup and fixes from last patch Fix some tar error conditions * Dan McGee <dpmcgee@gmail.com> USECOLOR from rc.conf | |||||
2007-01-03 | * cosmetic: newline after "local database is up to date" | Aaron Griffin | 1 | -1/+1 | |
2007-01-03 | * bug fix FS#6100 - fix --print-uris output | Aaron Griffin | 4 | -38/+46 | |
2007-01-03 | * Bug fix FS#6058 | Aaron Griffin | 2 | -0/+7 | |
properly remove entries from "Required By" instead of wiping it out entirely | |||||
2007-01-03 | *** empty log message *** | Aaron Griffin | 1 | -1/+25 | |
2007-01-03 | * James Rosten <seinfeld90@gmail.com> | Aaron Griffin | 1 | -32/+46 | |
FS#5009 fixes - use tar on the pacman DB so as to handle cases where the base directory cannot be 'mv'ed and other such edge cases. | |||||
2007-01-03 | * Added instructions for patch submission | Aaron Griffin | 1 | -0/+44 | |
2007-01-02 | * Missing error label in sync.c | Aaron Griffin | 2 | -1/+5 | |
* Additional debug output for db_write | |||||
2007-01-02 | * James Rosten <seinfeld90@gmail.com> | Aaron Griffin | 1 | -0/+32 | |
Makepkg dep removal on failure FS#5923 | |||||
2006-12-29 | * Fix a missing slash separator in printed uri | Aaron Griffin | 1 | -1/+1 | |
2006-12-29 | * Removed latest fix from TODO.autoconf | Aaron Griffin | 3 | -97/+104 | |
* Attempted fix for FS#6100 - "-Spd foo" failure * Beginning of refactoring from Dan McGee <dpmcgee@gmail.com> | |||||
2006-12-28 | * Removed autoconf TODO fixed in last commit | Aaron Griffin | 1 | -5/+6 | |
* Dan McGee <dpmcgee@gmail.com> pacman-optimize checking fixes | |||||
2006-12-28 | Column fix when stdout is redirected. Default to 80. | Aaron Griffin | 1 | -0/+6 | |
2006-12-28 | Removed archlinux.de mirror by request | Aaron Griffin | 1 | -1/+0 | |
2006-12-28 | Configuration changes: | Aaron Griffin | 9 | -187/+117 | |
* Added libdownload check in configure.ac * Added generation for mirrorlists in pacman.d NOTE: autoconf sucks for things like this, so gen-mirrorlist is required Dan McGee <dpmcgee@gmail.com>: * mirrorlist.in file Roman Kyrylych <roman.kyrylych@gmail.com>: * ukrainian mirror Jürgen Hötzel <juergen@hoetzel.info>: * conditional build for pacman.static | |||||
2006-12-22 | *** empty log message *** | Aaron Griffin | 1 | -0/+19 | |
2006-12-22 | Cleanup from Dan McGee <dpmcgee@gmail.com> and Jürgen Hötzel ↵ | Aaron Griffin | 7 | -16/+20 | |
<juergen@hoetzel.info> * configure swig check * misc libalpm cleanup | |||||
2006-12-22 | Modified front end output routines to accept a "padding' setting, which pads any | Aaron Griffin | 4 | -3/+39 | |
statement with ' ' until the size of the terminal. The rationale is that, when a log message is emitted during progress bar display, the terminal is artifacted. This prevents that messiness. | |||||
2006-12-22 | * Properly fix the NoUpgrade issues. | Aaron Griffin | 2 | -17/+21 | |
2006-12-22 | * Unused variable 'path' | Aaron Griffin | 1 | -2/+1 | |
2006-12-22 | * FS#5990 fix (trailing slash) | Aaron Griffin | 1 | -2/+2 | |
* Added !testing to default SUPFILES | |||||
2006-12-22 | Fixes from Dan McGee <dpmcgee@gmail.com> and myself | Aaron Griffin | 1 | -36/+18 | |
* quoting and $() changes * remove a boatload of duplications (previous patching) * added user-based config file ~/.abs.conf (for fun) * fixed CONNMODE usage | |||||
2006-12-21 | Jürgen Hötzel <juergen@hoetzel.info> | Aaron Griffin | 1 | -12/+9 | |
* fix in_array variables and usage * correct the final compression - 'filelist' was unused | |||||
2006-12-21 | * Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 1 | -3/+3 | |
Formating / comment changes Fix dep check conditional | |||||
2006-12-21 | Errors with last merge (manual patching) | Aaron Griffin | 2 | -59/+48 | |
Misc fixes from Dan McGee <dpmcgee@gmail.com> | |||||
2006-12-21 | *untested* potential fix for the NoUpgrade issues. | Aaron Griffin | 1 | -3/+3 | |
2006-12-21 | Restored NoUpgrade options - see ↵ | Aaron Griffin | 1 | -0/+5 | |
http://www.archlinux.org/pipermail/pacman-dev/2006-December/000838.html for details | |||||
2006-12-21 | Added default SRCDST setting to pacman's source cache | Aaron Griffin | 1 | -1/+1 | |
2006-12-21 | * Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 2 | -126/+122 | |
DOC_DIRS variable for documentation removal repackage option structure cleanup some option removal (--keepdocs, --nostrip) output fixes (msg and msg2) * Jürgen Hötzel <juergen@hoetzel.info> user-specific makepkg.conf (~/.makepkg.conf) | |||||
2006-12-21 | * Jürgen Hötzel <juergen@hoetzel.info> | Aaron Griffin | 1 | -3/+2 | |
Fixe java swig requirement for configure | |||||
2006-12-21 | * modeline fixes / reformatting | Aaron Griffin | 14 | -679/+692 | |
* formatting / indentation fixes * makepkg: Dan McGee <dpmcgee@gmail.com> - integrity check fix Jürgen Hötzel <juergen@hoetzel.info> - EUID usage and "x$foo" check revamp | |||||
2006-12-19 | *** empty log message *** | Aaron Griffin | 1 | -0/+13 | |
2006-12-19 | More abs build fixes | Aaron Griffin | 2 | -0/+19 | |
2006-12-19 | * Added etc/abs dir to configure generated makefiles | Aaron Griffin | 1 | -0/+1 | |
2006-12-19 | Makefile adjustments for installation rules: | Aaron Griffin | 4 | -7/+15 | |
added all the newer scripts/ added pacman.d and abs sysconf subdirs Minor makepkg revert for previous change to 'errexit' shell option | |||||
2006-12-18 | FS #3289 fix from Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 1 | -3/+7 | |
2006-12-14 | * Dan McGee's makepkg updates ↵ | Aaron Griffin | 7 | -74/+95 | |
http://www.archlinux.org/pipermail/pacman-dev/2006-December/000792.html * configure fixes (CFLAGS) * no-strict-aliasing hacks until full C99 compliance * --with-config-file configure option | |||||
2006-12-08 | Copy/pasta errors from mail client. Fixed. | Aaron Griffin | 1 | -5/+2 | |
2006-12-08 | rankmirrors script from Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 1 | -0/+116 | |
Original Idea copyright (c) 2006 R.G. <chesercat> Modified 2006 by Dan McGee <dpmcgee@gmail.com> | |||||
2006-12-08 | Merged some proposed changes from "Dan McGee" <dpmcgee@gmail.com> | Aaron Griffin | 1 | -21/+5 | |
* Removal of confusing sortmirrors comment * Removal of NoUpgrade defaults (handled by packages) * Move of unstable below community, to illustrate preference. | |||||
2006-12-08 | A few minor updates so --root works again. | Aaron Griffin | 5 | -8/+11 | |
2006-12-08 | Removed an extra call to alpm_option_set_root() - it is set by alpm_init() | Aaron Griffin | 1 | -2/+0 | |