2006-04-21 |
Luigi Rizzo | move wait_and_stream to ast_wait_and_stream() because... |
tree | commitdiff |
2006-04-21 |
Luigi Rizzo | - use symbolic constants and macros to play with the... |
tree | commitdiff |
2006-04-20 |
Luigi Rizzo | comment that for callerid field, NULL and "" should... |
tree | commitdiff |
2006-04-19 |
Russell Bryant | add the malloc attribute to the memory allocation wrappers |
tree | commitdiff |
2006-04-19 |
Luigi Rizzo | move to a different file (channel.c for the time being... |
tree | commitdiff |
2006-04-18 |
Kevin P. Fleming | correct array index calculation (thanks mtaht3!) |
tree | commitdiff |
2006-04-18 |
Russell Bryant | update res_odbc to support pooled connections |
tree | commitdiff |
2006-04-17 |
Kevin P. Fleming | add an API so that the number of steps required for... |
tree | commitdiff |
2006-04-16 |
Olle Johansson | - Fixes to ast_channel_lock functions |
tree | commitdiff |
2006-04-15 |
Olle Johansson | More ast_channel_lock fixes |
tree | commitdiff |
2006-04-15 |
Olle Johansson | New functions for locking a channel - these simplify... |
tree | commitdiff |
2006-04-14 |
Luigi Rizzo | constification and code simplifications |
tree | commitdiff |
2006-04-14 |
Luigi Rizzo | constify a couple of function arguments |
tree | commitdiff |
2006-04-14 |
Luigi Rizzo | This rather large commit changes the way modules are... |
tree | commitdiff |
2006-04-14 |
Luigi Rizzo | temporarily revert the way mutex are initialized on... |
tree | commitdiff |
2006-04-13 |
Joshua Colp | Updates to speech recognition API and dialplan utilitie... |
tree | commitdiff |
2006-04-12 |
Kevin P. Fleming | simplify macro usage |
tree | commitdiff |
2006-04-12 |
Russell Bryant | make sure uint64_t is available on mac |
tree | commitdiff |
2006-04-12 |
Luigi Rizzo | add 'show threads' and 'show profile' commands. |
tree | commitdiff |
2006-04-11 |
Luigi Rizzo | fix various bugs in the DEBUG_THREADS code including: |
tree | commitdiff |
2006-04-11 |
Joshua Colp | Merged revisions 19303 via svnmerge from |
tree | commitdiff |
2006-04-11 |
Luigi Rizzo | remove an unused function |
tree | commitdiff |
2006-04-11 |
Luigi Rizzo | as discussed with kevin, move |
tree | commitdiff |
2006-04-11 |
Olle Johansson | Add new documentation files to index file 00README... |
tree | commitdiff |
2006-04-11 |
Joshua Colp | Data stores do not need a lock. As well change the... |
tree | commitdiff |
2006-04-10 |
Joshua Colp | Presenting a revised data stores and oh my, a generic... |
tree | commitdiff |
2006-04-10 |
Tilghman Lesher | Bug 6829 - asprintf for Solaris |
tree | commitdiff |
2006-04-09 |
Luigi Rizzo | rename FR_SET_BUF to AST_FRAME_SET_BUFFER |
tree | commitdiff |
2006-04-08 |
Kevin P. Fleming | update module license key text and update loader to... |
tree | commitdiff |
2006-04-08 |
Kevin P. Fleming | since the module API is changing, it's a good time... |
tree | commitdiff |
2006-04-08 |
Kevin P. Fleming | merge rizzo's codec module rework (very similar to... |
tree | commitdiff |
2006-04-07 |
Olle Johansson | Issue #6899 - remove OSP support code from chan_sip... |
tree | commitdiff |
2006-04-06 |
Luigi Rizzo | small cleanups to module.h and loader.c to start playin... |
tree | commitdiff |
2006-04-05 |
Olle Johansson | - Doxygen fixes |
tree | commitdiff |
2006-04-04 |
Luigi Rizzo | Largely simplify format handlers (for file copy etc.) |
tree | commitdiff |
2006-04-04 |
Luigi Rizzo | some fields are const |
tree | commitdiff |
2006-04-04 |
Mark Spencer | Does nobody know how to write a linked list properly... |
tree | commitdiff |
2006-04-03 |
Matt O'Gorman | list word cant be used with g++ and causes problems |
tree | commitdiff |
2006-04-03 |
Olle Johansson | Add misdn.txt to doxygen docs |
tree | commitdiff |
2006-04-03 |
Olle Johansson | - Doxygen additions |
tree | commitdiff |
2006-04-02 |
Mark Spencer | Unify manager behind a single event queue |
tree | commitdiff |
2006-04-01 |
Mark Spencer | Flesh out the remainder of the manager + http changes... |
tree | commitdiff |
2006-03-31 |
Luigi Rizzo | trailing whitespace/ useless extern removal |
tree | commitdiff |
2006-03-31 |
Luigi Rizzo | more trailing whitespace and extern removal |
tree | commitdiff |
2006-03-31 |
Luigi Rizzo | removal of trailing whitespace and useless 'extern' |
tree | commitdiff |
2006-03-31 |
Luigi Rizzo | another batch of whitespace removal |
tree | commitdiff |
2006-03-31 |
Luigi Rizzo | remove useless 'extern' and trailing whitespace. |
tree | commitdiff |
2006-03-31 |
Olle Johansson | - Change AST_INLINE_AP to AST_INLINE_API for non-386... |
tree | commitdiff |
2006-03-31 |
Luigi Rizzo | remove useless 'extern' in function declarations. |
tree | commitdiff |
2006-03-30 |
Luigi Rizzo | initial implementation of support for native atomic... |
tree | commitdiff |
2006-03-30 |
Luigi Rizzo | as discussed with Mark a few weeks ago, the 'newstack... |
tree | commitdiff |
2006-03-30 |
Olle Johansson | Doxygen doc updates |
tree | commitdiff |
2006-03-30 |
Luigi Rizzo | remove AST_MUTEX_DEFINE_EXPORTED, which now has no... |
tree | commitdiff |
2006-03-30 |
Luigi Rizzo | do not export the tzlock and the list head, and introdu... |
tree | commitdiff |
2006-03-30 |
Luigi Rizzo | document why there are so many versions of the mutex... |
tree | commitdiff |
2006-03-30 |
Russell Bryant | convert internal timing to be stored as a flag in the... |
tree | commitdiff |
2006-03-30 |
Olle Johansson | Issue #5374 - Enable internal timing of generators... |
tree | commitdiff |
2006-03-30 |
Olle Johansson | Issue #6450 - Don't remove characters from SIP uri... |
tree | commitdiff |
2006-03-29 |
Tilghman Lesher | Merged revisions 16192 via svnmerge from |
tree | commitdiff |
2006-03-29 |
Olle Johansson | Doxygen updates |
tree | commitdiff |
2006-03-29 |
Luigi Rizzo | Introduce an utility macro to set base, offset and |
tree | commitdiff |
2006-03-29 |
Luigi Rizzo | Add two widely used constants |
tree | commitdiff |
2006-03-29 |
Kevin P. Fleming | Merged revisions 15896 via svnmerge from |
tree | commitdiff |
2006-03-28 |
Olle Johansson | Doxygen fixes |
tree | commitdiff |
2006-03-28 |
Luigi Rizzo | bring in the code that was discussed on Mantis #6068, |
tree | commitdiff |
2006-03-28 |
Kevin P. Fleming | make 'show hints' CLI command show context name for... |
tree | commitdiff |
2006-03-28 |
Luigi Rizzo | Bring in the new loader code as described in mantis... |
tree | commitdiff |
2006-03-28 |
Luigi Rizzo | remove the long since unused STANDARD_LOCAL_USERS macro |
tree | commitdiff |
2006-03-28 |
Kevin P. Fleming | improve IP TOS support for SIP and IAX2 (issue #6355... |
tree | commitdiff |
2006-03-25 |
Mark Spencer | Add micro-http server and abstract manager interface... |
tree | commitdiff |
2006-03-25 |
Kevin P. Fleming | revert loader changes that have clearly not undergone... |
tree | commitdiff |
2006-03-25 |
Tilghman Lesher | Bug 4377 - Round 2 of the loader updates |
tree | commitdiff |
2006-03-24 |
Luigi Rizzo | as discussed on the -dev list, introduce a macro to... |
tree | commitdiff |
2006-03-24 |
BJ Weschke | Doxygen typo fix. |
tree | commitdiff |
2006-03-24 |
Kevin P. Fleming | don't treat timeouts as errors in ast_cond_timedwait |
tree | commitdiff |
2006-03-23 |
Luigi Rizzo | Replace ast_say_* functionn with function pointers... |
tree | commitdiff |
2006-03-23 |
Luigi Rizzo | Fix a compile problem on FreeBSD for a missing header. |
tree | commitdiff |
2006-03-22 |
Joshua Colp | Merged revisions 14234 via svnmerge from |
tree | commitdiff |
2006-03-21 |
Russell Bryant | update LOCAL_USER_ADD to use ast_calloc |
tree | commitdiff |
2006-03-19 |
Olle Johansson | - Doxygen fixes. |
tree | commitdiff |
2006-03-19 |
Russell Bryant | When astmm is in use, define ast_malloc and friends... |
tree | commitdiff |
2006-03-18 |
Russell Bryant | - remove some unnecessary extern keywords |
tree | commitdiff |
2006-03-17 |
Russell Bryant | move the definition of the mappings between extension... |
tree | commitdiff |
2006-03-14 |
Russell Bryant | clarify which global options are enabled by default |
tree | commitdiff |
2006-03-14 |
Russell Bryant | add an option to cdr.conf that enables ending CDRs... |
tree | commitdiff |
2006-03-10 |
Olle Johansson | Doxygen fixes (we renamed a lot of README's recently) |
tree | commitdiff |
2006-03-10 |
Olle Johansson | Doxygen reformatting |
tree | commitdiff |
2006-03-07 |
Tilghman Lesher | Bug 5702 - Realtime patch for meetme |
tree | commitdiff |
2006-03-01 |
Tilghman Lesher | Merged revisions 11503 via svnmerge from |
tree | commitdiff |
2006-02-26 |
Tilghman Lesher | Merged revisions 11165 via svnmerge from |
tree | commitdiff |
2006-02-24 |
Olle Johansson | Reverting revision 10998 that was accidentaly committed... |
tree | commitdiff |
2006-02-24 |
Olle Johansson | Update to trunk |
tree | commitdiff |
2006-02-23 |
Tilghman Lesher | Bug 6417 - Allow retrieval of raw CDR values |
tree | commitdiff |
2006-02-23 |
Kevin P. Fleming | add 'consumed' argument to ast_get_time_t, so callers... |
tree | commitdiff |
2006-02-22 |
Kevin P. Fleming | merge rizzo's patch to make compiler warnings stop... |
tree | commitdiff |
2006-02-22 |
Matt O'Gorman | bug in the linkedlists macros where the prev node |
tree | commitdiff |
2006-02-20 |
Tilghman Lesher | Bug 5984 - Convert file offsets to 64 bit |
tree | commitdiff |
2006-02-18 |
Russell Bryant | fix up some doxygen formatted comments |
tree | commitdiff |
2006-02-16 |
Tilghman Lesher | Bug 6515 - extra semicolon |
tree | commitdiff |
2006-02-16 |
Russell Bryant | add StopMixMonitor application (issue #6122, with mods) |
tree | commitdiff |
next |