summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-16avoid returning in the middle of a switch() in ast_answer()Luigi Rizzo
2006-04-16simplify function __ast_request_and_dial() as follows:Luigi Rizzo
2006-04-16properly reindent a blockLuigi Rizzo
2006-04-16add a missing ast_channel_unlock() evidenced by previous commits.Luigi Rizzo
2006-04-16remove an extra lock.Luigi Rizzo
2006-04-16- replace some nested 'if' with '&&'Luigi Rizzo
2006-04-16Localize some variables documenting their usage.Luigi Rizzo
2006-04-16- Fixes to ast_channel_lock functionsOlle Johansson
2006-04-16localize some variables, add some comments.Luigi Rizzo
2006-04-16implement ast_waitfordigit() and ast_readstring() in termsLuigi Rizzo
2006-04-15Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir pa...Joshua Colp
2006-04-15Allow the attachment format to be specified differently for different mailbox...Joshua Colp
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...Joshua Colp
2006-04-15add indications for Thailand (issue #6971)Russell Bryant
2006-04-15add the ability to turn off the feature that allows agents to end callsRussell Bryant
2006-04-15Big oops. I did this from my trunk directory instead of autoconf_and_menusel...Russell Bryant
2006-04-15include autoconfig.h (casper)Russell Bryant
2006-04-15More ast_channel_lock fixesOlle Johansson
2006-04-15New functions for locking a channel - these simplify debuggingOlle Johansson
2006-04-15applied two of the 3 chunks in #6907, and a similar oneLuigi Rizzo
2006-04-15- use '=' to copy struct sockaddr_inLuigi Rizzo
2006-04-15- normalize for() loops to navigate through variables,Luigi Rizzo
2006-04-14- use '?' instead of if statements for assignment;Luigi Rizzo
2006-04-14- remove some unnecessary casts and braces; Luigi Rizzo
2006-04-14remove some unnecessary bracesLuigi Rizzo
2006-04-14misc. code cleanupLuigi Rizzo
2006-04-14code simplificationsLuigi Rizzo
2006-04-14use ast_strdup instead of strdupLuigi Rizzo
2006-04-14normalize cli completion codeLuigi Rizzo
2006-04-14constification and code simplificationsLuigi Rizzo
2006-04-14constify a couple of function argumentsLuigi Rizzo
2006-04-14code cleanup (for loop normalization, remove useless casts and parentheses)Luigi Rizzo
2006-04-14partial fix of the module API to use the new method.Luigi Rizzo
2006-04-14fix another svn merge bugLuigi Rizzo
2006-04-14Compatibility fixes for loader changesTilghman Lesher
2006-04-14Merged revisions 20037 via svnmerge from Kevin P. Fleming
2006-04-14fix a mostly harmless error introduced by svn merge.Luigi Rizzo
2006-04-14Merged revisions 20034 via svnmerge from Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-14temporarily revert the way mutex are initialized on BSD systems.Luigi Rizzo
2006-04-14Bug 6927 - CLI command has 3 args, not 2.Tilghman Lesher
2006-04-13Merged revisions 19891 via svnmerge from Tilghman Lesher
2006-04-13Fix format for big endian systemsTilghman Lesher
2006-04-13Fix the grammar that Kevin brokeJoshua Colp
2006-04-13Bug 6896 - Fix for garbled wav49 formatTilghman Lesher
2006-04-13Merged revisions 19812 via svnmerge from Kevin P. Fleming
2006-04-13Unregister format says it's already unregisteredTilghman Lesher
2006-04-13Typo fixTilghman Lesher
2006-04-13Blocked revisions 19768 via svnmergeTilghman Lesher
2006-04-13remove extraneous warning messageKevin P. Fleming