2006-04-19 |
Luigi Rizzo | one more client for find_context_locked(),
|
commit | commitdiff | tree |
2006-04-19 |
Luigi Rizzo | use a function, set_ext_pri(), to assign extension...
|
commit | commitdiff | tree |
2006-04-19 |
Luigi Rizzo | replace repeated code to walk contexts with a function,
|
commit | commitdiff | tree |
2006-04-19 |
Luigi Rizzo | move to a different file (channel.c for the time being...
|
commit | commitdiff | tree |
2006-04-19 |
Luigi Rizzo | - use ast_calloc instead of ast_malloc
|
commit | commitdiff | tree |
2006-04-18 |
Luigi Rizzo | simplify logic in iax2_bridge()
|
commit | commitdiff | tree |
2006-04-18 |
Luigi Rizzo | simplify logic in various functions, remove unnecessary...
|
commit | commitdiff | tree |
2006-04-18 |
Luigi Rizzo | remove a line that was added by mistake
|
commit | commitdiff | tree |
2006-04-18 |
Luigi Rizzo | simplify the flow of builtin_atxfer().
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | preparation for reduction of the nesting of a large...
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | more usages of stream_and_wait
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | more usages of function 'finishup()'
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | one more instance of stream_and_wait, and remove an...
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | simplify a couple of functions.
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | more replaceemnt of dup code with functions.
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | localize several variables, and simplify the last part...
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | more formatting cleanup including removal of a useless...
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | rename a variable same as used in a very similar function,
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | s/pu->chan/chan in a few places;
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | put some common code into functions (still more instances...
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | properly reindent a large block.
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | more readability fixes - localize some variables and...
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | introduce a function to set context, extension and...
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | minor readability fixes in preparation for more work...
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | minor formatting fixes
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | move some duplicated code outside an if/then/else block
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | make sure there is [almost] only a single exit point...
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | simplify the ast_channel walking routines.
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | move common conditions to the outside block.
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | simplify logic in ast_generic_bridge()
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | move common code in one place
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | avoid returning in the middle of a switch() in ast_answer()
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | simplify function __ast_request_and_dial() as follows:
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | properly reindent a block
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | add a missing ast_channel_unlock() evidenced by previous...
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | remove an extra lock.
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | - replace some nested 'if' with '&&'
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | Localize some variables documenting their usage.
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | localize some variables, add some comments.
|
commit | commitdiff | tree |
2006-04-16 |
Luigi Rizzo | implement ast_waitfordigit() and ast_readstring() in...
|
commit | commitdiff | tree |
2006-04-15 |
Luigi Rizzo | applied two of the 3 chunks in #6907, and a similar one
|
commit | commitdiff | tree |
2006-04-15 |
Luigi Rizzo | - use '=' to copy struct sockaddr_in
|
commit | commitdiff | tree |
2006-04-15 |
Luigi Rizzo | - normalize for() loops to navigate through variables,
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | - use '?' instead of if statements for assignment;
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | - remove some unnecessary casts and braces;
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | remove some unnecessary braces
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | misc. code cleanup
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | code simplifications
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | use ast_strdup instead of strdup
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | normalize cli completion code
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | constification and code simplifications
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | constify a couple of function arguments
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | code cleanup (for loop normalization, remove useless...
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | partial fix of the module API to use the new method.
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | fix another svn merge bug
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | fix a mostly harmless error introduced by svn merge.
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | This rather large commit changes the way modules are...
|
commit | commitdiff | tree |
2006-04-14 |
Luigi Rizzo | temporarily revert the way mutex are initialized on...
|
commit | commitdiff | tree |
2006-04-12 |
Luigi Rizzo | whoops... remove an extra line.
|
commit | commitdiff | tree |
2006-04-12 |
Luigi Rizzo | add 'show threads' and 'show profile' commands.
|
commit | commitdiff | tree |
2006-04-12 |
Luigi Rizzo | reindent block properly
|
commit | commitdiff | tree |
2006-04-12 |
Luigi Rizzo | localize some variables, remove useless parentheses
|
commit | commitdiff | tree |
2006-04-11 |
Luigi Rizzo | remove useless \0, and fix formatting.
|
commit | commitdiff | tree |
2006-04-11 |
Luigi Rizzo | fix various bugs in the DEBUG_THREADS code including:
|
commit | commitdiff | tree |
2006-04-11 |
Luigi Rizzo | remove unused variable (discovered by the compiler)
|
commit | commitdiff | tree |
2006-04-11 |
Luigi Rizzo | remove an unused function
|
commit | commitdiff | tree |
2006-04-11 |
Luigi Rizzo | as discussed with kevin, move
|
commit | commitdiff | tree |
2006-04-11 |
Luigi Rizzo | normalize code preparing for loader changes
|
commit | commitdiff | tree |
2006-04-11 |
Luigi Rizzo | remove unused fields
|
commit | commitdiff | tree |
2006-04-11 |
Luigi Rizzo | normalize code in preparation to module changes
|
commit | commitdiff | tree |
2006-04-11 |
Luigi Rizzo | staticize a function, and normalize code in preparation...
|
commit | commitdiff | tree |
2006-04-10 |
Luigi Rizzo | - staticize gettag() complete_sip_peer() get_calleridname...
|
commit | commitdiff | tree |
2006-04-10 |
Luigi Rizzo | - constification of some functions (args and return...
|
commit | commitdiff | tree |
2006-04-10 |
Luigi Rizzo | - localize 'struct cfalias' into the only function...
|
commit | commitdiff | tree |
2006-04-10 |
Luigi Rizzo | constify get_sdp*() and friends.
|
commit | commitdiff | tree |
2006-04-10 |
Luigi Rizzo | constify get_header(), which let me find out and fix...
|
commit | commitdiff | tree |
2006-04-10 |
Luigi Rizzo | - describe how sip packets are stored internally;
|
commit | commitdiff | tree |
2006-04-10 |
Luigi Rizzo | struct sip_request cleanup:
|
commit | commitdiff | tree |
2006-04-10 |
Luigi Rizzo | more cleanup: remove useless braces, replace "if" with...
|
commit | commitdiff | tree |
2006-04-10 |
Luigi Rizzo | another batch of minor code simplifications
|
commit | commitdiff | tree |
2006-04-09 |
Luigi Rizzo | a bunch of trivial code normalizations (removal of...
|
commit | commitdiff | tree |
2006-04-09 |
Luigi Rizzo | rename FR_SET_BUF to AST_FRAME_SET_BUFFER
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | structures can be copied with the '=' operators, no...
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | normalize some for() loops.
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | minor formatting changes again
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | normalize repeated instances of code as follows:
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | optimize move_variables() so that two lists can be...
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | + create function cdr_get_tv to replace several duplicated
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | minor code cleanup
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | convert one more file...
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | remove traces of previously merged files
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | minor formatting cleanup and removal of trailing whitespace.
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | use the new module interface for this module, but make it
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | make sure that file calls other than OPEN work on all...
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | whitespace and formatting fix postponed from last commit:
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | split pbx_load_module so we can reduce the indentation...
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | use FREE instead of free as pointer to the destructor...
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | convert a couple of applications to the new module...
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | small cleanups to module.h and loader.c to start playing...
|
commit | commitdiff | tree |
2006-04-06 |
Luigi Rizzo | the fix for bug #6399 makes sense. thanks wrmem for...
|
commit | commitdiff | tree |
next |