Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
pacman
auto-pentium4
master
Archlinux32 fork of pacman
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
be_sync.c
Age
Commit message (
Expand
)
Author
2011-06-13
alpm_db_update(): refactor out sync dir create/check
Dan McGee
2011-06-13
Switch all logging to use handle directly
Dan McGee
2011-06-13
Move pm_errno onto the handle
Dan McGee
2011-06-09
Require handle argument to all alpm_option_(get|set)_*() methods
Dan McGee
2011-06-08
Plug a memory leak
Dan McGee
2011-06-03
Use standard errno codes in return from _alpm_archive_fgets
Dan McGee
2011-06-03
Remove global handle from some package and db code
Dan McGee
2011-06-03
Push down extern handle variable to files that need it
Dan McGee
2011-06-03
Add handle attribute to pmpkg_t struct
Dan McGee
2011-06-03
Add handle attribute to pmdb_t struct
Dan McGee
2011-06-03
Remove ALPM_LOG_FUNC macro
Dan McGee
2011-05-05
Remove sync DB reregister check
Dan McGee
2011-05-05
Merge branch 'maint'
Dan McGee
2011-05-05
Ensure populate error return codes are consistent
Dan McGee
2011-05-05
Logging changes during DB load
Dan McGee
2011-05-04
Deal with unused function parameters correctly
Allan McRae
2011-04-24
Rein in the complexity of the signature type
Dan McGee
2011-04-22
libalpm/dload: major refactor of signature downloading
Dan McGee
2011-04-22
be_sync: use _alpm_db_get_sigverify_level()
Dan McGee
2011-04-20
Rename gpgsig struct fields for clarity
Dan McGee
2011-04-20
Header inclusion cleanup
Dan McGee
2011-04-05
Merge branch 'maint'
Dan McGee
2011-04-02
Fix compatibility with older versions of libarchive.
Rémy Oudompheng
2011-04-01
Ensure dbpath is not null when populating sync database
Dan McGee
2011-04-01
Ignore upcoming new values in sync backend
Dan McGee
2011-03-23
Do not reuse old signature
Allan McRae
2011-03-23
Download and verify package database signatures
Allan McRae
2011-03-23
Actually read PGPSIG field in sync DB code
Dan McGee
2011-03-23
repo-add: add sha256sum values to repo database
Dan McGee
2011-03-20
Style change: return(x) --> return x
Dan McGee
2011-03-20
Use sane umask for repo db downloads
Allan McRae
2011-03-17
Correctly parse %DELTAS% entries in sync DB
tuxce
2011-03-07
Do not print warning with files entry in sync db
Allan McRae
2011-02-28
Fix some easy to find double translations
Dan McGee
2011-02-28
Check local DB version before continuing transaction
Dan McGee
2011-02-15
Fix some database size estimation problems
Dan McGee
2011-02-07
Handle null pkgcache for local/sync db_populate()
Pang Yan Han
2011-02-04
Change default sync hash table sizing to 66% full
Dan McGee
2011-02-04
Read pkgcache into hash
Allan McRae
2011-02-04
Get estimated package count when populating databases
Dan McGee
2011-02-01
Fix locale.h/setlocale inclusion with --disable-nls
Dan McGee
2011-01-31
libalpm: fix db_update documentation
Xavier Chantry
2011-01-24
Fix memory leak and error code in DB reading
Dan McGee
2011-01-21
Remove epoch as an independent field
Dan McGee
2011-01-21
Add a likely_pkg hint argument to sync_db_read
Dan McGee
2011-01-07
Use size_t for alpm_list sizes
Allan McRae
2011-01-07
Refactor old date parsing into single method
Dan McGee
2011-01-07
Update copyright years for 2011
Allan McRae
2010-12-29
Detect undefined PATH_MAX
Allan McRae
2010-12-21
Overhaul archive fgets function
Dan McGee
[next]