Tolerate presence of RFC2965 Cookie2 header by ignoring it
[asterisk/asterisk.git] / main / http.c
2013-07-21 Matthew JordanTolerate presence of RFC2965 Cookie2 header by ignoring it
2013-07-18 Matthew JordanTweak debug statements
2013-07-03 David M. LeeARI authentication.
2013-06-25 Matthew JordanFix memory/ref counting leaks in a variety of locations
2013-06-24 Kinsey MooreIndex installed sounds and implement ARI sounds queries
2013-04-22 David M. LeeThis patch adds a RESTful HTTP interface to Asterisk.
2013-03-27 Matthew JordanFix a file descriptor leak in off nominal path
2013-03-27 Matthew JordanAST-2013-002: Prevent denial of service in HTTP server
2013-03-15 Kinsey Mooretcptls: Prevent unsupported options from being set
2013-01-02 Automerge scriptMerged revisions 378288 via svnmerge from
2013-01-02 Matthew JordanResolve crashes due to large stack allocations when...
2012-12-11 Mark MichelsonReset automerge property.
2012-12-11 Richard MudgettCleanup CLI commands on exit for several files.
2012-10-18 Andrew LathamDoxygen Updates - Title update
2012-10-01 Andrew LathamDoxygen Cleanup
2012-09-21 Andrew LathamDoxygen Updates - janitor work
2012-08-18 Matthew JordanRemove old debug code from http configuration loading
2012-07-31 Kinsey MooreClean up and ensure proper usage of alloca()
2012-04-10 Matthew JordanFix crash caused by unloading or reloading of res_http_post
2012-02-02 Mark MichelsonFix TLS port binding behavior as well as reload behavior:
2011-07-14 Leif MadsenMerged revisions 328247 via svnmerge from
2011-05-05 Sean BrightMerged revisions 316917-316919 via svnmerge from
2011-04-21 Matthew NicholsonMerged revisions 314628 via svnmerge from
2011-03-01 Jason ParkerMerged revisions 309204 via svnmerge from
2011-02-22 Andrew LathamUse ast_debug for console logging
2011-02-21 Andrew LathamAdd HTTP URI Debug logging and update notice
2011-02-19 Andrew LathamAdd CSS MIME Type
2011-02-04 Paul BelangerReplace ast_log(LOG_DEBUG, ...) with ast_debug()
2011-01-31 Andrew LathamAsterisk HTTP response Content-type
2011-01-24 Matthew NicholsonAccording to section 19.1.2 of RFC 3261:
2010-10-29 Mark MichelsonEnable IPv6 for the built-in HTTP server.
2010-07-27 Paul BelangerMerged revisions 279726 via svnmerge from
2010-07-08 Mark MichelsonAdd IPv6 to Asterisk.
2010-06-15 Terry WilsonDon't continue sending the file when there has been...
2010-03-23 Terry WilsonDon't act like an http write failed when it didn't
2009-11-02 Olle JohanssonAdding external reference for doxygen
2009-08-31 Tilghman LesherFix a trunk compilation warning.
2009-08-10 Tilghman LesherAST-2009-005
2009-06-15 Kevin P. FlemingMore 'static' qualifiers on module global variables.
2009-04-29 David VosselConsistent SSL/TLS options across conf files
2009-04-24 David VosselTLS/SSL private key option
2009-04-23 Tilghman LesherSupport HTTP digest authentication for the http manager...
2009-04-10 Tilghman LesherModify headers and macros, according to Russell's sugge...
2009-03-23 Tilghman LesherAllow browsers to cache images and other static content.
2009-01-17 Terry WilsonFix qualify for TCP peer
2008-12-13 Tilghman LesherMerge ast_str_opaque branch (discontinue usage of ast_s...
2008-12-05 Eliel C. SardanonsJanitor, use ARRAY_LEN() when possible.
2008-11-02 Kevin P. Flemingbring over all the fixes for the warnings found by...
2008-10-19 Kevin P. Flemingcleaup of the TCP/TLS socket API:
2008-09-12 Tilghman LesherCreate a new config file status, CONFIG_STATUS_FILEINVA...
2008-08-10 Sean BrightAnother big chunk of changes from the RSW branch. ...
2008-08-04 Tilghman LesherHTTP module memory leaks
2008-08-01 Terry WilsonFix mime parsing by re-adding support for passing heade...
2008-07-31 Kevin P. FlemingMerged revisions 134983 via svnmerge from
2008-07-29 Brett BryantFix deadlock when unloading res_http_post because the...
2008-07-25 Brandon KruseCommitting a fix that was introduced a long time
2008-07-02 Terry WilsonExpose the prefix variable so that it can be used by...
2008-06-17 Brett BryantUpdates all usages of ast_tcptls_session_instance to...
2008-05-23 Brett BryantAdd new functionality to http server that requires...
2008-05-20 Luigi RizzoDocument the possible presence of multiple variables...
2008-05-20 Luigi RizzoReverse the check for Cookie: and remove leftover code...
2008-04-23 Russell BryantMerged revisions 114600 via svnmerge from
2008-04-02 Terry WilsonRe-add HTTP post support by moving to res_http_post.c
2008-03-31 Terry WilsonYeah, simplify that logic a bit...
2008-03-31 Terry WilsonHandle blank prefix= in http.conf
2008-03-27 Terry WilsonFix another little http problem. In making it match...
2008-03-26 Terry WilsonStupid strcasecmp function :-)
2008-03-26 Tilghman LesherAdd the "config reload <conffile>" command, which allow...
2008-03-19 Kevin P. Flemingactually implement HTTP request dispatching based on...
2008-03-19 Kevin P. Flemingclean up code to conform to coding guidelines
2008-03-19 Russell BryantMinor change to use Asterisk macros
2008-03-18 Kevin P. Flemingstart the process of changing HTTP request dispatching...
2008-03-17 Terry WilsonReplace minimime with superior GMime library so that...
2008-03-12 Russell BryantMake the default prefix empty, like it was in Asterisk...
2008-03-12 Russell BryantRename ast_tcptls_server_instance to session_instance...
2008-03-04 Russell Bryantadd a destroy API call for a server instance
2008-03-04 Russell BryantMore public API name changes to use an appropriate...
2008-03-04 Russell BryantRename public object server_instance to ast_tcptls_serv...
2008-02-26 Russell BryantRename version.h to ast_version.h. Next, I will be...
2008-01-18 Russell BryantMerge changes from team/group/sip-tcptls
2008-01-12 Pari Nannapanenimerging a comment added in 1.4
2008-01-05 Russell BryantNow that the version.h file was getting properly regene...
2007-11-24 Luigi Rizzoremove some unnecessary includes
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-19 Luigi Rizzoanother bunch of include removals (errno.h and asterisk...
2007-11-17 Luigi Rizzotrim more redundant headers
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-09-18 Jason Parker(issue #10724)
2007-09-17 Doug BaileyFix memory leak introduced when POST support was added.
2007-08-29 Steve MurphyThis code was in team/murf/bug8684-trunk; it should...
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
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-24 Russell BryantConversions to ast_debug()
2007-06-20 Jason ParkerRevert the change made in revision 45474, since this...
2007-06-14 Russell BryantConvert uses of strdup() to ast_strdup()
next