]> granicus.if.org Git - apache/history - modules
Allow scripts (that don't have a .exe extension) to be found by PrintPath
[apache] / modules /
2000-03-02 dgaudetclean up a bunch of -Wall/etc warnings
2000-03-02 dgaudet.cvsignore goodness
2000-03-01 Ryan BloomAdd a test program for pipes. Add support for non...
2000-02-21 Bill StoddardMake file I/O and network I/O writev/sendv APIs consistent.
2000-02-18 Bill StoddardHave seperate variable on ap_writev to set the number...
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-02-16 Bill StoddardMake sure mod_mime always has a chance to run before...
2000-02-13 Bill StoddardSet up return codes correctly in the failure case.
2000-02-10 David ReidSmall changes to remove some compiler complaints.
2000-01-31 Bill StoddardSet timeouts to sendfile operation in http_protocol...
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-27 Bill StoddardMore sendfile work. Use new sendfile API in Apache...
2000-01-26 Brian HavardQuiet some warnings.
2000-01-23 Bill StoddardFix compile breaks on Windows.
2000-01-21 Bill StoddardFix Windows compile breakage.
2000-01-19 Ryan BloomManoj has been pushing for this for a while, but I...
2000-01-19 Ryan BloomCleanup a few things with the compile. There were...
2000-01-19 Bill StoddardFix Windows compile break. Gotta find a better way...
2000-01-19 Bill StoddardFix compile break on Windows and update to use ap_stat()
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
2000-01-18 Ryan BloomThis is a huge change to the configure system. Basical...
2000-01-17 Bill StoddardUpdate Windows port to new file_io and time specs
2000-01-12 Ryan BloomFix some remaining problems with SSI's and Windows...
2000-01-11 Sascha SchumannThese changes are committed together, because they...
2000-01-11 Sascha SchumannUpdate .cvsignore files
2000-01-10 Brian HavardRework ap_finfo_t to split the file type out of the...
2000-01-09 dgaudettime overhaul:
2000-01-07 Ryan BloomMove some modules over to using ap_time_t instead of...
2000-01-07 Ryan BloomFix the rest of the modules to work with the new APR...
2000-01-07 Ryan BloomFix mod_rewrite to work with the new APR stat structure.
2000-01-06 Ryan BloomNext pass at the time functions. This defines an ap_an...
2000-01-06 Ryan BloomFix a minor bug that would cause us to return FORBIDDEN...
2000-01-06 Ryan BloomSeparate the stat structure from the file structure...
2000-01-04 Ryan BloomInitialize all ap_file_t's to NULL. This allows ap_ope...
1999-12-31 Ryan BloomA few more tweaks to finish the modules work. Now...
1999-12-31 Ryan BloomMake mod_unique_id compile again with Apache 2.0.
1999-12-31 Ryan BloomMake mod_usertrack compile cleanly. Not tested yet.
1999-12-31 Ryan BloomFix a bug in mod_status. ap_ht_time expects an ap_time...
1999-12-31 Ryan BloomUpdate these modules to Apache 2.0. Not tested, but...
1999-12-31 Ryan BloomUpdate mod_auth_dbm to work with Apache 2.0. This...
1999-12-31 dgaudetmerge 1.3 changes to rewrite forward onto 2.0
1999-12-31 dgaudetport mod_rewrite to 2.0
1999-12-30 Ryan BloomSome changes to the ap_strftime function. We now infor...
1999-12-24 rasmusSubmitted by: Sascha Schumann <sascha@schumann.cx>
1999-12-21 Ryan BloomRemove a bunch of functions that are being replaced...
1999-12-21 Ryan BloomChange ap_gm_timestr_822 to ap_timestr. Now, one funct...
1999-12-21 Tony FinchFix the mass vhosting security problem spotted by Lars...
1999-12-21 Manoj KasichainulaAdd back support for UseCanonicalName in <Directory...
1999-12-20 Ryan BloomFirst step in getting Apache to use APR's time librarie...
1999-12-20 Manoj Kasichainulammap_static isn't in the standard directory yet; this...
1999-12-19 David ReidRemove some nuisance warnings by changing int to ap_ssi...
1999-12-16 Ryan BloomAfter a few hours of thorough testing, this patch makes...
1999-12-16 Ryan BloomFix mod_include so it works. Both people came up with...
1999-12-14 Ryan BloomMake CGI's work correctly in Apache 2.0. APR wants...
1999-12-13 Ryan BloomGet rid of more platform dependant code.
1999-12-11 Ryan BloomGet rid of an instance of ap_file_os_t from the Apache...
1999-12-09 Bill StoddardFix Windows build break
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-12-02 Ryan BloomWe may not always want to make the pipes between proces...
1999-12-02 Ryan BloomBring mod_mime_magic to Apache 2.0.
1999-11-30 Manoj KasichainulaDeal with times() properly in autoconf. This also chang...
1999-11-30 Manoj KasichainulaThe extra (n < 1) check is redundant, leftover from...
1999-11-29 Manoj KasichainulaThe second part of the big autoconf patch, which actual...
1999-11-29 Manoj KasichainulaThe first part of the big autoconf patch. This replaces...
1999-11-23 Ryan BloomUpdate some dependancies. Move the final two files...
1999-11-20 David ReidNext stage of ap_mmap support. Tested on FreeBSD and...
1999-11-19 Ryan BloomInitial version of CGI Daemon module. This module...
1999-11-19 Ryan BloomFinish the conversion from fprintf(stderr -> ap_log_err.
1999-11-18 Ryan BloomFirst step in removing the fprintf(stderr problem from...
1999-11-17 Ryan BloomCleaned up the APRFile uses in Apache. Also removed...
1999-11-16 Ryan BloomCleanup the ZZZ comments. Basically these used to...
1999-11-14 Brian HavardMake mod_so.c compile. Loading modules crashes for...
1999-11-09 Bill Stoddardmod_autoindex has a small bug when calling ap_readdir...
1999-11-08 Brian HavardGet rid of a number of 'incompatible pointer type'...
1999-11-05 Bill StoddardExport ap_send_error_response
1999-11-04 Ronald TschalarFirst cut at port to apache-2.0. Simple tests are working.
1999-11-03 Brian HavardOS/2: Don't return APR_EOF from ap_read(). EOF is indic...
1999-11-02 Brian HavardDe-errno ap_pcfg_openfile().
1999-11-02 Bill StoddardDelete useless code...
1999-11-02 Bill StoddardFirst cut at adding a sendfile API to IOL. Eventually...
1999-11-01 Brian HavardFirst hack at getting mod_include to work. Everything...
1999-11-01 Brian HavardIn ap_send_fb_length() don't treat APR_EOF as a fatal...
1999-11-01 Brian HavardFix mod_asis handler name. This was messed up with...
1999-10-31 Brian HavardEliminate use of FILE * & ap_get_os_file() in mod_asis...
1999-10-31 Manoj KasichainulaFinish removing references to errno from buff, by intro...
1999-10-31 Manoj KasichainulaUndo the ap_bgets errno patch. It will return status...
1999-10-30 Manoj KasichainulaAn errnoless interface for ap_bgets
1999-10-30 Manoj Kasichainulaap_bwrite now exports an errnoless interface.
1999-10-30 Manoj KasichainulaChange ap_bread's interface to no longer require errno.
1999-10-26 Manoj Kasichainulaap_bflush and ap_bclose now return ap_status_t error...
1999-10-26 Manoj KasichainulaOne ap_bflush to the client wasn't checked. Now fixed.
1999-10-25 Brian HavardMake args to CGIs work.
1999-10-24 Ben LaurieSize rigour.
next