2012-10-17 |
Walter Doekes | Change a few warnings to debug and the inverse. |
tree | commitdiff |
2012-10-14 |
Andrew Latham | Doxygen Updates - Title update |
tree | commitdiff |
2012-09-21 |
Andrew Latham | Doxygen Updates - janitor work |
tree | commitdiff |
2012-08-21 |
Mark Michelson | Fix misuses of asprintf throughout the code. |
tree | commitdiff |
2012-07-31 |
Kinsey Moore | Clean up and ensure proper usage of alloca() |
tree | commitdiff |
2012-04-17 |
Walter Doekes | Avoid cppcheck warnings; removing unused vars and a... |
tree | commitdiff |
2012-03-28 |
Terry Wilson | Fix setting CDR variables in the hangup extension |
tree | commitdiff |
2012-03-07 |
Terry Wilson | Add detection for ODBC WCHAR fields |
tree | commitdiff |
2012-02-28 |
Jonathan Rose | Add additional character type types to supported data... |
tree | commitdiff |
2012-02-20 |
Terry Wilson | ast_channel opaquification of pointers and integral... |
tree | commitdiff |
2012-02-07 |
Jonathan Rose | Fix column duplication bug in module reload for cdr_pgsql. |
tree | commitdiff |
2012-02-03 |
Kinsey Moore | Support schema selection in cdr_adaptive_odbc |
tree | commitdiff |
2011-09-29 |
Olle Johansson | Add CLI command "cdr show pgsql status" based on "cdr... |
tree | commitdiff |
2011-09-26 |
Richard Mudgett | Merged revisions 337974 via svnmerge from |
tree | commitdiff |
2011-09-13 |
Paul Belanger | Clean up cdr.conf parsing for [csv] section |
tree | commitdiff |
2011-07-27 |
Tilghman Lesher | Merged revisions 329614 via svnmerge from |
tree | commitdiff |
2011-07-14 |
Leif Madsen | Merged revisions 328247 via svnmerge from |
tree | commitdiff |
2011-06-03 |
Richard Mudgett | Merged revisions 321926 via svnmerge from |
tree | commitdiff |
2011-05-05 |
Russell Bryant | Merged revisions 317480 via svnmerge from |
tree | commitdiff |
2011-05-05 |
Russell Bryant | Merged revisions 317474 via svnmerge from |
tree | commitdiff |
2011-01-05 |
Paul Belanger | Merged revisions 300575 via svnmerge from |
tree | commitdiff |
2010-12-31 |
Tilghman Lesher | Support negative filters. |
tree | commitdiff |
2010-12-20 |
Tilghman Lesher | Merged revisions 299131 via svnmerge from |
tree | commitdiff |
2010-12-16 |
Tilghman Lesher | Merged revisions 298394 via svnmerge from |
tree | commitdiff |
2010-10-11 |
Tilghman Lesher | Merged revisions 291038 via svnmerge from |
tree | commitdiff |
2010-09-27 |
Olle Johansson | Formating changes |
tree | commitdiff |
2010-09-24 |
Tilghman Lesher | Merged revisions 288638 via svnmerge from |
tree | commitdiff |
2010-09-22 |
Tilghman Lesher | Merged revisions 288268 via svnmerge from |
tree | commitdiff |
2010-08-23 |
Tilghman Lesher | Merged revisions 283319 via svnmerge from |
tree | commitdiff |
2010-07-25 |
Tilghman Lesher | Merged revisions 279410 via svnmerge from |
tree | commitdiff |
2010-07-20 |
Tilghman Lesher | Add load priority order, such that preload becomes... |
tree | commitdiff |
2010-07-12 |
Leif Madsen | cdr_pgsql does not detect when a table is found. |
tree | commitdiff |
2010-07-09 |
Olle Johansson | Make it possible to disable individual cdr files per... |
tree | commitdiff |
2010-06-08 |
Bradley Latus | Add High Resolution Times to CDRs for Asterisk |
tree | commitdiff |
2010-06-08 |
Sean Bright | Merged revisions 269006 via svnmerge from |
tree | commitdiff |
2010-04-13 |
Tilghman Lesher | Ensure that we can have commas within cdr values. |
tree | commitdiff |
2010-03-20 |
Russell Bryant | Resolve more compiler warnings on FreeBSD. |
tree | commitdiff |
2010-03-14 |
Sean Bright | Fix building CDR and CEL SQLite3 modules. |
tree | commitdiff |
2010-02-26 |
Russell Bryant | formatting tweaks and constification |
tree | commitdiff |
2010-02-26 |
Russell Bryant | trivial formatting tweak (working on reducing diff... |
tree | commitdiff |
2010-02-26 |
Russell Bryant | remove include |
tree | commitdiff |
2010-02-26 |
Russell Bryant | constification, remove include |
tree | commitdiff |
2010-02-26 |
Russell Bryant | Remove unnecessary includes, formatting tweak |
tree | commitdiff |
2010-02-26 |
Russell Bryant | constification and remove unnecessary include |
tree | commitdiff |
2010-01-15 |
Sean Bright | Convert a few places to use ast_calloc_with_stringfield... |
tree | commitdiff |
2009-12-30 |
Tilghman Lesher | When the field is blank, don't warn about the field... |
tree | commitdiff |
2009-10-09 |
Matthew Nicholson | Don't close the sqlite database when reloading. Only... |
tree | commitdiff |
2009-10-07 |
Olle Johansson | Use extref for doxygen references to external libraries... |
tree | commitdiff |
2009-10-06 |
Tilghman Lesher | Change schema query to involve the use of an optional... |
tree | commitdiff |
2009-08-10 |
Tilghman Lesher | AST-2009-005 |
tree | commitdiff |
2009-06-26 |
Sean Bright | Add a new module, cdr_syslog, which allows writing... |
tree | commitdiff |
2009-06-26 |
Russell Bryant | Merge the new Channel Event Logging (CEL) subsystem. |
tree | commitdiff |
2009-06-24 |
Sean Bright | Update sample cdr_tds configuration to try and eliminat... |
tree | commitdiff |
2009-06-22 |
Sean Bright | Fix lock usage in cdr_sqlite3_custom to avoid potential... |
tree | commitdiff |
2009-06-21 |
Russell Bryant | Note a bug in cdr_sqlite3_custom so I don't forget... |
tree | commitdiff |
2009-06-21 |
Russell Bryant | Fix possibility of crashiness during reload in custom... |
tree | commitdiff |
2009-06-21 |
Russell Bryant | Standardize return values of load_config() so reload... |
tree | commitdiff |
2009-06-20 |
Russell Bryant | Leave a note about some unsafe code in cdr_manager |
tree | commitdiff |
2009-06-20 |
Russell Bryant | Remove unnecessary usleep() from a couple of module... |
tree | commitdiff |
2009-06-15 |
Kevin P. Fleming | More 'static' qualifiers on module global variables. |
tree | commitdiff |
2009-05-26 |
Sean Bright | Use a properly allocated channel for substitution in... |
tree | commitdiff |
2009-05-26 |
Sean Bright | Use a properly allocated channel for substitution in... |
tree | commitdiff |
2009-05-23 |
Sean Bright | Fix errors in cdr_custom that cause reference errors... |
tree | commitdiff |
2009-05-21 |
Kevin P. Fleming | Const-ify the world (or at least a good part of it) |
tree | commitdiff |
2009-05-18 |
Sean Bright | Remove some unused code. |
tree | commitdiff |
2009-05-18 |
Sean Bright | Const-ify a string, fix a log message, and use the... |
tree | commitdiff |
2009-05-18 |
Sean Bright | Allow cdr_custom to write to multiple files instead... |
tree | commitdiff |
2009-04-29 |
Tilghman Lesher | Merge str_substitution branch. |
tree | commitdiff |
2009-04-03 |
Russell Bryant | Merged revisions 186229 via svnmerge from |
tree | commitdiff |
2009-03-02 |
Tilghman Lesher | Backport 1.6.0 fix to trunk (failsafe if db is not... |
tree | commitdiff |
2009-02-27 |
Tilghman Lesher | If config file is blank, don't load module. |
tree | commitdiff |
2009-01-15 |
Kevin P. Fleming | remove the PBX_ODBC logic from the configure script... |
tree | commitdiff |
2008-12-15 |
Tilghman Lesher | When querying for the structure of the CDR table, remov... |
tree | commitdiff |
2008-12-13 |
Tilghman Lesher | Merge ast_str_opaque branch (discontinue usage of ast_s... |
tree | commitdiff |
2008-11-29 |
Kevin P. Fleming | incorporates r159808 from branches/1.4: |
tree | commitdiff |
2008-11-21 |
Terry Wilson | Reloading the config and having no changes still initia... |
tree | commitdiff |
2008-11-20 |
Terry Wilson | Begin on a crusade to end trailing whitespace! |
tree | commitdiff |
2008-11-19 |
Terry Wilson | Fix checking for CONFIG_STATUS_FILEINVALID so that... |
tree | commitdiff |
2008-11-14 |
Tilghman Lesher | Allow setting static values in CDRs |
tree | commitdiff |
2008-11-04 |
Kevin P. Fleming | improve configure script to remember the previous value... |
tree | commitdiff |
2008-10-08 |
Sean Bright | Keep up with shadow warnings. One day I'll actually... |
tree | commitdiff |
2008-10-06 |
Michiel van Baak | All ODBC parts can now use either unixodbc or iodbc. |
tree | commitdiff |
2008-09-12 |
Sean Bright | Build under dev-mode |
tree | commitdiff |
2008-09-11 |
Tilghman Lesher | Add usegmtime, as per the recent -users list discussion... |
tree | commitdiff |
2008-09-03 |
Sean Bright | Move some duplicated code into a separate function. |
tree | commitdiff |
2008-08-27 |
Tilghman Lesher | Oops |
tree | commitdiff |
2008-08-24 |
Tilghman Lesher | Memory leak |
tree | commitdiff |
2008-08-24 |
Tilghman Lesher | Eliminate open coding of ast_str |
tree | commitdiff |
2008-08-14 |
Sean Bright | Fix memory leak in cdr_sqlite3_custom. |
tree | commitdiff |
2008-08-14 |
Sean Bright | If we detect that we are no longer connected, try to... |
tree | commitdiff |
2008-08-13 |
Sean Bright | Use the ast_vasprintf macro instead of vasprintf directly. |
tree | commitdiff |
2008-08-11 |
Sean Bright | Log the userfield CDR variable like the other CDR backe... |
tree | commitdiff |
2008-08-07 |
Tilghman Lesher | Fix runtime symbol error |
tree | commitdiff |
2008-08-07 |
Sean Bright | More from the resolve-shadow-warnings branch. This... |
tree | commitdiff |
2008-07-18 |
Brett Bryant | Fix magic Revision keywords in hashtab.c and change... |
tree | commitdiff |
2008-07-02 |
Sean Bright | Fix a bug I noticed while doing the previous merge |
tree | commitdiff |
2008-06-30 |
Sean Bright | Cast a few more strings to char *, so that we can compi... |
tree | commitdiff |
2008-06-29 |
Sean Bright | This was bogus, need to find a better way. |
tree | commitdiff |
2008-06-29 |
Sean Bright | While we're at it, escape all the columns in our TDS... |
tree | commitdiff |
2008-06-29 |
Sean Bright | Quote column names when inserting CDRs into postgres... |
tree | commitdiff |
next |