nginx/src
Valentin Bartenev c8702948db Core: strengthen configuration syntax checker.
It is now a syntax error if tokens passed to a custom configuration
handler are terminated by "{".

The following incorrect configuration is now properly rejected:

  map $v $v2 {
      a b {
      c d {
      e f {
  }
2013-05-23 20:30:27 +04:00
..
core Core: strengthen configuration syntax checker. 2013-05-23 20:30:27 +04:00
event Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn. 2013-05-21 18:45:07 -07:00
http Memcached: stricten header validation. 2013-05-23 16:26:10 +04:00
mail Style: remove unnecessary references to HTTP from non-HTTP modules. 2013-05-21 18:43:43 -07:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Use "void" for functions with empty parameter list. 2013-05-23 15:47:58 +04:00