Commit Graph

9732 Commits (794d34f90c3bc38cc9225ec719b15b7f1e442ddc)
 

Author SHA1 Message Date
Joshua Colp 432e19f2b7 Sorry, but this does not resemble malloc... so GCC was ignoring the attribute and throwing a warning.
19 years ago
Joshua Colp 39e32eb6cf Fix up the props a bit
19 years ago
Matt O'Gorman 30c153cffa Merged revisions 40798 via svnmerge from
19 years ago
Kevin P. Fleming 26fa229138 restore 'preload' functionality in loader
19 years ago
Kevin P. Fleming a87f710062 oops... missed one
19 years ago
Kevin P. Fleming 90b0c32c71 another variable to clear out before configuring mxml
19 years ago
Kevin P. Fleming a394f4ad64 use a customized configure macro to tell the script that uCLinux does not have fork() that works
19 years ago
Kevin P. Fleming ca0a1d3842 don't initialize global variables list twice
19 years ago
Kevin P. Fleming 6cd063c74d use new configure-provided wrappers for attributes
19 years ago
Kevin P. Fleming 61755115c2 restore printing of module name during loading
19 years ago
Russell Bryant 283bcf4c9f - simplify and improve astmm by using thread storage instead of a dynamic
19 years ago
Russell Bryant 389c605a67 - use the atomic operations for incrementing the unique int
19 years ago
Joshua Colp 1c182a606a Allow an offset for SIP_HEADER so you can get more then 1 header of the same name if they exist. Why someone would want to grab something like Via headers from dialplan I don't exactly know, but okay. (issue #7563 reported by Corydon76)
19 years ago
Russell Bryant 5d3869a1c8 various cleanups, including ...
19 years ago
Russell Bryant d030102eed - use a common error message in all of the memory allocation macros
19 years ago
Kevin P. Fleming 53b1c97c9a build muted by default, since there is no Makefile target for it anymore
19 years ago
Kevin P. Fleming 5b03b3449b use a safer process for checking if a module wants to export symbols into the global namespace
19 years ago
Kevin P. Fleming ff74cbc116 replace a couple of bare 'make' with $(MAKE)
19 years ago
Kevin P. Fleming e288ef135e swap module macro arguments to proper order
19 years ago
Jason Parker 79dca5ef75 Fix a potential integer signedness problem.
19 years ago
Kevin P. Fleming e044e852c6 ensure that 'make' after 'svn update' that includes a configure script change won't run without making the user run configure first
19 years ago
Kevin P. Fleming f3c518a70f don't declare these variables unless needed
19 years ago
Kevin P. Fleming b1288df748 document Makefile target changes
19 years ago
Kevin P. Fleming 94302c792a could have sworn i committed this change already...
19 years ago
Kevin P. Fleming ca6ee66c60 main subdirectory is not dependencies for menuselect input
19 years ago
Kevin P. Fleming f62099a4dd oops... no pattern rules for bison/flex
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Tilghman Lesher f60ada0be2 Merged revisions 40692 via svnmerge from
19 years ago
Jason Parker d371de5bf6 This is just step 1 in taking over the world.
19 years ago
Tilghman Lesher 6fec811743 Convert func_odbc to use the prepare_and_execute callback, which helps with a database reconnection issue (bug 7693)
19 years ago
Joshua Colp 2dc0692e86 Blocked revisions 40601 via svnmerge
19 years ago
Jason Parker c12f6bcdd4 Converted device2str and control2str to use thread local storage.
19 years ago
Joshua Colp d5152177f3 Properly check to see if parkingnum is a number (issue #7762 reported by robf)
19 years ago
Joshua Colp 60cf653dde kpfleming didn't break trunk, it was the aliens. (fix it so that the Makefile references the new name for the XML tree, menuselect-tree)
19 years ago
Jason Parker 6e140aae84 Make the CIPC device string useful
19 years ago
Jason Parker 1bacbd54f4 Fix minor display issues in "skinny show devices".
19 years ago
Kevin P. Fleming fd0ac387a9 deprecate chan_agent callback mode
19 years ago
Russell Bryant a583f314dc suppress warnings introduced by putting states in an enum
19 years ago
Jason Parker 81fa4bcf40 Blocking 1.2 rev 40446 from merging to trunk
19 years ago
Jason Parker 7c05e6478d Fix a bug with app_voicemail when trying to use app_directory to leave messages
19 years ago
Russell Bryant 5dc72404ab convert lists of constants in channel.h to enums instead of #defines
19 years ago
Joshua Colp 590591c16e Make a zttest of 20 seconds part of the autosupport script (issue #7752 reported by kshumard)
19 years ago
Kevin P. Fleming 749cd217c3 Merged revisions 40392 via svnmerge from
19 years ago
Steve Murphy 3607ab46c2 Updated this as per wishes of Kevin Fleming. Needs review. Any mistakes/misconceptions/glaring errors?
19 years ago
Matt O'Gorman a95851978b updating configure script and putting comments in the docs
19 years ago
Matt O'Gorman 57ee805062 changes to configure to support older c-client than the
19 years ago
Joshua Colp ecb907e010 Use OSAtomicAdd instead of OSAtomicDecrement to decrement the value by 1.
19 years ago
Russell Bryant 4879edbcc1 update configure script to reflect change to make version check
19 years ago
Russell Bryant 98e1cbb957 a lot of systems use GNU Make 3.81beta4, so only consider the first two characters
19 years ago
Russell Bryant a8272afb1f fix the use of an uninitialized variable (issue #7746, pointed out by garyhai)
19 years ago