aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_http_post.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-27Merged revisions 226099 via svnmerge from twilson1-1/+1
2009-08-10AST-2009-005tilghman1-2/+2
2009-01-13Fully overwrite a same-named file when uploadingtwilson1-1/+1
2008-12-30Fix some svn:keywordstwilson1-1/+1
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-1/+1
2008-12-10FreeBSD also needs libgen.hfile1-1/+1
2008-11-05make this compile on OpenBSD again.mvanbaak1-0/+3
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-7/+20
2008-10-23Add patch to handle how IE7 issues POST requests using Window path spec inclu...dbailey1-7/+136
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+2
2008-08-04HTTP module memory leakstilghman1-3/+6
2008-08-01Fix mime parsing by re-adding support for passing headers to callback functionstwilson1-2/+4
2008-04-18Add g__object_unref to clean up gmime message objectdbailey1-1/+3
2008-04-02Re-add HTTP post support by moving to res_http_post.ctwilson1-0/+341