Commit Graph

137 Commits (764fd6063dce6ba7b540919ef8f6ac386498dc7b)

Author SHA1 Message Date
Kinsey Moore 764fd6063d Implement workaround for BETTER_BACKTRACES crash
13 years ago
Mark Michelson 3b476dfd1e Fix misuses of asprintf throughout the code.
13 years ago
Kinsey Moore 377caa7fb1 Clean up and ensure proper usage of alloca()
13 years ago
Kevin P. Fleming f83d1b98e8 Add support-level indications to many more source files.
13 years ago
Jonathan Rose bcd63be3cd Make use of va_args more appropriate to form in various res_config modules plus utils.
13 years ago
Matthew Jordan 4666efb849 Fix remotely exploitable stack overflow in HTTP manager
13 years ago
Walter Doekes 8300072569 Use __alignof__ instead of sizeof for stringfield length storage.
14 years ago
Walter Doekes 8ce51a7b75 Ensure that string field lengths are properly aligned
14 years ago
Jonathan Rose 5f46b994f4 Adds ast_escape_encoded utility to properly handle escaping of quoted field before uri.
14 years ago
Sean Bright 9751ce84fc Look at the correct buffer for our digest info instead of an empty one.
14 years ago
Alec L Davis 7ac0138d31 core show locks: display ThreadID in hexadecimal
14 years ago
Tilghman Lesher fd11f34692 Change mutex tracking so that it only consumes memory in the core mutex object when it's actually being used.
15 years ago
Sean Bright dd98f858d7 Merged revisions 302554 via svnmerge from
15 years ago
Sean Bright 01e8f4ef1b Merged revisions 302504 via svnmerge from
15 years ago
Matthew Nicholson dc4e49bc2b Merged revisions 301307 via svnmerge from
15 years ago
Tilghman Lesher d70a3b0856 Merged revisions 298957 via svnmerge from
15 years ago
Tilghman Lesher ab050f313d Fix alignment of stringfields on the SPARC architecture
15 years ago
Tzafrir Cohen c613897d1c Fix various typos reported by Lintian
15 years ago
Jeff Peeler 2d26a2da1f Add new unit test for stringfields.
15 years ago
David Vossel d16b89be17 RFC compliant uri and display-name encode/decode
16 years ago
Mark Michelson fe72baf06b Make sure to set owner_line, ownder_func, and owner_file in ast_calloc_with_stringfields.
16 years ago
Russell Bryant 3a6d247def Fix build of utility apps that include utils.c.
16 years ago
Russell Bryant 630152f848 Merged revisions 237697 via svnmerge from
16 years ago
David Vossel e44e6b33b3 fixes incorrect logic in ast_uri_encode
16 years ago
Matthew Nicholson f44f8650cb Merged revisions 228378 via svnmerge from
16 years ago
Michiel van Baak 7348bacf05 Merged revisions 216435 via svnmerge from
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Kevin P. Fleming e4dafd3d0b Ensure that accidental calls to ast_string_field_free_memory() on embedded stringfield pools are safe.
16 years ago
Joshua Colp e960f0da90 Fix a bug in stringfields where it did not actually free the pools of memory.
16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
16 years ago
Kevin P. Fleming 2746f589b7 Add a more efficient way of allocating structures that use stringfields
16 years ago
Kevin P. Fleming 1f49e675bb Correct some flaws in the memory accounting code for stringfields and ao2 objects
16 years ago
Kevin P. Fleming d8182202ef Ensure that string pools allocated to hold stringfields are properly accounted in MALLOC_DEBUG mode
16 years ago
Tilghman Lesher ce6ebaef97 Support HTTP digest authentication for the http manager interface.
16 years ago
Kevin P. Fleming a009068110 Optimizations to the stringfields API
16 years ago
Russell Bryant 0bdd99ad64 Merged revisions 182810 via svnmerge from
16 years ago
Doug Bailey 7949345352 Fixed error where a check for an zero length, terminated string was needed.
17 years ago
Doug Bailey fa3dec169b Need to take into account the \0 terminator of the old string to determine the amount available.
17 years ago
Kevin P. Fleming 0381d94d14 Merged revisions 176216 via svnmerge from
17 years ago
Russell Bryant 50387142b7 Merged revisions 166297 via svnmerge from
17 years ago
Russell Bryant c2999a8366 Introduce ast_careful_fwrite() and use in AMI to prevent partial writes.
17 years ago
Russell Bryant 1cb4baade2 Merged revisions 165796 via svnmerge from
17 years ago
Russell Bryant c8da171dd1 Merged revisions 164881 via svnmerge from
17 years ago
Joshua Colp 6df30fb8cc Update to work with new ast_str changes.
17 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
17 years ago
Russell Bryant 179667088b Merged revisions 162413 via svnmerge from
17 years ago
Kevin P. Fleming 887e28d7aa incorporates r159808 from branches/1.4:
17 years ago
Tilghman Lesher afb571ba8f Starting with a change to ensure that ast_verbose() preserves ABI compatibility
17 years ago
Kevin P. Fleming bd4eb070f3 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
17 years ago
Kevin P. Fleming f910cfc444 Merged revisions 132872 via svnmerge from
17 years ago