summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-13Updates to speech recognition API and dialplan utilities. Moved to using dial...Joshua Colp
2006-04-11normalize code in preparation to module changesLuigi Rizzo
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...Joshua Colp
2006-04-10Merged revisions 18866 via svnmerge from BJ Weschke
2006-04-10remove a couple more unnecessary "out of memory" error messagesRussell Bryant
2006-04-10use ast_*alloc and don't create duplicated error messages.Russell Bryant
2006-04-10Instead of using strncpy, use ast_copy_string. Also, in the case of copying aRussell Bryant
2006-04-10run the module through indent to fix the formatting issues that violate theRussell Bryant
2006-04-10add back braces that were removed in a recent commit that leave a bunch ofRussell Bryant
2006-04-09Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)Olle Johansson
2006-04-08a few cleanups from the last commitKevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-08fix bug in smdi config parsing (issue #6908)Russell Bryant
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c Olle Johansson
2006-04-06normalize repeated instances of code as follows:Luigi Rizzo
2006-04-06use the new module interface for this module, but make itLuigi Rizzo
2006-04-06Issue #6893 - Compiler warnings for PostgreSQL ARA driverOlle Johansson
2006-04-05Unbreak res/Makefile (issue #6891 as reported by casper)Joshua Colp
2006-04-05Issue #5637 - Realtime driver for PostgreSQL (mguesdon)Olle Johansson
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-30Merged revisions 16534 via svnmerge from Joshua Colp
2006-03-30do not export the tzlock and the list head, and introduce a new method,Luigi Rizzo
2006-03-30Set default value of adsipark (import from 1.2)Olle Johansson
2006-03-28use ast_cli_complete() to largely simplify the command completion code.Luigi Rizzo
2006-03-28Bring in the new loader code as described in mantis #4377Luigi Rizzo
2006-03-28Use the standard macros to manipulate usecount.Luigi Rizzo
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-03-25revert loader changes that have clearly not undergone adequate testing before...Kevin P. Fleming
2006-03-25Bug 4377 - Round 2 of the loader updatesTilghman Lesher
2006-03-23Merged revisions 14523 via svnmerge from Joshua Colp
2006-03-21Merged revisions 13961 via svnmerge from Russell Bryant
2006-03-14add a CLI command that allows conversion of files to other formats usingRussell Bryant
2006-03-14- Formatting fix in musiconholdOlle Johansson
2006-03-06Bug 6304 - Add Park command to the manager interfaceTilghman Lesher
2006-03-06Issue #6628 - Disable res_snmp on incompatible platforms untilOlle Johansson
2006-03-05Some days... Sorry.Olle Johansson
2006-03-05OopsOlle Johansson
2006-03-02Merged revisions 11561 via svnmerge from Russell Bryant
2006-03-01Merged revisions 11503 via svnmerge from Tilghman Lesher
2006-02-28Merged revisions 11382 via svnmerge from Russell Bryant
2006-02-26Fix the make file *again*Mark Spencer
2006-02-26Fix snmp buildMark Spencer
2006-02-26Add SNMP support (bug #6439)Mark Spencer
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.Olle Johansson
2006-02-24Update to trunkOlle Johansson
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...Kevin P. Fleming