Commit Graph

238 Commits (d24e3e05bc6ba360d50f7af64652c01ee03e57a7)

Author SHA1 Message Date
Tilghman Lesher 31fd4d3573 Merged revisions 178342 via svnmerge from
16 years ago
Tilghman Lesher 04df6ac55a Merged revisions 178303 via svnmerge from
16 years ago
Steve Murphy f79f987366 Merged revisions 165254 via svnmerge from
17 years ago
Steve Murphy 6bddb621ce Merged revisions 165071 via svnmerge from
17 years ago
Sean Bright 124fb94de6 Merged revisions 160170-160172 via svnmerge from
17 years ago
Kevin P. Fleming 2eb5c30a3a Merged revisions 159818 via svnmerge from
17 years ago
Kevin P. Fleming c6bcd9b458 Merged revisions 159534 via svnmerge from
17 years ago
Kevin P. Fleming 3577a3c7ca Merged revisions 155121 via svnmerge from
17 years ago
Kevin P. Fleming fa635ea4b0 port gcc 4.3.x warning fixes from trunk to this branch
17 years ago
Steve Murphy 062d3041fe Merged revisions 147807 via svnmerge from
17 years ago
Sean Bright a237e8a708 Merged revisions 146555 via svnmerge from
17 years ago
Russell Bryant 23b7ee2026 Merged revisions 146514 via svnmerge from
17 years ago
Kevin P. Fleming ccc3bcfb67 Merged revisions 144949-144951 via svnmerge from
17 years ago
Steve Murphy d933c94dcb Merged revisions 144635 via svnmerge from
17 years ago
Steve Murphy 1ea8431ada Merged revisions 138845 via svnmerge from
17 years ago
Steve Murphy 52d466de03 Merged revisions 136746 via svnmerge from
17 years ago
Steve Murphy e45d4f3bf1 Merged revisions 130145 via svnmerge from
17 years ago
Tilghman Lesher 9b5c5f096a Merged revisions 130230 via svnmerge from
17 years ago
Brett Bryant 559bbfc457 Merged revisions 130129 via svnmerge from
17 years ago
Mark Michelson aec8cda0c8 Merged revisions 125799 via svnmerge from
17 years ago
Jeff Peeler f089bbf663 Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow.
17 years ago
Steve Murphy 2fdbd728b8 Merged revisions 117335 via svnmerge from
17 years ago
Tilghman Lesher 0a6450103f Merged revisions 116948 via svnmerge from
17 years ago
Mark Michelson fcbd180cec Merged revisions 114052 via svnmerge from
17 years ago
Russell Bryant 4af367c3a9 Merged revisions 109447 via svnmerge from
17 years ago
Kevin P. Fleming b2fabfdb4c Merged revisions 107373 via svnmerge from
17 years ago
Tilghman Lesher fd382738e3 Merged revisions 106553 via svnmerge from
17 years ago
Russell Bryant 7da06e6cb8 Merged revisions 105116 via svnmerge from
17 years ago
Tilghman Lesher f696089089 open(2) needs a mode argument when O_CREAT is specified.
17 years ago
Tilghman Lesher a8e821d061 Ignore some more unused generated events.
17 years ago
Tilghman Lesher 32a758d944 Remove extraneous copy
17 years ago
Tilghman Lesher 1dc86caf30 Merged revisions 102323 via svnmerge from
18 years ago
Steve Murphy 71ad27409c The fixes in this commit are mainly to allow compiling of trunk with --enable-dev-mode, mutex profiling, lock debugging, etc. Mainly, the version.c needs to be in the OBJS line; asterisk.h was chosen to have the prototypes for ast_get_version, ast_get_version_num; and the ASTERISK_FILE_VERSION macro needs to be used after including asterisk.h in a few files. I hope I did the right thing. If not, let me know.
18 years ago
Joshua Colp 9c0c82d0d0 Make ast_atomic_fetchadd_int_slow magically appear in extconf.
18 years ago
Luigi Rizzo 5e24835995 modify http://svn.digium.com/view/asterisk?view=rev&rev=93603
18 years ago
Tilghman Lesher 53436f42f4 Add a canary process, for high priority mode (asterisk -p) to ensure that if
18 years ago
Luigi Rizzo 10f70a8321 make configuration variable const so they are not accidentally
18 years ago
Luigi Rizzo fd88390af7 remove unnecessary (char *) casts for ast_config_AST_* variables.
18 years ago
Joshua Colp d7125b74c9 Add ast_atomic_fetchadd_int_slow to check_expr for platforms that need it.
18 years ago
Luigi Rizzo 9e4ebbee87 remove relative paths and use ASTTOPDIR instead.
18 years ago
Luigi Rizzo ff8134d30f simplify this file
18 years ago
Luigi Rizzo 15d5e144b1 add hashtab.c to the list of files deleted
18 years ago
Luigi Rizzo d652be0930 normalize subdirs' Makefile by using ASTTOPDIR and not .. to reference
18 years ago
Luigi Rizzo 3fbcdac589 normalize header order, and add a comment on the need
18 years ago
Russell Bryant 248dac6e73 Fix the build of astman. Any file that includes any asterisk sub-headers
18 years ago
Kevin P. Fleming 93615ecc22 let's try this again... *all* compilation and linking in Asterisk should be done using the standard compilation rules, not manually created ones. changing hashtest.c to use these rules caused the compiler to notice a large number of coding guidelines violations, so those are fixed too.
18 years ago
Steve Murphy 4c992507f4 closes issue #11341; made changes to make utils again right with the MTX_PROFILE world.
18 years ago
Luigi Rizzo 6dfc36b639 enable support for stack backtrace for stuff built in utils/
18 years ago
Kevin P. Fleming 3826d15993 move these forward declarations back to asterisk.h where they belong... even though asterisk.h includes compat.h, these declarations have nothing to do with the being platform-compatible and are directly related to being part of Asterisk
18 years ago
Luigi Rizzo 04e1e0069f more header removal/normalization
18 years ago