1. Apr 30, 2014
  2. Apr 16, 2014
  3. Apr 12, 2014
  4. 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
  5. Mar 27, 2014
  6. Mar 19, 2014
  7. Feb 24, 2014
  8. Feb 17, 2014
  9. Feb 03, 2014
  10. Nov 05, 2013
  11. Oct 07, 2013
  12. 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
  13. Sep 26, 2013
  14. Sep 22, 2013
  15. Aug 08, 2013
  16. Jul 30, 2013
  17. Jun 30, 2013
  18. Jun 28, 2013
  19. Jun 22, 2013
  20. Jun 12, 2013
  21. Apr 26, 2013
  22. Apr 20, 2013
  23. Mar 05, 2013