2007-07-20 |
Luigi Rizzo | expose struct ast_ha so external code can do things...
|
commit | commitdiff | tree |
2007-07-19 |
Luigi Rizzo | comment out some terribly expensive debugging code
|
commit | commitdiff | tree |
2007-07-19 |
Luigi Rizzo | print more of the network settings (externip, externhost...
|
commit | commitdiff | tree |
2007-07-19 |
Luigi Rizzo | document the use of externip, externhost and other...
|
commit | commitdiff | tree |
2007-07-19 |
Luigi Rizzo | ast_sip_ouraddrfor() never fails, so make it void
|
commit | commitdiff | tree |
2007-07-19 |
Luigi Rizzo | portability fix: use %f instead of %lf when printing...
|
commit | commitdiff | tree |
2007-07-17 |
Luigi Rizzo | Introduce ast_parse_arg() , a generic function to parse...
|
commit | commitdiff | tree |
2007-07-17 |
Luigi Rizzo | Initialize a variable to avoid a warning when the compiler
|
commit | commitdiff | tree |
2007-07-13 |
Luigi Rizzo | Small improvement to the STUN support so it can be...
|
commit | commitdiff | tree |
2007-07-12 |
Luigi Rizzo | more cleanup, this time to stun_handle_packet(). Among...
|
commit | commitdiff | tree |
2007-07-12 |
Luigi Rizzo | a little bit of code cleanup to rtp.c, mostly to function
|
commit | commitdiff | tree |
2007-07-11 |
Luigi Rizzo | add a bit of documentation on what the stun code in...
|
commit | commitdiff | tree |
2007-06-29 |
Luigi Rizzo | As the comment in the code says:
|
commit | commitdiff | tree |
2007-06-29 |
Luigi Rizzo | Make sure that we properly recurse in subdirectories to
|
commit | commitdiff | tree |
2007-06-29 |
Luigi Rizzo | 72665 not applicable to trunk
|
commit | commitdiff | tree |
2007-06-28 |
Luigi Rizzo | 72462 is not applicable to trunk
|
commit | commitdiff | tree |
2007-06-28 |
Luigi Rizzo | move variable declarations to the beginning of a block.
|
commit | commitdiff | tree |
2007-06-28 |
Luigi Rizzo | move variable declarations to the beginning of the...
|
commit | commitdiff | tree |
2007-06-28 |
Luigi Rizzo | move variable declarations to the beginning of a block.
|
commit | commitdiff | tree |
2007-06-28 |
Luigi Rizzo | 72453 was already applied to trunk some time ago
|
commit | commitdiff | tree |
2007-06-28 |
Luigi Rizzo | Add -Wdeclaration-after-statement to AST_DEVMODE
|
commit | commitdiff | tree |
2007-03-06 |
Luigi Rizzo | move declaration to the beginning of a block
|
commit | commitdiff | tree |
2007-03-06 |
Luigi Rizzo | remove duplicate const
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | As the comment in the diff says:
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | in the interest of portability, avoid using %zd when all
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | sizeof() is compatible with format %d so don't be too
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | remove variable declaration in the middle of a block
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | forgot to add AST_LIBS += $(BKTR_LIB)
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | include "asterisk/zapata.h" to get the zaptel headers.
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | whoops, fix a cut&paste error...
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | slight change to the initialization of a structure,
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | include "asterisk/zapata.h" to get the zaptel headers.
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | include "asterisk/zapata.h" to get the zaptel headers
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | include "asterisk/zapata.h" instead of testing for
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | include "asterisk/zapata.h" instead of looking
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | another freebsd-specific check for zaptel compatibility
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | Add a stub file to find the zaptel headers in the right
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | forgot to add BKTR_INCLUDE and BKTR_LIB in makeopts.in
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | add comments that AC_USE_SYSTEM_EXTENSIONS and AST_PROG_LD
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | Add check for backtrace support on platforms that do...
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | remove a useless (and harmful on some platforms) -lnsl
|
commit | commitdiff | tree |
2007-01-19 |
Luigi Rizzo | simplify checking for zaptel version and location
|
commit | commitdiff | tree |
2006-12-25 |
Luigi Rizzo | provide INT16_MIN and INT16_MAX for platforms where...
|
commit | commitdiff | tree |
2006-12-25 |
Luigi Rizzo | rename the structs struct tone_zone_sound and struct...
|
commit | commitdiff | tree |
2006-12-22 |
Luigi Rizzo | improve readability of a few macros.
|
commit | commitdiff | tree |
2006-12-21 |
Luigi Rizzo | make sms_hexdump() thread safe;
|
commit | commitdiff | tree |
2006-12-21 |
Luigi Rizzo | make isodate thread-safe
|
commit | commitdiff | tree |
2006-12-21 |
Luigi Rizzo | - use the standard option parsing routines;
|
commit | commitdiff | tree |
2006-12-21 |
Luigi Rizzo | put generator functions next to each other.
|
commit | commitdiff | tree |
2006-12-21 |
Luigi Rizzo | same as in other places, check that generator->release...
|
commit | commitdiff | tree |
2006-12-21 |
Luigi Rizzo | reduce indentation
|
commit | commitdiff | tree |
2006-12-21 |
Luigi Rizzo | restructure a block to reduce nesting
|
commit | commitdiff | tree |
2006-12-21 |
Luigi Rizzo | Add a bit of documentation on this code, including...
|
commit | commitdiff | tree |
2006-12-20 |
Luigi Rizzo | more formatting cleanup.
|
commit | commitdiff | tree |
2006-12-19 |
Luigi Rizzo | formatting and code cleanup.
|
commit | commitdiff | tree |
2006-12-19 |
Luigi Rizzo | block 48583
|
commit | commitdiff | tree |
2006-12-19 |
Luigi Rizzo | start documenting this code.
|
commit | commitdiff | tree |
2006-12-19 |
Luigi Rizzo | better name for struct dial_localuser.
|
commit | commitdiff | tree |
2006-12-19 |
Luigi Rizzo | remove now useless extern declarations.
|
commit | commitdiff | tree |
2006-12-19 |
Luigi Rizzo | introduce a temporary variable for tmp->chan to shorten...
|
commit | commitdiff | tree |
2006-12-19 |
Luigi Rizzo | stop what i think is a memory leak in case Dial fails to
|
commit | commitdiff | tree |
2006-12-19 |
Luigi Rizzo | move a large block related to privacy handling to a...
|
commit | commitdiff | tree |
2006-12-18 |
Luigi Rizzo | unbreak the macro used for incrementing the frame counters.
|
commit | commitdiff | tree |
2006-12-18 |
Luigi Rizzo | apply the proposed fix for bug 8602
|
commit | commitdiff | tree |
2006-12-18 |
Luigi Rizzo | convert the final clients of ast_build_string to use...
|
commit | commitdiff | tree |
2006-12-18 |
Luigi Rizzo | debugging shows that we always need more than 128 bytes
|
commit | commitdiff | tree |
2006-12-18 |
Luigi Rizzo | Replace ast_build_string with ast_str_*().
|
commit | commitdiff | tree |
2006-12-17 |
Luigi Rizzo | replace ast_build_string() with ast_str_*().
|
commit | commitdiff | tree |
2006-12-17 |
Luigi Rizzo | replace ast_build_string() with ast_str_*();
|
commit | commitdiff | tree |
2006-12-17 |
Luigi Rizzo | define a mask SIP_INSECURE sam as for other sets of...
|
commit | commitdiff | tree |
2006-12-16 |
Luigi Rizzo | forgot this part...
|
commit | commitdiff | tree |
2006-12-16 |
Luigi Rizzo | another conversion from ast_build_str to ast_str
|
commit | commitdiff | tree |
2006-12-16 |
Luigi Rizzo | convert ast_build_str to ast_str_*
|
commit | commitdiff | tree |
2006-12-16 |
Luigi Rizzo | replace ast_build_string() with ast_str_*() functions.
|
commit | commitdiff | tree |
2006-12-16 |
Luigi Rizzo | prevent a compiler warning
|
commit | commitdiff | tree |
2006-12-15 |
Luigi Rizzo | simplify the ast_dynamic_str_*.... routines by
|
commit | commitdiff | tree |
2006-12-15 |
Luigi Rizzo | move the dynamic string support in a better place i...
|
commit | commitdiff | tree |
2006-12-15 |
Luigi Rizzo | remove a duplicate include
|
commit | commitdiff | tree |
2006-12-15 |
Luigi Rizzo | unbreak the output for http session.
|
commit | commitdiff | tree |
2006-12-15 |
Luigi Rizzo | remove ast_safe_string_alloc() - it is completely
|
commit | commitdiff | tree |
2006-12-15 |
Luigi Rizzo | replace ast_safe_string_alloc() with asprintf()
|
commit | commitdiff | tree |
2006-12-15 |
Luigi Rizzo | replace ast_safe_string_alloc() with asprintf()
|
commit | commitdiff | tree |
2006-12-15 |
Luigi Rizzo | small documentation improvements.
|
commit | commitdiff | tree |
2006-12-15 |
Luigi Rizzo | constify ast_state2str() and note it is not reentrant.
|
commit | commitdiff | tree |
2006-12-15 |
Luigi Rizzo | remove the macro LOAD_OH and expand it inline in the...
|
commit | commitdiff | tree |
2006-12-13 |
Luigi Rizzo | make sure that showdialplan sends only one
|
commit | commitdiff | tree |
2006-12-13 |
Luigi Rizzo | clean up function manager_show_dialplan_helper()
|
commit | commitdiff | tree |
2006-12-12 |
Luigi Rizzo | properly initialize a malloc'ed buffer
|
commit | commitdiff | tree |
2006-12-12 |
Luigi Rizzo | normalize the scanning of "general" options in the...
|
commit | commitdiff | tree |
2006-12-12 |
Luigi Rizzo | Make sure tab-completion works even when we have typed...
|
commit | commitdiff | tree |
2006-12-11 |
Luigi Rizzo | make sure the argument to ast_malloc() is > 0.
|
commit | commitdiff | tree |
2006-12-07 |
Luigi Rizzo | - Generalize the function ssl_setup() so that the certificat...
|
commit | commitdiff | tree |
2006-12-06 |
Luigi Rizzo | remove duplicated code to start the server threads...
|
commit | commitdiff | tree |
2006-12-06 |
Luigi Rizzo | Part of the transformations necessary to add TLS support,
|
commit | commitdiff | tree |
2006-12-06 |
Luigi Rizzo | Make externally visible some generic code useful to...
|
commit | commitdiff | tree |
2006-11-28 |
Luigi Rizzo | don't use outputstr in the struct mansession, it's...
|
commit | commitdiff | tree |
2006-11-28 |
Luigi Rizzo | initialize the dynamic string in a sane way.
|
commit | commitdiff | tree |
2006-11-28 |
Luigi Rizzo | some simplifications to
|
commit | commitdiff | tree |
2006-11-28 |
Luigi Rizzo | do not return 500 Internal error if the AMI command...
|
commit | commitdiff | tree |
2006-11-28 |
Luigi Rizzo | mosty comment and documentation cleanup on waitevent.
|
commit | commitdiff | tree |
next |