Commit Graph

35 Commits

Author SHA1 Message Date
Chris Rienzo b60df39b96 mod_http_cache: fix configuration so that carriage returns or other whitespace is OK around S3 keys 2014-08-12 16:28:42 -04:00
Chris Rienzo c36e63026c mod_http_cache: CID 1025858: Thread deadlock (ORDER_REVERSAL) 2014-04-30 10:08:00 -04:00
Chris Rienzo cf04dd3e75 FS-6326 --resolve switch_core_hash_init_nocase changed and mod_http_cache wasn't updated 2014-03-09 11:31:00 -04:00
Anthony Minessale 804ef7709d change from sqlite hash to newly added one 2014-03-09 00:37:17 +05:00
Chris Rienzo 8ca287e97b FS-6218 --resolve 2014-02-13 09:18:41 -05:00
Chris Rienzo 9b4e967248 mod_http_cache: use case-insensitive domain to profile hash 2013-09-03 10:05:13 -04:00
Chris Rienzo dd6b8a828a mod_http_cache: added <domain> to <profile> configuration 2013-08-30 23:41:31 -04:00
Nathan Neulinger 32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Chris Rienzo cac8536170 mod_http_cache: valgrind fixes 2013-06-24 22:19:54 -04:00
Chris Rienzo 83d7b60d74 mod_http_cache: forgot to add write to http_cache:// format 2013-05-21 09:27:39 -04:00
Chris Rienzo a0170bbdb2 mod_http_cache: added write file format 2013-05-20 11:18:40 -04:00
Chris Rienzo 8c8b2176d2 mod_http_cache: added native Amazon S3 support 2013-05-20 09:31:28 -04:00
Chris Rienzo 7af706113a FS-5221 --resolve set NOSIGNAL on http_get 2013-03-26 23:50:29 -04:00
Chris Rienzo a8cb98c7f9 mod_http_cache: added http_cache file format that won't conflict with mod_httapi. 2013-03-19 08:59:39 -04:00
Chris Rienzo f45fa08e15 mod_http_cache: add support for http/https formats if enable-file-formats is set to true in http_cache.conf. Don't load mod_httapi if you use this option 2013-03-18 17:58:51 -04:00
Christopher Rienzo ac3e6ba140 Forgot to allow https on http_tryget 2012-07-17 14:29:36 +00:00
Stefan Knoblich fa03e4e0ca mod_http_cache: Remove DOS line-endings in http_put().
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-15 00:43:00 +02:00
Stefan Knoblich addcddc1ae mod_http_cache: Fix last remaining C99-style for loop.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-15 00:37:35 +02:00
Stefan Knoblich 445b74b765 mod_http_cache: Do not use C99-style for loops to fix non-debug builds.
Debug builds add -std=c99 (or -xc99 for suncc) to CFLAGS
(AX_CFLAGS_WARN_ALL_ANSI configure macro).

Non-debug builds do not invoke AX_CFLAGS_WARN_ALL_ANSI checks and
therefore won't have C99 support enabled, which breaks the build of
mod_http_cache due to "for (int i... )"-style C99 loops.

NOTE: AC_PROG_CC_C99 would make a lot of sense here and MSVC (2005)
accepts "for (int ...)" constructs too.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-14 12:43:36 +02:00
dschreiber d6c482e40f Added support for Content-Type and other optional headers when doing an HTTP PUT 2012-06-19 21:25:00 -07:00
Christopher Rienzo 187fe4e14e update name/e-mail address 2012-06-11 13:05:29 +00:00
Christopher Rienzo be2ec29282 Add Maintainer to mod_posix_timer, mod_unimrcp, mod_http_cache 2012-05-31 13:24:24 +00:00
Christopher Rienzo 4178393a73 fix bug with max-age 2012-04-25 01:30:47 +00:00
Christopher Rienzo d79982e72c added SSL support to mod_http_cache 2012-04-25 00:18:56 +00:00
Ken Rice c5554eb939 Copyright date update. 2012-04-18 11:52:02 -05:00
Christopher Rienzo 7788f3e9c4 remove unused variable in mod_http_cache 2012-01-26 18:01:52 +00:00
Christopher Rienzo b55a6b158f add prefetch API to mod_http_cache 2012-01-25 15:07:59 +00:00
Anthony Minessale e794a6db21 FS-2936 stage 2 please test ASAP 2011-11-29 15:35:36 -06:00
Anthony Minessale e58ed35d17 FS-2936 stage 1 2011-11-29 11:13:11 -06:00
Christopher Rienzo 12a1ac9432 fix mod_http_cache crash reported by hunmonk and mstockton 2011-11-28 19:22:09 +00:00
Michal Bielicki - cypromis 7b0d878925 typo 2011-10-10 12:15:30 +02:00
Michal Bielicki - cypromis 1ccc1b3b80 %zu of course and niot %z 2011-10-10 12:01:58 +02:00
Michal Bielicki - cypromis 5d092f50c9 size_t should be represented as %z and not %ld sicne its different on 32bit and 64bot platforms!!!!!! 2011-10-10 11:10:28 +02:00
Christopher Rienzo 439b812494 only check expiration on downloaded files 2011-10-06 19:47:12 +00:00
Anthony Minessale c51acfcc1b FS-3597 --resolve 2011-10-06 11:25:03 -05:00