asterisk/asterisk.git
2006-04-05 Olle JohanssonAdd reference pointers to RFCs
2006-04-05 Tilghman LesherBug 6886 - Add application TryExec, which does mostly...
2006-04-04 Olle JohanssonFix formatting
2006-04-04 Christian Richter fixed some essential segfaults happening under heavy...
2006-04-04 Olle JohanssonIssue #6884 - manager.c formatting (casper)
2006-04-04 Olle JohanssonFormatting cleanup
2006-04-04 Olle JohanssonBlock 17367 from trunk, since it's already fixed (me...
2006-04-04 Olle JohanssonIssue #6878 - Manager event DNDstate hidden under verbo...
2006-04-04 Olle Johansson- Don't return AST_DEVICE_UNKNOWN to devicestate engine...
2006-04-04 Olle JohanssonIssue #6882
2006-04-04 Luigi Rizzothese files are now unused, corresponding functions...
2006-04-04 Luigi Rizzoremove an unused function.
2006-04-04 Matthew Fredricksonchan_iax2 cleanups and optimizations (#6858)
2006-04-04 Matt O'Gormanminor code clean up from 6880
2006-04-04 Matt O'Gormanadds manager event when an iax2 peer loses registration.
2006-04-04 Luigi Rizzoogg_vorbis now compiles so put it back in.
2006-04-04 Matt O'GormanMerged revisions 17283 via svnmerge from
2006-04-04 Luigi Rizzotemporarily disconnect ogg_vorbis from the build while...
2006-04-04 Luigi RizzoLargely simplify format handlers (for file copy etc.)
2006-04-04 Luigi Rizzosome fields are const
2006-04-04 Olle JohanssonAdded information on call-limit and realtime
2006-04-04 Olle JohanssonClarify syntax of new manager events that reports a...
2006-04-04 Mark SpencerDoes nobody know how to write a linked list properly...
2006-04-03 Olle JohanssonClarify the need for numeric parking positions (importe...
2006-04-03 Olle JohanssonAdd tag to NOTIFY headers (imported from 1.2)
2006-04-03 Matt O'Gormanupdating cleancount to coincide with 17130
2006-04-03 Matt O'Gormanlist word cant be used with g++ and causes problems
2006-04-03 Christian Richter* removed unneeded bc->state field
2006-04-03 Olle JohanssonAdd misdn.txt to doxygen docs
2006-04-03 Olle Johansson- Doxygen additions
2006-04-03 Matt O'Gormanbug updates chan_h323 to some api changes it
2006-04-03 Olle JohanssonDon't add hangup cause on non-final responses. (Importe...
2006-04-03 Olle JohanssonIssue #6848 - Accept MWI subscriptions with no Accept...
2006-04-03 Olle JohanssonInclude new README files in index
2006-04-03 Tilghman LesherBug 6861 - Routine should use the specified writetimeou...
2006-04-03 Tilghman LesherBug 6862 - No need to initialize memory to zero twice
2006-04-03 Mark SpencerMinor demo cleanups
2006-04-02 Mark SpencerCleanup URI (when none is specified) and make sure...
2006-04-02 Mark SpencerMinor cleanup in wakeup logic
2006-04-02 Mark SpencerUnify manager behind a single event queue
2006-04-02 Mark SpencerProperly handle empty prefix
2006-04-02 Tilghman LesherReduce debugging messages from WARNING to DEBUG
2006-04-02 Tilghman LesherFix formatting of the frog code
2006-04-01 Mark SpencerMake excessive debug optional
2006-04-01 Luigi Rizzofix style and printf format errors in the frog command.
2006-04-01 Jim DixonRemoved "frog" command (so it could be moved to cli.c)
2006-04-01 Jim DixonAdded "frog" CLI command, which performs frog-in-a...
2006-04-01 Mark SpencerFlesh out the remainder of the manager + http changes...
2006-04-01 Olle JohanssonDon't add ast_extension_state on re-subscribes
2006-04-01 Olle JohanssonReverse revision 16804 that disables authentication
2006-03-31 BJ Weschke Don't process re-subscribes as new subscriptions.
2006-03-31 Olle JohanssonTypo
2006-03-31 Olle Johansson- Reference to doc/security.txt instead of SECURITY
2006-03-31 Russell Bryantmove a NULL check to before the first time the pointer...
2006-03-31 Russell Bryant- code formatting tweaks
2006-03-31 Russell BryantMerged revisions 16744 via svnmerge from
2006-03-31 Kevin P. FlemingMerged revisions 16742 via svnmerge from
2006-03-31 Russell Bryantmake an error message more descriptive (issue #6855)
2006-03-31 Olle JohanssonDoxygen fix
2006-03-31 Olle JohanssonMake REG_STATE_* enum
2006-03-31 Olle JohanssonDon't accept new INVITE if we already have one pending.
2006-03-31 Luigi Rizzotrailing whitespace/ useless extern removal
2006-03-31 BJ Weschke Provide warning about current behavior of autofill...
2006-03-31 Luigi Rizzomore trailing whitespace and extern removal
2006-03-31 Luigi Rizzoremoval of trailing whitespace and useless 'extern'
2006-03-31 Luigi Rizzominor cleanup: localize a variable and replace i++...
2006-03-31 Luigi Rizzouseless 'extern' and trailing whitespace removal
2006-03-31 Luigi Rizzoanother batch of whitespace removal
2006-03-31 Luigi Rizzoremove useless 'extern' and trailing whitespace.
2006-03-31 Luigi Rizzofix formatting
2006-03-31 Luigi Rizzominor code simplifications - no need to use temporary
2006-03-31 Joshua ColpDo not leave a thread in limbo if an error occurs,...
2006-03-31 Olle JohanssonIssue 5852 (casper) Code clean up, adding documentation...
2006-03-31 Olle Johansson- Change AST_INLINE_AP to AST_INLINE_API for non-386...
2006-03-31 Luigi Rizzoremove useless 'extern' in function declarations.
2006-03-30 Mark SpencerAdd NetBSD for credits for editline
2006-03-30 Luigi Rizzoinitial implementation of support for native atomic...
2006-03-30 Tilghman LesherMerged revisions 16581 via svnmerge from
2006-03-30 Tilghman LesherMerged revisions 16579 via svnmerge from
2006-03-30 Joshua ColpAdd more 64-bit detection goodness (issue #6850 reporte...
2006-03-30 Joshua ColpBlock 1.2 fix for amd64, trunk version coming soon
2006-03-30 Luigi Rizzolocalize a variable
2006-03-30 Luigi Rizzouse ast_strdup instead of strdup
2006-03-30 Luigi Rizzodon't use 8000, use DEFAULT_SAMPLE_RATE
2006-03-30 Luigi Rizzoas discussed with Mark a few weeks ago, the 'newstack...
2006-03-30 Olle JohanssonDoxygen doc updates
2006-03-30 Kevin P. Flemingdeprecate insecure=very and insecure=yes, since we...
2006-03-30 Joshua ColpMerged revisions 16534 via svnmerge from
2006-03-30 Luigi Rizzoremove AST_MUTEX_DEFINE_EXPORTED, which now has no...
2006-03-30 Luigi Rizzodo not export the tzlock and the list head, and introdu...
2006-03-30 Luigi Rizzodocument why there are so many versions of the mutex...
2006-03-30 Kevin P. Flemingbe more careful when merging in a branch with automerge...
2006-03-30 Russell Bryantconvert internal timing to be stored as a flag in the...
2006-03-30 Olle JohanssonIssue #5374 - Enable internal timing of generators...
2006-03-30 Olle JohanssonIssue #6450 - Don't remove characters from SIP uri...
2006-03-30 Joshua ColpFix IAX2 multithreaded scheduling (issue #6840)
2006-03-30 Olle JohanssonSet default value of adsipark (import from 1.2)
2006-03-30 Olle JohanssonBlock patch on app_groupcount.c from 1.2
2006-03-30 Olle JohanssonTypo
2006-03-30 Olle JohanssonFormatting fix.
next