summaryrefslogtreecommitdiff
path: root/res/res_http_post.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-05res_http_post: Enable GMime in NetBSD.Alexander Traud
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-01res_http_post: Not all versions of gmime have GMIME_MAJOR_VERSION.Joshua Colp
2017-08-03Support GMIME 3.0Tzafrir Cohen
2016-11-15Implement internal abstraction for iostreamsTimo Teräs
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-03HTTP: Add persistent connection support.Richard Mudgett
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-07Merged revisions 326830 via svnmerge from Tilghman Lesher
2011-05-16Merged revisions 319085 via svnmerge from Paul Belanger
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2009-10-27Don't prepend the URI prefix to the post directoryTerry Wilson
2009-08-10AST-2009-005Tilghman Lesher
2009-04-23Support HTTP digest authentication for the http manager interface.Tilghman Lesher
2009-01-13Fully overwrite a same-named file when uploadingTerry Wilson
2008-12-30Fix some svn:keywordsTerry Wilson
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-10FreeBSD also needs libgen.hJoshua Colp
2008-11-05make this compile on OpenBSD again.Michiel van Baak
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-23Add patch to handle how IE7 issues POST requests using Window path spec inclu...Doug Bailey
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-04HTTP module memory leaksTilghman Lesher
2008-08-01Fix mime parsing by re-adding support for passing headers to callback functionsTerry Wilson
2008-04-18Add g__object_unref to clean up gmime message objectDoug Bailey
2008-04-02Re-add HTTP post support by moving to res_http_post.cTerry Wilson