add a bit of comments on internal functions.
[asterisk/asterisk.git] / include /
2007-07-21 Joshua ColpAdd support for using /dev/urandom to get random number...
2007-07-20 Luigi Rizzoexpose struct ast_ha so external code can do things...
2007-07-19 Steve MurphyAfter some study, thought, comparing, etc. I've backed...
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-07-17 Steve Murphyvia 10206, I have added an option (e) to Dial to allow...
2007-07-17 Joshua ColpMake trunk build once again.
2007-07-17 Luigi RizzoIntroduce ast_parse_arg() , a generic function to parse...
2007-07-16 Joshua ColpChange the function name slightly... just for kpfleming!
2007-07-16 Joshua ColpAdd in check for the GCC attribute deprecated. It may...
2007-07-16 Joshua ColpFor my next trick I will make it so dialplan functions...
2007-07-16 Joshua ColpApplications no longer need to call ast_module_user_add...
2007-07-16 Russell BryantMerge a bunch of doxygen updates to header files. ...
2007-07-13 Luigi RizzoSmall improvement to the STUN support so it can be...
2007-07-11 Joshua ColpUse linkedlist macros for UDPTL protocol list.
2007-07-11 Joshua ColpUse the linkedlists.h AST_LIST_NEXT macro for modifying...
2007-07-11 Joshua ColpMerged revisions 74572 via svnmerge from
2007-07-11 Joshua ColpAllow the native formats of a channel to influence...
2007-07-11 Joshua ColpChange the speech API to allow passing the format throu...
2007-07-10 Jason ParkerMerged revisions 74374 via svnmerge from
2007-07-10 Jason ParkerFix building that was broken by recent monitor.h change...
2007-07-09 Jason Parker(closes issue #7596)
2007-07-09 Olle JohanssonImplementation of a feature that will disable "missed...
2007-07-09 Tilghman LesherMerged revisions 73985 via svnmerge from
2007-07-08 Tilghman LesherRestore EXP2 and LOG2 functions, by providing mathemati...
2007-07-07 Steve MurphyThese changes fix 10145 and 10150, a prob with BSD...
2007-07-05 Steve MurphyIn regards to changes for 9508, expr2 system choking...
2007-06-29 Russell BryantFix my recent change for sending large files via the...
2007-06-29 Russell BryantMerge changes from team/russell/http_filetxfer
2007-06-28 Tilghman LesherRemove the ill-advised ast_restrdupa API call and relat...
2007-06-22 Tilghman LesherIssue 9990 - New API ast_mkdir, which creates parent...
2007-06-21 Jason ParkerAdd manager events for RTCP statistics.
2007-06-20 Steve MurphyThis finishes the changes for making Macro args LOCAL...
2007-06-19 Steve MurphyThese changes were submitted via bug 6683, to allow...
2007-06-18 Russell BryantMerged revisions 69702 via svnmerge from
2007-06-14 Kevin P. FlemingMerged revisions 69392 via svnmerge from
2007-06-13 Joshua ColpUse read/write lock based lists for group counting.
2007-06-12 Russell BryantPut parenthesis around the level argument to ast_debug()
2007-06-12 Russell BryantAdd a new macro, ast_debug(), which combines the check...
2007-06-12 Russell BryantCompletely remove all of the code related to jumping...
2007-06-11 Jason ParkerMerged revisions 68814 via svnmerge from
2007-06-08 Russell BryantAdd an option for ControlPlayback to be able to start...
2007-06-07 Russell BryantFix a bunch of doxygen errors and document more things
2007-06-07 Olle JohanssonMerged revisions 67993 via svnmerge from
2007-06-06 Russell BryantConstify the return values of ast_parking_ext() and...
2007-06-06 Russell BryantMerged revisions 67716 via svnmerge from
2007-06-05 Russell BryantMerged revisions 67492 via svnmerge from
2007-06-05 Russell BryantMerged revisions 67308 via svnmerge from
2007-06-04 Russell BryantFix some compiler warnings in C++ modules.
2007-06-01 Russell BryantMerge major changes to the way device state is passed...
2007-05-31 Russell BryantMerged revisions 66775 via svnmerge from
2007-05-31 Olle JohanssonIssue #9842 - Doxygen updates by snuffy. Thanks!
2007-05-24 Kevin P. Fleminguse the OpenSSL AES implementation if it's available...
2007-05-24 Russell BryantAdd a new API call for creating detached threads. ...
2007-05-24 Jason ParkerMerged revisions 65877 via svnmerge from
2007-05-22 Russell Bryant Add a new feature for Music on Hold. If you set...
2007-05-18 Steve MurphyMerged revisions 65200 via svnmerge from
2007-05-18 Olle JohanssonIssue #5930 - Remove dependencies on res_adsi.so ...
2007-05-17 Tilghman LesherMerged revisions 64820 via svnmerge from
2007-05-15 Russell BryantAdd two new dialplan functions: ENUMQUERY and ENUMRESUL...
2007-05-08 Russell BryantI noted this on the dev list but got no response, so...
2007-05-07 Joshua ColpMerged revisions 63286 via svnmerge from
2007-05-07 Olle JohanssonConstifications
2007-05-04 Steve Murphya small upgrade to the coding standard, and an update...
2007-05-04 Steve MurphyAdded a small bit of code to support the SNOM 360's...
2007-05-04 Olle Johansson- Add manager command CoreSettings
2007-04-30 Russell BryantAdd support for setting the CoS for VLAN traffic (802...
2007-04-30 Russell BryantMerged revisions 62414 via svnmerge from
2007-04-28 Russell BryantMerge changes from team/russell/events
2007-04-28 Russell BryantRemove a message that goes to LOG_ERROR that's not...
2007-04-25 Joshua ColpMerged revisions 61805 via svnmerge from
2007-04-24 Russell BryantMerged revisions 61781 via svnmerge from
2007-04-20 Russell BryantMerged revisions 61690 via svnmerge from
2007-04-16 Olle JohanssonDoxygen changes
2007-04-11 Dwayne M. Hubbardchanged #if HAVE_SYSINFO to #if defined(HAVE_SYSINFO)
2007-04-11 Dwayne M. Hubbardadded HAVE_SYSINFO preprocessor directives for portabil...
2007-04-11 Joshua ColpAdd a configure script check for sysinfo support.
2007-04-11 Dwayne M. Hubbardadded option_minmemfree for use in asterisk.conf to...
2007-04-11 Steve Murphyvia 8118, a RealTime upgrade to make RT a complete...
2007-04-10 Tilghman LesherIssue 6082 - New DTMF event for manager
2007-04-10 Russell BryantAdd an option to the dial API for playing music instead...
2007-04-10 Steve MurphyMerged revisions 60989 via svnmerge from
2007-04-09 Tilghman LesherMerged revisions 60850 via svnmerge from
2007-04-06 Russell BryantMerged revisions 60603 via svnmerge from
2007-04-06 Joshua ColpMajor res_speech cleanup. It looks much better now!
2007-04-06 Joshua ColpMerged revisions 60361 via svnmerge from
2007-03-30 Steve MurphyMerged revisions 59522 via svnmerge from
2007-03-30 Steve MurphyMerged revisions 59486 via svnmerge from
2007-03-27 Steve MurphyEnhancement via 8118: Realtime API extension: add metho...
2007-03-26 Russell BryantMerged revisions 59207 via svnmerge from
2007-03-26 Nadi SarrarMerged revisions 59202 via svnmerge from
2007-03-20 Steve MurphyThe fix for the AEL <<security hole>> (bug 9316) is...
2007-03-15 Russell BryantMerged revisions 58947 via svnmerge from
2007-03-13 Russell BryantMerge changes from team/russell/sqlite:
2007-03-06 Russell BryantAdd some documentation on the arguments to the base64...
2007-03-03 Tilghman LesherExpand datastores to add the notion of inheritance...
2007-03-01 Russell BryantMerged revisions 57364 via svnmerge from
2007-02-28 Joshua ColpConvert the PBX core to use read/write locks. This...
2007-02-24 Olle JohanssonDoxygen additions, corrections
2007-02-24 Olle JohanssonDoxygen updates and corrections
2007-02-24 Olle JohanssonCreating new doxygen macro "\extref" to create page...
next