]> granicus.if.org Git - apache/history - modules
Disable the DYLD_CANT_UNLOAD workaround for Mac OS X Server, since the
[apache] / modules /
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.
1999-10-23 Martin Kraemermod_speling runs in 2.0-dev now: a bug in (linux?)...
1999-10-22 Martin KraemerI am not claiming that the modules work now, but at...
1999-10-22 Martin Kraemer**WARNING** DO NOT USE YET - interim state
1999-10-21 Bill StoddardThis patch fixes EBCDIC conversion for Apache 1.3.9...
1999-10-20 Bill StoddardFix an ap_log_rerror call in a Win32 code branch
1999-10-20 Ryan BloomFix mod_cgi so it works on Unix systems. We need to...
1999-10-20 Brian HavardApply ap_log_error() errno parameter addition to a...
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-10-17 Bill StoddardA couple of arg swaps on ap_open
1999-10-15 Bill StoddardFix argv list generation bug.
1999-10-14 Ryan BloomI missed one function when swapping paramters. This...
1999-10-14 Bill StoddardStill does not work reliably, but it's closer to being...
1999-10-13 Manoj KasichainulaAdd a connection status table to replace the old functi...
1999-10-12 Manoj KasichainulaEliminate a warning.
1999-10-12 Manoj KasichainulaAttempt to make ap_send_fb work again. This is untested...
1999-10-12 Bill StoddardNeed to pass in just the directory, not including the...
1999-10-12 Bill StoddardFix bug interpreting cgi_child return code. Do some...
1999-10-12 Manoj KasichainulaFix function arguments to respect APR's New World Order.
1999-10-11 Martin KraemerRemove most of the annoying "re ap_context_t mplement...
1999-10-11 Martin KraemerFix typos
1999-10-11 Bill StoddardFirst cut at migrating mod_cgi over to APR. Still needs...
1999-10-06 Ryan BloomBring file_io up to the new parameter order for APR...
1999-10-05 Ben LaurieUse new parameter orders.
1999-10-05 Bill StoddardUpdate ap_send_fd() and ap_send_fd_length() to use...
1999-10-04 Ryan BloomSimple name change. the function ap_gets has been...
1999-10-04 Ryan BloomFirst patch to re-order function parameters. This...
1999-09-23 Martin KraemerWhen generating the Location: header, mod_speling forgot
1999-09-14 Ryan BloomA change to how APR uses user data. Now, user data...
1999-09-11 Ben LaurieFix warnings.
1999-09-11 Ben LaurieUse return status instead of character value for EOF.
1999-09-08 Ryan BloomRemove all of the calls to functions like "ap_popenf...
1999-09-01 Roy T. FieldingMoved mod_auth_digest.c from experimental to standard.
1999-08-31 Ryan BloomFix all of those annoying --i -> - ap_context_t problem...
1999-08-31 Bill StoddardFix faulty comparison. MSVC TRUE == 1 while Borland...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-30 Bill StoddardPort a few more modules to use the new hooks style.
1999-08-30 Bill StoddardAdd couple of hooks to the APacheCore.def file. Port...
1999-08-28 Ralf S. EngelschallMake ``configure --with-option=devel'' under
1999-08-28 Roy T. FieldingRemove error message that was missed in an earlier...
1999-08-27 Roy T. FieldingReverse the unnecessary change to the interface of...
1999-08-27 Roy T. FieldingReverse the errors from bad merges that were found...
1999-08-26 Roy T. FieldingChanges for thread safety in pthreads.
1999-08-26 Roy T. FieldingChanges to mod_status so that the two new states for...
1999-08-26 Roy T. FieldingReplace comment about SIGUSR1 with SIGWINCH.
1999-08-26 Roy T. FieldingRemove ap_excess_requests_per_child reference that...
1999-08-26 Roy T. FieldingTODO: changing directory should be handled by CreateProcess
1999-08-26 Roy T. FieldingRemove support for ap_suexec_enabled
1999-08-26 Roy T. FieldingModifications to make mod_unique_id thread safe. This...
1999-08-26 Roy T. FieldingRemove timeouts as part of pthreads changes.
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. FieldingReplace file descriptors with APRFile.
1999-08-26 Roy T. FieldingOdd comments and leftover bits from the pthreads version.
1999-08-26 Roy T. FieldingAdd an erroe message when handler not found. This...
1999-08-26 Roy T. FieldingReplace SIGUSR1 with SIGWINCH
1999-08-26 Roy T. FieldingTODO: re-implement SAFEREAD external to BUFF using...
1999-08-26 Roy T. FieldingUse less memory when generating an error message.
1999-08-26 Roy T. FieldingFIXME: These changes are just errors from bad merges...
1999-08-26 Roy T. FieldingThis evil little change modifies the interface to ap_pa...
1999-08-26 Roy T. FieldingStart to implement module-defined hooks that are a...
1999-08-26 Roy T. FieldingChanges from pthreads. Removes timeouts, adds mutex.
1999-08-26 Roy T. FieldingRemoved timeouts.
1999-08-26 Roy T. Fieldinguser and ap_auth_type fields were moved from connection...
1999-08-26 Roy T. FieldingReplace all alarms and timeouts with a mutex on alloc.
1999-08-26 Roy T. FieldingRearchitect the mess in http_main.c, http_core.c and...
next