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-11-16
Add helper method for creating and opening archive object
Dan McGee
2011-11-01
Convert package and database archive reads to use file descriptors
Dan McGee
2011-10-27
Introduce ALPM_BUFFER_SIZE constant
Dan McGee
2011-09-28
Refactor download payload reset and free
Dan McGee
2011-09-27
be_sync: fetch only entry mode, not full stat struct
Dan McGee
2011-09-22
Ensure database validity flags are set in invalid signature case
Dan McGee
2011-09-20
signing: add a process and retry loop for database signatures
Dan McGee
2011-09-20
Allow our PGP helper method to pass back the signature results
Dan McGee
2011-09-02
Clean up handling of size fields
Dan McGee
2011-08-29
Parse > 2GiB file sizes correctly
Dan McGee
2011-08-28
Database read optimizations
Dan McGee
2011-08-28
be_sync.c: Fix memory leak in alpm_db_update()
Lukas Fleischer
2011-08-25
Remove argument from check_pgp_helper
Dan McGee
2011-08-19
Remove alpm_option_get_* usage from backend
Dan McGee
2011-08-19
dload: add 'unlink_on_fail' to payload struct
Dave Reisner
2011-08-18
Enhance and utilize database status flags
Dan McGee
2011-08-15
Only check necessary signatures and checksums
Dan McGee
2011-08-15
Parse conflicts/provides/replaces at database load time
Dan McGee
2011-08-15
Load and allow access to sha256sum
Dan McGee
2011-08-02
Don't trim whitespace when reading database entries
Dan McGee
2011-07-19
Clean up my debug logger mess
Dan McGee
2011-07-18
Fix test suite when GPGME is disabled
Dan McGee
2011-07-05
absorb some _alpm_download params into payload struct
Dave Reisner
2011-07-05
lib/dload: prevent large file attacks
Dave Reisner
2011-07-05
dload: handle irregular URLs
Dave Reisner
2011-07-05
Allow invalid sync DBs to be returned by the library
Dan McGee
2011-07-05
signing: move to new signing verification and return scheme
Dan McGee
2011-07-03
Merge remote-tracking branch 'allan/ALPM'
Dan McGee
2011-07-03
be_sync: make READ_NEXT() a no-arg macro
Dan McGee
2011-07-02
Prefix _alpm_errno_t members with ALPM
Allan McRae
2011-07-02
Prefix alpm_loglevel_t members with ALPM
Allan McRae
2011-06-30
Make alpm_db_get_sigverify_level() public
Dan McGee
2011-06-30
Add an alpm_db_get_valid() public function
Dan McGee
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
2011-06-28
Rename pmdb_t to alpm_db_t
Allan McRae
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
2011-06-24
Make sync DB reading a bit more flexible
Dan McGee
2011-06-24
Don't require a transaction for sync DB updates
Dan McGee
2011-06-24
Add a 'valid' flag to the database object
Dan McGee
2011-06-24
Move database 'version' check to registration time
Dan McGee
2011-06-24
Do database signature checking at load time
Dan McGee
2011-06-24
Prevent segfault when parsing unexpected sync database file
Dan McGee
2011-06-20
Documented purpose of be_*.c
Kerrick Staley
2011-06-14
Ensure handle is valid and pm_errno is reset when calling into API
Dan McGee
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
[next]