2000-11-29 |
Greg Stein | reorder the libs for proper inter-lib dependencies |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Joshua Slive | Bring mod_ext_filter.html up to the new format. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Joshua Slive | Remove mod_digest docs which have been supplanted by... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Joshua Slive | Bring mod_dav.html up to the new format, fix up some... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Joshua Slive | Bring mod_charset_lite up to the "modern" format. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Joshua Slive | A little more prettying up of developer docs. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Joshua Slive | Put the developer index in the standard format. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
William A.... | Compile break when I changed 'thread' in mpm_winnt... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
William A.... | Clean up some compiler warnings (there remain some... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
William A.... | clean up some really bad typedefs - and move one... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
William A.... | The only win32 project file that used (but didn't... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Ryan Bloom | First step towards extracting the SSI handling from... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Ryan Bloom | Fix some const warnings. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Joshua Slive | Add a couple more user-visible changes to upgrading... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Joshua Slive | Add a little more detail on starting Apache for the... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Jeff Trawick | Get "make install" with DSOs to work on AIX and Solaris... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Joshua Slive | Update command line options docs to match what is currently |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Ryan Bloom | Split the hints file into two files, one in APR and... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
William A.... | Pulled the aprlib base address out of Apache's basead... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Ryan Bloom | Remove some status items that belong in APR now. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Jeff Trawick | Fix some lvalue casts so that we can compile with xlc... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Ryan Bloom | Get mod_example building cleanly. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Ryan Bloom | Get mod_echo to stop using BUFF. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Greg Stein | add --with-dbm switch to configure, allowing the user... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Jeff Trawick | Change some apr_ssize_t uses to apr_size_t. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Ryan Bloom | Fix some incorrect docs |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Jeff Trawick | fix an apr_size_t/apr_ssize_t discrepancy |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Jeff Trawick | Tweak the logic to avoid "make distclean" inside APR... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Greg Stein | *) sprinkle a little magic "const" dust around (specifi... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Jeff Trawick | fix a bunch of apr_ssize_t/apr_size_t discrepancies |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Ryan Bloom | Get the pthread mpm building again. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Jeff Trawick | <sys/resource.h> requires <sys/time.h> first on some... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Jeff Trawick | Change Apache's distclean rule to rely on APR to clean... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Jeff Trawick | Use #if APR_HAVE_xyz_H, not #ifdef APR_HAVE_xyz_H |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Jeff Trawick | Always include lib/sdbm in INCLUDES (until somebody... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Jeff Trawick | use the APR feature test macro to check for sys/uio... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Greg Stein | *) make find_liveprop() hook take a dav_resource rather... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Greg Stein | liveprops are handled via hooks, not the dav_provider... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Greg Stein | toss dbm. use the new apu_dbm interfaces. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Greg Stein | missed one. This is needed to build the new aputil... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Greg Stein | shaddup |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Greg Stein | *) Put lib/aputil/ into the INCLUDES path |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Greg Stein | Start the oft-discussed, but oft-punted lib/aputil... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Greg Stein | *) Compensate for recent changes in the APR headers... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Greg Stein | fix spelling: "writable" is the proper form |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Joshua Slive | Update some headers and footers to the proper version... |
commit | commitdiff | tree | snapshot |
2000-11-23 |
Joshua Slive | Update the dexter and perchild docs, and add a missed... |
commit | commitdiff | tree | snapshot |
2000-11-23 |
Greg Stein | add the "next filter" parameter to the rest of the... |
commit | commitdiff | tree | snapshot |
2000-11-23 |
Greg Stein | shift some processing of "core" WebDAV properties out... |
commit | commitdiff | tree | snapshot |
2000-11-23 |
Greg Stein | dav_resource should carry around a pool for allocations... |
commit | commitdiff | tree | snapshot |
2000-11-23 |
Greg Stein | More revamping of live properties. Focused around the... |
commit | commitdiff | tree | snapshot |
2000-11-23 |
Greg Stein | *) fix subtle crasher in COPY method |
commit | commitdiff | tree | snapshot |
2000-11-23 |
Joshua Slive | Fix a few broken links. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Ryan Bloom | Add the ability for apxs to install both libtool genera... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Joshua Slive | Addition of BindAddress and small cleanups of upgrading... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Joshua Slive | Clean up a few broken links. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Ryan Bloom | A complete re-write of mod_include. This has served... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Joshua Slive | Remove mentions of the obsolete ResourceConfig/AccessCo... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Ryan Bloom | Allow modules to specify the first module for a sub... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Greg Stein | minor cleaning: provider ids are no longer used |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Joshua Slive | Add some docs to mpmt_pthread.html. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Joshua Slive | Update the "bind" docs, remove the stuff from "server... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Joshua Slive | A little more general MPM documentation. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Ryan Bloom | Next pass at the content-length filter. Not perfect... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Jeff Trawick | Don't use APR_INET6 unless APR_HAVE_INET6 is defined. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Ryan Bloom | Modify the content-length filter to change the criteria... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Jeff Trawick | Update ab to accept URLs with IPv6 literal address... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Joshua Slive | Remove links to some of the documents that were moved... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Joshua Slive | Add an MPM status to the directive-dict. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Joshua Slive | Fix typo. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Jeff Trawick | updates to changed interfaces to apr_set_port(), apr_ge... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
William A.... | *) Accomodate an out-of-space condition in the piped... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Ryan Bloom | We are working on a9 now. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Jeff Trawick | ignore generated files .libs and *.la |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Joshua Slive | Link up the new platform directory. It still needs... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Jeff Trawick | Get rid of apr_create_tcp_socket() reference. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Greg Ames | Add partial write support for apr_sendfile to core_outp... |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Ryan Bloom | Get the version number bumped to 2.0a8 |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Ryan Bloom | The Announcement for a8 |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Ryan Bloom | Get SetFilter working with MIME-types again and update... |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Chuck Murcko | Restore Ryan's original intent in ap_proxy_doconnect... |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Joshua Slive | Clean up core.html a little. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Joshua Slive | Remove some obsolete docs. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Ryan Bloom | Add some docs to the common MPM directives. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Ryan Bloom | Add the MPM docs to the index-bytype front page. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Joshua Slive | Add the perchild MPM docs and do a little bit of cleanup. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Ryan Bloom | Update the SetFilter directive to work with Handlers... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
William A.... | Disable two features, with warnings, if a relatively... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Ryan Bloom | Add a directive to mod_mime which allows people to... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Jeff Trawick | Call apr_create_socket() instead of apr_create_tcp_sock... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Jeff Trawick | Change apr_bind() to take apr_sockaddr_t. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Joshua Slive | Add an outline for mpm_winnt.html. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Joshua Slive | Remove more of the directives that moved to mpm_common... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Joshua Slive | Woops, I just discovere UNIX_DAEMON_COMMANDS and LISTEN... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Joshua Slive | Using an mpm_common.html file for the common directives... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Greg Stein | clean out some liveprop hooks which are now handled... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Jeff Trawick | Add apr_get_sockaddr() for getting the address of one... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Ryan Bloom | Fix an error message since we are using common code... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Ryan Bloom | Remove some common code in adding filters to either... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Ryan Bloom | Begin to remove some of the cache-ing logic from the... |
commit | commitdiff | tree | snapshot |
next |