Skip to content
  1. Jun 30, 2008
    • Daniel Stenberg's avatar
      - As was pointed out to me by Andreas Schuldei, the MAXHOSTNAMELEN define is · 67f139e0
      Daniel Stenberg authored
        not posix or anything and thus c-ares failed to build on hurd (and possibly
        elsewhere). The define was also somewhat artificially used in the windows
        port. Now, I instead rewrote the use of gethostbyname to enlarge the host
        name buffer in case of need and totally avoid the use of the MAXHOSTNAMELEN
        define. I thus also removed the defien from the namser.h file where it was
        once added for the windows build.
      
        I also fixed init_by_defaults() function to not leak memory in case if
        error.
      67f139e0
    • Daniel Stenberg's avatar
      minor language fix · 654f0473
      Daniel Stenberg authored
      654f0473
  2. Jun 29, 2008
  3. Jun 26, 2008
  4. Jun 24, 2008
  5. Jun 22, 2008
  6. Jun 21, 2008
  7. Jun 20, 2008
  8. Jun 19, 2008
  9. Jun 18, 2008
  10. Jun 13, 2008
  11. Jun 12, 2008
  12. Jun 11, 2008
  13. Jun 10, 2008