]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2006-10-24  Luigi Rizzocorrect fix for the bug i previously introduced - the...
2006-10-24  Russell BryantMerged revisions 46093 via svnmerge from
2006-10-24  Kevin P. FlemingMerged revisions 46080 via svnmerge from
2006-10-24  Tilghman LesherMerged revisions 46078 via svnmerge from
2006-10-24  Russell BryantMerged revisions 46067 via svnmerge from
2006-10-24  Russell BryantMerged revisions 46065 via svnmerge from
2006-10-24  Russell BryantFix a seg fault on a registration. Line 7706, in parse...
2006-10-23  Luigi RizzoUnlike ast_strdup(), ast_strdupa() does not take a...
2006-10-23  Luigi Rizzoremove a useless check for ocseq = 0.
2006-10-23  Luigi Rizzoget_header() always returns a non-NULL value, so checking
2006-10-23  Luigi Rizzoput another duplicated block of code in a function.
2006-10-23  Luigi Rizzoreformat a statement and comment a potentially wrong
2006-10-23  Luigi RizzoRemove unnecessary casts from const char * to char *,
2006-10-23  Luigi Rizzoanother use for parse_uri().
2006-10-23  Russell BryantMerged revisions 45999 via svnmerge from
2006-10-23  Luigi Rizzouse autodetected support for gethostbyname_r
2006-10-23  Luigi Rizzo+ make sure parse_uri never returns NULL pointers ...
2006-10-23  Luigi RizzoAfter reading better the SIP RFC on sip URI (19.1.1)
2006-10-23  Luigi Rizzoin function get_also_info(), move argument stripping
2006-10-23  Luigi Rizzostart putting the URI parsing code in one place,
2006-10-23  Luigi Rizzoput common code in function terminate_uri() so we need to
2006-10-23  Luigi RizzoMore cleanup of check_user_full with no functional...
2006-10-23  Joshua ColpMerged revisions 45928 via svnmerge from
2006-10-22  Christian RichterMerged revisions 45916 via svnmerge from
2006-10-22  Luigi Rizzomore streamlining of check_user_full
2006-10-22  Luigi Rizzosimplify the flow of function check_user_full()
2006-10-22  Luigi Rizzoput duplicated code in functions.
2006-10-22  Russell Bryantregenerate the configure script and autoconfig.h.in...
2006-10-22  Luigi RizzoFix a few issues in the previous (disabled) HTTPS code,
2006-10-22  Luigi RizzoImplement https support.
2006-10-22  Luigi Rizzoit is useless and possibly wrong to use ast_cli() to...
2006-10-22  Joshua ColpLet's have build.h created a bit earlier so that func_v...
2006-10-21  Luigi Rizzothe default port number was erroneously stored in host...
2006-10-21  Joshua ColpMerged revisions 45817 via svnmerge from
2006-10-21  Russell BryantMerged revisions 45818 via svnmerge from
2006-10-20  Luigi Rizzointroduce sip_pvt_lock() and sip_pvt_unlock() wrappers to
2006-10-20  Joshua ColpMerged revisions 45775 via svnmerge from
2006-10-20  Russell Bryantput the constants for whether methods can create a...
2006-10-20  Luigi Rizzominor comment changes, code rearrangement and field...
2006-10-20  Olle JohanssonLet's repair the SIP attack shield :-)
2006-10-20  Olle JohanssonDoxygen corrections
2006-10-19  Steve MurphyThis new function, VERSION(), created via bug report...
2006-10-19  Steve Murphyastman was slightly weirding out over the new Dial...
2006-10-19  Luigi Rizzomore fixes to comments and very minor code rearrangement.
2006-10-19  Joshua ColpMerged revisions 45694 via svnmerge from
2006-10-19  Joshua ColpMerged revisions 45692 via svnmerge from
2006-10-19  Luigi Rizzoimplement proper XML/HTML formatting of multiple messages
2006-10-19  Joshua ColpMerged revisions 45678 via svnmerge from
2006-10-19  Luigi Rizzomove a large block out of do_monitor() and into a function,
2006-10-19  Luigi Rizzo+ move the definition of netlock as it was not related...
2006-10-19  Luigi Rizzomore documentation of data structure and functions.
2006-10-19  Olle JohanssonCleaning up... Removing duplicate (again)
2006-10-19  Kevin P. Flemingrestore freeing of threadstorage objects without custom...
2006-10-19  Russell BryantMerge fix to not leak the stringfields of a thread...
2006-10-19  Russell BryantExtend the thread storage API such that a custom initia...
2006-10-18  Luigi Rizzosilent warning from a debugging message (which will...
2006-10-18  Joshua ColpJust for Nicholson - here's an option, C, to Meetme...
2006-10-18  Luigi Rizzoremove trailing whitespace
2006-10-18  Luigi Rizzoouch! remember to unlink temporary files once done...
2006-10-18  Luigi Rizzo+ move output_format variables in the http section...
2006-10-18  Joshua ColpMerged revisions 45595 via svnmerge from
2006-10-18  Luigi Rizzoanother bunch of comments on the data structures.
2006-10-18  Luigi Rizzodespite the large changes, this commit only moves functions
2006-10-18  Luigi Rizzomore comment and formatting fixes, small simplifications
2006-10-18  Matt O'Gormanrizzo compile then commit, maybe even run it too ^_^
2006-10-18  Luigi Rizzocomment and cleanup the main thread.
2006-10-18  Luigi Rizzocreate a new (internal, for the time being) function...
2006-10-18  Luigi Rizzomore indentation cleanup from previous commits,
2006-10-18  Luigi Rizzocreate proper handlers for "Challenge" and "Login"...
2006-10-18  Luigi Rizzofix indentation from a commit of a couple of days ago
2006-10-18  Luigi Rizzoanother batch of simplifications to authenticate()
2006-10-18  Olle JohanssonRemove duplicate declarations...
2006-10-18  Luigi Rizzoremove unused fields and unimplemented options.
2006-10-18  Luigi Rizzofirst pass as simplifying authenticate(), avoiding...
2006-10-18  Luigi Rizzomore code simplifications
2006-10-18  Luigi Rizzosimplify ast_strings_to_mask
2006-10-18  Luigi Rizzoadd a comment to remember that a block of code is
2006-10-18  Luigi Rizzo+ move the enum declaration for output formats near...
2006-10-18  Luigi Rizzomerge xml_translate() and html_translate() into one...
2006-10-18  Luigi Rizzointroduce uri_decode() so that '+' are translated into ' '
2006-10-18  Luigi Rizzovarious code simplifications to reduce nesting depth,
2006-10-18  Joshua ColpMerged revisions 45452 via svnmerge from
2006-10-18  Russell BryantMerged revisions 45441 via svnmerge from
2006-10-18  Russell BryantMerged revisions 45439 via svnmerge from
2006-10-17  Steve MurphyAs per bug 6779, this patch is now applied to trunk...
2006-10-17  Kevin P. FlemingMerged revisions 45410 via svnmerge from
2006-10-17  Kevin P. FlemingMerged revisions 45408 via svnmerge from
2006-10-17  Joshua ColpWarning be gone!
2006-10-17  Joshua ColpBlocked revisions 45381 via svnmerge
2006-10-17  Joshua ColpMerged revisions 45378 via svnmerge from
2006-10-17  Olle JohanssonIssue #5484 (branch sipdiversion) - Support for Diversi...
2006-10-17  Luigi Rizzosimplify authority_to_str() using ast_build_string()
2006-10-17  Olle JohanssonIssue #7254 - Add support of "423 Interval too brief...
2006-10-17  Luigi RizzoImprove the XML formatting of responses coming from...
2006-10-17  Olle JohanssonUpdate of docs
2006-10-17  Olle Johansson- Remove unneeded code that won't be reached now that...
2006-10-17  Luigi Rizzoopen a temporary file to receive the output from cli...
2006-10-17  Kevin P. FlemingMerged revisions 45327 via svnmerge from
2006-10-17  Luigi Rizzodocument xml_copy_escape() and add an extra function...
2006-10-17  Olle Johansson...block this one too... Only applies to 1.4 since...
next