2006-10-08 |
Luigi Rizzo | small simplification to initreqprep()
|
commit | commitdiff | tree |
2006-10-08 |
Luigi Rizzo | Simplify function parse_request() using a single loop...
|
commit | commitdiff | tree |
2006-10-08 |
Luigi Rizzo | do not dereference p if we know it is NULL.
|
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | slightly restructure the code that computes the channel...
|
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | put repeated code to set nat mode in a function.
|
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | put common code in a function to avoid repetitions.
|
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | remove hardwired usage of 5060, use DEFAULT_SIP_PORT...
|
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | improve and document function get_in_brackets(), introducing
|
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | when possible, use ast_set2_flags instead of ast_set...
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | basically fix indentation of a large function after...
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | s cannot be null here, so remove the useless test and...
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | simplify logic in preparation to reduce indentation
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | document a bit the use of templates.
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | document the "contact" option a bit better.
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | help old bsd-system which don't have RLIMIT_AS and...
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | make sure sockets are blocking when they should be...
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | Two things:
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | update example commands to match current syntax
|
commit | commitdiff | tree |
2006-10-05 |
Luigi Rizzo | Basically, this commit only simplifies configure.ac...
|
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | simplify checks for OSS using AST_EXT_LIB_CHECK;
|
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | small formatting fix
|
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | when only checking headers, do not set $1_LIB.
|
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | document, and extend a bit the macro AST_EXT_LIB_CHECK...
|
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | restore proper CPPFLAGS and LDFLAGS for FreeBSD,
|
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | correct libraries for astman, at least so i think...
|
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | put linker flags in ASTLDFLAGS where they belong
|
commit | commitdiff | tree |
2006-10-03 |
Luigi Rizzo | comment the fact that autoconf2.59 is ok to process...
|
commit | commitdiff | tree |
2006-10-03 |
Luigi Rizzo | simplify this file
|
commit | commitdiff | tree |
2006-09-30 |
Luigi Rizzo | merge compile fixes from 44080:
|
commit | commitdiff | tree |
2006-09-22 |
Luigi Rizzo | compatibility fix:
|
commit | commitdiff | tree |
2006-09-22 |
Luigi Rizzo | style fix:
|
commit | commitdiff | tree |
2006-08-25 |
Luigi Rizzo | we really need BSD make here to understand the -V option.
|
commit | commitdiff | tree |
2006-07-24 |
Luigi Rizzo | move middle-of-the-block declaration at the top.
|
commit | commitdiff | tree |
2006-07-24 |
Luigi Rizzo | fix uninitialized variable
|
commit | commitdiff | tree |
2006-07-18 |
Luigi Rizzo | move variable declarations to the beginning of a block.
|
commit | commitdiff | tree |
2006-07-16 |
Luigi Rizzo | use a couple of variables to remove duplicate definitions
|
commit | commitdiff | tree |
2006-07-16 |
Luigi Rizzo | typo LDFAGS -> LDFLLAGS
|
commit | commitdiff | tree |
2006-06-04 |
Luigi Rizzo | add a bit of comment on what build_route does,
|
commit | commitdiff | tree |
2006-06-03 |
Luigi Rizzo | remove some duplicated code;
|
commit | commitdiff | tree |
2006-06-03 |
Luigi Rizzo | small simplification in assignments, and fix a typo...
|
commit | commitdiff | tree |
2006-06-03 |
Luigi Rizzo | mark XXX some places where there is a return right...
|
commit | commitdiff | tree |
2006-06-03 |
Luigi Rizzo | fix indentation of a block
|
commit | commitdiff | tree |
2006-06-03 |
Luigi Rizzo | some code simplifications using S_OR() to remove some...
|
commit | commitdiff | tree |
2006-06-03 |
Luigi Rizzo | use ast_skip_blanks() where appropriate, and use standard
|
commit | commitdiff | tree |
2006-06-03 |
Luigi Rizzo | mark XXX a buggy section of code and implement a probable
|
commit | commitdiff | tree |
2006-06-03 |
Luigi Rizzo | simplify logic in a small block of code
|
commit | commitdiff | tree |
2006-06-03 |
Luigi Rizzo | mark XXX a bug in the code. oej/kevin, any idea what...
|
commit | commitdiff | tree |
2006-06-03 |
Luigi Rizzo | remove duplicate code
|
commit | commitdiff | tree |
2006-06-03 |
Luigi Rizzo | Replace '\"' with '"'.
|
commit | commitdiff | tree |
2006-05-29 |
Luigi Rizzo | remove unused include
|
commit | commitdiff | tree |
2006-05-29 |
Luigi Rizzo | remove an explicit constant;
|
commit | commitdiff | tree |
2006-05-29 |
Luigi Rizzo | this file contained the body twice, so remove the second...
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | remove code duplication generating some ast_verbose...
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | use functional form of time()
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | use the functional form of time(), and mark XXX a couple...
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | more constifications
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | various constification of function arguments to prevent...
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | the msg argument of the various transmi_response*(...
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | mark const the 'header' argument of gettag
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | mark const the source of copy_request
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | fix indentation to make a table more readable
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | simplify register_peer_exten() removing some duplicated...
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | use strsep() to trim away ;xxx from SIP messages.
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | use a more compact method to trim the trailing ;.....
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | annotate const parameters of copy_header()
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | src is const in parse_copy()
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | minor logic simplification in get_sip_pvt_byid_locked()
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | simplify logic in function create_addr()
|
commit | commitdiff | tree |
2006-05-22 |
Luigi Rizzo | simplify logic in realtime_peer(), removing an unnecessary
|
commit | commitdiff | tree |
2006-05-21 |
Luigi Rizzo | strcmp() is the right function to use here, not strncmp().
|
commit | commitdiff | tree |
2006-05-21 |
Luigi Rizzo | remove an unused variable, and while at it
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | set correct type for lock initializers
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | oops, missing ! in matchcid...
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | remove a now useless debugging message about loading...
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | properly initialize non-static locks.
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | cast sockaddr_in to sockaddr because we need that.
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | simplify determine_firstline_parts
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | remove last instance of add_blank_header()
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | remove almost all useless instances of add_blank_header...
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | remove trailing space
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | remove a duplicate prototype
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | remove duplicated code in add_header
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | simplify init_req()
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | cleanup init_resp with proper variable names and arguments.
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | staticize a variable.
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | replace list unlinking with UNLINK macro
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | simplify sip_pretend_ack also removing a bug in the...
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | normalize the code to navigate through extensions and...
|
commit | commitdiff | tree |
2006-05-11 |
Luigi Rizzo | fix behaviour for earlymatch and matchmore.
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | replace a macro with actual code;
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | change macro into a function, remove unused code.
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | start cleanup indentation etc.
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | lock conlock before accessing the list.
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | lots of comments trying to document the agreed behaviour of
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | support reload say.conf to ease testing
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | german syntax for numbers from christian richter
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | fix indentation of two large blocks
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | fix a couple of misindented lines;
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | add missing rule
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | provide a correct return value in case everything goes...
|
commit | commitdiff | tree |
next |