2013-11-21 |
Michael Schroeder | support DELTA_LOCATION_BASE for completeness... |
tree | commitdiff |
2013-11-18 |
Michael Schroeder | rename repo_find_pubkeys to repo_find_all_pubkeys,... |
tree | commitdiff |
2013-11-18 |
Michael Schroeder | split repo_find_pubkeys from repo_verify_sigdata |
tree | commitdiff |
2013-11-14 |
Michael Schroeder | Create a real type for a checksum handle |
tree | commitdiff |
2013-10-30 |
Michael Schroeder | make keyid of master key available in subkeys |
tree | commitdiff |
2013-10-30 |
Michael Schroeder | solvsig_verify: error out early if the checksum is... |
tree | commitdiff |
2013-10-29 |
Michael Schroeder | repo_add_keydir: put flags last (as with the other... |
tree | commitdiff |
2013-10-29 |
Michael Schroeder | delete solv_verify_sig, sort keys in verify |
tree | commitdiff |
2013-10-29 |
Michael Schroeder | refactor a bit, add some comments |
tree | commitdiff |
2013-10-28 |
Michael Schroeder | support ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_... |
tree | commitdiff |
2013-10-28 |
Michael Schroeder | add repo_add_keyring() and repo_add_keydir() functions |
tree | commitdiff |
2013-10-25 |
Michael Schroeder | add repo_verify_sigdata, refactor solv_parse_sig into... |
tree | commitdiff |
2013-10-23 |
Michael Schroeder | cosmetic sigpkg -> sigpkt, clone the hash before finish... |
tree | commitdiff |
2013-10-18 |
Michael Schroeder | support :any in testcases |
tree | commitdiff |
2013-10-18 |
Michael Schroeder | small improvement in :any parsing |
tree | commitdiff |
2013-10-18 |
Michael Schroeder | support debian multiarch annotation |
tree | commitdiff |
2013-10-16 |
Michael Schroeder | remove trailing whitespace |
tree | commitdiff |
2013-10-16 |
Michael Schroeder | add repo_autopattern (SUSE only for now) |
tree | commitdiff |
2013-10-15 |
Michael Schroeder | remove obsolete DISTPRODUCT/DISTVERSION parsing |
tree | commitdiff |
2013-10-15 |
Michael Schroeder | remove obsolete states, add support for product type... |
tree | commitdiff |
2013-10-09 |
Michael Schroeder | add repo_appdata to parse AppStream's appdata files |
tree | commitdiff |
2013-10-08 |
Michael Andres | fix installation of header files |
tree | commitdiff |
2013-10-04 |
Ingo Weinhold | repo_haiku: /boot/common no longer exists |
tree | commitdiff |
2013-09-23 |
Michael Schroeder | include repo_pubkey.h in repo_pubkey.c |
tree | commitdiff |
2013-09-20 |
Michael Schroeder | split DEP_PRE into DEP_PRE_IN and DEP_PRE_UN |
tree | commitdiff |
2013-08-23 |
Michael Schroeder | create a copy of the sig data so that it can be freed... |
tree | commitdiff |
2013-08-23 |
Michael Schroeder | refactor a bit |
tree | commitdiff |
2013-08-23 |
Michael Schroeder | solv_parse_sig: clear return values at the beginning |
tree | commitdiff |
2013-08-23 |
Michael Schroeder | refactor, add experimental solv_parse_sig and solv_veri... |
tree | commitdiff |
2013-08-23 |
Michael Schroeder | constify solv_pgpvrfy |
tree | commitdiff |
2013-08-23 |
Michael Schroeder | cosmetics: change comments |
tree | commitdiff |
2013-08-23 |
Michael Schroeder | refactor a bit |
tree | commitdiff |
2013-08-23 |
Michael Schroeder | make unarmor() more flexible, make sure pgp mpis are... |
tree | commitdiff |
2013-07-26 |
Michael Schroeder | cleanup solv_pgpvrfy a bit |
tree | commitdiff |
2013-07-25 |
Michael Schroeder | treat v4 self-sig without key expires as unlimited... |
tree | commitdiff |
2013-07-25 |
Michael Schroeder | get rid of a (wrong) gcc warning |
tree | commitdiff |
2013-07-25 |
Michael Schroeder | rename rpmdb_pubkey to pubkey |
tree | commitdiff |
2013-07-25 |
Michael Schroeder | repo_rpmdb_pubkey: collect signatures into flexarray... |
tree | commitdiff |
2013-07-25 |
Michael Schroeder | add slow but small dsa/rsa implementation |
tree | commitdiff |
2013-07-25 |
Michael Schroeder | Merge pull request #36 from scarabeusiv/master |
tree | commitdiff |
2013-07-24 |
Tomas Chvatal | Respect LDFLAGS on one more instance |
tree | commitdiff |
2013-07-12 |
Michael Schroeder | refactor a bit, no functional changes |
tree | commitdiff |
2013-07-10 |
Michael Schroeder | fix copy/paste bug in repo_rpmdb_pubkey.c |
tree | commitdiff |
2013-07-05 |
Michael Schroeder | fix testcase handling of haiku's compat deps |
tree | commitdiff |
2013-07-04 |
Michael Schroeder | be more tolerant about bad xml: an empty epoch attribut... |
tree | commitdiff |
2013-07-01 |
Michael Schroeder | support haiku's compat deps in the testcase parser |
tree | commitdiff |
2013-07-01 |
Michael Schroeder | repo_updateinfoxml: rename datanum to handle |
tree | commitdiff |
2013-06-26 |
Michael Schroeder | delete stray comment |
tree | commitdiff |
2013-06-17 |
Ingo Weinhold | repo_haiku: Translate B_PACKAGE_ARCHITECTURE_SOURCE... |
tree | commitdiff |
2013-06-13 |
Michael Schroeder | fix archpolicy handling of '>' |
tree | commitdiff |
2013-06-11 |
Michael Schroeder | make license/group a poolstr array for archlinux |
tree | commitdiff |
2013-06-07 |
Michael Schroeder | make REPOSITORY_REVISION a simple string |
tree | commitdiff |
2013-06-07 |
Michael Schroeder | fix indent |
tree | commitdiff |
2013-06-07 |
Michael Schroeder | make SOLVABLE_LICENSE also use a poolstr |
tree | commitdiff |
2013-06-04 |
Michael Schroeder | add POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the... |
tree | commitdiff |
2013-06-03 |
Michael Schroeder | add POOL_FLAG_ADDFILEPROVIDESFILTERED option to make... |
tree | commitdiff |
2013-05-31 |
Michael Schroeder | Merge pull request #31 from zde/master |
tree | commitdiff |
2013-05-29 |
Zdenek Pavlas | repo_rpmmd: Parse optional baseurl. |
tree | commitdiff |
2013-05-06 |
Michael Schroeder | add utf8 helpers to util.c |
tree | commitdiff |
2013-05-03 |
Michael Schroeder | fix iso-8859-1 to utf8 transcoding bug |
tree | commitdiff |
2013-04-26 |
Michael Schroeder | bring libsolv in line with currrent rpm's multiversion... |
tree | commitdiff |
2013-04-25 |
Michael Schroeder | support 64bit filesizes in rpm adddudata() |
tree | commitdiff |
2013-04-24 |
Michael Schroeder | add_rpmdb: copy solvables a bit faster |
tree | commitdiff |
2013-04-23 |
Michael Schroeder | add repodata_translate_id to get rid of some "implement... |
tree | commitdiff |
2013-04-23 |
Michael Schroeder | add repo_add_rpmdb_reffp to easily add rpmdb content... |
tree | commitdiff |
2013-04-22 |
Michael Schroeder | small cleanup in id2str |
tree | commitdiff |
2013-04-19 |
Michael Schroeder | rpmdb_pubkey: more bounds checking |
tree | commitdiff |
2013-04-19 |
Michael Schroeder | Merge pull request #29 from weinhold/upstream |
tree | commitdiff |
2013-04-18 |
Ingo Weinhold | Haiku: The notation for the pre-release version part... |
tree | commitdiff |
2013-04-18 |
Ingo Weinhold | repo_haiku: get rid of haiku_version_to_string() |
tree | commitdiff |
2013-04-17 |
Michael Schroeder | repo_haiku: do not use ":" for an empty epoch |
tree | commitdiff |
2013-04-17 |
Michael Schroeder | treat overlong utf8 sequences as error |
tree | commitdiff |
2013-04-17 |
Michael Schroeder | make sure releases start numeric for haiku |
tree | commitdiff |
2013-04-16 |
Michael Schroeder | Merge pull request #28 from weinhold/upstream |
tree | commitdiff |
2013-04-16 |
Ingo Weinhold | repo_haiku: add_dependency(): Fix typo |
tree | commitdiff |
2013-04-16 |
Michael Schroeder | switch range->name and range->evr in REL_COMPAT deps... |
tree | commitdiff |
2013-04-16 |
Michael Schroeder | add DISTTYPE_HAIKU, some small fixes |
tree | commitdiff |
2013-04-16 |
Ingo Weinhold | Add Haiku repository support to libsolvext |
tree | commitdiff |
2013-04-16 |
Ingo Weinhold | Use the hidden fopencookie() on Haiku |
tree | commitdiff |
2013-04-15 |
Michael Schroeder | split ugly pubkey handling into separate repo_rpmdb_pub... |
tree | commitdiff |
2013-04-15 |
Michael Schroeder | refactor rpmdb handling to remove some code duplication |
tree | commitdiff |
2013-04-15 |
Michael Schroeder | some other perror->pool_error changes |
tree | commitdiff |
2013-04-15 |
Michael Schroeder | fix repo_add_rpmdb error messages, they should not... |
tree | commitdiff |
2013-04-15 |
Michael Schroeder | convert perror() and fprintf() calls to pool_error() |
tree | commitdiff |
2013-04-15 |
Michael Schroeder | add pool parameter to rpm_state_create so that we can... |
tree | commitdiff |
2013-04-15 |
Michael Schroeder | also check repodata in fileconflicts precheck code |
tree | commitdiff |
2013-04-15 |
Michael Schroeder | also use prechecking for non-aliased mode |
tree | commitdiff |
2013-04-12 |
Michael Schroeder | cleanup code a bit |
tree | commitdiff |
2013-04-12 |
Michael Schroeder | fix two small bugs |
tree | commitdiff |
2013-04-12 |
Michael Schroeder | support checking for directory aliases when searching... |
tree | commitdiff |
2013-04-12 |
Michael Schroeder | fix error handling in rpm_byrpmdbid |
tree | commitdiff |
2013-04-11 |
Michael Schroeder | small fixes |
tree | commitdiff |
2013-04-11 |
Michael Schroeder | more speed: read all packages just once in 3rd pass |
tree | commitdiff |
2013-04-11 |
Michael Schroeder | add extra flag paramter to find_fileconflicts |
tree | commitdiff |
2013-04-10 |
Michael Schroeder | three missed dig->pubkey => digpubkey changes |
tree | commitdiff |
2013-04-10 |
Michael Schroeder | improve iterate_filelist, it now calls the callback... |
tree | commitdiff |
2013-04-10 |
Michael Schroeder | remove dead code |
tree | commitdiff |
2013-04-10 |
Michael Schroeder | use pgpDigGetParams() if available |
tree | commitdiff |
2013-04-10 |
Michael Schroeder | Reimplement state handling in rpm_by functions |
tree | commitdiff |
2013-04-10 |
Michael Schroeder | refactor: split off openpkgdb() |
tree | commitdiff |
next |