Skip to content
Snippets Groups Projects
  1. Jan 11, 2010
  2. Jan 10, 2010
  3. Dec 10, 2009
  4. Nov 03, 2009
  5. Oct 27, 2009
  6. Oct 23, 2009
  7. Oct 22, 2009
  8. Sep 24, 2009
  9. Aug 30, 2009
  10. Aug 28, 2009
  11. Aug 25, 2009
  12. Aug 04, 2009
  13. Aug 01, 2009
  14. Jul 27, 2009
  15. Jul 21, 2009
    • Kevin P. Fleming's avatar
      Merged revisions 207647 via svnmerge from · 96e4e31e
      Kevin P. Fleming authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
        r207647 | kpfleming | 2009-07-21 08:04:44 -0500 (Tue, 21 Jul 2009) | 12 lines
        
        Ensure that user-provided CFLAGS and LDFLAGS are honored.
        
        This commit changes the build system so that user-provided flags (in ASTCFLAGS
        and ASTLDFLAGS) are supplied to the compiler/linker *after* all flags provided
        by the build system itself, so that the user can effectively override the
        build system's flags if desired. In addition, ASTCFLAGS and ASTLDFLAGS can now
        be provided *either* in the environment before running 'make', or as variable
        assignments on the 'make' command line. As a result, the use of COPTS and LDOPTS
        is no longer necessary, so they are no longer documented, but are still supported
        so as not to break existing build systems that supply them when building Asterisk.
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@207680 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      96e4e31e
  16. Jun 30, 2009
  17. Jun 26, 2009
    • Russell Bryant's avatar
      Merge the new Channel Event Logging (CEL) subsystem. · 0264eef1
      Russell Bryant authored
      CEL is the new system for logging channel events.  This was inspired after
      facing many problems trying to represent what is possible to happen to a call
      in Asterisk using CDR records.  For more information on CEL, see the built in
      HTML or PDF documentation generated from the files in doc/tex/.
      
      Many thanks to Steve Murphy (murf) and Brian Degenhardt (bmd) for their hard
      work developing this code.  Also, thanks to Matt Nicholson (mnicholson) and
      Sean Bright (seanbright) for their assistance in the final push to get this
      code ready for Asterisk trunk.
      
      Review: https://reviewboard.asterisk.org/r/239/
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@203638 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      0264eef1
  18. Jun 16, 2009
  19. Jun 15, 2009
    • Kevin P. Fleming's avatar
      Redesigned 'optional API' support. · 6c598781
      Kevin P. Fleming authored
      This patch provides a new implementation of the optional API support defined
      in asterisk/optional_api.h; this new version provides solves compatibility
      issues with the use of linker version scripts for suppressing global symbols.
      In addition, there is now a functional (and tested!) implementation for Mac OS/X,
      so module writers no longer need to use special tests before calling optional
      API functions. All future implementations must provide these same semantics,
      so that module writers can rely on them.
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@200519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      6c598781
  20. Jun 09, 2009
  21. Jun 06, 2009
  22. May 29, 2009
  23. May 27, 2009
  24. May 16, 2009
    • Eliel C. Sardanons's avatar
      Allow to include sections of other parts of the xml documentation. · 2f996a3a
      Eliel C. Sardanons authored
      Avoid duplicating xml documentation by allowing to include other parts of
      the xml documentation using XInclude.
      Example:
         <xi:include xpointer="xpointer(/docs/function[@name='CHANNEL']/synopsis)" />
      (Insert this line to include the synopsis of the CHANNEL function xml
      documentation).
      
      It is also possible to include documentation from other files in the
      'documentation/' directory using the href="" attribute inside a xinclude
      element.
      
      (closes issue #15107)
      Reported by: lmadsen
      
      (issue #14444)
      Reported by: ewieling
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@194982 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      2f996a3a
  25. May 03, 2009
  26. Apr 28, 2009
  27. Apr 08, 2009
  28. Mar 05, 2009
  29. Feb 21, 2009
  30. Jan 13, 2009
  31. Nov 29, 2008
    • Kevin P. Fleming's avatar
      incorporates r159808 from branches/1.4: · 887e28d7
      Kevin P. Fleming authored
      ------------------------------------------------------------------------
      r159808 | kpfleming | 2008-11-29 10:58:29 -0600 (Sat, 29 Nov 2008) | 7 lines
      
      update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors
      
      since this branch already had some printf format attributes, enable checking for them and tag functions that didn't have them
      
      format attributes in a consistent way
      
      
      ------------------------------------------------------------------------
      
      in addition:
      
      move some format attributes from main/utils.c to the header files they belong in, and fix up references to the relevant functions based on new compiler warnings
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@159818 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      887e28d7
    • Kevin P. Fleming's avatar
      we can now build with -Wformat=2, which found a couple of real bugs · 9a7c28cd
      Kevin P. Fleming authored
      because SPRINTF() use non-literal format strings (which cannot be checked), move it into its own module so the rest of func_strings can benefit from format string checking
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@159774 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      9a7c28cd
  32. Nov 19, 2008
Loading