projects
/
asterisk/asterisk.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
app_queue: Added initialization for "context" parameter
[asterisk/asterisk.git]
/
apps
/
app_test.c
2015-04-13
Matt Jordan
git migration: Refactor the ASTERISK_FILE_VERSION macro
blob
|
commitdiff
2014-07-25
Mark Michelson
Add module support level to ast_module_info structure...
blob
|
commitdiff
|
diff to current
2014-07-20
Matthew Jordan
media formats: re-architect handling of media for perfo...
blob
|
commitdiff
|
diff to current
2012-02-24
Terry Wilson
Opaquification for ast_format structs in struct ast_channel
blob
|
commitdiff
|
diff to current
2012-02-20
Terry Wilson
ast_channel opaquification of pointers and integral...
blob
|
commitdiff
|
diff to current
2012-01-09
Terry Wilson
Replace direct access to channel name with accessor...
blob
|
commitdiff
|
diff to current
2011-07-14
Leif Madsen
Merged revisions 328247 via svnmerge from
blob
|
commitdiff
|
diff to current
2011-02-03
David Vossel
Asterisk media architecture conversion - no more format...
blob
|
commitdiff
|
diff to current
2009-11-04
Tilghman Lesher
Expand codec bitfield from 32 bits to 64 bits.
blob
|
commitdiff
|
diff to current
2009-05-21
Kevin P. Fleming
Const-ify the world (or at least a good part of it)
blob
|
commitdiff
|
diff to current
2009-03-26
David Vossel
Merged revisions 184388 via svnmerge from
blob
|
commitdiff
|
diff to current
2008-11-05
Eliel C. Sardanons
Add TestClient() and TestServer() applications XML
blob
|
commitdiff
|
diff to current
2008-05-22
Michiel van Baak
- revert change to ast_queue_hangup and create ast_queu...
blob
|
commitdiff
|
diff to current
2007-11-22
Luigi Rizzo
remove a number of #include <fcntl.h> which are either
blob
|
commitdiff
|
diff to current
2007-11-21
Luigi Rizzo
remove another set of redundant #include "asterisk...
blob
|
commitdiff
|
diff to current
2007-11-20
Luigi Rizzo
move asterisk/paths.h outside asterisk.h and into those...
blob
|
commitdiff
|
diff to current
2007-11-19
Luigi Rizzo
include "logger.h" and errno.h from asterisk.h - usage...
blob
|
commitdiff
|
diff to current
2007-11-16
Luigi Rizzo
Start untangling header inclusion in a way that does...
blob
|
commitdiff
|
diff to current
2007-11-06
Mark Michelson
"show application <foo>" changes for clarity.
blob
|
commitdiff
|
diff to current
2007-08-06
Joshua Colp
Extend the ast_senddigit and ast_dtmf_stream API calls...
blob
|
commitdiff
|
diff to current
2007-07-16
Joshua Colp
Applications no longer need to call ast_module_user_add...
blob
|
commitdiff
|
diff to current
2007-07-16
Joshua Colp
It is no longer required for each module that deals...
blob
|
commitdiff
|
diff to current
2007-06-24
Russell Bryant
Conversions to ast_debug()
blob
|
commitdiff
|
diff to current
2007-06-22
Tilghman Lesher
Issue 9990 - New API ast_mkdir, which creates parent...
blob
|
commitdiff
|
diff to current
2007-06-14
Russell Bryant
Add a massive set of changes for converting to use...
blob
|
commitdiff
|
diff to current
2006-10-03
Matt O'Gorman
bug #8076 check option_debug before printing to debug...
blob
|
commitdiff
|
diff to current
2006-08-21
Kevin P. Fleming
merge new_loader_completion branch, including (at least):
blob
|
commitdiff
|
diff to current
2006-06-11
Russell Bryant
Merged revisions 33466 via svnmerge from
blob
|
commitdiff
|
diff to current
2006-06-07
Kevin P. Fleming
simplify autoconfig include mechanism (make tholo happy...
blob
|
commitdiff
|
diff to current
2006-04-14
Luigi Rizzo
This rather large commit changes the way modules are...
blob
|
commitdiff
|
diff to current
2006-04-08
Kevin P. Fleming
since the module API is changing, it's a good time...
blob
|
commitdiff
|
diff to current
2006-02-15
Russell Bryant
remove the uses of the deprecated STANDARD_LOCAL_USER
blob
|
commitdiff
|
diff to current
2005-12-30
Russell Bryant
update doxygen docs to specify authors
blob
|
commitdiff
|
diff to current
2005-11-29
Kevin P. Fleming
remove extraneous svn:executable properties
blob
|
commitdiff
|
diff to current
2005-11-08
Russell Bryant
make app_queue 1.2 jump compliant (issue #5580)
blob
|
commitdiff
|
diff to current
2005-11-06
Russell Bryant
issue #5605
blob
|
commitdiff
|
diff to current
2005-10-26
Russell Bryant
remove unnecessary checks before calls to ast_strlen_zero
blob
|
commitdiff
|
diff to current
2005-10-24
Russell Bryant
Doxygen documentation update from oej (issue #5505)
blob
|
commitdiff
|
diff to current
2005-10-19
Russell Bryant
Massive cleanups to applications for LOCAL_USER handlin...
blob
|
commitdiff
|
diff to current
2005-10-18
Russell Bryant
it's a good idea to unregister everything before callin...
blob
|
commitdiff
|
diff to current
2005-09-14
Kevin P. Fleming
update MANY more files with proper copyright/license...
blob
|
commitdiff
|
diff to current
2005-07-15
Kevin P. Fleming
add a library of timeval manipulation functions, and...
blob
|
commitdiff
|
diff to current
2005-06-06
Kevin P. Fleming
the last round of file version tags
blob
|
commitdiff
|
diff to current
2005-06-06
Kevin P. Fleming
major Makefile and build process improvements, includin...
blob
|
commitdiff
|
diff to current
2005-04-21
Kevin P. Fleming
use double-quotes instead of angle-brackets for non...
blob
|
commitdiff
|
diff to current
2005-04-03
Kevin P. Fleming
ensure that needed headers are included for chmod(...
blob
|
commitdiff
|
diff to current
2005-01-21
Russell Bryant
update copyright headers for 2005
blob
|
commitdiff
|
diff to current
2005-01-03
Mark Spencer
Fix various formatting errors (bug #3226)
blob
|
commitdiff
|
diff to current
2004-09-22
Mark Spencer
Check to be sure # of samples is > 0...
blob
|
commitdiff
|
diff to current
2004-09-19
Mark Spencer
Merge UK + DTMF Caller*ID stuff and fix app_test descri...
blob
|
commitdiff
|
diff to current
2004-09-03
Mark Spencer
reload documentation, don't display res in app_test...
blob
|
commitdiff
|
diff to current
2004-08-30
Mark Spencer
Add test application (TestClient/TestServer), thanks...
blob
|
commitdiff
|
diff to current