Skip to content
Snippets Groups Projects
  1. Apr 30, 2014
  2. Apr 28, 2014
  3. Apr 27, 2014
    • Lukas Fleischer's avatar
      Add a version tag to RPC replies · e50f3526
      Lukas Fleischer authored
      
      This is needed for clients to quickly differentiate between different
      versions of the RPC API. The version number should be bumped whenever
      there is a change that breaks backwards compatibility.
      
      Signed-off-by: default avatarLukas Fleischer <archlinux@cryptocrack.de>
      e50f3526
    • Lukas Fleischer's avatar
      Add more fields to RPC info replies · eb6cf1fa
      Lukas Fleischer authored
      
      This patch adds the following fields to info and multiinfo replies:
      
      * Depends
      * MakeDepends
      * CheckDepends
      * OptDepends
      * Conflicts
      * Provides
      * Replaces
      * Groups
      * License
      
      Each of these fields is an array.
      
      Note that since collecting all these fields is CPU-intensive, they are
      not included in replies to search queries.
      
      Signed-off-by: default avatarLukas Fleischer <archlinux@cryptocrack.de>
      eb6cf1fa
    • Lukas Fleischer's avatar
      Fix the RPC interface · b384f32f
      Lukas Fleischer authored
      
      * Fix the SQL query to conform to the new database layout.
      
      * Remove the license field from replies. The license field is now stored
        in a separate table and no longer returned on search queries.
      
      * Add a "PackageBase" field that contains the name of the package base
        of every package in the result.
      
      * Fix the source tarball URL. The URL is now built based on the package
        base name instead of the package name.
      
      Signed-off-by: default avatarLukas Fleischer <archlinux@cryptocrack.de>
      b384f32f
  4. Apr 26, 2014
  5. Apr 19, 2014
  6. Apr 18, 2014
  7. Apr 17, 2014
  8. Apr 06, 2014
  9. Apr 05, 2014
Loading