[Olsr-commit] OLSR.org main repository branch, master, updated. v0.6.4-261-gee83d37

(spam-protected) (spam-protected)
Thu Dec 6 01:03:29 CET 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=v0.6.4-261-gee83d37
        for a web version of the last commit.

The branch, master has been updated
       via  ee83d3710b17f0632fe0a96a1ce8cde0922eba63 (commit)
       via  9b66a04f7504593498b52500090a6b8321112857 (commit)
       via  977c170fce2237deeb2f0acc937ccaaf70a04826 (commit)
       via  14245f12ffa772f437a89cc8509d18313cd21cfc (commit)
       via  90d2afeb5e6685d33ebcdb61e3debd14680f0a9f (commit)
       via  35fc5c342bfe1af89596f9e4e8ccfa8c92eb94d5 (commit)
       via  e3a3021bac53a1b8caa805564cfd7101359ecb6d (commit)
       via  3653f7716eeb438423b279816ab86d2220f7bbaa (commit)
      from  55007bb7ebd50cf5f6fb288769098004f4395e50 (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 ee83d3710b17f0632fe0a96a1ce8cde0922eba63
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Dec 6 00:26:02 2012 +0100

    doc: do not generate documentation for gui code
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 9b66a04f7504593498b52500090a6b8321112857
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Dec 6 00:23:09 2012 +0100

    doc: fix win32 specific documentation tags
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 977c170fce2237deeb2f0acc937ccaaf70a04826
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Dec 6 00:23:36 2012 +0100

    doc: fix bsd specific documentation tags
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 14245f12ffa772f437a89cc8509d18313cd21cfc
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Dec 6 00:23:29 2012 +0100

    doc: fix unix specific documentation tags
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 90d2afeb5e6685d33ebcdb61e3debd14680f0a9f
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Dec 6 00:01:58 2012 +0100

    doc: fix linux specific documentation tags
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 35fc5c342bfe1af89596f9e4e8ccfa8c92eb94d5
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Dec 5 23:36:38 2012 +0100

    doc: fix common documentation tags
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit e3a3021bac53a1b8caa805564cfd7101359ecb6d
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Jul 24 09:25:49 2012 +0200

    doc: add doxygen documentation generation
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 3653f7716eeb438423b279816ab86d2220f7bbaa
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Dec 5 23:32:10 2012 +0100

    linux: put #ifdef __linux__ around code
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

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

Summary of changes:
 Makefile                                     |   10 +++
 {lib/pud/doc => doc}/.gitignore              |    3 +-
 doc/Makefile                                 |   81 ++++++++++++++++++++++++++
 {lib/pud/wireformat/doc => doc}/doxygen.conf |   17 +++---
 doc/getdefines.bash                          |   21 +++++++
 gui/linux-gtk/src/nodes.c                    |    2 +
 src/bsd/net.c                                |    2 +-
 src/build_msg.c                              |    2 +-
 src/gateway.c                                |    2 +-
 src/hna_set.c                                |   12 ++--
 src/interfaces.c                             |   15 +++--
 src/ipc_frontend.c                           |    8 ++-
 src/kernel_routes.h                          |    8 +-
 src/link_set.c                               |    7 +-
 src/linux/apm.c                              |    3 +
 src/linux/kernel_routes_nl.c                 |   11 ++-
 src/linux/kernel_tunnel.c                    |   12 ++--
 src/linux/lq_plugin_ffeth_nl80211.c          |    2 +
 src/linux/lq_plugin_ffeth_nl80211.h          |    2 +
 src/linux/net.c                              |   10 ++-
 src/linux/nl80211_link_info.c                |    3 +-
 src/linux/nl80211_link_info.h                |    2 +
 src/lq_plugin.c                              |   63 ++++++++++-----------
 src/main.c                                   |    8 +-
 src/mid_set.c                                |   13 ++--
 src/mpr_selector_set.c                       |    2 +-
 src/neighbor_table.c                         |    6 +-
 src/net_os.h                                 |    2 +-
 src/olsr.c                                   |    6 +-
 src/parser.c                                 |   10 ++-
 src/plugin_loader.c                          |    1 +
 src/process_package.c                        |    4 +-
 src/routing_table.c                          |    1 +
 src/scheduler.c                              |   37 +++++++-----
 src/tc_set.c                                 |   22 ++++---
 src/two_hop_neighbor_table.c                 |    2 +-
 src/unix/ifnet.c                             |    5 +-
 src/win32/ifnet.c                            |   70 +++++++++++-----------
 src/win32/kernel_routes.c                    |    4 +-
 src/win32/net.c                              |   24 ++++----
 40 files changed, 333 insertions(+), 182 deletions(-)
 copy {lib/pud/doc => doc}/.gitignore (61%)
 create mode 100644 doc/Makefile
 copy {lib/pud/wireformat/doc => doc}/doxygen.conf (99%)
 create mode 100755 doc/getdefines.bash


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




More information about the Olsr-commit mailing list