Skip to content
Snippets Groups Projects
  1. Aug 08, 2008
  2. Aug 03, 2008
  3. Jul 30, 2008
  4. Jul 28, 2008
    • Mark Michelson's avatar
      This commit compensates for buggy poll(2) · 99db9f65
      Mark Michelson authored
      implementations. Asterisk has, for a long time,
      had its own implementation of poll(2) which
      just used the input arguments to call select(2).
      In 1.4, this internal implementation was used
      for Darwin systems. This was removed in Asterisk
      trunk at some point, but it seems as though this
      was not the right move to make.
      
      On Mac OS X, it appears as though the poll used
      to gather CLI input does not respond properly
      when connecting via a remote Asterisk console.
      Reverting to the use of Asterisk's poll fixed
      the issue.
      
      Also, there is now an option for the configure
      script, --enable-internal-poll, which will allow
      for anyone to use Asterisk's internal poll
      implementation in case they suspect that their
      system's poll implementation is buggy.
      
      closes issue #11928)
      Reported by: adriavidal
      Patches:
            1.6.0-configurev2.patch uploaded by putnopvut (license 60)
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134125 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      99db9f65
  5. Jul 22, 2008
  6. Jul 21, 2008
  7. Jul 11, 2008
  8. Jul 03, 2008
  9. Jul 01, 2008
  10. Jun 29, 2008
  11. Jun 28, 2008
  12. Jun 25, 2008
  13. Jun 19, 2008
  14. Jun 12, 2008
  15. Jun 10, 2008
  16. Jun 02, 2008
  17. May 11, 2008
  18. May 09, 2008
  19. May 06, 2008
  20. May 05, 2008
  21. May 02, 2008
  22. May 01, 2008
  23. Apr 28, 2008
  24. Apr 27, 2008
  25. Mar 18, 2008
  26. Mar 17, 2008
  27. Mar 11, 2008
  28. Feb 22, 2008
  29. Feb 21, 2008
  30. Feb 19, 2008
  31. Feb 15, 2008
  32. Feb 14, 2008
Loading