Commit Graph

86 Commits (b7ad6d8c2d75e377b249c73ab58ff50330bc589c)

Author SHA1 Message Date
Kevin P. Fleming fb0ffc7784 correct broken math in tvfix() for timestamp values over one million
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming 0941c32d38 issue #5569 minus lock.h changes
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Kevin P. Fleming d6b64431b0 issue #5549
20 years ago
Kevin P. Fleming c3f9388b23 provide an alternate getloadavg implementation and a fallback for systems that don't have it at all (issue #5549 with minor mods)
20 years ago
Kevin P. Fleming 20a7a4ca96 silence compiler warning
20 years ago
Russell Bryant a736096e0b change ast_strlen_zero to also check for the string to be defined
20 years ago
Russell Bryant 87d4ff6fcd remove duplicate header
20 years ago
Russell Bryant 6324072247 more doxygenification (issue #5513)
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Mark Spencer f5d5814f5f Fix segfault in CVS head (sorry about that)
20 years ago
Mark Spencer e60ab6d916 Be sure to avoid octal interpretations of IP's (bug #5477)
20 years ago
Mark Spencer 1ceb04cfb7 More utility cleanups
20 years ago
Kevin P. Fleming 9835bc4330 add ast_build_string_va(), which accepts a varargs list directly
20 years ago
Kevin P. Fleming 91b72f5ff0 ensure scheduling priority is inherited into new threads (issue #5293)
20 years ago
Russell Bryant 779d033f21 move process_quotes_and_slashes to utils.c since it is used by both pbx_ael and pbx_config
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming aa92d9c1f8 don't double define our own string functions on platforms that don't have them (issue #5169)
20 years ago
Russell Bryant 019310244e fix a couple of warnings on osx
20 years ago
Kevin P. Fleming 1824c2f630 encode/decode URIs in 'pedantic' mode (issue #3923)
20 years ago
Kevin P. Fleming 61ef3c1c7c make the warning message be LOG_WARNING (issue #4960)
20 years ago
Russell Bryant 82883698cc more fixes for gcc4 warnings ...
20 years ago
Mark Spencer d07c47bac8 Fix solaris vasprintf (don't free the memory, duh) (bug #4890)
20 years ago
Mark Spencer 2d108b8826 Fix vasnprintf emulation (bug #4882)
20 years ago
Kevin P. Fleming a6b0f6074f move strtoq into new string files (bug #4740)
20 years ago
Russell Bryant 4817bc599d restore warning about negative timestamps now that it is fixed
20 years ago
Russell Bryant b134548d79 suppress timestamp message until we can figure out where it is coming from,
20 years ago
Kevin P. Fleming 22b0f5d306 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
20 years ago
Kevin P. Fleming 9d8d86e19d phase two of string portability stuff:
20 years ago
Kevin P. Fleming 494d253efe more ifdef cleanup to match proper Linux macros
20 years ago
Josh Roberson 937740bd89 Fix breakage caused by bug #4669. Next time let's test the build on
20 years ago
Kevin P. Fleming b6486df40e first phase of proper fix for portable string function problems (bug #4669)
20 years ago
Kevin P. Fleming 3e44b65090 split up string/time functions into separate header files
20 years ago
Kevin P. Fleming 8ed59c10e4 make inlinable functions only need the function body in one file, and respond properly to LOW_MEMORY being defined
20 years ago
Mark Spencer 222b5695e0 Fix up utils nonsense
20 years ago
Kevin P. Fleming e4c22cea6b don't let ast_trim_blanks operate on empty strings or run off the beginning of the string
20 years ago
Kevin P. Fleming 9a80a7bc2c string/whitespace handling cleanups (bug #4449, with mods)
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 0e6762dd5f remove experimental module version tags
20 years ago
Mark Spencer a67bb4c8fc Fix cast to int from pointer (duh!)
20 years ago
Kevin P. Fleming 102c76a9c8 make IF dialplan function handle quoted strings properly (bug #4322, with API mods)
20 years ago
Kevin P. Fleming eaececc920 add ast_build_string library function (from bug #3644)
20 years ago
Mark Spencer 8b308bdb50 Provide proper code attribution for public domain gethostbyname_r
20 years ago
Kevin P. Fleming b9bda6aa41 add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)
20 years ago
Kevin P. Fleming 50b9f0e970 fix breakage when ast_copy_string is used to copy substrings (bug #4146, but a different fix)
20 years ago
Kevin P. Fleming abec217a1b add experimental ast_copy_string() function to be used in place of strncpy() (see discussion on asterisk-dev)
20 years ago
Kevin P. Fleming 199add9567 phase 1 of header include cleanup (bug #4067)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Kevin P. Fleming d254db31c8 *** empty log message ***
20 years ago