]> granicus.if.org Git - apache/history - modules/aaa
Description of terms used to describe modules in the new (not yet
[apache] / modules / aaa /
2000-09-20 William A. Rowe Jr Transposed return values between conditions, oops.
2000-09-20 William A. Rowe Jr Get mod_auth_dbm building using Apache's sdbmlib...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-04 Jeff TrawickDisable the dbm_ usage in mod_rewrite so that it links.
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-26 Ryan BloomRemove all of the ap_is* functions from Apache. They...
2000-07-25 William A. Rowe Jr Missing apr_strings.h - hope this wasn't destined...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-27 Ryan BloomFix the configure script. If a either the mpmt_pthread...
2000-06-27 Ryan BloomDetect libraries based on which platform configure...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in mod_a...
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in mod_auth;
2000-06-12 Ryan BloomClean up a big chunk of ap_config.h. This basically...
2000-06-12 David ReidDont' add -ldl for BeOS.
2000-06-12 Brian HavardDon't add -ldl for OS/2.
2000-06-10 Jeff TrawickGet FreeBSD 3.4 building again. It doesn't have lib...
2000-06-09 Ryan BloomRemove all occurances of strerror from Apache. ap_stre...
2000-06-06 Jeff TrawickOS/390: avoid unconditional -ldl and -export-dynamic...
2000-06-05 Ryan BloomRemove the ability to enable/disable DSO support in...
2000-06-05 Ryan BloomFix mod_so handling. Basically, if --enable-so or
2000-06-01 Ryan BloomFix DSO enabling logic. Basically if --enable-dso...
2000-06-01 Ronald Tschalardon't include apr_shmem.h when APR_HAS_SHARED_MEMORY...
2000-06-01 Ryan BloomFix building with DSO support. If any module is config...
2000-05-29 Ronald TschalarBrought mod_auth_digest up to synch with 1.3, fixed...
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-05-26 William A. Rowe JrPR:
2000-05-24 Bill StoddardWin32: Convert ap_proc_t to tranparent type.
2000-05-24 Ryan BloomAllow --enable-cgid and --disable-cgid to work. Basica...
2000-05-19 William A. Rowe Jr Current and clean make files for Win95. Changes...
2000-05-17 Ryan BloomThis commit will most likely break everybody on Windows...
2000-05-01 William A. Rowe Jr Final .dsp changes to produce the lightest weight...
2000-04-30 Jim JagielskiAllow for help messages for modules.
2000-04-30 Sascha SchumannOverall UNIX build system improvements:
2000-04-29 William A. Rowe JrPR:
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-25 Bill StoddardSome Windows tweaks from William Rowe...
2000-04-22 Bill StoddardAdd ApacheModAuthDigest to apache.dsw. Get rid of compi...
2000-04-21 Bill StoddardWin32: Get mod_auth_digest compiling and added to the...
2000-04-20 Bill StoddardRevamp the Win32 make environment. Makefiles have been...
2000-04-17 Bill Stoddardlinkwin20.diffs Resolves:
2000-04-15 Bill StoddardHere's my first stab at getting mod_auth_digest working...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-04-05 Bill StoddardPatch to port mod_auth_db to the 2.0 api and also to...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-21 Bill StoddardWin32: Continue removing precompiled header support...
2000-03-16 Bill StoddardFix a comment
2000-03-15 Manoj KasichainulaMinor nit: use top_srcdir instead of topsrcdir, to...
2000-03-12 dgaudetmore post-old-style Configure cleanup
2000-03-10 Ronald Tschalarchanged module name to more consistent naming scheme...
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-02-17 Allan K. EdwardsUpdate Windows project and makefiles so dynamically...
2000-02-17 Ryan BloomEnable dynamic module support on Linux. This should...
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-19 Ryan BloomManoj has been pushing for this for a while, but I...
2000-01-18 Ryan BloomThis is a huge change to the configure system. Basical...
2000-01-11 Sascha SchumannThese changes are committed together, because they...
2000-01-11 Sascha SchumannUpdate .cvsignore files
1999-12-31 Ryan BloomUpdate mod_auth_dbm to work with Apache 2.0. This...
1999-12-24 rasmusSubmitted by: Sascha Schumann <sascha@schumann.cx>
1999-12-20 Manoj Kasichainulammap_static isn't in the standard directory yet; this...
1999-12-06 Manoj KasichainulaAdd strucutre to autoconf-config system to allow module...
1999-12-06 Manoj KasichainulaMake most other modules selectable by autoconf's ....
1999-12-06 Manoj KasichainulaOops, changed the default status of mod_env for testing...
1999-12-06 Manoj KasichainulaMove the default status of module inclusion/exclusion...
1999-12-06 Manoj KasichainulaMake the call to configure a module a little simpler...
1999-12-05 Manoj Kasichainulaautoconf: Start adding support for selecting modules...
1999-12-05 Manoj Kasichainulaautoconf: Generate modules.c based on configuration...
1999-11-30 Manoj KasichainulaDeal with times() properly in autoconf. This also chang...
1999-11-29 Manoj KasichainulaThe second part of the big autoconf patch, which actual...
1999-11-23 Ryan BloomUpdate some dependancies. Move the final two files...
1999-11-19 Ryan BloomFinish the conversion from fprintf(stderr -> ap_log_err.
1999-11-17 Ryan BloomCleaned up the APRFile uses in Apache. Also removed...
1999-11-04 Ronald TschalarFirst cut at port to apache-2.0. Simple tests are working.
1999-11-02 Brian HavardDe-errno ap_pcfg_openfile().
1999-10-22 Martin KraemerI am not claiming that the modules work now, but at...
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-11 Martin KraemerRemove most of the annoying "re ap_context_t mplement...
1999-10-04 Ryan BloomFirst patch to re-order function parameters. This...
1999-09-14 Ryan BloomA change to how APR uses user data. Now, user data...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-30 Bill StoddardAdd couple of hooks to the APacheCore.def file. Port...
1999-08-26 Roy T. FieldingExtra bit left off of hook additions.
1999-08-26 Roy T. FieldingStart to implement module-defined hooks that are a...
1999-08-26 Roy T. Fieldinguser and ap_auth_type fields were moved from connection...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.
1999-06-18 dgaudetInitial revision