Commit Graph

13082 Commits (7abaa82162caeb0fe42fac5d5cecd41b2b0d51cc)
 

Author SHA1 Message Date
Jason Parker 046424a96d Merged revisions 81455 via svnmerge from
18 years ago
Jason Parker a087396798 Merged revisions 81453 via svnmerge from
18 years ago
Russell Bryant 664d1d879b Don't check for and include strlcpy and strlcat in editline. We also include
18 years ago
Russell Bryant 9bda1c5a94 Merged revisions 81448 via svnmerge from
18 years ago
Russell Bryant 782b8ca0c9 logger.h depends on options.h, so go ahead and include it
18 years ago
Kevin P. Fleming 96206c9289 Merged revisions 81442 via svnmerge from
18 years ago
Joshua Colp 944352251d (closes issue #10633)
18 years ago
Joshua Colp 3213f6dc2d Merged revisions 81439 via svnmerge from
18 years ago
Joshua Colp 352fd9d942 Merged revisions 81437 via svnmerge from
18 years ago
Joshua Colp 611d112eb7 Merged revisions 81435 via svnmerge from
18 years ago
Russell Bryant 51af103a79 Merged revisions 81433 via svnmerge from
18 years ago
Tilghman Lesher 3305af34d6 Once we get past the file checks, we're loading, so clear the FILEUNCHANGED flag (fixes #include) (closes issue #10629)
18 years ago
Tilghman Lesher 314d4e6048 Merged revisions 81415 via svnmerge from
18 years ago
Tilghman Lesher 87044d37a0 We shouldn't use a filename blindly without checking to make sure it's unused first
18 years ago
Mark Michelson 1bfe10997b Merged revisions 81426 via svnmerge from
18 years ago
Russell Bryant 5872c6d757 Merged revisions 81418 via svnmerge from
18 years ago
Mark Michelson a748fc6647 Merged revisions 81416 via svnmerge from
18 years ago
Jason Parker 836c550ce3 Merged revisions 81412 via svnmerge from
18 years ago
Philippe Sultan 2fd2667d13 Merged revisions 81410 via svnmerge from
18 years ago
Kevin P. Fleming f5032ab89c Merged revisions 81405 via svnmerge from
18 years ago
Joshua Colp 51e26b7bea Merged revisions 81406 via svnmerge from
18 years ago
Joshua Colp 4ddc0e91bf Merged revisions 81403 via svnmerge from
18 years ago
Joshua Colp 83ea59acd9 Merged revisions 81401 via svnmerge from
18 years ago
Tilghman Lesher acb51ca5c2 Add new queryable fields from zaptel to 'zap show status'
18 years ago
Mark Michelson ac9c53375f Merged revisions 81397 via svnmerge from
18 years ago
Joshua Colp fe8ffda841 Merged revisions 81395 via svnmerge from
18 years ago
Joshua Colp 1e12db06da (closes issue #10565)
18 years ago
Steve Murphy 837ae96aeb Merged revisions 81392 via svnmerge from
18 years ago
Joshua Colp 77a19beea6 (closes issue #10336)
18 years ago
Tilghman Lesher 262578a60f A schedule id of 0 is not possible and is used to flag that we want to add a new item
18 years ago
Tilghman Lesher 67e125cd28 Change wording as requested by Kevin
18 years ago
Mark Michelson 54170b94e0 Added note to sample queues.conf file to line up with most recent change regarding setinterfacevar.
18 years ago
Tilghman Lesher 43adcde7bf Always force reread of the config when we're rotating the log file (closes issue #10598)
18 years ago
Russell Bryant ee7a6c0851 Merged revisions 81383 via svnmerge from
18 years ago
Mark Michelson 2d828f3308 Merged revisions 81381 via svnmerge from
18 years ago
Russell Bryant 4b2095bdd3 Merged revisions 81379 via svnmerge from
18 years ago
Tilghman Lesher 35f6c75a77 Add ReadExten app and VALID_EXTEN function (closes issue #10082)
18 years ago
Joshua Colp 545dcd987c Blocked revisions 81375 via svnmerge
18 years ago
Christian Richter df04684a2c Merged revisions 81373 via svnmerge from
18 years ago
Joshua Colp 56e74f0dde (closes issue #10603)
18 years ago
Joshua Colp 3b35471691 Merged revisions 81369 via svnmerge from
18 years ago
Christian Richter 16696af3df Merged revisions 81367 via svnmerge from
18 years ago
Mark Michelson 639b4aacce Added the MEMBERREALTIME variable when using setinterfacevar in queues.conf
18 years ago
Joshua Colp 5a8feb826d Make the event header file work under C++.
18 years ago
Steve Murphy 876ebb3ec7 init newer so compile won't complain.
18 years ago
Russell Bryant 8555b694ee make trunk build again. murf will have to review this to see if it was the right fix, as it is related to his last change.
18 years ago
Steve Murphy b5cd67adc3 This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now.
18 years ago
Russell Bryant 8a6c04a0a9 Try to clarify the rules on changing ast_event and ast_event_ie
18 years ago
Russell Bryant 94d9d29f18 Fix parenthesis from my last commit
18 years ago
Russell Bryant 22de9a1c68 Change pointer aritmetic on void * to char *
18 years ago