[Olsr-commit] OLSR.org main repository branch, stable, updated. OLSRD_0_6_0-13-g2ad92e3

root (spam-protected)
Mon Jun 28 00:38:22 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=OLSRD_0_6_0-13-g2ad92e3
        for a web version of the last commit.

The branch, stable has been updated
       via  2ad92e3b72201a77de74429f6663b4b75e2fddad (commit)
       via  4befd7b398355d8fce807ba553079ecddc663b31 (commit)
       via  6685754cadbe64fc200932789578d3fb1753fb02 (commit)
       via  e750180c6f8f711c3d75a34a9a820e9692665828 (commit)
       via  e8a86afc9c72f1507ab6c1e74630aab99b60357e (commit)
      from  2486a8e4e9ca19a78016ba256a19d509f6dc728a (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 2ad92e3b72201a77de74429f6663b4b75e2fddad
Author: Mitar <(spam-protected)>
Date:   Mon Jun 28 00:36:05 2010 +0200

    Enabled also arprefresh plugin on Android.

commit 4befd7b398355d8fce807ba553079ecddc663b31
Author: Mitar <(spam-protected)>
Date:   Mon Jun 28 00:25:29 2010 +0200

    Enabled BMF and some other plugins on Android.

commit 6685754cadbe64fc200932789578d3fb1753fb02
Author: Mitar <(spam-protected)>
Date:   Mon Jun 28 00:10:00 2010 +0200

    Made nameservice plugin compile for Android.

commit e750180c6f8f711c3d75a34a9a820e9692665828
Author: Mitar <(spam-protected)>
Date:   Sun Jun 27 22:58:58 2010 +0200

    Added regex engine source code from OpenBSD.
    
    Android NDK is missing this standard lib so nameservice plugin does not
    work. In Froyo version they added it but forgot to include code so
    support is not really functional. Because of this here is missing code.
    
    http://groups.google.com/group/android-ndk/browse_thread/thread/5ea6f0650f0e3fc

commit e8a86afc9c72f1507ab6c1e74630aab99b60357e
Author: Mitar <(spam-protected)>
Date:   Sun Jun 27 21:34:08 2010 +0200

    Added header files not in Android NDK but required.
    
    Linux kernel header files taken from 2.6.34 version.

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

Summary of changes:
 Makefile                              |    3 +-
 android/README                        |    1 +
 android/arch/syslimits.h              |    1 +
 android/linux/if_tunnel.h             |   83 ++
 android/linux/ip6_tunnel.h            |   32 +
 android/regex.h                       |  105 +++
 android/regex/COPYRIGHT               |   54 ++
 android/regex/Makefile.inc            |   13 +
 android/regex/WHATSNEW                |   95 ++
 android/regex/cclass.h                |   68 ++
 android/regex/cname.h                 |  139 +++
 android/regex/engine.c                | 1020 ++++++++++++++++++++++
 android/regex/re_format.7             |  756 ++++++++++++++++
 android/regex/regcomp.c               | 1517 +++++++++++++++++++++++++++++++++
 android/regex/regerror.c              |  130 +++
 android/regex/regex.3                 |  667 +++++++++++++++
 android/regex/regex2.h                |  157 ++++
 android/regex/regexec.c               |  160 ++++
 android/regex/regfree.c               |   72 ++
 android/regex/utils.h                 |   55 ++
 lib/arprefresh/src/olsrd_arprefresh.c |    2 +
 lib/bmf/Makefile                      |   12 +-
 lib/nameservice/Makefile              |    9 +
 make/Makefile.android                 |    1 +
 24 files changed, 5144 insertions(+), 8 deletions(-)
 create mode 100644 android/README
 create mode 100644 android/arch/syslimits.h
 create mode 100644 android/linux/if_tunnel.h
 create mode 100644 android/linux/ip6_tunnel.h
 create mode 100644 android/regex.h
 create mode 100644 android/regex/COPYRIGHT
 create mode 100644 android/regex/Makefile.inc
 create mode 100644 android/regex/WHATSNEW
 create mode 100644 android/regex/cclass.h
 create mode 100644 android/regex/cname.h
 create mode 100644 android/regex/engine.c
 create mode 100644 android/regex/re_format.7
 create mode 100644 android/regex/regcomp.c
 create mode 100644 android/regex/regerror.c
 create mode 100644 android/regex/regex.3
 create mode 100644 android/regex/regex2.h
 create mode 100644 android/regex/regexec.c
 create mode 100644 android/regex/regfree.c
 create mode 100644 android/regex/utils.h


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




More information about the Olsr-commit mailing list