Skip to content
Snippets Groups Projects
  1. Apr 13, 2015
    • Corey Farrell's avatar
      Optional API: Fix handling of sources that are both provider and user. · fbc8ddfe
      Corey Farrell authored
      OPTIONAL_API has conditionals to define AST_OPTIONAL_API and
      AST_OPTIONAL_API_ATTR differently based on if AST_API_MODULE is defined.
      Unfortunately this is inside the include protection block, so only the
      first status of AST_API_MODULE is respected.  For example res_monitor
      is an optional API provider, but uses func_periodic_hook.  This makes
      func_periodic_hook non-optional to res_monitor.
      
      This changes optional_api.h so that AST_OPTIONAL_API and
      AST_OPTIONAL_API_ATTR is redefined every time the header is included.
      
      ASTERISK-17608 #close
      Reported by: Warren Selby
      
      Change-Id: I8fcf2a5e7b481893e17484ecde4f172c9ffb5679
      fbc8ddfe
  2. Apr 12, 2015
    • Matt Jordan's avatar
      Merge "main/editline: Add .gitignore." · 1174ef58
      Matt Jordan authored
      1174ef58
    • Corey Farrell's avatar
      main/editline: Add .gitignore. · 5d34bce6
      Corey Farrell authored
      This patch adds a .gitignore for main/editline to ignore all build results.
      
      Change-Id: I68c7bf375ea46282689e5a706534b69fca233b5d
      5d34bce6
    • Matt Jordan's avatar
      .gitignore: Ignore tarballs (*.gz) · d6605b3c
      Matt Jordan authored
      This patch updates the root .gitignore file to ignore files with a .gz
      extension. This will cause git to ignore downloaded sound tarballs in
      the the sounds/ directory.
      
      Change-Id: Ie84f085cc0fa51262209e7bfc1b1ba8c04a1ef59
      d6605b3c
    • George Joseph's avatar
      Add .gitignore and .gitreview files · b35e184d
      George Joseph authored
      Add the .gitignore and .gitreview files to the asterisk repo.
      
      NB:  You can add local ignores to the .git/info/exclude file
      without having to do a commit.
      
      Common ignore patterns are in the top-level .gitignore file.
      Subdirectory-specific ignore patterns are in their own .gitignore
      files.
      
      Change-Id: I842a1588ff27d8a0189f12d597f0a7af033d6c69
      Tested-by: George Joseph
      b35e184d
  3. Apr 11, 2015
  4. Apr 10, 2015
  5. Apr 09, 2015
  6. Apr 08, 2015
  7. Apr 07, 2015
Loading