]> granicus.if.org Git - apache/shortlog
apache
2009-05-13 Jim Jagielskierror detection
2009-05-13 Jim JagielskiAdd in draft grab/return (alloc/free)... not in API...
2009-05-13 Jim Jagielskiap_slotmem_mem no longer exists. We never provide the...
2009-05-13 Jim Jagielskistandard method
2009-05-13 Jim JagielskiReturn APR_EGENERAL for the error
2009-05-13 Jean-Frederic... Allow the load balancing method to "create" workers.
2009-05-13 Jean-Frederic... server_rec *r... Oops should be server_rec *s.
2009-05-13 Roy T. Fieldingsync with IANA as of 2009 May 12 16:30 PDT
2009-05-13 Rich BowenAdds [NE] to the canonical hostname rules, as requested in
2009-05-12 Jim Jagielskitypo2
2009-05-12 William A.... The path is likely changing, in the meantime restore...
2009-05-12 Jim Jagielskifix typo
2009-05-12 Jim JagielskiOptimization... for large slotmems, it would be useful...
2009-05-12 Jim JagielskiIf we have a mutex, we should use it whenever we create a
2009-05-12 Rainer Jung- use apr_strerror() instead of strerror()
2009-05-12 Jean-Frederic... Arrange the proxy_balancer_method:
2009-05-12 William A.... Address Win32 AcceptFilter documentation replacing...
2009-05-10 Rainer Jungmod_watchdog: mappers -> core forgotten in
2009-05-10 Joe OrtonCopy svn:ignore property from modules/mappers.
2009-05-10 Joe Orton* server/core.c (merge_core_dir_configs): Tweak logic...
2009-05-10 Rainer JungSwitch two recent dsp files from CRLF to native
2009-05-10 Ruediger Pluem* Fix for the following configuration where the exec...
2009-05-08 Joe Orton* .gdbinit (dump_table): Dump pointer value of table...
2009-05-08 Joe OrtonSecurity fix for CVE-2009-1195: fix Options handling...
2009-05-08 William A.... Add . 'default' test first before searching paths,...
2009-05-08 William A.... Here's the simpler solution to the two groups of mapper...
2009-05-07 Lucien GentisRevert to preceding version.
2009-05-06 Chris Darrochremove unused smutex structure element
2009-05-06 Rainer JungFix usage message on the Windows platform.
2009-05-06 Jim Jagielskiupdate comment
2009-05-06 Rainer JungMove comment block closer to related function.
2009-05-06 Jim Jagielskisimple formatting line-wrap/no functional changes
2009-05-06 Jim JagielskiUse canonical testing
2009-05-06 Ruediger Pluem* Fix syntax error
2009-05-05 William A.... Reorder so and watchdog to configure before cluster...
2009-05-05 William A.... Ensure all mpm's configure at config3
2009-05-05 Jim Jagielskifix docco
2009-05-05 Jim Jagielskioptimize.... rp! :)
2009-05-05 Jim Jagielskicomment change, no functional change
2009-05-05 Jean-Frederic... Change the order of mod_proxy and mod_proxy_balancer...
2009-05-05 Jim JagielskiExplain empty code block (empty for now, that is) :)
2009-05-05 Jim Jagielskixforms!
2009-05-05 Nick KewDocumentation update for mod_privileges changes in...
2009-05-05 Jim JagielskiMove to an enum, instead of bitmaps... no functional
2009-05-05 Ruediger Pluem* Silence compiler warning.
2009-05-05 William A.... Complete the integration of mod_heartbeat, mod_heartmon...
2009-05-05 William A.... As mentioned inline in comments, correctly handle more...
2009-05-05 William A.... REVERT 771581 modules/proxy/ changes (miscommitted)
2009-05-05 William A.... complete r771579, refactoring mod_watchdog as loadable...
2009-05-05 William A.... MPM's are now dynamically loadable; so must mod_watchdo...
2009-05-05 William A.... Add balancer module targets
2009-05-05 Chris Darrochadd creation type parameter per r771286
2009-05-05 Chris Darrochsilence warnings
2009-05-04 Ruediger Pluem* Remove unused locking functions.
2009-05-04 Ruediger Pluem* Optimize access to server_rec.
2009-05-04 William A.... Simple style fix, this message still is nonsensical
2009-05-04 Lucien GentisOne typo.
2009-05-04 Jean-Frederic... Add a parameter for slotmem_create for the persistancy...
2009-05-04 Jean-Frederic... Fix shared memory permisson problems.
2009-05-04 Jean-Frederic... Remove ap_slotmem_lock / ap_slotmem_unlock from the...
2009-05-03 Nick KewWhoops! cleanup r771144, which had some local/dev...
2009-05-03 Nick Kewmod_privileges: introduce PrivilegesMode: fast mode...
2009-05-03 Lucien GentisOne typo.
2009-05-02 Lucien GentisSome typos.
2009-05-02 Ruediger Pluem* As proposed by wrowe on list always define SSLStrictS...
2009-05-01 Rich BowenAdds clarifying comment to example configuration. ...
2009-05-01 Rich BowenClarify that the target of a Redirect may be either...
2009-05-01 Rich BowenAdd a reference to LocationMatch in the seealso section.
2009-04-30 Jean-Frederic... Arrange BalancerMember explainations.
2009-04-30 Jean-Frederic... Prevent key=value being accepted as url.
2009-04-29 Ruediger Pluem* Don't assign pointers to int's. This is a nightmare...
2009-04-29 Ruediger Pluem* Set SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN...
2009-04-29 Ruediger Pluem* Improve and simplify the implementation of SSLProxyCh...
2009-04-27 Rainer JungAdd Ctrl-Break to docs (trigger restart for
2009-04-27 Jim JagielskiFold in initial template for methods to be able to
2009-04-27 Jeff Trawickdon't use literal '100' for HTTP_CONTINUE (searchability)
2009-04-25 Ruediger Pluem* Add SSLStrictSNIVHostCheck to allow / disallow non...
2009-04-25 Ruediger Pluem* Fix an error in the documentation.
2009-04-25 Ruediger Pluem* The state vinfo doesn't matter here: no client verifi...
2009-04-25 Ruediger Pluem* r->connection->aborted signals that the client aborte...
2009-04-25 Ruediger Pluem* Add partial support for name based virtual hosting...
2009-04-23 André Malofixup properties
2009-04-23 André Malorebuild convmap
2009-04-23 Eric CovenerPass the $@ array and not the flattened version of...
2009-04-23 Nilgun Belma... update transformation
2009-04-23 Nilgun Belma... update for sync with English doc.
2009-04-23 William A.... Escape should simply close the dialog; Enter should...
2009-04-23 William A.... Fix module scope, to avoid this, copy and past from...
2009-04-23 William A.... fix lineends
2009-04-23 William A.... fix lineends
2009-04-23 William A.... Seems folks have forgotten to set eol-style, perhaps...
2009-04-23 William A.... Introduce mod_remoteip to trunk from httpd/sandbox...
2009-04-23 William A.... build all refresh
2009-04-23 William A.... Introduce new documentation of mod_remoteip
2009-04-21 Mark J. CoxUse CVE-2009-1191 for this issue. We would only
2009-04-21 Eric Covenerrework the NameVirtualHost documentation to hopefully...
2009-04-21 Nick Kewmod_dbd: add DBDInitSQL command. PR 46827
2009-04-20 André Maloupdate transformation
2009-04-20 André Maloan ID is an ID is an ID
2009-04-20 André Maloupdate convmap
next