Skip to content
Snippets Groups Projects
  1. Apr 24, 2015
  2. Apr 22, 2015
    • Alex Dowad's avatar
      print.c: provide more detailed error messages if retrieving a package fails · 74dc8e23
      Alex Dowad authored
      fetch_maperror() translates error codes returned by libfetch to our error
      codes. Handle those in apk_error_str(), returning error messages which
      advise the user of the most likely fix.
      
      A custom error code, EAPKSTALEINDEX, has been added for cases where
      retrieving a package fails due to a HTTP error 404 or similar.
      
      [TimoT: add also EAPKBADURL, as well as organize a bit better where the
      EAPKSTALEINDEX is generated]
      74dc8e23
    • Alex Dowad's avatar
      io: fix compiler error by including stdint.h · be31eb24
      Alex Dowad authored
      According to the C standards, uint32_t is defined in stdint.h.
      Presumably apk is usually built against C libraries where
      stdint.h is indirectly included through another header file,
      but this isn't the case with the version of glibc which I am using.
      be31eb24
  3. Apr 17, 2015
  4. Apr 13, 2015
  5. Apr 10, 2015
  6. Apr 08, 2015
  7. Apr 07, 2015
  8. Mar 11, 2015
  9. Mar 10, 2015
  10. Feb 04, 2015
  11. Jan 30, 2015
  12. Dec 08, 2014
  13. Nov 03, 2014
  14. Nov 01, 2014
Loading