Kevin P. Fleming
|
95510fb2a7
Merged revisions 182808 via svnmerge from
|
15 years ago |
Tilghman Lesher
|
394ffd8d2f
Merge ast_str_opaque branch (discontinue usage of ast_str internals)
|
16 years ago |
Eliel C. Sardanons
|
de93eb36b2
Janitor, use ARRAY_LEN() when possible.
|
16 years ago |
Tilghman Lesher
|
759017378e
Merge realtime_update2 branch, which adds a new realtime API call named
|
16 years ago |
Michiel van Baak
|
bde9f9e6f6
Merge the cli_cleanup branch.
|
16 years ago |
Tilghman Lesher
|
aa2249fe08
Change several improper "sizeof" to "strlen", as sizeof in that context would
|
16 years ago |
Tilghman Lesher
|
494f40bad2
Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
|
16 years ago |
Sean Bright
|
6869d7976e
All of the res/ stuff (other than res_jabber) from the RSW branch.
|
16 years ago |
Tilghman Lesher
|
bc2733945f
Increase column size beyond the minimum required, since PostgreSQL won't let
|
16 years ago |
Sean Bright
|
c8b0f28901
Fix some usages of snprintf, and clarify a couple variable names.
|
16 years ago |
Tilghman Lesher
|
e545c26692
Properly detect the size of char/varchar fields
|
16 years ago |
Tilghman Lesher
|
6d2d9720bf
Expand RQ_INTEGER type out to multiple types, one for each precision
|
16 years ago |
Tilghman Lesher
|
5e7cf293a3
Merge the adaptive realtime branch, which will make adding new required fields
|
16 years ago |
Jason Parker
|
fd0c0c43e6
Merged revisions 114829 via svnmerge from
|
16 years ago |
Tilghman Lesher
|
ef6469c771
An offhand comment from Russell made me realize that the configuration file
|
16 years ago |
Joshua Colp
|
63e1200cd0
Fix building of trunk. dbpass is always going to exist.
|
16 years ago |
Steve Murphy
|
1429023716
On a 64-bit machine, with dev-mode turned on, and pgsql installed, I get warnings that stops the compile. They are fixed now.
|
16 years ago |
Tilghman Lesher
|
a9859b6384
Allow database password to be NULL and several other cleanups.
|
16 years ago |
Tilghman Lesher
|
6e5b786971
Merged revisions 96318 via svnmerge from
|
17 years ago |
Tilghman Lesher
|
baf1ebfe25
Merged revisions 90736 via svnmerge from
|
17 years ago |
Tilghman Lesher
|
317e8a82ff
Merged revisions 90160 via svnmerge from
|
17 years ago |
Luigi Rizzo
|
ff8ac85d1a
remove a bunch of useless #include "options.h"
|
17 years ago |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
17 years ago |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 years ago |
Jason Parker
|
5fd5a97871
Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense
|
17 years ago |
Jason Parker
|
278b08ca23
Convert NEW_CLI to AST_CLI.
|
17 years ago |
Jason Parker
|
eee7306222
More changes to NEW_CLI.
|
17 years ago |
Russell Bryant
|
22ba0dbb12
Merged revisions 83432 via svnmerge from
|
17 years ago |
Steve Murphy
|
269396334e
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.
|
17 years ago |
Tilghman Lesher
|
c8f71aa273
store and destroy implementations for realtime pgsql (closes issue #10372)
|
17 years ago |