index
:
pacman
auto-pentium4
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
server.c
Age
Commit message (
Expand
)
Author
2007-07-01
Remove unnecessary and extra includes
Dan McGee
2007-06-09
Remove logmask stuff from backend; switch logging callback to new pm_printf
Dan McGee
2007-06-05
Const correctness!
Dan McGee
2007-06-04
Move functions out of alpm.c to where they belong
Dan McGee
2007-05-31
Move DB and cache dirs away from there dependence on ROOTDIR
Dan McGee
2007-05-18
Remove trailing slashes from Server URLs
Aaron Griffin
2007-05-14
Remove unnecessary casts on malloc and elsewhere
Dan McGee
2007-04-29
Remove STRNCPY macro from libalpm
Dan McGee
2007-04-27
Remove FREESERVER macro and correctly type _alpm_server_free
Dan McGee
2007-04-26
Clean up gettext on the libalpm side
Dan McGee
2007-03-21
* dont use XferCommand if retrieving local files, fixes wget error:
Jürgen Hötzel
2007-03-21
* Fix asking the user to upgrade when using -Sp
Aaron Griffin
2007-03-12
* Missed a path when requiring that all paths end with / - this caused -U not to
Aaron Griffin
2007-03-06
* Fix the double package name URL when using XferCommand
Aaron Griffin
2007-03-06
* Added missing header include guards in md5.h and sha1.h.
Dan McGee
2007-03-05
This commit looks much more monumental than it is. Almost all just #include
Dan McGee
2007-02-12
Wasn't clearing out the 'pkgname' variable, which was causing goofy output
Aaron Griffin
2007-02-10
* 'add' percentages now cap at 100% (see the comment)
Aaron Griffin
2007-02-09
* Fixed some missing error values in strerror
Aaron Griffin
2007-02-01
* Minor output fix (move colon so it's not part of the URL)
Aaron Griffin
2007-01-30
K. Piche <kevin.piche@cgi.com>
Aaron Griffin
2007-01-30
Discussed on IRC for a bit, this makes the following changes for clarity:
Dan McGee
2007-01-19
Preliminary checkin for alpm_list conversion
Aaron Griffin
2007-01-18
Dan McGee <dpmcgee@gmail.com>
Aaron Griffin
2006-11-22
* Fixed an error when trying to download to an unwritable location
Aaron Griffin
2006-11-20
* repo-add script - to add entries to a db file directly from package data (n...
Aaron Griffin
2006-11-15
* Initial changes to gensync - makepkg changes were not checked in from another
Aaron Griffin
2006-11-14
* Numerous mini valgrind fixes.
Aaron Griffin
2006-11-08
* Improved mcheck output
Aaron Griffin
2006-11-03
* Modified some error output and logging
Aaron Griffin
2006-11-01
Fixed pacman -U:
Aaron Griffin
2006-10-31
Forgot to cycle to next server on download error - fixed, as well as the
Aaron Griffin
2006-10-31
Numerous changes:
Aaron Griffin
2006-10-24
Added PM_DLFNM_LEN define, via VMiklos
Aaron Griffin
2006-10-21
Minor changes:
Aaron Griffin
2006-10-20
A handful of minor changes:
Aaron Griffin
2006-10-16
Adjust progress bar to align with frugalware's progressbar
Aaron Griffin
2006-10-15
Another forgotten file set
Aaron Griffin