Skip to content
Snippets Groups Projects
  1. Dec 18, 2007
  2. Dec 17, 2007
    • Kevin P. Fleming's avatar
      Merged revisions 93180 via svnmerge from · 100ef27a
      Kevin P. Fleming authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
      r93180 | kpfleming | 2007-12-16 22:44:51 -0800 (Sun, 16 Dec 2007) | 23 lines
      
      In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,
      rizzo brought up some issues related to the way that the metadata required
      for menuselect and the rest of the build system is extracted from the source
      files. Since I had a few hours to kill on an airplane today, I decided to
      improve this situation... so now the system caches the extracted metadata
      and uses it to build the menuselect 'tree' as much as it can. The result
      of this is that when a single source file is changed, only the metadata for
      that file needs to be extracted again, and the rest is used from the cache
      files. I also reduced the number of forked processes required to do the
      metadata extraction; it was actually possible to do most of what we needed
      in the Makefiles themselves without using any shell scripts at all! On my
      laptop, these changes resulted in an 80% decrease in the time required
      for the 'menuselect.makeopts' automatic check to occur after editing a single
      source file.
      
      While doing this work I also cleaned up a few minor things in the Makefiles,
      adding a check for 'awk' to the configure script and changed all remaining
      places we use 'grep' or 'awk' to use the ones found by the configure script,
      and changed the 'prep_tarball' script to build the menuselect metadata so
      that tarballs of Asterisk will include it and won't require the user to
      wait while it is extracted after unpacking.
      
      
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93184 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      100ef27a
  3. Dec 10, 2007
  4. Dec 09, 2007
  5. Nov 20, 2007
  6. Nov 17, 2007
  7. Nov 05, 2007
  8. Oct 29, 2007
  9. Apr 06, 2007
    • Russell Bryant's avatar
      Merged revisions 60603 via svnmerge from · 0a9750ef
      Russell Bryant authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
      r60603 | russell | 2007-04-06 15:58:43 -0500 (Fri, 06 Apr 2007) | 13 lines
      
      To be able to achieve the things that we would like to achieve with the
      Asterisk GUI project, we need a fully functional HTTP interface with access
      to the Asterisk manager interface.  One of the things that was intended to be
      a part of this system, but was never actually implemented, was the ability for
      the GUI to be able to upload files to Asterisk.  So, this commit adds this in
      the most minimally invasive way that we could come up with.
      
      A lot of work on minimime was done by Steve Murphy.  He fixed a lot of bugs in
      the parser, and updated it to be thread-safe.  The ability to check
      permissions of active manager sessions was added by Dwayne Hubbard.  Then,
      hacking this all together and do doing the modifications necessary to the HTTP
      interface was done by me.
      
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@60604 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      0a9750ef
  10. Feb 22, 2007
  11. Dec 16, 2006
  12. Sep 29, 2006
  13. Sep 18, 2006
  14. Sep 09, 2006
  15. Aug 26, 2006
  16. Aug 21, 2006
  17. Jul 15, 2006
  18. Jul 06, 2006
  19. Jun 24, 2006
Loading