Commit Graph

8303 Commits (7c6766e67b17febdf43bd2dbf556bb1f6109a669)
 

Author SHA1 Message Date
Russell Bryant 9109371f7d use the INSTALL variable instead of "install" directly
20 years ago
Russell Bryant d9fa5f3c89 change a list traversal to use a for loop
20 years ago
Russell Bryant c7fea723a3 fix the indentation of a large block of code
20 years ago
Russell Bryant 059f0bd108 immediately handle a memory allocation failure so the rest of the function
20 years ago
Russell Bryant d66de679d9 - convert some comments to doxygen format
20 years ago
Christian Richter 835dfe67b3 added an up-queue message mechanism to avoid buffer fillups in the kernel, also changed some strdups to ast_strdupa
20 years ago
Russell Bryant b97d58024e revert the last change to this Makefile which removed the rules to build
20 years ago
Luigi Rizzo 28efe8a845 remove now useless rule for app_rpt (bug 7059)
20 years ago
Russell Bryant fcfd663049 oops, i modified the Makefile isntead of Makefile.in
20 years ago
Russell Bryant 1d22a653d8 - the configure script should never be regenerated for mxml
20 years ago
Kevin P. Fleming 3878a2a9fb and now with the correct filenames
20 years ago
Kevin P. Fleming 24f241bc72 add the other two files that should have been on this target... oops
20 years ago
Russell Bryant 2d2b4aaba5 add aelparse to svn:ignore
20 years ago
Russell Bryant 8085f4e14b a bunch of conversion to ast_channel_*lock (issue #7058)
20 years ago
Kevin P. Fleming 54d6194340 fix up dependencies for aelparse so that bison/flex will not be run to rebuild source files (that should _only_ be done manually)
20 years ago
Russell Bryant 1209c0ea58 if the "action-if-found" is left empty, AC_CHECK_LIB will add a default result
20 years ago
Russell Bryant 00f9884604 - convert lists to use linked list macros
20 years ago
Kevin P. Fleming 379e426b25 Merged revisions 23305 via svnmerge from
20 years ago
Russell Bryant 711f35fdc3 - don't create duplicate log messages
20 years ago
Luigi Rizzo 532e552c1f add reload() (bug 9981)
20 years ago
Luigi Rizzo 96e015a239 partial adaptation to the new module loading
20 years ago
Russell Bryant 8682a7378d add a small optimization for deleting all the members of a list
20 years ago
Russell Bryant f461c5d160 - convert the list of zones to use the list macros, and add locking (issue #7027, with mods)
20 years ago
Russell Bryant 6cdf51f58f move the "show version" CLI command from cli.c to asterisk.c so that only one
20 years ago
Russell Bryant e5b5dce811 support "make distclean" as well as "make dist-clean" for the picky people
20 years ago
Russell Bryant 9b1bff6379 fix spelling typo -- what's a Diaplan?
20 years ago
Russell Bryant d649d03170 fix sending the group numbers for a sip peer over the manager interface
20 years ago
Russell Bryant c38fbd246e note that group assignments must be from 0 to 63 (issue #7048)
20 years ago
Luigi Rizzo 8d46a41cb0 whitespace - format the source in a more readable way;
20 years ago
Luigi Rizzo c7a892d5f9 make the 'runtest' filter less strict on line numbers.
20 years ago
Luigi Rizzo d30ead1474 simplify handling of line numbers
20 years ago
Luigi Rizzo dad2812867 fix last known bug in computing columb numbers in error messages
20 years ago
Luigi Rizzo c1366df3d5 fix a bug in computing line numbers
20 years ago
Luigi Rizzo 799126216e - fix miscalculation in column numbers when multiple tabs
20 years ago
Luigi Rizzo 43bfe82828 last batch of npval -> npval2 changes
20 years ago
Luigi Rizzo 5291b89f30 more npval -> npval2 changes
20 years ago
Luigi Rizzo 899cdda8cb minor cleanup
20 years ago
Luigi Rizzo c9816d135d more npval -> npval2 conversions
20 years ago
Russell Bryant 9a77832583 remove this option for now, because it can only be enabled when
20 years ago
Russell Bryant a4bb5dbd08 add STACK_BACKTRACES to the CFLAGS selectable in menuselect
20 years ago
Luigi Rizzo 304fbbd1b6 fix destructor for pval objects (thanks to Steve Murphy);
20 years ago
Russell Bryant bfcab55f49 when doing the checks necessary for chan_phone, look for all of the linux
20 years ago
Luigi Rizzo 85ea0974f8 always call the destructor
20 years ago
Luigi Rizzo 456e27b453 document variable and options used.
20 years ago
Luigi Rizzo 810e701b1e document options, move objects of the same type close to
20 years ago
Luigi Rizzo 9033ecfaa2 slightly restructure a block to reduce nesting,
20 years ago
Joshua Colp c88294aba0 Blocked revisions 22954 via svnmerge
20 years ago
Luigi Rizzo f0d3175793 imore npval -> npval2 conversions
20 years ago
Matt O'Gorman 89673ff2a1 dont free unallocated block ,and dont close a fd
20 years ago
Matt O'Gorman d830dbabf8 allows for chan_zap to have all channels reloaded
20 years ago