summaryrefslogtreecommitdiff
path: root/include/asterisk/utils.h
AgeCommit message (Expand)Author
2005-11-01add new GCC-specific macro and force inlining of certain functions where spee...Kevin P. Fleming
2005-10-31don't pass short arguments by value, it will cause compiler warnings on most ...Kevin P. Fleming
2005-10-29do saturated math properly (thanks to the eagle-eyes of Tony Mountifield)Kevin P. Fleming
2005-10-28ensure that SLINEAR volume adjustments don't wrap around short integer maximumsKevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-16More utility cleanupsMark Spencer
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...Russell Bryant
2005-09-08first set of Cygwin portability stuff (issue #4678)Kevin P. Fleming
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-08-29encode/decode URIs in 'pedantic' mode (issue #3923)Kevin P. Fleming
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...Kevin P. Fleming
2005-07-11simplify (and document!) macro for inlinable API functions (inspired by bug #...Kevin P. Fleming
2005-06-24split up string/time functions into separate header filesKevin P. Fleming
2005-06-23make inlinable functions only need the function body in one file, and respond...Kevin P. Fleming
2005-06-18Fix up utils nonsenseMark Spencer
2005-06-17string/whitespace handling cleanups (bug #4449, with mods)Kevin P. Fleming
2005-06-14don't use pthread_mutex_lockKevin P. Fleming
2005-06-09move timeval-diff function into utils.h from app_alarmreceiver.cKevin P. Fleming
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...Kevin P. Fleming
2005-05-20make IF dialplan function handle quoted strings properly (bug #4322, with API...Kevin P. Fleming
2005-05-15add ast_build_string library function (from bug #3644)Kevin P. Fleming
2005-05-02add experimental ast_copy_string() function to be used in place of strncpy() ...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-17Add support for Solaris/x86 (bug #3064)Mark Spencer
2005-03-05Make mpg123 behave more nicelyMark Spencer
2005-03-04Fix stack size for ADSI (needs 128k by itself!)Mark Spencer
2005-03-04Make stack size be selectableMark Spencer
2005-03-03Fix stack size (take 2) (bug #3706)Mark Spencer
2005-03-03Support > 300 threads on x86-32 and other 32-bit systemsMark Spencer
2005-02-18Add OEJ's md5 app (bug #3604)Mark Spencer
2005-01-26Fix C++ issues (bug #'s 3425, 3426)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-20Fix ODBC to clear title each time (bug #3379)Mark Spencer
2005-01-15Make groups be 64-bits (bug #3351, with mods)Mark Spencer
2005-01-10More flagification, courtesy drumkilla (bug #3280)Mark Spencer
2005-01-08Warn if flags is signed instead of unsigned (bug #3279)Mark Spencer
2005-01-03Merge OEJ's print groups feature (bug #3228, with changes)Mark Spencer
2004-12-23Add "ast_flags_all" mask (bug #3136)Mark Spencer
2004-12-19Merge drumkilla's bitfield patch for SIP (bug #3083)Mark Spencer
2004-12-16Merge russell's flag macro patch (with slight mods) (bug #3046)Mark Spencer
2004-10-17Thread fixes, vm fix (bug #2665)Mark Spencer
2004-10-05Major changes to res_config to support centralized config, eliminate configur...Mark Spencer
2004-08-27Merge "show applications" from corydon76 (bug #2291)Mark Spencer
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
2004-06-29FreeBSD fix for utils (bug #1949)Mark Spencer
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...Mark Spencer
2004-06-25Add outgoing OSP support (SIP only at this point)Mark Spencer
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.cJames Golovich
2004-05-03Add include/asterisk/utils.h file. Which includes the functionJames Golovich