summaryrefslogtreecommitdiffstats
path: root/include/util_md5.h (unfollow)
Commit message (Expand)AuthorFilesLines
2002-07-08silence an unhelpful gcc warningJeff Trawick1-1/+1
2002-07-08VC6 is unable to deal with dependencies that are still due to be made.Ryan Bloom2-4/+9
2002-07-07Optimize reading keep-alive requests with APR_INCOMPLETE_READ. In theBill Stoddard1-2/+10
2002-07-07fix for compilers that don't support long long datatypeBrian Pane1-5/+5
2002-07-06Renames Pending:Ian Holsman8-18/+20
2002-07-06Fix some Win32 compile breaks caused by Brian Pane's making apr_table_tBill Stoddard2-6/+8
2002-07-06Eliminated the use of AP_MODE_SPECULATIVE brigade reads to checkBrian Pane1-29/+77
2002-07-05This just bugs me today...Bill Stoddard1-1/+1
2002-07-05Submitted by: Owen Boyle, on users@ mailing listRich Bowen2-18/+36
2002-07-05use new time conversion macros in place of APR_USEC_PER_SECBrian Pane1-2/+2
2002-07-05use the time conversion macros rather than dividing by APR_USEC_PER_SECBrian Pane1-9/+11
2002-07-05replaced APR_USEC_PER_SEC division with the new time macrosBrian Pane2-8/+8
2002-07-05fix ap_mpm_set_max_mem_free declaration to match mpm_common.cBrian Pane1-1/+2
2002-07-04Add missing declarations of the new max_mem_free stuffBrian Pane1-0/+5
2002-07-04Re-use the same temp brigade to read all lines of a request header,Brian Pane3-41/+62
2002-07-04Now why did I commit that symbolic constant in APR again? Exactly...Sander Striker1-1/+2
2002-07-04Add a new directive: MaxMemFree. MaxMemFree makes it possibleSander Striker15-0/+45
2002-07-04Make the mime types configuration file path relative to {sysconfdir},Sander Striker1-0/+2
2002-07-04New Japanese translation.Yoshiki Hayashi2-201/+205
2002-07-04Fix typo.Yoshiki Hayashi1-1/+1
2002-07-04Fix typo.Yoshiki Hayashi1-10/+10
2002-07-04Bump up revision.Yoshiki Hayashi2-2/+2
2002-07-03 Fix a const'ness conflict.William A. Rowe Jr1-1/+1
2002-07-03note the C-L filter fixCliff Woolley1-0/+4
2002-07-03Fix C-L filter non-blocking-mode brokenness. It was failing to everCliff Woolley1-1/+5
2002-07-03Remove unused variable 'str'.Justin Erenkrantz1-1/+0
2002-07-03Use the apr_file_copy function rather than doing a system call to copyJustin Erenkrantz1-6/+1
2002-07-03found wasn't getting incremented when we update an exisiting record, thusJustin Erenkrantz1-0/+1
2002-07-02fix some mispellings of the word privilegesJeff Trawick1-6/+6
2002-07-02Optimized the addition of the core output filterBrian Pane1-1/+1
2002-07-02Replaced ap_add_input_filter() call with cheaper ap_add_input_filter_handle()Brian Pane1-1/+1
2002-07-02htpasswd needs to add a newline at the end of each record.Ryan Bloom1-0/+1
2002-07-02 Never trust Bill when he cuts and pastesWilliam A. Rowe Jr1-1/+1
2002-07-02 A bit more ap_regkey and apr-ization. Fixes some new bugs where theWilliam A. Rowe Jr3-21/+32
2002-07-02 Introduce a _raw_set/_raw_get for regkey values. Takes care of all theWilliam A. Rowe Jr2-69/+181
2002-07-01 The pitfalls of cut'n'pasteWilliam A. Rowe Jr1-7/+8