]> granicus.if.org Git - apache/shortlog
apache
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-09-01 Joshua SlivePoint to the correct download location.
2003-08-31 Erik AbeleTypos...
2003-08-31 Justin ErenkrantzResolve the ap_get_client_block() showstopper by lookin...
2003-08-29 Joe Orton* ssl_engine_io.c (ssl_io_filter_connect): Check the
2003-08-29 André Malodocument the recent mod_include changes
2003-08-28 André Maloallow the undefined echo string to be configured via
2003-08-28 André Maloallow SSIUndefinedEcho per directory
2003-08-28 André Maloadd information about the == operator, && / || prioriti...
2003-08-28 Cliff WoolleyUpdated the various MPM's to use the new bucket_alloc_c...
2003-08-28 Cliff Woolleyaxe some warnings:
2003-08-28 André Malobe nice and accept == as well as token_eq.
2003-08-28 André Malocleanup the TOKEN_AND/OR tree generation code.
2003-08-27 André Malothe extra buffer variable is no longer needed.
2003-08-27 Bradley NicholesMake sure that the global ap_max_mem_free is initialize...
2003-08-27 André Malosimplifications. Don't repeat the same code again and...
2003-08-27 André Malohrm. reverting my last commit. TOKEN_GROUP is a protect...
2003-08-27 André MaloTOKEN_GROUP is nothing but an identity operator, it...
2003-08-27 André Malocleanup TOKEN_EQ, NE, LT & co tree generator:
2003-08-27 André Malominor optimization.
2003-08-27 André Maloforgot to add these debugging outputs
2003-08-26 André Maloimprove debugging output
2003-08-26 André Malosince our parse tree is left-weighted, the short circui...
2003-08-25 André MaloTOKEN_RE is only valid on the right side of EQ or NE...
2003-08-25 André MaloTOKEN_NOT and TOKEN_LBRACE duplicate exactly the same...
2003-08-25 André Maloreadability improvement. Handle the case of the current...
2003-08-25 André Maloshorten the code by reversing the case conditions
2003-08-25 André Malofix compiler warning on win32
2003-08-25 Joshua SliveMake some regex examples a little more exact.
2003-08-25 André Maloshort circuit && and || evaluation. For backwards compa...
2003-08-25 Joe Orton* listen.c (ap_listen_open): Avoid casts when checking...
2003-08-25 André Malosimplify the dumper code
2003-08-25 André Maloif the tokenizer hits a string which begins with a...
2003-08-25 André Malosame cleanup applies to TOKEN_LBRACE
2003-08-25 André Malocleanup TOKEN_NOT tree generation code:
2003-08-25 André Malokeep the parse tree consistent if a binary operator...
2003-08-25 André MaloHa! Wrote this combined tree dumper and consistency...
2003-08-25 Justin ErenkrantzReflect backported change into 2.0.48.
2003-08-24 Justin ErenkrantzFixup IPv6 Listen statements on Linux by attempting...
2003-08-24 André Malotypo
2003-08-24 André Maloreplace is_only_below stuff with apr_filepath_merge...
2003-08-24 André Maloremove the rest of the artifical string limitations
2003-08-24 André Malocleanup the conditional expression parser for
2003-08-23 André Malostyle
2003-08-23 André Malocleanup regex stuff. regexps are now handled more graceful
2003-08-23 André Malodon't waste memory, if someone configures another error...
2003-08-23 André Malooverhaul of ap_ssi_parse_string
2003-08-22 André Malodrop superfluous argument from ap_ssi_parse_string.
2003-08-22 André Malocleanup handle_printenv function
2003-08-22 André Malocleanup handle_set function
2003-08-22 André Malocleanup handle_else and handle_endif functions
2003-08-22 André Malocleanup handle_elif function. It now allow only one...
2003-08-22 André Malocleanup handle_if function. It now allow only one expr...
2003-08-22 André Malocleanup handle_flastmod function
2003-08-22 Stas Bekmanfix doc typo
2003-08-22 Stas Bekmanclarify that filter_init_func is used only in the http...
2003-08-22 André Malocleanup handle_fsize function
2003-08-22 André Malocleanup handle_config function
2003-08-22 André Malocleanup handle_echo function
2003-08-22 André Malocleanup handle_include function.
2003-08-22 André Malo- clean up configuration routines
2003-08-22 André Malothese should be const.
2003-08-22 André Malobefore working further, bring some kind of system into...
2003-08-21 André Malofurther cleanup. No *real* code change. (mostly macro...
2003-08-21 André Maloadjust mod_cgi and mod_cgid
2003-08-21 André Malobump mod_include's external API. The API is now more...
2003-08-20 André Maloinclude_cmd doesn't imply the CGI interface. That code...
2003-08-20 André Malonow drop the old code
2003-08-20 André Malomajor overhaul of mod_include's filter parser. Note...
2003-08-20 André Malostyle
2003-08-20 André Maloallow [T=...] forced types to get expanded.
2003-08-19 André Malocleanup apply_rewrite_rule function.
2003-08-19 André Malorename the exp_ctx to rewrite_ctx and widen its scope...
2003-08-19 André Malostressing the notes table is not necessary.
2003-08-19 André Malofix %b format to write really "-" if bytes_sent == 0.
2003-08-19 André Malohere applies the same. Don't skip the \0 delimiter...
2003-08-19 André MaloDoh. If Accept-Encoding contains no gzip token, we...
2003-08-19 André Malofix misleading ap_get_token description
2003-08-19 André MaloCatch an edge case, where strange subsequent RewriteRules
2003-08-19 André MaloFix LA-U and LA-F lookups in directory context. Previously
2003-08-18 André Malodoh. the permission thing is independent from rewrite log
2003-08-18 André Malouse a context structure to hold expansion information...
2003-08-17 Erik AbeleAdd extension for XUL (PR#20558).
2003-08-15 Justin ErenkrantzChange Listen directive to bind to all addresses return...
2003-08-14 Justin ErenkrantzMore fun with IPv6 Listen statements.
2003-08-13 Cliff Woolleysigh.
2003-08-13 Stas Bekmanspelling fix
2003-08-13 Justin ErenkrantzCorrect failure with Listen directives on machines...
2003-08-12 Cliff Woolleyforgot this.
2003-08-12 Cliff WoolleyMake mod_ssl consistent with itself when you have a...
2003-08-12 Stas Bekman Fix bug in mod_deflate, which was passing calling...
2003-08-11 Martin KraemerTypo
2003-08-09 Brian Panefix some declarations so dump_bucket and dump_brigade...
2003-08-09 Erik AbeleUpdate transformations.
2003-08-08 Erik AbeleRemoved index.html.fr at request of Vincent Deffontaine...
2003-08-08 Sander StrikerTrivial change to reporting an error when an identity...
2003-08-07 Sander StrikerAdd an error msg when encountering a spoofed identity...
2003-08-07 André Malosplit ap_process_resource_config into two functions...
2003-08-07 André Malofix extern "C" declaration
2003-08-07 Sander StrikerFix FakeBasicAuth for subrequests. This was reported...
next