]> granicus.if.org Git - apache/history - modules
Update the ack for PCRE
[apache] / modules /
2001-11-16 Aaron BannertConversion from old apr_lock_t to new apr_thread_mutex_t
2001-11-15 Ryan BloomFix the SSL filter logic. The SSL filter is not a...
2001-11-15 Aaron BannertStyle updates before I convert to the new lock type.
2001-11-15 Ryan BloomFix a file descriptor leak in mod_include. When we...
2001-11-15 Aaron BannertIgnore *.slo files.
2001-11-14 Ryan BloomQuiet a compiler warning.
2001-11-14 Ryan BloomGet the proxy module compiling again. This is a hack...
2001-11-14 Aaron BannertTurns out this is causing problems on my linux box...
2001-11-14 Bradley NicholesMissing a header
2001-11-14 Aaron BannertConvert mod_rewrite's INTRAPROCESS lock to the newly...
2001-11-14 Aaron BannertConvert tabs to spaces, and a couple other style change...
2001-11-13 Bradley NicholesModule that takes advantage of the built-in SSL functio...
2001-11-13 Cliff WoolleyFix a bug which would cause the response headers to...
2001-11-13 Justin ErenkrantzThis section of tabs in the middle of space-only bugs me.
2001-11-13 Justin ErenkrantzResolve the mod_dir overaggressive redirection problem...
2001-11-12 Ryan BloomBegin to abstract out the underlying transport layer.
2001-11-12 Doug MacEachernfix segv triggered by recent ap_lingering_close change
2001-11-12 Bill StoddardPerformance: Move the is_included strcmp to after the...
2001-11-12 Cliff WoolleyPort Justin's mod_cgid change to mod_cgi.
2001-11-12 Cliff WoolleyRemove the returned-length "w" parameter from apr_bucke...
2001-11-11 Ian HolsmanThis patch changes the apr_table_elts macro so that...
2001-11-11 Ian HolsmanThis patch zero-fills just the integer and pointer...
2001-11-11 Justin Erenkrantzapr_file_gets returns an apr_status_t not a char* and...
2001-11-11 Justin ErenkrantzIf shared modules are requested and mod_so is not avail...
2001-11-10 Ian Holsmandisplay a warning message if someone attempts to load
2001-11-09 Ian Holsmanuse the new 'apr_hash_merge' function to do the overlays.
2001-11-08 Cliff WoolleyFix constness compiler warning
2001-11-08 Justin ErenkrantzClean up the declarations and comments of some of the...
2001-11-08 Justin ErenkrantzStyle guide conformance fixes (remove tabs, enforce...
2001-11-08 Ken CoarNo functional changes, just style-guide ones..
2001-11-07 Aaron BannertGets mod_ssl building/loading as a DSO on some platform...
2001-11-07 Ian Holsmanadd a new option '%{note-name}e' to headers.
2001-11-07 Greg AmesInsure that ap_get_client_block _always_ sets the lengt...
2001-11-07 Bill StoddardDon't close the dbm until after we have copied the...
2001-11-07 Bill StoddardCheck the return code properly.
2001-11-05 Ian HolsmanFix so that errordocument works when a error gets retur...
2001-11-02 Greg Amesprevent loops & seg faults when GETs have chunked bodies.
2001-11-02 Greg SteinDon't change the type of the new resource. The provider...
2001-11-02 Bradley NicholesAdded the .def files for building the external modules...
2001-10-30 Greg Amesmake sure that the HTTP_IN filter is in place across...
2001-10-29 Aaron BannertMixed tabs and spaces within many nexted {}-less if...
2001-10-29 Aaron BannertFix a truncation bug in how we print the port on the...
2001-10-29 William A. Rowe Jr Use the _setn flavor which will avoid strdup'ing...
2001-10-27 Jeff TrawickSome syntax errors in mod_mime_magic's magic file can...
2001-10-26 Justin ErenkrantzFix RedirectMatch handling to properly handle URLs...
2001-10-25 Ken CoarStyle-guide fixes, no functional changes.
2001-10-24 Aaron BannertTwo more mod_so configure-time fixes:
2001-10-23 Cliff WoolleyGet rid of an old .cvsignore file so this directory...
2001-10-23 Aaron BannertIf the user explicitly requests --enable-so, --enable...
2001-10-23 Aaron BannertJust some style peeves. Tabs and spaces and whatnot.
2001-10-21 William A. Rowe Jr Reading commit log messages can be very helpful for...
2001-10-21 William A. Rowe Jr The test of filename[0] == '/' is very evil ;)
2001-10-21 Ken CoarStyle-guide compliance changes only, no functional...
2001-10-21 William A. Rowe Jr Grab this pointer, before it goes NULL
2001-10-21 William A. Rowe Jr For Win32 cgi %1 arguments, use backslashes. For...
2001-10-21 William A. Rowe Jr On second thought, we like our dot, alot.
2001-10-21 William A. Rowe Jr Round out const'ness
2001-10-21 William A. Rowe Jr First Patch! [Well, my own typo.]
2001-10-21 William A. Rowe Jr Reimplement Win32 registry-based and shebang-extended...
2001-10-21 William A. Rowe Jr Thread saftey lock for mod_rewrite's cache... I'm...
2001-10-21 William A. Rowe Jr Simplified mod_env's directives to behave as most...
2001-10-20 William A. Rowe Jr Fix a nasty GP fault... stop testing buckets after...
2001-10-20 William A. Rowe Jr Restrict by content type and encoding before we go...
2001-10-19 William A. Rowe Jr And where, praytell, should mod_proxy.c find ap_send_...
2001-10-18 Ryan BloomThe proxy does not actually need this header.
2001-10-18 William A. Rowe Jr As GStein points out... comment here would be helpful
2001-10-17 Aaron BannertGets VPATH builds working again. The problem was that...
2001-10-17 William A. Rowe Jr It is absolutely invalid practice to test 'prot'...
2001-10-16 William A. Rowe Jr Already committed in similar form to Apache 1.3.22...
2001-10-16 William A. Rowe Jr A bit of declaration would help get this loading...
2001-10-16 Ryan BloomMissed this one when I removed the other ldap files.
2001-10-16 Ryan BloomRemove all of the ldap modules. These have been moved...
2001-10-16 Ryan BloomInitial revision
2001-10-16 William A. Rowe Jr LoadFile(s) required by modules before they loaded...
2001-10-16 William A. Rowe Jr Hmmm... mismatched namespaces :-?
2001-10-16 Ryan BloomCleanup the proxy code that creates a request to the...
2001-10-16 Aaron BannertCautiously avoiding the scoping issue that was discusse...
2001-10-15 Doug MacEacherndisabling mod_example ap_hook_{http_method,default_port}
2001-10-15 William A. Rowe Jr Forgot the directive's note change for "Any"
2001-10-14 Justin ErenkrantzFix the first bucket not getting chunked properly....
2001-10-14 Justin ErenkrantzEnsure that ap_http_filter can not be coersced into...
2001-10-13 Doug MacEachernx_handler() was not checking r->handler, leaving it...
2001-10-12 Cliff WoolleyRemove unused hard-coded definition of a SHELL_PATH.
2001-10-12 Justin ErenkrantzWell, now I know what the bio_is_renegotiating call...
2001-10-12 Justin ErenkrantzIf we passed the bucket to ap_pass_brigade (because...
2001-10-12 Justin ErenkrantzLose the magic number and use the central #define AP_IO...
2001-10-11 Justin ErenkrantzTeach mod_proxy to live with the new filtering scheme.
2001-10-11 Jeff Trawickfix a *printf() format
2001-10-11 Justin ErenkrantzRemove deprecated ap_dechunk_filter from header.
2001-10-11 William A. Rowe Jr Aye, it's bogus. Something very odd about short...
2001-10-11 William A. Rowe Jr Outch... fixed warning
2001-10-11 William A. Rowe Jr Close the mod_mime file extension matching issue...
2001-10-11 Ryan BloomRemove some warnings from the code. The buckets take...
2001-10-11 Justin ErenkrantzThis is the mod_ssl input filtering rewrite. Lots...
2001-10-11 Justin ErenkrantzWe can't pass in &r->remaining because we change that...
2001-10-10 William A. Rowe Jr Finish the switch to huge file support
2001-10-10 William A. Rowe Jr Support huge files from mod_asis
2001-10-10 William A. Rowe Jr Negotiation once allowed any file, of any filename...
2001-10-10 William A. Rowe Jr Short of removing the headers filter, this is the...
2001-10-10 Justin ErenkrantzAllow mod_so to be enabled by default even if no shared...
next