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 |
2006-05-10 |
Luigi Rizzo | use 'switch' insteaf of multiple 'if'
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | document special character interpretation.
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | indentation fixes
|
commit | commitdiff | tree |
2006-05-10 |
Luigi Rizzo | prevent a warning for uninitialized variable.
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | implement the new sorting algorithm for extensions,
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | clear memory before passing to ASTOBJ_INIT
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | remove duplicate atof() invokation
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | normalize code, remove some useless casts
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | add default values for CPPFLAGS and LDFLAGS on FreeBSD
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | change some log_warning into log_debug
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | do not use a variable name that hides a useful library...
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | large rewrite of the extension matching code,
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | misc fixups
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | remove trailing whitespace
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | mark a couple of dubious pieces of code
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | more code simplifications.
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | simplify matchcid()
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | use S_OR where appropriate, comment an unclear difference...
|
commit | commitdiff | tree |
2006-05-09 |
Luigi Rizzo | more small simplifications
|
commit | commitdiff | tree |
2006-05-08 |
Luigi Rizzo | another function restructured
|
commit | commitdiff | tree |
2006-05-08 |
Luigi Rizzo | more code restructuring
|
commit | commitdiff | tree |
2006-05-08 |
Luigi Rizzo | remove some common code in parsing function calls
|
commit | commitdiff | tree |
2006-05-08 |
Luigi Rizzo | more code restructuring
|
commit | commitdiff | tree |
2006-05-08 |
Luigi Rizzo | restructure a function reducing nesting depth.
|
commit | commitdiff | tree |
2006-05-08 |
Luigi Rizzo | fix indentation of a large block.
|
commit | commitdiff | tree |
2006-05-08 |
Luigi Rizzo | minor code restructuring in preparation for more work.
|
commit | commitdiff | tree |
2006-05-08 |
Luigi Rizzo | localize some variables
|
commit | commitdiff | tree |
2006-05-08 |
Luigi Rizzo | document th way extensions are sorted
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | remove variable declarations in the middle of two blocks.
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | remove useless variables, and argument checks for functions
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | document that ast_cdr_answer is happy with a NULL argument
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | no point in clearing a local variable just before return
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | more simplifications
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | consistent rule for goto...
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | remove another useless nonterminal
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | remove a useless nonterminal
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | more simplifications
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | remove more shift-reduce conflicts
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | remove a redundant rule
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | reduce shift/reduce warnings
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | simplify case_statements
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | switch statement in one place
|
commit | commitdiff | tree |
2006-05-03 |
Luigi Rizzo | common syntax for context name
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | another instance of context name
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | fix a bug previously introduced in the handling of...
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | simplify case statements
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | one more instance of assignment
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | global_statement is really an assignment statement
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | expressions used in if, while, switch are all of the...
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | macro statements can be empty
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | empty arglists are valid
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | rename the rule for context names properly
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | simplify handling of 'include' lists
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | ... and use a single rule for timespec
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | use a single rule to parse timeranges hh:mm-hh:mm
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | if/ifTime/random statements are all the same thing
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | includedname is just a regular word_or_default name,
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | remove useless 'extern' declaration
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | remove some unneeded local variables.
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | more usage of nword(). I think the references to source
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | more simplifications involving linku1
|
commit | commitdiff | tree |
2006-05-02 |
Luigi Rizzo | correct linku1() to handle the case tail = NULL correctly.
|
commit | commitdiff | tree |
2006-05-01 |
Luigi Rizzo | add missing functions - see the comment in the file...
|
commit | commitdiff | tree |
2006-05-01 |
Luigi Rizzo | move some code used only --with-pri in the proper
|
commit | commitdiff | tree |
2006-05-01 |
Luigi Rizzo | more simplifications
|
commit | commitdiff | tree |
next |