[Olsr-commit] OLSR.org main repository branch, master, updated. 7c388172156243f7f4f2f3623ed13f1711888296

root (spam-protected)
Sun Jul 11 12:45:58 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=7c388172156243f7f4f2f3623ed13f1711888296
        for a web version of the last commit.

The branch, master has been updated
       via  7c388172156243f7f4f2f3623ed13f1711888296 (commit)
      from  da13857eb5476a8fd439f64d06e8c497bc470b2e (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 7c388172156243f7f4f2f3623ed13f1711888296
Author: Henning Rogge <(spam-protected)>
Date:   Sun Jul 11 12:45:35 2010 +0200

    Squashed commit of the following:
    
    commit cd79c151eb821c3b6a6375a55d4799805cd16fc7
    Author: Henning Rogge <(spam-protected)>
    Date:   Sun Jul 11 11:32:53 2010 +0200
    
        Convert the rest of OLSRd to the new list api and remove the old one
    
    commit 639a5657873c2ad6036c3b6506f5dc04f733e7eb
    Author: Henning Rogge <(spam-protected)>
    Date:   Sun Jul 11 10:06:50 2010 +0200
    
        Move rt_entry list to new api
    
    commit b736d10a584a87179fa621a82b98c7a81130c1c0
    Author: Henning Rogge <(spam-protected)>
    Date:   Sun Jul 11 09:58:44 2010 +0200
    
        Convert scheduler to new list api
    
    commit 39c5169e605d84f360d72c6c043fa9a46b580a28
    Author: Henning Rogge <(spam-protected)>
    Date:   Sun Jul 11 09:42:13 2010 +0200
    
        Convert path_list in tc to new list
    
    commit 49dd4b9fd08ad15b3a85b8bb4c78e1b88bb3a70d
    Author: Henning Rogge <(spam-protected)>
    Date:   Sun Jul 11 09:17:41 2010 +0200
    
        Move old list into listold_ namespace
        Convert link_set and ipprefix_list to new list library

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

Summary of changes:
 lib/bmf/src/NetworkInterfaces.c                    |    4 +-
 lib/cl_roam/src/cl_roam.c                          |   33 +-
 lib/debuginfo/src/olsrd_debuginfo.c                |    3 +
 lib/dot_draw/src/olsrd_dot_draw.c                  |    5 +-
 lib/dyn_gw/src/olsrd_dyn_gw.c                      |    5 +-
 lib/httpinfo/src/olsrd_httpinfo.c                  |   11 +-
 lib/lq_etx_ff/src/lq_plugin_etx_ff.c               |    4 +-
 lib/mdns/src/mdns.c                                |    4 +-
 lib/nameservice/src/mapwrite.c                     |   13 +-
 lib/nameservice/src/nameservice.c                  |   97 +--
 lib/nameservice/src/nameservice.h                  |   10 +-
 lib/obamp/src/list.h                               |  307 ------
 lib/obamp/src/obamp.c                              | 1027 +++++++++-----------
 lib/obamp/src/obamp.h                              |    6 +-
 lib/obamp/src/olsrd_plugin.c                       |    2 +-
 lib/quagga/patches/quagga-0.98.6.diff              |    8 +-
 lib/txtinfo/src/olsrd_txtinfo.c                    |   15 +-
 src/common/avl.h                                   |    2 +-
 .../Main/HnaEntry.h => src/common/container_of.h   |   37 +-
 src/common/list.h                                  |  493 ++++++++--
 src/defs.h                                         |    9 +
 src/hna_set.c                                      |    9 +-
 src/interfaces.c                                   |   32 +-
 src/interfaces.h                                   |   17 +-
 src/link_set.c                                     |   40 +-
 src/link_set.h                                     |   17 +-
 src/linux/net.c                                    |    4 +-
 src/lq_mpr.c                                       |    6 +-
 src/mid_set.c                                      |    9 +-
 src/neighbor_table.h                               |    2 +-
 src/olsr.c                                         |    4 +-
 src/olsr_cfg.c                                     |    2 +-
 src/olsr_cfg.h                                     |    2 +-
 src/olsr_cfg_gen.c                                 |    5 +-
 src/olsr_comport.c                                 |   16 +-
 src/olsr_comport.h                                 |    4 +-
 src/olsr_comport_txt.c                             |    1 +
 src/olsr_cookie.c                                  |   17 +-
 src/olsr_cookie.h                                  |    2 +-
 src/olsr_ip_acl.c                                  |   13 +-
 src/olsr_ip_acl.h                                  |    4 +-
 src/olsr_ip_prefix_list.c                          |   23 +-
 src/olsr_ip_prefix_list.h                          |   28 +-
 src/olsr_spf.c                                     |   17 +-
 src/process_routes.c                               |   39 +-
 src/routing_table.h                                |    4 +-
 src/scheduler.c                                    |   65 +-
 src/scheduler.h                                    |   20 +-
 src/tc_set.c                                       |    7 +-
 src/tc_set.h                                       |    3 +-
 src/unix/ifnet.c                                   |    1 -
 src/win32/ifnet.c                                  |    4 +-
 52 files changed, 1160 insertions(+), 1352 deletions(-)
 delete mode 100644 lib/obamp/src/list.h
 copy gui/win32/Main/HnaEntry.h => src/common/container_of.h (73%)


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




More information about the Olsr-commit mailing list