2006-04-15 |
Luigi Rizzo | - normalize for() loops to navigate through variables, |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | - use '?' instead of if statements for assignment; |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | - remove some unnecessary casts and braces; |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | remove some unnecessary braces |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | misc. code cleanup |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | code simplifications |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | use ast_strdup instead of strdup |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | normalize cli completion code |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | constification and code simplifications |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | constify a couple of function arguments |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | code cleanup (for loop normalization, remove useless... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | partial fix of the module API to use the new method. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | fix another svn merge bug |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Tilghman Lesher | Compatibility fixes for loader changes |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Kevin P. Fleming | Merged revisions 20037 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | fix a mostly harmless error introduced by svn merge. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Kevin P. Fleming | Merged revisions 20034 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | This rather large commit changes the way modules are... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Luigi Rizzo | temporarily revert the way mutex are initialized on... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Tilghman Lesher | Bug 6927 - CLI command has 3 args, not 2. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Tilghman Lesher | Merged revisions 19891 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Tilghman Lesher | Fix format for big endian systems |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Joshua Colp | Fix the grammar that Kevin broke |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Tilghman Lesher | Bug 6896 - Fix for garbled wav49 format |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Kevin P. Fleming | Merged revisions 19812 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Tilghman Lesher | Unregister format says it's already unregistered |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Tilghman Lesher | Typo fix |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Tilghman Lesher | Blocked revisions 19768 via svnmerge |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Kevin P. Fleming | remove extraneous warning message |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Olle Johansson | Issue #6951 - Show last successful registration time... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Olle Johansson | Formatting fixes |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Tilghman Lesher | Document the MSGSM format, and fix the uncalculated... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Joshua Colp | Updates to speech recognition API and dialplan utilitie... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Josh Roberson | fix caffiene-induced typo. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Josh Roberson | Note that the res_speech module will need to be loaded... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Kevin P. Fleming | simplify macro usage |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Russell Bryant | make sure uint64_t is available on mac |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Olle Johansson | - Adding some refer state definitions from the siptrans... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Olle Johansson | Fix for Polycom bug... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Olle Johansson | Implement a setting for denying/allowing transfer reque... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Luigi Rizzo | whoops... remove an extra line. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Luigi Rizzo | add 'show threads' and 'show profile' commands. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Kevin P. Fleming | fancify the sample grammar a bit |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Olle Johansson | Doxygen docs |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Joshua Colp | Add ability to see if the person calling said anything... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Luigi Rizzo | reindent block properly |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Luigi Rizzo | localize some variables, remove useless parentheses |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Luigi Rizzo | remove useless \0, and fix formatting. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tilghman Lesher | Bug 6943 - transition away from using CallerID header... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tilghman Lesher | Merged revisions 19397 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Luigi Rizzo | fix various bugs in the DEBUG_THREADS code including: |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tilghman Lesher | Merged revisions 19394 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Kevin P. Fleming | fix logic error; don't test for rtcache flag unless... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Kevin P. Fleming | Merged revisions 19353 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tilghman Lesher | Merged revisions 19351 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Kevin P. Fleming | Merged revisions 19348 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Kevin P. Fleming | Merged revisions 19347 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Kevin P. Fleming | Merged revisions 19345 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Luigi Rizzo | remove unused variable (discovered by the compiler) |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Joshua Colp | No need to do this in here any longer since the linkedl... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Joshua Colp | Merged revisions 19303 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Kevin P. Fleming | Merged revisions 19301 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Kevin P. Fleming | typo |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Joshua Colp | Convert chan_iax2 to use linked lists for multithreadin... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
BJ Weschke | Minor cleanups and error handling for app_dial #6935... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Luigi Rizzo | remove an unused function |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Luigi Rizzo | as discussed with kevin, move |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Kevin P. Fleming | use proper type |
commit | commitdiff | tree | snapshot |
2006-04-11 |
BJ Weschke | Provide the ability to read extension number after... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Luigi Rizzo | normalize code preparing for loader changes |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Luigi Rizzo | remove unused fields |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Luigi Rizzo | normalize code in preparation to module changes |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Luigi Rizzo | staticize a function, and normalize code in preparation... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Christian Richter | mISDN Messages must be freed with free_msg \!\! |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Olle Johansson | - First stab at removing debug and ignore variables... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Olle Johansson | Add new documentation files to index file 00README... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tilghman Lesher | Bugs 6883, 6930: compiler warnings |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Joshua Colp | Data stores do not need a lock. As well change the... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
BJ Weschke | Merged revisions 19008 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Joshua Colp | Presenting a revised data stores and oh my, a generic... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Kevin P. Fleming | remove support for BYEXTENSION (which nobody even knows... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Olle Johansson | Fixup fixup - add some debugging and error handling |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Olle Johansson | Resolve conflicts, prepare for next batch of conflicts |
commit | commitdiff | tree | snapshot |
2006-04-10 |
BJ Weschke | Merged revisions 18866 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Christian Richter | fixed some issues, that appear at higher load |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Christian Richter | we send nearly everytime a RELEASE, only if we for... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Olle Johansson | Making sure that cancel destroy is only executed once... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Olle Johansson | Small fix |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Luigi Rizzo | - staticize gettag() complete_sip_peer() get_calleridna... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Luigi Rizzo | - constification of some functions (args and return... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Luigi Rizzo | - localize 'struct cfalias' into the only function... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Luigi Rizzo | constify get_sdp*() and friends. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Luigi Rizzo | constify get_header(), which let me find out and fix... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Luigi Rizzo | - describe how sip packets are stored internally; |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Luigi Rizzo | struct sip_request cleanup: |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Luigi Rizzo | more cleanup: remove useless braces, replace "if" with... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Olle Johansson | Re-instate removed comment |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Luigi Rizzo | another batch of minor code simplifications |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Tilghman Lesher | Bug 6829 - asprintf for Solaris |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Russell Bryant | remove a couple more unnecessary "out of memory" error... |
commit | commitdiff | tree | snapshot |
next |