1. 5ed0fc7 Use more effective means of finding apxs if MP_APXS is not specified on command line by Steve Hay · 9 years ago
  2. ef34999 t/api/access2.t and t/api/access2_24.t need mod_version.c (not just 'version' otherwise that picks up perl's version.pm!) because t/response/TestAPI/access2.pm and t/response/TestAPI/access2_24.pm write out httpd.conf snippets with IfVersion directives. by Steve Hay · 9 years ago
  3. 0b49328 Remove presumed old debug output from t/response/TestAPI/access2.pm by Steve Hay · 9 years ago
  4. d096eb1 t/hooks/authen_digest.t requires mod_auth_digest, not mod_auth_basic by Steve Hay · 9 years ago
  5. 0cd162d Remove 'unparsable version' warning during 'perl Makefile.PL' by Steve Hay · 9 years ago
  6. 6cb6929 Update to Apache-Reload-0.13 by Steve Hay · 9 years ago
  7. c8b5129 Initialize interp->refcnt to 1 in modperl_interp_select. by Jan Kaluža · 9 years ago
  8. 5d2ed1e Update to Apache-Test-1.39 by Steve Hay · 9 years ago
  9. 3f0c453 Fix "(n)make dist" to work on Windows by Steve Hay · 9 years ago
  10. 1641470 Restore the creation of mod_perl.spec in "(n)make dist" on WIN32 since it is required (for other OSes!) in release tarballs by Steve Hay · 9 years ago
  11. 7f1aa29 Ensure -DAP_DEBUG is not in the compiler options when building mod_perl by Steve Hay · 9 years ago
  12. 927076d Update Apache-Test to current revision by Steve Hay · 9 years ago
  13. 707a5af Fix compilation failure in some configurations under Perl 5.21.1 and above by Steve Hay · 9 years ago
  14. 3d7162e Fix a bunch of places where the mod_perl build process is non-deterministic due to hash randomisation. This affects the order of some build steps, order of items on some command lines, Makefile structure, and generated .xs and .pm files. by Steve Hay · 9 years ago
  15. 6d55635 Fix server start-up for test suite with perl-5.21.7 by Steve Hay · 9 years ago
  16. 7cf2e82 Add another missed function in XS function tables by Steve Hay · 9 years ago
  17. a408fbf Silence a -Wall warning, log.level should be an integer, not a NULL by Philippe Chiasson · 9 years ago
  18. 3d55861 Add some missed functions in XS function tables by Philippe Chiasson · 9 years ago
  19. 1c8ce6f Fix a little warning about apxs when running Makefile.PL with MP_APXS by Philippe Chiasson · 9 years ago
  20. f081b38 Silence 2 warnings when using -Wall -Werrror for edge cases where we'd fail by Philippe Chiasson · 9 years ago
  21. 85a1869 Decrement interp->refcnt when freeing interpreter in modperl_interp_unselect() by Steve Hay · 10 years ago
  22. 71e5f62 Remove 'version_from' from META.yml by Steve Hay · 10 years ago
  23. bc31f82 We now support Apache httpd-2.4.x, although four test scripts currently still fail on Windows. by Steve Hay · 10 years ago
  24. 23106c6 Omit t/perl/ithreads3.t from the distribution tarball. This test always skips for me on Windows since it requires the worker MPM rather than the winnt MPM, but others who can test it have reported it broken or out-dated: See: http://www.gossamer-threads.com/lists/modperl/dev/106651 by Steve Hay · 10 years ago
  25. d0d61a7 Subject: [PATCH] Don't call modperl_threaded_mpm() et al. from XS code by Steve Hay · 10 years ago
  26. 7589bca Don't answer anything to the client before it's done sending the POST data by Steve Hay · 10 years ago
  27. aea52d5 * ModPerl-Registry/t/conf/extra.conf.in: Use RewriteLog only in httpd < 2.4.0. by Jan Kaluža · 10 years ago
  28. 5db221e This fixes t/compat/conn_rec.t. failures with Apache 2.4, broken with r1497279. by Jan Kaluža · 10 years ago
  29. 6cc1e29 Simplify the avoidance of perl_module in places where it isn't (really) defined by Steve Hay · 10 years ago
  30. aa31839 Fix t/apr-ext failures when building without optimization. by Steve Hay · 10 years ago
  31. e82792c [PATCH] Fix invalid code that breaks with GCC 4.9 -ftree-dse optimization by Steve Hay · 10 years ago
  32. 8e5a560 [Auto-merge of all httpd24threading revisions (which includes all threading revisions) back into trunk, which is now possible, having already (auto-)merged all httpd24 revision back :-)] by Steve Hay · 10 years ago
  33. c3310fb [Auto-merge of all httpd24 revisions back into trunk] by Steve Hay · 10 years ago
  34. b38f586 [Merge only "recorded", i.e. blocked from merge. This was the only change on trunk not in httpd24, and will hopefully now allow a reintegrate/automatic merge to go ahead.] by Steve Hay · 10 years ago httpd24
  35. 1699cc9 [Oops. Merging from httpd24threading back to trunk isn't going to work yet. The branches httpd24 and threading were both copied from trunk. The threading branch was then merged into httpd24threading, which was copied from httpd24 so all of the threading branch's changes will find their way back to trunk when httpd24threading is merged back, but the changes on httpd24 prior to httpd24threading being copied from it have been missed: there are no *revisions* on httpd24threading containing those changes, so httpd24 needs merging back to trunk first, and only then can we merge httpd24threading back to trunk...] by Steve Hay · 10 years ago
  36. 3b323e9 Merged revision(s) 1537493 from perl/modperl/branches/httpd24threading: by Steve Hay · 10 years ago
  37. 1748719 Merged revision(s) 1537492 from perl/modperl/branches/httpd24threading: by Steve Hay · 10 years ago
  38. 108f70b Merged revision(s) 1537484 from perl/modperl/branches/httpd24threading: by Steve Hay · 10 years ago
  39. 7e66510 Merge the only thing on trunk that isn't already in httpd24threading into httpd24threading ahead of merging everything back to trunk. This is purely for the sake of my sanity... by Steve Hay · 10 years ago httpd24threading
  40. a44b036 Revert revision 1491887 so that modperl/local_env.t is skipped once again. by Steve Hay · 10 years ago
  41. 0927f69 Fix compilation with MP_NO_THREADS=1 by using MP_HAS_INTERP in conditions by Jan Kaluža · 10 years ago
  42. 2b75cf6 Require threaded Perl when compilling with httpd >= 2.4.0. Remove unused option by Jan Kaluža · 10 years ago
  43. 40a4ba7 Fix received/expected order in echo_timeout.t. by Steve Hay · 10 years ago
  44. d23ecf5 Fix t/modperl/interpreter.t by Steve Hay · 10 years ago
  45. bc74455 Fix t/directive/perlloadmodule2.t by Steve Hay · 10 years ago
  46. 8dae256 Fix t/apache/subprocess.t on Windows, using httpd-2.4.x. by Steve Hay · 10 years ago
  47. 97bf92e Remove unused constant PERLIO_5_8_IS_ENABLED from subprocess.pm. by Steve Hay · 10 years ago
  48. a37dbb9 Correct perl version check in APR::PerlIO::PERLIO_LAYERS_ARE_ENABLED(). by Steve Hay · 10 years ago
  49. b5a2903 The extended printf format %pt in apr_vformatter() requires a apr_os_thread_t*, not a (void*)apr_os_thread_t. This fixes a crash in conv_os_thread_t when starting up httpd+mod_perl on Windows with "PerlTrace all" set by Steve Hay · 10 years ago
  50. 7bd9361 Mark interpreter as "free" when the refcnt decrements to 0. This fixes freezing by Jan Kaluža · 10 years ago
  51. 1314499 Change http://perl.apache.org/dist/ to http://apache.org/dist/perl/ in a couple of places. by Steve Hay · 10 years ago
  52. ff64a7d Restructure perl_get_realm_hash() as per perl_parse_require_line() in r1539414/1539487, fixing the test for ab->cb2 and correcting the early return values (we should probably return AUTH_USER_NOT_FOUND in the case that ab->cb2 is NULL since that's currently expected behaviour, but we think AUTH_GENERAL_ERROR is wiser for now so as not to let on that we have a realm hash function; the latter is also correct in the unexpected case that ab is NULL, and will also be correct for the case that ab->cb2 is NULL in the future if PerlAddAuthnProvider ever supports an optional second handler). by Steve Hay · 10 years ago
  53. 9855f73 Provide a better return value from perl_parse_require_line() in the case where interp is NULL and add a comment to explain why we currently don't expect this to happen. by Steve Hay · 10 years ago
  54. a650f42 Save the test suite from crashing httpd.exe on start-up: by Steve Hay · 10 years ago
  55. 91f6f2a Make MP_INTERPa and MP_INTERP_POOLa more robust in the event of modperl_interp_select() returning NULL. by Steve Hay · 10 years ago
  56. 62c64ba Revision 1538005 (which is what the previous revision should have cited too!) did this in modperl_util.c but missed this file. by Steve Hay · 11 years ago
  57. 41f3657 Revision 1538006 did this for 2.4, but should have done likewise for 2.2 too. by Steve Hay · 11 years ago
  58. e51ab0e Hack to restore the build of APR::* modules. The httpd24threading branch now builds for me on Windows/VS2010 against httpd-2.4.4/perl-5.19.4 (default debugging mode build configurations). by Steve Hay · 11 years ago
  59. 40b6ad0 Corrections to mistakes that I made in the course of merging everything from threading that wasn't already in httpd24 into this httpd24threading branch. I hope I have it correct now, but it wasn't an easy merge and there may still be mistakes. These all came to light in the course of building the new branch. More may come to light when I actually get it running. by Steve Hay · 11 years ago
  60. 49b3b07 Merged revision(s) 1243554, 1243647, 1243679, 1245916, 1291304 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  61. 4ae2881 Merged revision(s) 1243509 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  62. 6fc91ae Merged revision(s) 1242858 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  63. 0c087d5 Merged revision(s) 1075807, 1241583, 1241983-1241984, 1241987, 1242010, 1242050, 1242068 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  64. a5163c7 Merged revision(s) 933550, 940297, 940303 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  65. 9c0b0d7 Merged revision(s) 672737-672745 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  66. 4497eae Merged revision(s) 672339 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  67. a101f7c Merged revision(s) 672234 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  68. 862e213 Merged revision(s) 671924 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  69. 7818250 Merged revision(s) 671923 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  70. de1bbe8 Merged revision(s) 671910-671912 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  71. 1a3cbe3 Merged revision(s) 671901 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  72. cc2e4fa Merged revision(s) 671881 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  73. 8704ded Merged revision(s) 671879 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  74. 53e91d1 Merged revision(s) 671871 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  75. 3ec505b Merged revision(s) 671869 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  76. 8f1cde4 Merged revision(s) 594612-607681 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  77. 7e9b932 Merged revision(s) 594609 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  78. b10c030 Merged revision(s) 594601 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  79. b8d3236 Merged revision(s) 594347 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  80. 96fad0d Merged revision(s) 594345 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  81. 28f3fc6 Merged revision(s) 584377 from perl/modperl/branches/threading: by Steve Hay · 11 years ago
  82. 23b5119 Create branch from the httpd24 branch to attempt merging the threading branch into. by Steve Hay · 11 years ago
  83. 4dc86de Merged revision(s) 1528836-1528881 from perl/modperl/trunk: by Steve Hay · 11 years ago
  84. 6465552 Fix t/compat/apache_file.t on Windows. by Steve Hay · 11 years ago
  85. 61f53fc Fix t/api/err_headers_out.t with HTTP::Headers > 6.00. Patch from Rolando <rolosworld@gmail.com>. by Steve Hay · 11 years ago
  86. 7e4c4cb Add the path to mod_perl.so to the PATH when running the test suite on Windows by Steve Hay · 11 years ago
  87. 0d29631 Link against APR generation 1 still with httpd-2.4 by Steve Hay · 11 years ago
  88. 128a3fb Use Apache-Test revision 1504090 by Jan Kaluža · 11 years ago
  89. a8db544 There is no need to define a dummy perl_module symbol in ModPerl/Const/Const.xs on Windows by Steve Hay · 11 years ago
  90. ce02b04 Wrap <IfVersion>s added by r1497234 in <IfModule mod_version.c> as per r1504090. by Steve Hay · 11 years ago
  91. 1166c3a Skip access2.t/access2_24.t in case we build with httpd-2.4/httpd-2.2 by Jan Kaluža · 11 years ago
  92. b8c39e2 Fix linking of Apache2::ServerUtil by Steve Hay · 11 years ago
  93. 737fd75 Restore the early return in perl_parse_require_line() if the key is not found (as per 1503171), by Steve Hay · 11 years ago
  94. 86a532a Return NULL in modperl_interp_pool_select in case scfg->mip is not defined. by Jan Kaluža · 11 years ago
  95. ed0717e Use 'const char *' instead of 'char *' in modperl_util.c, do not try to get by Jan Kaluža · 11 years ago
  96. 48bce8e Correction to r1503136. by Steve Hay · 11 years ago
  97. bc8422c Fix linker error when building Apache2::ServerUtil by Steve Hay · 11 years ago
  98. bbb943b Fix a linker error when building Apache2::Provider by Steve Hay · 11 years ago
  99. 3240b71 Fix the problem of "-laprutil-1" not being found when running xs/APR/APR/Makefile.PL on Windows by Steve Hay · 11 years ago
  100. e7b50ad Move all declarations before code: VC++ doesn't support code before declarations unless compiling as C++. by Steve Hay · 11 years ago