Commit Graph

244 Commits (f55f994661d4b4a08b58a0df01b693acc33bfec2)

Author SHA1 Message Date
Steve Murphy 77014eebbe Merged revisions 165254 via svnmerge from
17 years ago
Steve Murphy b9e92ed94e Merged revisions 165071 via svnmerge from
17 years ago
Sean Bright c8d7336afb Merged revisions 160170-160172 via svnmerge from
17 years ago
Kevin P. Fleming c3347e79a5 Merged revisions 159818 via svnmerge from
17 years ago
Kevin P. Fleming ff8da233bb Merged revisions 159534 via svnmerge from
17 years ago
Kevin P. Fleming 6cf2481aad Merged revisions 155121 via svnmerge from
17 years ago
Kevin P. Fleming 1036849a42 import gcc 4.3.2 warning fixes from trunk, with a few changes specific to this branch
17 years ago
Steve Murphy 2c1bfe7643 Merged revisions 147807 via svnmerge from
17 years ago
Sean Bright bbeaa1089c Merged revisions 146555 via svnmerge from
17 years ago
Kevin P. Fleming bc5b69d250 Merged revisions 144949-144951 via svnmerge from
17 years ago
Steve Murphy bbb1aab057 Merged revisions 144635 via svnmerge from
17 years ago
Mark Michelson 6ed6a5ae29 Merged revisions 140489 via svnmerge from
17 years ago
Steve Murphy e5fa8246e7 Merged revisions 138845 via svnmerge from
17 years ago
Sean Bright 6305009cfc More merges from resolve-shadow warnings:
17 years ago
Tilghman Lesher 9cd11917c5 Fix trunk breakage
17 years ago
Brett Bryant 5b7933fe5e Janitor patch to change uses of sizeof to ARRAY_LEN
17 years ago
Mark Michelson 556664b79d Remove an unneeded target from the Makefile
17 years ago
Jeff Peeler ef3b214728 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
Russell Bryant 51051ce949 Add lock tracking for rwlocks. Previously, lock.h only had the ability to
17 years ago
Sean Bright 9a535bd115 Avoid build warning when execinfo.h isn't available.
17 years ago
Russell Bryant 8fa6eaba67 Fix a linkage error related to the lock backtrace support
17 years ago
Mark Michelson 975a848b67 A new feature thanks to the fine folks at Switchvox!
17 years ago
Mark Michelson 1b8f183ca3 This change makes it so that logs will report the correct source of verbose messages.
17 years ago
Steve Murphy 6d16c8915e These changes were made via the comments atis_work made at 4:30am (Mountain Time zone- US)
17 years ago
Tilghman Lesher edc0591ad5 Add a set of text to the file astcanary uses to communicate back the main
17 years ago
Mark Michelson 55310cc855 Get refcounter to build with LOW_MEMORY defined
17 years ago
Steve Murphy 6138b16995 Introducing various astobj2 enhancements, chief being a refcount tracing feature, and various documentation updates in astobj2.h, and the addition of standalone utility, refcounter, that will filter the trace output for unbalanced, unfreed objects. This comes from the team/murf/bug11210 branch.
17 years ago
Mark Michelson 115d5024a1 Merged revisions 114051 via svnmerge from
17 years ago
Terry Wilson b02bc230af Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
17 years ago
Steve Murphy 4e29ae8806 Merged revisions 109309 via svnmerge from
17 years ago
Kevin P. Fleming 79c3038ee5 Merged revisions 107352 via svnmerge from
17 years ago
Steve Murphy 377e51c4d4 (closes issue #6002)
17 years ago
Tilghman Lesher 8718878490 Merged revisions 106552 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.
18 years ago
Tilghman Lesher 32a758d944 Remove extraneous copy
18 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