]> granicus.if.org Git - apache/history - server/util.c
fr doc rebuild.
[apache] / server / util.c
2019-02-10 Christophe JailletFollow up to r1847430.
2018-11-25 Graham Leggettcore: Split out the ability to parse wildcard files...
2018-09-05 Yann Ylavicutil_filter: protect ap_filter_t private fields from...
2018-08-17 Christophe JailletFix a cppcheck warning.
2018-08-13 Yann YlavicAxe some redundant conditions. PR 62549.
2018-07-19 William A. Rowe JrCorrect see also comment
2018-07-16 Yann Ylaviccore: Add ap_reuse_brigade_from_pool().
2018-04-22 Christophe JailletSave a few cycles.
2018-03-09 Yann YlavicFollow up to r1609680: further simplify/optimize ap_pro...
2017-07-14 Jacob Championhttpdunit: merge CVE-2017-9788 regression tests from...
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-06-21 Jacob Championutil.c: revert r1799375 during veto discussion
2017-06-21 Jim JagielskiMake case insensitive
2017-06-20 Jacob Championutil.c: add a strict Base64 decoding function
2017-06-20 Jacob Championhttpdunit: merge to trunk from feature branch
2017-06-20 Jacob ChampionRevert new base64 function and tests
2017-06-20 Jacob Championutil.c: ensure all TEST_CHAR loops stop at the null...
2017-06-14 Yann YlavicQuiet spurious gcc warning in ap_parse_form_data (...
2017-05-27 Eric CovenerPR61124: ap_parse_form_data() EBCDIC fix
2017-05-26 Eric Covenershort-circuit on NULL
2017-05-25 Jacob Championutil.c: add a strict Base64 decoding function
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-04-21 Nick KewIntroduce request taint-checking concept.
2016-10-18 William A. Rowe JrWhen redrawing the parser, ap_get_http_token looked...
2016-10-14 William A. Rowe JrDropped the never-released ap_has_cntrls() as it had...
2016-08-19 William A. Rowe JrIntroduce StrictURI|UnsafeURI for RFC3986 enforcement
2016-07-29 William A. Rowe JrWith NUL as a TOKEN_STOP, this code is more efficient
2016-07-29 William A. Rowe JrIntroduce ap_scan_http_field_content, ap_scan_http_token
2016-06-09 William A. Rowe JrHave to walk it back, but somewhere along the way,...
2016-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
2016-06-09 William A. Rowe JrMajor issue with these two specific edits falling into...
2016-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
2016-06-08 William A. Rowe JrUpdate code to mirror r1747461 of apr-2.0 apr_cstr.c.
2015-12-30 Jim JagielskiNew support function: ap_getword_conf2[_nc] which acts
2015-12-29 Jim Jagielskirevert... hold off for now.
2015-12-29 Jim JagielskiOk... allow for getting "words" by also allowing the
2015-12-29 Yann YlavicSmall changes to ap_casecmpstr[n]() for better performa...
2015-11-23 Yann YlavicMore ap_casecmpstr[n]() usages (follow up to r1715876).
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-23 Yann YlavicRevert r1715789: will re-commit without spurious functi...
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-23 Yann YlavicBefore they are used, rename ap_str[n]casecmp() to...
2015-11-22 William A. Rowe JrIntroduce an ascii-like sortation for EBCDIC, case...
2015-11-21 Eric Covenerrevert until these functions are used.
2015-11-21 Eric Covenerstick with underlying strcasecmp on EBCDIC builds
2015-11-21 Jim Jagielskimove to simpler while loop and reduce number of returns
2015-11-21 Jim Jagielskitypo
2015-11-20 Jim Jagielskimake bill happy (if possible!)
2015-11-20 Jim JagielskiProvide our own impl of str[n]casecmp()
2015-09-03 Stefan Eissingfinal final change to the new ap_array_str_* functions...
2015-08-27 Stefan Eissinggiving ap_array_index a start parameter, adding ap_arra...
2015-08-18 Stefan Eissingcreating ap_array_index in util, forwarding scheme...
2015-08-17 Stefan Eissingintroducing ap_array_index in util, used in protocol...
2014-12-29 Eric CovenerConfiguration files with long lines and continuation...
2014-07-15 Joe OrtonSECURITY (CVE-2014-0117): Fix a crash in mod_proxy...
2014-07-14 Christophe JailletRemove some 'register' in variable declaration.
2014-04-24 Christophe JailletFollow up to r1384924 .
2014-02-01 Christophe Jaillets/apr_pstrndup/apr_pstrmemdup/ when applicable
2014-02-01 Christophe JailletUse %pm in order to save 8k of stack in 'ap_pcfg_strerror'
2013-05-22 Christophe JailletBe more clever when allocating memory for log item...
2013-05-22 Christophe JailletRevert change in order to apply a better solution.
2013-05-14 Graham Leggettcore: Stop the HTTP_IN filter from attempting to write...
2013-05-06 Graham Leggettcore: Add the ability to do explicit matching on weak...
2013-04-15 Christophe JailletTurn a int into a apr_size_t for a variabe used to...
2013-04-14 Daniel RuggeriPart two of r1467523
2013-04-13 Daniel RuggeriStatic var not neccessary here
2013-03-27 Christophe JailletBe more clever when allocating memory for log item...
2013-03-03 Christophe JailletRemove useless tests.
2013-02-05 Christophe JailletCan't figure out why we allocate len+2 bytes here....
2013-01-15 Daniel RuggeriAdd helper function to execute command w args and get...
2013-01-01 Stefan FritschAdd some caching for password hash validation.
2012-12-30 Stefan FritschAdd an option to enforce stricter HTTP conformance
2012-12-16 Stefan Fritschremove unnecessary cast
2012-12-16 Stefan Fritschadd new ap_bin2hex() utility function
2012-10-12 Jeff Trawickfollow-up to r1389481: find/use getloadavg() prototype...
2012-10-12 Jeff Trawickfollow up to r1390564: we just need scope, not control...
2012-10-03 Joe OrtonExtract some more data through the server load API:
2012-09-26 Jim Jagielskiwrap var inits in the macro w/ a do-while.
2012-09-26 Jim JagielskiMore accurate counts of busy and ready/idle
2012-09-24 Jim JagielskiBreak out loadavg from Apache load.... one is quick...
2012-09-24 Jim Jagielskiminor name change, but I expect most will just want...
2012-09-24 Jim JagielskiWould be nice to have some sort of canonical definition
2012-08-13 Daniel Grunomake the CT check in ap_parse_form_data case-insensitive
2012-08-13 Daniel GrunoDitch the !, since that would result in the opposite...
2012-08-13 Daniel Grunocore: use a cheaper way of matching the content-type...
2012-08-12 Daniel Grunocore:
2012-07-10 Stefan Fritschmake varbuf functions treat AP_VARBUF_UNKNOWN consisten...
2012-05-27 Stefan FritschMake ap_regcomp() return AP_REG_ESPACE if out of memory...
2012-03-29 Stefan FritschFix treatment of regex backreferences.
2012-01-06 William A. Rowe JrClean up size_t abuse, part 2. ap_malloc/calloc/reallo...
2011-12-12 Stefan FritschLimit length of lines in .htaccess to 8K again, to...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-07 Stefan FritschFix integer overflow in ap_pregsub. This can be trigger...
2011-11-07 Stefan FritschNo need to zero memory that we will overwrite anyway
2011-10-29 Jim JagielskiRemove magic numbers; ensure that an invalid nmatch...
2011-10-29 Graham Leggettmod_include: Add support for application/x-www-form...
2011-10-27 Stefan FritschImprove handling of maxlen = APR_SIZE_MAX, noticed...
2011-10-25 Stefan FritschLimit ap_pregsub() to 64K, add ap_pregsub_ex() for...
2011-10-13 Eric Covenerflip operator in comment for r1182887 and add some...
2011-10-13 Jim JagielskiForce the honoring of AP_MAX_REG_MATCH
next