[Olsr-commit] OLSR.org main repository branch, master, updated. v0.6.6.2-203-ga362453

(spam-protected) (spam-protected)
Sat Jun 7 22:47:01 CEST 2014


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.6.2-203-ga362453
        for a web version of the last commit.

The branch, master has been updated
       via  a36245314b1874b940037d3e486796d1a623dd78 (commit)
      from  2dba468ee060b74d9d8b1b4b1ae90fcb54f93708 (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 a36245314b1874b940037d3e486796d1a623dd78
Author: Yury Popov <(spam-protected)>
Date:   Sun Jun 8 00:15:43 2014 +0400

    Fix for win32 compiling with i686-w64-mingw32-gcc on ubuntu
    modified:   .gitignore - allowing win32 libregex.a contrib
    modified:   Makefile.inc - requires for Windows VistaOrHigher wireless interface detection
    modified:   lib/httpinfo/* - Fixing admin tab crashing and values update in webif ( ADMIN_INTERFACE=1 )
    modified:   lib/nameservice/Makefile - Adding regex library for Win32
    new file:   lib/nameservice/contrib/libregex.a - I copied it from VLC contrib. It is here http://download.videolan.org/pub/videolan/contrib/i686-w64-mingw32/vlc-contrib-i686-w64-mingw32-latest.tar.bz2
    modified:   src/cfgparser/* - Fix for gui compiling/running with VS2008
    modified:   src/win32/compat.c - inet_aton is required
    modified:   src/win32/compat.h - Is this redifinition required? it produces error for me : src/win32/compat.c:481:1: error: expected declaration specifiers or ‘...’ before ‘(’ token
    modified:   src/win32/ifnet.c
    Added Windows VistaOrHigher additional wireless interface detection.
    Added ability to see wireless interface names and guids with "olsrd.exe -d 2 -int" command. I think it is useful because it is hard to work with just interface id on Windows. It is also required for my project http://meshr.net

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

Summary of changes:
 .gitignore                         |    1 +
 Makefile.inc                       |    3 +++
 lib/httpinfo/Makefile              |    4 +++
 lib/httpinfo/src/admin_interface.c |   18 ++++++++++---
 lib/httpinfo/src/admin_interface.h |    2 +-
 lib/httpinfo/src/olsrd_httpinfo.c  |    8 +++---
 lib/nameservice/Makefile           |    7 +++--
 lib/nameservice/contrib/libregex.a |  Bin 0 -> 68090 bytes
 lib/nameservice/src/nameservice.c  |    8 ++++--
 src/cfgparser/olsrd_cfgparser.def  |    1 +
 src/cfgparser/olsrd_conf.c         |    9 ++++++-
 src/win32/compat.c                 |    2 +-
 src/win32/compat.h                 |    3 ++-
 src/win32/ifnet.c                  |   52 ++++++++++++++++++++++++++++++++++--
 14 files changed, 99 insertions(+), 19 deletions(-)
 create mode 100644 lib/nameservice/contrib/libregex.a


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




More information about the Olsr-commit mailing list