Commit Graph

437 Commits (5abda34cd997d0cff3c8f72e1c8a61daa3c124aa)

Author SHA1 Message Date
Jason Parker 5abda34cd9 Merged revisions 49742 via svnmerge from
20 years ago
Kevin P. Fleming 4a6ed271f5 probably shouldn't leave the mmap'ed file hanging around in memory
20 years ago
Kevin P. Fleming d0f3b18d16 a little more const-ification
20 years ago
Kevin P. Fleming cd73a483f1 const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way here
20 years ago
Kevin P. Fleming d0542012c0 Merged revisions 49680 via svnmerge from
20 years ago
Kevin P. Fleming 3d376fca97 use mmap() to read in the results of the manager action for an HTTP request, instead of reading it into a buffer
20 years ago
Kevin P. Fleming 87b9abc892 Merged revisions 49676 via svnmerge from
20 years ago
Joshua Colp a9c3429b07 Merged revisions 49675 via svnmerge from
20 years ago
Kevin P. Fleming 2288b11bf4 use a rwlock-list for the list of TLS objects
20 years ago
Kevin P. Fleming 4764795b37 Merged revisions 49553 via svnmerge from
20 years ago
Joshua Colp 50d9c8ad07 Merged revisions 49551 via svnmerge from
20 years ago
Kevin P. Fleming c5c17a1434 Merged revisions 49536 via svnmerge from
20 years ago
Joshua Colp af3e5903c8 It's pretty difficult to pthread_kill a thread that doesn't exist. (issue #8681 reported by bkruse)
20 years ago
Kevin P. Fleming ec2ae45651 Merged revisions 49457,49460-49461 via svnmerge from
20 years ago
Steve Murphy 7c6b71df21 Merged revisions 49237 via svnmerge from
20 years ago
Olle Johansson e5b5a92a56 Fix manager too.
20 years ago
Olle Johansson 9074555e37 - Add error handling to ast_parse_allow_disallow
20 years ago
Olle Johansson f83b845f08 - Implement error handling in ast_append_ha
20 years ago
Joshua Colp e2a50de88f Clarify why we are reading in a frame in the Packet2Packet bridge.
20 years ago
Kevin P. Fleming 3f7899c9da small formatting fix
20 years ago
Joshua Colp c6c83cf01e Merged revisions 49066 via svnmerge from
20 years ago
Joshua Colp b712e10a13 Convert uri_redirects list to read/write locks.
20 years ago
Joshua Colp 6d9273d0d8 Merged revisions 49024 via svnmerge from
20 years ago
Steve Murphy 6c7f4c1e32 Jason is having problems with the inclusion of <err.h>; it appears to be unnecessary for sucessful builds, so I either removed or commented out the inclusions from all the AEL related code. New outputs from bison/flex are included, etc.
20 years ago
Joshua Colp 7231cc108a Merged revisions 49009 via svnmerge from
20 years ago
Kevin P. Fleming adca0ff14b Merged revisions 49006 via svnmerge from
20 years ago
Kevin P. Fleming b07686e503 apparently we need an explicit message to warn people
20 years ago
Kevin P. Fleming afbfafa400 make the 'languageprefix' option default to on, and deprecate turning it off
20 years ago
Kevin P. Fleming 16b09ac48c Merged revisions 48998 via svnmerge from
20 years ago
Kevin P. Fleming d68c7c8ce6 Merged revisions 48987 via svnmerge from
20 years ago
Joshua Colp 7f61b822c1 Merged revisions 48964 via svnmerge from
20 years ago
Luigi Rizzo 09f75aa6dc rename the structs struct tone_zone_sound and struct tone_zone
20 years ago
Russell Bryant d3bf06f272 Resolve some compiler warnings
20 years ago
Russell Bryant 850dd4ea61 Use spaces as a separator for the redirect option to improve readability
20 years ago
Russell Bryant 5d5cc243c6 Simplify the definition of http_uri_redirect such that only one allocation is
20 years ago
Russell Bryant 2c5071a006 - Convert the list of URI handlers to use the linked list macros. While doing
20 years ago
Russell Bryant 08cfbe97b8 Remove a debug message. If this is still needed for debugging something,
20 years ago
Jason Parker 05d6c4a2d0 Merged revisions 48906 via svnmerge from
20 years ago
Joshua Colp 8e9cdb10fd Merge non-blocking logger from my branch. This should improve things under heavy load with lots of CLI/logging output.
20 years ago
Steve Murphy 7b338004bf a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode
20 years ago
Luigi Rizzo a2e6c6277f same as in other places, check that generator->release is not NULL
20 years ago
Joshua Colp f19ff5a451 Really clean up indications to use the linkedlists API
20 years ago
Joshua Colp 77d7b36217 Switch list of global variables to read/write locks.
20 years ago
Joshua Colp 730d68976e Convert alternate dialplan switch list to use read/write locks.
20 years ago
Steve Murphy 9327720c37 As per bug 7978, this version introduces the jittertargetextra option in config files
20 years ago
Luigi Rizzo d0b9eb93b6 remove now useless extern declarations.
20 years ago
Luigi Rizzo ccebf3511c convert the final clients of ast_build_string to use ast_str_*()
20 years ago
Luigi Rizzo 684e4dc373 debugging shows that we always need more than 128 bytes
20 years ago
Kevin P. Fleming 920de98f68 Merged revisions 48554 via svnmerge from
20 years ago
Luigi Rizzo 79fb4e4579 Replace ast_build_string with ast_str_*().
20 years ago