[Olsr-commit] OLSR.org main repository branch, master, updated. 2f3fb5d07d193d506471d3b4ba571dbb7f7650b1

root (spam-protected)
Tue Jul 13 18:51:54 CEST 2010


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=commit;h=2f3fb5d07d193d506471d3b4ba571dbb7f7650b1
        for a web version of the last commit.

The branch, master has been updated
       via  2f3fb5d07d193d506471d3b4ba571dbb7f7650b1 (commit)
      from  b33a20e8fefcd526a573262f85e8f9d5624f6aa3 (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 2f3fb5d07d193d506471d3b4ba571dbb7f7650b1
Author: Henning Rogge <(spam-protected)>
Date:   Tue Jul 13 18:51:44 2010 +0200

    Squashed commit of the following:
    
    commit 32a35a124746e3ed02f78d92f528311b8132a031
    Author: Henning Rogge <(spam-protected)>
    Date:   Tue Jul 13 18:36:56 2010 +0200
    
        Small fix for avl conversion
    
    commit 338cf516764351fddaef384b80a426e142c16c00
    Author: Henning Rogge <(spam-protected)>
    Date:   Tue Jul 13 17:59:49 2010 +0200
    
        Convert OLSRd to new AVL tree library

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

Summary of changes:
 lib/cl_roam/src/cl_roam.c                 |   43 ++--
 lib/debuginfo/src/olsrd_debuginfo.c       |   45 ++-
 lib/debuginfo/src/olsrd_debuginfo.h       |    9 +-
 lib/dot_draw/src/olsrd_dot_draw.c         |   19 +-
 lib/httpinfo/src/olsrd_httpinfo.c         |   34 +-
 lib/lq_etx_ff/src/lq_plugin_etx_ff.c      |    4 +-
 lib/nameservice/src/mapwrite.c            |   14 +-
 lib/nameservice/src/nameservice.c         |    9 +-
 lib/quagga/src/quagga.c                   |    8 +-
 lib/txtinfo/src/olsrd_txtinfo.c           |   38 +-
 src/common/avl.c                          |  556 +++++++++++++++++-----------
 src/common/avl.h                          |  495 ++++++++++++++++++++++----
 src/common/avl_comp.c                     |  122 +++++++
 src/common/{container_of.h => avl_comp.h} |   27 +-
 src/common/avl_olsr_comp.c                |   12 +-
 src/common/avl_olsr_comp.h                |   13 +-
 src/duplicate_set.c                       |   24 +-
 src/duplicate_set.h                       |    9 +-
 src/hna_set.c                             |   27 +-
 src/hna_set.h                             |    4 +-
 src/interfaces.c                          |   22 +-
 src/interfaces.h                          |    5 +-
 src/lq_mpr.c                              |   24 +-
 src/main.c                                |   12 +-
 src/mid_set.c                             |   37 ++-
 src/mid_set.h                             |    9 +-
 src/neighbor_table.c                      |   74 ++---
 src/neighbor_table.h                      |   16 +-
 src/net_olsr.c                            |   13 +-
 src/net_olsr.h                            |    4 +-
 src/olsr_comport_http.c                   |   12 +-
 src/olsr_comport_http.h                   |    4 +-
 src/olsr_comport_txt.c                    |   22 +-
 src/olsr_comport_txt.h                    |    2 -
 src/olsr_cookie.c                         |   11 +-
 src/olsr_cookie.h                         |   12 +-
 src/olsr_spf.c                            |   31 +-
 src/plugin_loader.c                       |   28 +-
 src/plugin_loader.h                       |    4 +-
 src/process_routes.c                      |   20 +-
 src/routing_table.c                       |   69 ++---
 src/routing_table.h                       |   10 +-
 src/tc_set.c                              |   89 +++---
 src/tc_set.h                              |   16 +-
 44 files changed, 1294 insertions(+), 764 deletions(-)
 create mode 100644 src/common/avl_comp.c
 copy src/common/{container_of.h => avl_comp.h} (75%)


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




More information about the Olsr-commit mailing list