[Olsr-commit] OLSR.org main repository branch, master, updated. OLSRD_0_6_3-1311-g4b3cfcb

(spam-protected) (spam-protected)
Fri Aug 24 10:52:05 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OLSR.org main repository".

        See http://olsr.org/git/?p=olsrd.git;a=commitdiff;h=OLSRD_0_6_3-1311-g4b3cfcb
        for a web version of the last commit.

The branch, master has been updated
       via  4b3cfcb94a5e623329919083cb2b71e1091d8453 (commit)
       via  36ed639d03213386de98ba1390583753621493ed (commit)
       via  5025e7e74fcd436b754193a4d81115c7b30bc710 (commit)
       via  c3f7aabb1ad550c8bb1ea2d391c089f2a9ebe0a5 (commit)
       via  4f76665758629433356ea129b9f5b3c4ef9c789a (commit)
       via  cc4e04e5e80470bd1fca6c12f6c462f434027384 (commit)
       via  265b7f4bb2bf9c8080ba5d60b7506a72623478db (commit)
       via  66ea2345a7b17d271e509d072f55223461366a06 (commit)
       via  eee6f0b2b5062faf74c2de3bd2cbe3866cb374be (commit)
       via  ec1db9ac8c7d8a3e9ffabeb2394bcde8dbc70d07 (commit)
       via  fce7de38cfc75ea6267b035f6228cc80d09f0814 (commit)
       via  74bda75b52fd918a288eec2b3cf8a8f0697e3ce9 (commit)
       via  00c16a0f119c4c884214dac1256fc6837d8036b8 (commit)
       via  b08abb2c56100fc6ff49e9127e1daa9721c30453 (commit)
       via  d7af25ea23acea84af99db19ff82014993c8e536 (commit)
       via  73ecd98fdb499008202992ac767f4fd2c855179e (commit)
       via  44055e676a50c1991c20e3b0ac8ce9f09e0a5605 (commit)
       via  fc58660939e148972df07db570c8fc321db9b087 (commit)
       via  2052bfd02b6a3bc1b3c11efbfcefd46c047f87ea (commit)
      from  e3a396ec469940e863de9897d5b78f73c1539556 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4b3cfcb94a5e623329919083cb2b71e1091d8453
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Aug 24 10:50:46 2012 +0200

    gateway: merge 2 code blocks
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit 36ed639d03213386de98ba1390583753621493ed
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Aug 23 14:53:48 2012 +0200

    gateway: prevent 2 NULL dereferences
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit 5025e7e74fcd436b754193a4d81115c7b30bc710
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Aug 23 14:42:24 2012 +0200

    gateway: the gateway to set must either be an IPv4 or IPv6 gateway or both
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit c3f7aabb1ad550c8bb1ea2d391c089f2a9ebe0a5
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Aug 23 14:40:28 2012 +0200

    gateway: the gateway to set must be in the gateway tree
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit 4f76665758629433356ea129b9f5b3c4ef9c789a
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Aug 23 14:33:28 2012 +0200

    gateway: merge 2 code blocks
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit cc4e04e5e80470bd1fca6c12f6c462f434027384
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Aug 23 14:31:54 2012 +0200

    gateway: push an if condition into its nested if's
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit 265b7f4bb2bf9c8080ba5d60b7506a72623478db
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Aug 23 14:15:54 2012 +0200

    gateway: simplify a condition
    
    Because of the preceding
      if (ipv4) {
        current_ipv4_gw = NULL;
      }
      if (ipv6) {
        current_ipv6_gw = NULL;
      }
    
    The condition(s)
       if (ipvX && entry != current_ipvX_gw
    Are effectively
       if (ipvX && entry != NULL
    Also, the test
       entry != NULL
    was already performed by the enclosing if statement
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit 66ea2345a7b17d271e509d072f55223461366a06
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Aug 21 14:52:12 2012 +0200

    gateway: rename a function
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit eee6f0b2b5062faf74c2de3bd2cbe3866cb374be
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Aug 22 12:48:16 2012 +0200

    gateway: inline olsr_trigger_inetgw_selection function
    
    To simplify and reduce the number of functions
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit ec1db9ac8c7d8a3e9ffabeb2394bcde8dbc70d07
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Aug 22 12:47:50 2012 +0200

    gateway: inline olsr_find_gateway_entry function
    
    To simplify and reduce the number of functions
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit fce7de38cfc75ea6267b035f6228cc80d09f0814
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Aug 22 13:28:11 2012 +0200

    gateway: add comments to struct olsr_gw_handler function prototypes
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit 74bda75b52fd918a288eec2b3cf8a8f0697e3ce9
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Aug 22 13:26:19 2012 +0200

    gateway: rename hooks
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit 00c16a0f119c4c884214dac1256fc6837d8036b8
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Aug 22 13:22:02 2012 +0200

    gateway: add init and cleanup hooks for gateway plugins
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit b08abb2c56100fc6ff49e9127e1daa9721c30453
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Aug 14 10:08:36 2012 +0200

    gateway: clear gw_handler during cleanup
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit d7af25ea23acea84af99db19ff82014993c8e536
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Aug 14 10:18:41 2012 +0200

    gateway: add asserts to validate gw_handler
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit 73ecd98fdb499008202992ac767f4fd2c855179e
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Aug 23 14:02:22 2012 +0200

    gateway: remove 'unused' v{4,6}gw_choosen_external
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit 44055e676a50c1991c20e3b0ac8ce9f09e0a5605
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Aug 22 13:15:20 2012 +0200

    gateway: formatting
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit fc58660939e148972df07db570c8fc321db9b087
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Aug 22 12:40:42 2012 +0200

    gateway: reorder functions to reflect order in header
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

commit 2052bfd02b6a3bc1b3c11efbfcefd46c047f87ea
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Aug 24 10:25:40 2012 +0200

    gateway: clarify header with extra comments and ordering
    
    Signed-off-by: Ferry Huberts <(spam-protected)>
    Reviewed-by: Henning Rogge <(spam-protected)>

-----------------------------------------------------------------------

Summary of changes:
 lib/jsoninfo/src/olsrd_jsoninfo.c |    4 +-
 lib/pud/src/uplinkGateway.c       |    4 +-
 lib/txtinfo/src/olsrd_txtinfo.c   |    4 +-
 src/gateway.c                     |  443 +++++++++++++++++--------------------
 src/gateway.h                     |  131 ++++++++----
 src/gateway_default_handler.c     |  219 ++++++++++---------
 src/gateway_default_handler.h     |    2 +-
 7 files changed, 411 insertions(+), 396 deletions(-)


hooks/post-receive
-- 
OLSR.org main repository




More information about the Olsr-commit mailing list