2003-09-05 |
Cliff Woolley | forward-port Brad's commit to the 2.0 branch that gets... |
commit | commitdiff | tree | snapshot |
2003-09-05 |
Jeff Trawick | Fix a misleading message from the some of the threaded... |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Jeff Trawick | switch to APR 1.0 API (which is still in flux) |
commit | commitdiff | tree | snapshot |
2003-09-01 |
Joshua Slive | Point to the correct download location. |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Erik Abele | Typos... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Justin Erenkrantz | Resolve the ap_get_client_block() showstopper by lookin... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Joe Orton | * ssl_engine_io.c (ssl_io_filter_connect): Check the |
commit | commitdiff | tree | snapshot |
2003-08-29 |
André Malo | document the recent mod_include changes |
commit | commitdiff | tree | snapshot |
2003-08-28 |
André Malo | allow the undefined echo string to be configured via |
commit | commitdiff | tree | snapshot |
2003-08-28 |
André Malo | allow SSIUndefinedEcho per directory |
commit | commitdiff | tree | snapshot |
2003-08-28 |
André Malo | add information about the == operator, && / || prioriti... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Cliff Woolley | Updated the various MPM's to use the new bucket_alloc_c... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Cliff Woolley | axe some warnings: |
commit | commitdiff | tree | snapshot |
2003-08-28 |
André Malo | be nice and accept == as well as token_eq. |
commit | commitdiff | tree | snapshot |
2003-08-28 |
André Malo | cleanup the TOKEN_AND/OR tree generation code. |
commit | commitdiff | tree | snapshot |
2003-08-27 |
André Malo | the extra buffer variable is no longer needed. |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Bradley Nicholes | Make sure that the global ap_max_mem_free is initialize... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
André Malo | simplifications. Don't repeat the same code again and... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
André Malo | hrm. reverting my last commit. TOKEN_GROUP is a protect... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
André Malo | TOKEN_GROUP is nothing but an identity operator, it... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
André Malo | cleanup TOKEN_EQ, NE, LT & co tree generator: |
commit | commitdiff | tree | snapshot |
2003-08-27 |
André Malo | minor optimization. |
commit | commitdiff | tree | snapshot |
2003-08-27 |
André Malo | forgot to add these debugging outputs |
commit | commitdiff | tree | snapshot |
2003-08-26 |
André Malo | improve debugging output |
commit | commitdiff | tree | snapshot |
2003-08-26 |
André Malo | since our parse tree is left-weighted, the short circui... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
André Malo | TOKEN_RE is only valid on the right side of EQ or NE... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
André Malo | TOKEN_NOT and TOKEN_LBRACE duplicate exactly the same... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
André Malo | readability improvement. Handle the case of the current... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
André Malo | shorten the code by reversing the case conditions |
commit | commitdiff | tree | snapshot |
2003-08-25 |
André Malo | fix compiler warning on win32 |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Joshua Slive | Make some regex examples a little more exact. |
commit | commitdiff | tree | snapshot |
2003-08-25 |
André Malo | short circuit && and || evaluation. For backwards compa... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Joe Orton | * listen.c (ap_listen_open): Avoid casts when checking... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
André Malo | simplify the dumper code |
commit | commitdiff | tree | snapshot |
2003-08-25 |
André Malo | if the tokenizer hits a string which begins with a... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
André Malo | same cleanup applies to TOKEN_LBRACE |
commit | commitdiff | tree | snapshot |
2003-08-25 |
André Malo | cleanup TOKEN_NOT tree generation code: |
commit | commitdiff | tree | snapshot |
2003-08-25 |
André Malo | keep the parse tree consistent if a binary operator... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
André Malo | Ha! Wrote this combined tree dumper and consistency... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Justin Erenkrantz | Reflect backported change into 2.0.48. |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Justin Erenkrantz | Fixup IPv6 Listen statements on Linux by attempting... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
André Malo | typo |
commit | commitdiff | tree | snapshot |
2003-08-24 |
André Malo | replace is_only_below stuff with apr_filepath_merge... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
André Malo | remove the rest of the artifical string limitations |
commit | commitdiff | tree | snapshot |
2003-08-24 |
André Malo | cleanup the conditional expression parser for |
commit | commitdiff | tree | snapshot |
2003-08-23 |
André Malo | style |
commit | commitdiff | tree | snapshot |
2003-08-23 |
André Malo | cleanup regex stuff. regexps are now handled more graceful |
commit | commitdiff | tree | snapshot |
2003-08-23 |
André Malo | don't waste memory, if someone configures another error... |
commit | commitdiff | tree | snapshot |
2003-08-23 |
André Malo | overhaul of ap_ssi_parse_string |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | drop superfluous argument from ap_ssi_parse_string. |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | cleanup handle_printenv function |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | cleanup handle_set function |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | cleanup handle_else and handle_endif functions |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | cleanup handle_elif function. It now allow only one... |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | cleanup handle_if function. It now allow only one expr... |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | cleanup handle_flastmod function |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Stas Bekman | fix doc typo |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Stas Bekman | clarify that filter_init_func is used only in the http... |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | cleanup handle_fsize function |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | cleanup handle_config function |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | cleanup handle_echo function |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | cleanup handle_include function. |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | - clean up configuration routines |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | these should be const. |
commit | commitdiff | tree | snapshot |
2003-08-22 |
André Malo | before working further, bring some kind of system into... |
commit | commitdiff | tree | snapshot |
2003-08-21 |
André Malo | further cleanup. No *real* code change. (mostly macro... |
commit | commitdiff | tree | snapshot |
2003-08-21 |
André Malo | adjust mod_cgi and mod_cgid |
commit | commitdiff | tree | snapshot |
2003-08-21 |
André Malo | bump mod_include's external API. The API is now more... |
commit | commitdiff | tree | snapshot |
2003-08-20 |
André Malo | include_cmd doesn't imply the CGI interface. That code... |
commit | commitdiff | tree | snapshot |
2003-08-20 |
André Malo | now drop the old code |
commit | commitdiff | tree | snapshot |
2003-08-20 |
André Malo | major overhaul of mod_include's filter parser. Note... |
commit | commitdiff | tree | snapshot |
2003-08-20 |
André Malo | style |
commit | commitdiff | tree | snapshot |
2003-08-20 |
André Malo | allow [T=...] forced types to get expanded. |
commit | commitdiff | tree | snapshot |
2003-08-19 |
André Malo | cleanup apply_rewrite_rule function. |
commit | commitdiff | tree | snapshot |
2003-08-19 |
André Malo | rename the exp_ctx to rewrite_ctx and widen its scope... |
commit | commitdiff | tree | snapshot |
2003-08-19 |
André Malo | stressing the notes table is not necessary. |
commit | commitdiff | tree | snapshot |
2003-08-19 |
André Malo | fix %b format to write really "-" if bytes_sent == 0. |
commit | commitdiff | tree | snapshot |
2003-08-19 |
André Malo | here applies the same. Don't skip the \0 delimiter... |
commit | commitdiff | tree | snapshot |
2003-08-19 |
André Malo | Doh. If Accept-Encoding contains no gzip token, we... |
commit | commitdiff | tree | snapshot |
2003-08-19 |
André Malo | fix misleading ap_get_token description |
commit | commitdiff | tree | snapshot |
2003-08-19 |
André Malo | Catch an edge case, where strange subsequent RewriteRules |
commit | commitdiff | tree | snapshot |
2003-08-19 |
André Malo | Fix LA-U and LA-F lookups in directory context. Previously |
commit | commitdiff | tree | snapshot |
2003-08-18 |
André Malo | doh. the permission thing is independent from rewrite log |
commit | commitdiff | tree | snapshot |
2003-08-18 |
André Malo | use a context structure to hold expansion information... |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Erik Abele | Add extension for XUL (PR#20558). |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Justin Erenkrantz | Change Listen directive to bind to all addresses return... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Justin Erenkrantz | More fun with IPv6 Listen statements. |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Cliff Woolley | sigh. |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Stas Bekman | spelling fix |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Justin Erenkrantz | Correct failure with Listen directives on machines... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Cliff Woolley | forgot this. |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Cliff Woolley | Make mod_ssl consistent with itself when you have a... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Stas Bekman | Fix bug in mod_deflate, which was passing calling... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Martin Kraemer | Typo |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Brian Pane | fix some declarations so dump_bucket and dump_brigade... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Erik Abele | Update transformations. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Erik Abele | Removed index.html.fr at request of Vincent Deffontaine... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Sander Striker | Trivial change to reporting an error when an identity... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Sander Striker | Add an error msg when encountering a spoofed identity... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
André Malo | split ap_process_resource_config into two functions... |
commit | commitdiff | tree | snapshot |
next |