Commit Graph

17029 Commits (e62193f887b236eba7e2fa66afd446a974056880)
 

Author SHA1 Message Date
Kevin P. Fleming 9789c66375 as suggested by jtodd, document the purposes of the CHANGES and UPGRADE files
17 years ago
Jason Parker ea1446635e Make sure we add the Event header for CoreShowChannels.
17 years ago
Terry Wilson 3a4177f52e Reloading the config and having no changes still initialized some settings to 0. Initialize settings after doing all of the cfg checks.
17 years ago
Doug Bailey d68e8b8e02 Add fix to prevent crash during reload if there is an outstanding MWI registration message pending.
17 years ago
Mark Michelson abb7edd6e6 Blocked revisions 158306 via svnmerge
17 years ago
Mark Michelson 95c416df0b Use a more expressive constant for a 64-bit scanned int
17 years ago
Mark Michelson bd6586e3d7 Use some magic constants to get the right size
17 years ago
Mark Michelson 4e67fdd3f9 Fix the build for 32-bit systems. %lu is only 32-bits
17 years ago
Mark Michelson e8aa0e29ce Change the remote user agent session version variable
17 years ago
Sean Bright 574f2daa2a Fix one case where the application argument was not converted from a pipe to
17 years ago
Mark Michelson 3a9c27459e Merged revisions 158072 via svnmerge from
17 years ago
Mark Michelson 2d4e3b21ee Merged revisions 158071 via svnmerge from
17 years ago
Ryan Brindley e27f9325ea more formatting corrections :: one line for loops and if statements still need {}
17 years ago
Terry Wilson 4f8242904a Begin on a crusade to end trailing whitespace!
17 years ago
Ryan Brindley ad918da94f formatting changes :: one line for loops and if statements should have {}
17 years ago
Mark Michelson 7a554a7386 Merged revisions 158053 via svnmerge from
17 years ago
Jeff Peeler d12263a16a (closes issue #12929)
17 years ago
Jason Parker cea9924353 Whitespace fix
17 years ago
Kevin P. Fleming 8d5deb312b Merged revisions 157859 via svnmerge from
17 years ago
Terry Wilson ebe533b83b Fix compiling
17 years ago
Mark Michelson 9e1283e160 Add a space to the output
17 years ago
Mark Michelson de5ba432da Add a RES_NOT_DYNAMIC case for the CLI command
17 years ago
Mark Michelson 7a64c70324 Commit CHANGES change I promised when submitting
17 years ago
Tilghman Lesher daa9dcd70a Add info about REALTIME_FIELD and REALTIME_HASH
17 years ago
Mark Michelson da33129373 Cast this value since a uint64_t is not the same
17 years ago
Tilghman Lesher e316c21986 Two new functions, REALTIME_FIELD, and REALTIME_HASH, which should make
17 years ago
Mark Michelson 0e5367f7eb Merge the changes from the res_timing_timerfd branch.
17 years ago
Terry Wilson d66a8cd264 Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon trying to parse an invalid config
17 years ago
Tilghman Lesher 3d8fb2d878 Add check for t38_terminal_init in spandsp (not found in 0.0.6, so it should fail reasonably)
17 years ago
Kevin P. Fleming 438e410c4f correct small bug introduced during API conversion
17 years ago
Kevin P. Fleming 773eda05d0 move relevant entries into UPGRADE.txt and resync UPGRADE-1.6.txt with previous branches
17 years ago
Kevin P. Fleming 81a16aa982 make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_multiple() and ast_agi_fdprintf() API calls to be consistent with API guidelines
17 years ago
Terry Wilson c7f3c505e1 Comment out config line that is in a commented out context
17 years ago
Tilghman Lesher afb571ba8f Starting with a change to ensure that ast_verbose() preserves ABI compatibility
17 years ago
Mark Michelson 07a22680ee If malloc returns NULL, we need to return NULL immediately or
17 years ago
Sean Bright 559e644b63 Fix a few build problems on Solaris (and check for an md5 utility in
17 years ago
Mark Michelson a361f7897a This change prevents a crash from occurring if res_musiconhold.so
17 years ago
Mark Michelson d584748f0c Add some missing $(DESTDIR)s to the bininstall
17 years ago
Mark Michelson 6c554e4996 Fix the logic for when delete=yes when IMAP storage
17 years ago
Mark Michelson 1a4fc71415 Merged revisions 157503 via svnmerge from
17 years ago
Mark Michelson 2ede9a603f Based on Russell's advice on the asterisk-dev list, I have
17 years ago
Jason Parker 947429b2b3 Remove echo line that is unnecessary (Thanks seanbright).
17 years ago
Jason Parker 7478e5ecd0 Make this executable
17 years ago
Jason Parker 493e903892 Add init script for ArchLinux
17 years ago
Mark Michelson 16efb5c4dd * Add a lock to be used in the update_call_counter function.
17 years ago
Jeff Peeler 53f3870ed3 Merged revisions 157365 via svnmerge from
17 years ago
Mark Michelson d91f1df3e0 Merged revisions 157305 via svnmerge from
17 years ago
Steve Murphy f68bfa4ff3 (closes issue #13420)
17 years ago
Tilghman Lesher 1287486dbf Can't use items duplicated off the stack frame in an element returned from
17 years ago
Kevin P. Fleming 211981e922 ensure that if a .i file (preprocessed source) is present, the .o file is made from it, not from the .c file (this only works because GNU makes respects the order the rules are defined)
17 years ago