1. 24 Sep, 2014 2 commits
  2. 29 Aug, 2014 2 commits
  3. 26 Aug, 2014 1 commit
  4. 07 Feb, 2014 1 commit
  5. 23 Jan, 2014 1 commit
  6. 13 Jan, 2014 1 commit
  7. 28 Nov, 2013 1 commit
  8. 21 Oct, 2013 2 commits
  9. 19 Oct, 2013 1 commit
  10. 02 Oct, 2013 1 commit
  11. 27 Sep, 2013 1 commit
  12. 05 Sep, 2013 1 commit
  13. 04 Sep, 2013 1 commit
  14. 04 Aug, 2013 1 commit
  15. 03 Aug, 2013 1 commit
  16. 29 Jul, 2013 2 commits
  17. 28 Jul, 2013 2 commits
  18. 11 Feb, 2012 1 commit
  19. 29 Jan, 2011 1 commit
  20. 21 Jan, 2011 2 commits
  21. 04 Jan, 2010 1 commit
  22. 01 Jan, 2010 1 commit
  23. 26 Dec, 2009 1 commit
  24. 02 Dec, 2009 1 commit
  25. 13 Nov, 2009 1 commit
  26. 11 Oct, 2009 1 commit
    • Max Kellermann's avatar
      input_stream: use "goffset" instead of "off_t" · 727c301f
      Max Kellermann authored
      The "off_t" type may change when you enable or disable large file
      support on 32 bit platforms.  This caused severe ABI problems within
      MPD when we enabled LFS for the first time: two sources included
      config.h and sys/types.h in different order, and had different off_t
      sizes - leading to memory corruption because of ABI incompatibility.
      This patch attempts to get rid of all public "off_t" uses: it removes
      "off_t" from the input_stream ABI/API, and switches to GLib's 64 bit
      "goffset" type.  This may hurt 32 bit embedded platforms a tiny bit,
      but that's not even measurable.
      727c301f
  27. 26 Aug, 2009 1 commit