Commit Graph

37 Commits (master)

Author SHA1 Message Date
Sean Bright 1047291662 strings.c: Improve numeric detection in `ast_strings_match()`.
3 months ago
Naveen Albert 85102e4e8f general: Very minor coding guideline fixes.
3 years ago
Kevin Harwell 67d1f881eb strings/json: Add string delimter match, and object create with vars methods
4 years ago
Corey Farrell a40198a4d4
Revert "Test_cel: Fails when DONT_OPTIMIZE is off"
6 years ago
Kevin Harwell 8f1b3edde8 json.c/strings.c - Add a couple of utility functions
6 years ago
Chris-Savinovich 1c8378bbc9 Test_cel: Fails when DONT_OPTIMIZE is off
6 years ago
Richard Mudgett c711e4076a core: Remove ABI effects of MALLOC_DEBUG.
7 years ago
Corey Farrell 35ae99c712 vector: Additional string vector definitions.
7 years ago
Corey Farrell 0f3e725503 main/strings: Fix uninitialized value.
8 years ago
George Joseph 446d48fd49 res_pjsip: Add handling for incoming unsolicited MWI NOTIFY
8 years ago
George Joseph 6691606723 ari: Implement 'debug all' and request/response logging
8 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Corey Farrell 55ccdf93c3 Fix checks for allocation debugging.
9 years ago
Mark Michelson fd3f70598d Use doubles instead of floats for conversions when comparing strings.
9 years ago
George Joseph c948ce9651 sorcery/res_pjsip: Refactor for realtime performance
9 years ago
Richard Mudgett 1ce62b2545 strings.c: Fix __ast_str_helper() to always return a terminated string.
10 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Matthew Jordan ce59fabd5c clang compiler warnings: Fix invalid enum conversion
10 years ago
Corey Farrell 28e3bd0af7 Improved and portable ast_log recursion avoidance
10 years ago
Mark Michelson 99d0bccd35 Add support for RFC 4662 resource list subscriptions.
11 years ago
Richard Mudgett ed0d083596 string container: Remove unnecessary RAII_VAR usage and string object lock.
11 years ago
Kinsey Moore 41d6be2432 Move ast_str_container_alloc and friends
12 years ago
Richard Mudgett 3d63833bd6 Merge in the bridge_construction branch to make the system use the Bridging API.
12 years ago
Andrew Latham 6f61cb50c5 Doxygen Updates - janitor work
13 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
13 years ago
David Vossel 10789ef88a fixes segfault on logging
15 years ago
Mark Michelson 2ce7eabb24 Fix two problems in ast_str functions found while writing a unit test.
15 years ago
Mark Michelson 68c6175f87 Add va_end calls to __ast_str_helper.
15 years ago
Tilghman Lesher 22b144cef4 Change the blanket rules to delete .lastclean on all CFLAGS menuselect targets to be more particular.
15 years ago
Tilghman Lesher a866a75900 Merge str_substitution branch.
16 years ago
Tilghman Lesher 78aa171d6f Missed a common case for needing to extend the buffer.
16 years ago
Tilghman Lesher be40f3a33c Merge changes from str_substitution that are unrelated to that branch.
16 years ago
Tilghman Lesher bfc0d3b795 Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked back to their source.
16 years ago
Tilghman Lesher 5b220b3e91 Handle negative length and eliminate a condition that is always true.
16 years ago
Tilghman Lesher 76b100354d Might want to update the buffer pointer after a realloc (or we crash)
16 years ago
Eliel C. Sardanons 344a37f2a7 Remove duplicate code from the ast_str API. We now use __AST_STR_* to
17 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
17 years ago