summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_sync.c
Commit message (Expand)AuthorAge
...
* Minor optimization on likely sync package lookupDan McGee2012-01-02
* Only compile delta regex onceDan McGee2012-01-02
* include config.h via MakefilesDave Reisner2011-12-21
* Add helper method for creating and opening archive objectDan McGee2011-11-16
* Convert package and database archive reads to use file descriptorsDan McGee2011-11-01
* Introduce ALPM_BUFFER_SIZE constantDan McGee2011-10-27
* Refactor download payload reset and freeDan McGee2011-09-28
* be_sync: fetch only entry mode, not full stat structDan McGee2011-09-27
* Ensure database validity flags are set in invalid signature caseDan McGee2011-09-22
* signing: add a process and retry loop for database signaturesDan McGee2011-09-20
* Allow our PGP helper method to pass back the signature resultsDan McGee2011-09-20
* Clean up handling of size fieldsDan McGee2011-09-02
* Parse > 2GiB file sizes correctlyDan McGee2011-08-29
* Database read optimizationsDan McGee2011-08-28
* be_sync.c: Fix memory leak in alpm_db_update()Lukas Fleischer2011-08-28
* Remove argument from check_pgp_helperDan McGee2011-08-25
* Remove alpm_option_get_* usage from backendDan McGee2011-08-19
* dload: add 'unlink_on_fail' to payload structDave Reisner2011-08-19
* Enhance and utilize database status flagsDan McGee2011-08-18
* Only check necessary signatures and checksumsDan McGee2011-08-15
* Parse conflicts/provides/replaces at database load timeDan McGee2011-08-15
* Load and allow access to sha256sumDan McGee2011-08-15
* Don't trim whitespace when reading database entriesDan McGee2011-08-02
* Clean up my debug logger messDan McGee2011-07-19
* Fix test suite when GPGME is disabledDan McGee2011-07-18
* absorb some _alpm_download params into payload structDave Reisner2011-07-05
* lib/dload: prevent large file attacksDave Reisner2011-07-05
* dload: handle irregular URLsDave Reisner2011-07-05
* Allow invalid sync DBs to be returned by the libraryDan McGee2011-07-05
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Merge remote-tracking branch 'allan/ALPM'Dan McGee2011-07-03
|\
| * Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* | be_sync: make READ_NEXT() a no-arg macroDan McGee2011-07-03
|/
* Make alpm_db_get_sigverify_level() publicDan McGee2011-06-30
* Add an alpm_db_get_valid() public functionDan McGee2011-06-30
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Make sync DB reading a bit more flexibleDan McGee2011-06-24
* Don't require a transaction for sync DB updatesDan McGee2011-06-24
* Add a 'valid' flag to the database objectDan McGee2011-06-24
* Move database 'version' check to registration timeDan McGee2011-06-24
* Do database signature checking at load timeDan McGee2011-06-24
* Prevent segfault when parsing unexpected sync database fileDan McGee2011-06-24
* Documented purpose of be_*.cKerrick Staley2011-06-20
* Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* alpm_db_update(): refactor out sync dir create/checkDan McGee2011-06-13
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13