1. Aug 18, 2014
    • Micha Lenk's avatar
      Add support for "oldie" kernels · 9065a97f
      Micha Lenk authored
      Older Linux kernels do not support the close-on-exec feature.
      On these kernels the function inotify_init1() and the macros
      O_CLOEXEC and IN_CLOEXEC are not available.
      
      This is a fix for issue #24.
      9065a97f
  2. Apr 30, 2014
  3. Apr 27, 2014
  4. Apr 16, 2014
  5. Apr 12, 2014
  6. Apr 03, 2014
    • Ewald Dieterich's avatar
      raise log level to error for unexpected backend response · 6c6aac53
      Ewald Dieterich authored
      It's important to know if the backend server doesn't respond according to
      the pattern "HTTP/1.1 ###*" (eg. "HTTP/1.0 503 ..." if there is a problem
      with the Exchange server name in the request). So raised the log level for
      the corresponding message from info to error.
      6c6aac53
  7. Mar 27, 2014
  8. Mar 19, 2014
  9. Feb 24, 2014
  10. Feb 17, 2014
  11. Feb 03, 2014
  12. Nov 05, 2013
  13. Oct 07, 2013
  14. Oct 06, 2013
    • Micha Lenk's avatar
      Update documentation regarding issue #2 · d0dbe92b
      Micha Lenk authored
      d0dbe92b
    • Micha Lenk's avatar
      Fix APR format strings for use on 64 bit systems · 752fdc33
      Micha Lenk authored
      APR's implementation of format strings does not support %llu on 64 bit systems.
      But apparently using %lu works equally well without any need for type casts.
      
      Also APR's implementation does not support %p properly. Up to now we resorted
      to using %x and casting the pointer to an unsigned int. On 64 bit systems would
      only output 32 bit of the pointer address. This is fixed by using %pp
      (apparently the APR replacement for %p).
      
      Fixes #2
      752fdc33
  15. Sep 26, 2013
  16. Sep 22, 2013
  17. Aug 08, 2013
  18. Jul 30, 2013
  19. Jun 30, 2013
  20. Jun 28, 2013
  21. Jun 22, 2013
  22. Jun 12, 2013
  23. Apr 26, 2013
  24. Apr 20, 2013