summaryrefslogtreecommitdiffstats
path: root/srclib/pcre/dftables.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-03-20 The source of some ills ... there is no reason to keep going if theWilliam A. Rowe Jr1-21/+23
2002-03-20 The pre_mpm hook creates server-lifetime objects (or at least, for theWilliam A. Rowe Jr7-7/+7
2002-03-20This commit was generated by cvs2svn to compensate for changes in r8100,Brian Pane23-1196/+2786
2002-03-20Initial revisionBrian Pane15-0/+10230
2002-03-20 When restarting [always graceful on Win32], we don't repeat pre_mpmWilliam A. Rowe Jr1-1/+6
2002-03-20Make the listener thread stop accepting new connections and exitJeff Trawick3-83/+96
2002-03-20get the start thread to exit when we have reached termination butJeff Trawick1-0/+12
2002-03-20Final commit to add ap_rset_content_type accessor. Add AddOutputFiltersbyTypeBill Stoddard5-33/+52
2002-03-20First commit to introduce accessor function to set r->content_type..Bill Stoddard19-52/+63
2002-03-19be a little more specific in a thread-create error messageJeff Trawick1-1/+1
2002-03-19"apachectl stop" shouldn't send the gracefully-terminate char downJeff Trawick1-1/+3
2002-03-19Bump ap_mmn for the M_INVALID change. Add a note to CHANGES.Greg Stein2-1/+6
2002-03-19forgot the actual changeIan Holsman1-22/+0
2002-03-19my i key is brokenIan Holsman1-1/+2
2002-03-19remove sock_enable_linger (unused function)Ian Holsman1-0/+1
2002-03-19get rid of unnecessary code to track the number of worker threadsJeff Trawick1-13/+0
2002-03-19The underlying change here was to add the new WebDAV/DeltaV methodsGreg Stein4-204/+314
2002-03-19Forgot to document this when I committed the patch yesterday...Brian Pane1-0/+3
2002-03-19What is "zop"? :)Cliff Woolley1-3/+3
2002-03-19Update the transformations again.Joshua Slive51-721/+717
2002-03-19Add a reference to mod_alias.Joshua Slive1-4/+3
2002-03-19Put the "seealso"s after the directive index.Joshua Slive1-9/+9
2002-03-19Get rid of some extranous xml tags that were leaking through to the html.Joshua Slive1-0/+17
2002-03-19Update transformations.Joshua Slive7-114/+105
2002-03-18Forward port warning against open proxies.Joshua Slive1-0/+16
2002-03-18A little mgmt overhead for the mod_dav API change.Greg Stein2-1/+6
2002-03-18Change the REPORT handling APIs to deliver the content directly intoGreg Stein2-23/+24
2002-03-18It's trying to rain in C'ville....Cliff Woolley1-11/+6
2002-03-18Fix a hang condition with graceful restart and prefork MPMJeff Trawick3-14/+31
2002-03-18prefork and worker:Jeff Trawick2-0/+10
2002-03-18don't check for EINTR after a call to apr_file_write();Jeff Trawick1-4/+1
2002-03-18Fix check for APR featureBill Stoddard1-1/+1
2002-03-18Get mod_mem_cache to compile cleanly again on linux, where apr_atomic_tCliff Woolley2-7/+27
2002-03-18Carriage returns??Cliff Woolley1-3/+3
2002-03-18Hacks on top of hacks... UNIX needs unistd.h for the close() prototypeCliff Woolley1-0/+3
2002-03-18Fix a possibly-uninitialized warning and a boolean logic bugCliff Woolley1-2/+2
2002-03-18Fix some possibly-uninitialized warnings and some incorrect format stringsCliff Woolley1-7/+6
2002-03-18added myself to contributor listBrian Pane1-1/+2
2002-03-18Fix for vhosts where the hostname is followed by '.'Brian Pane1-2/+2
2002-03-18 Seems like this is the end of the compiler emits on Win32, once again.William A. Rowe Jr1-2/+5
2002-03-18 Spell out the merged log name, if we succeeded in merging the pathWilliam A. Rowe Jr1-1/+1
2002-03-17Fix some formattingBill Stoddard1-7/+7
2002-03-17Added a note about mod_include optimizationsBrian Pane1-0/+2
2002-03-17Performance fix for ap_ssi_get_tag_and_value: do a lightweightBrian Pane1-18/+36
2002-03-17 Clear up a const warning, and recognize some arrays by changing theWilliam A. Rowe Jr4-18/+18
2002-03-17 Fix a signedness emit based on session_id_length [unsigned]William A. Rowe Jr1-4/+4
2002-03-17get the prototype for ap_recent_ctime()Jeff Trawick1-0/+1
2002-03-17Another optimization for find_end_sequence: once we're in theBrian Pane1-1/+6
2002-03-17Small performance improvement for find_end_sequence()Brian Pane1-3/+6
2002-03-17Use the "recent time" cache to optimize timestamp generation forBrian Pane4-1/+55