Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
*Whitespace* delete trailing spaces and trailing empty lines Reviewed-By: gozer Submitted-By: Torsten Foertsch <torsten.foertsch@gmx.net> Message-Id: <200712031333.33760.torsten.foertsch@gmx.net>
update license header per board resultion with Nov 1 deadline
bump copyright to 2006
merge apache2-rename-unstable to trunk
Perl -Duse64bit fix. Pointers can't just be generically casted from/to IVs. Use PTR2IV/INT2PTR instead.
new year copyright update: grep -Ilr '\-2004' . | grep -v .svn | xargs perl -pi -e 's|-2004|-2005|g'
- APR::Pool: new: create dependency on the parent pool - adjust MP_APR_POOL_SV_DROPS_OWNERSHIP_RUN to carefuly unwind that dependency to avoid too early destruction of the parent pool, which otherwise would nuke the child pool.
make sure that we add the pools dependency only for non-native pools
5.6.x fix (missing argument in macro)
deal with a situation where an object is used to construct another object, but it's then auto-DESTROYed by perl rendering the object that used it corrupted. the solution is to make the newly created objects refer to the underlying object via magic attachment. only objects using objects that have DESTROY are effected. This concerns some of the methods accepting the APR::Pool object. Adjusted: - APR::Brigade: new - APR::Finfo: stat - APR::IpSubnet: new - APR::Table: copy, overlay, make - APR::ThreadMutex: new
improve the error handling PR: Obtained from: Submitted by: Reviewed by:
deploy the new api modperl_error_strerror and APR::Error::strerr (instead of modperl_apr_strerror and APR::strerror) PR: Obtained from: Submitted by: Reviewed by:
tidy up, no code change PR: Obtained from: Submitted by: Reviewed by:
revert the previous change and use s/apr_ssize_t/apr_size_t/ to use the right types in the functions PR: Obtained from: Submitted by: Reviewed by:
darwin 'incompatible pointer type' fixes PR: Obtained from: Submitted by: Reviewed by:
Updated to the new Apache License Version 2.0 PR: Obtained from: Submitted by: Reviewed by:
move the declaration before the code PR: Obtained from: Submitted by: Reviewed by:
more tracing PR: Obtained from: Submitted by: Reviewed by:
backout this trace for now till the problem is resolved, unfortunately we have a broken dependency check :( PR: Obtained from: Submitted by: Reviewed by:
- filters tracing readability is now mucho improved - a small bug fix with eos bucket PR: Obtained from: Submitted by: Reviewed by:
prevent segfault in $r->print / $filter->print (in output filter) and related functions when they are called before the response phase PR: Obtained from: Submitted by: Reviewed by:
make setting of APR::URI fields apr_pstrdup-ed
s/croak/Perl_croak/g
moving macros to be available outside .xs: mpxs_sv_grow => MP_SvGROW mpxs_sv_cur_set => MP_SvCUR_set PR: Obtained from: Submitted by: Reviewed by:
add APR::Table tied interface support PR: Obtained from: Submitted by: Philippe M . Chiasson <gozer@cpan.org> Reviewed by: dougm
move redefinition of mp_xs_sv2_r to modperl_xs_util.h
add Apache::URI interface and tests
implement InputMessageFilters
add a few handy macros
add get_basic_auth_pw() wrapper and tests
move mpxs_write_loop to xs_util.h
shutup fussy compiler
utilties for extensions
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |