[Olsr-commit] OLSR.org main repository branch, random-rework, updated. v0.6.8-26-g7e89f4f

(spam-protected) (spam-protected)
Thu Feb 26 11:28:28 CET 2015


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.8-26-g7e89f4f
        for a web version of the last commit.

The branch, random-rework has been updated
  discards  7d4b7fbd850ef18a70ccb9db157cb030b7442928 (commit)
  discards  cfea9bcb3f1052815ed84c54c44d8c5125b86b7f (commit)
  discards  5cee5f1b66a82f27eacc4cc57c752fa219fa8c06 (commit)
  discards  1b260eba9cb9d6240974d479cc8e9dbe31fb8514 (commit)
  discards  493e2f4406c0cc194618fa2ff755c74df067dbdb (commit)
  discards  d3911303d0508539055b9ea812697ba159122f0b (commit)
  discards  5ce11d69e20610e0557e818374efa3e69944bd03 (commit)
  discards  c48836faaabcb426c08c29f0b48a702b762f2601 (commit)
  discards  b7d6d7eb6d1a38f6e0d4c67ffb68e989b801befc (commit)
  discards  ec7b3472b2b9a4b32c42952852ee5a10ca8efbdb (commit)
       via  7e89f4f9a828af07e03ba1207301e2a4bc699d2c (commit)
       via  5cb066fc5b917cce113beca2f8ff9e0e585d6fca (commit)
       via  83ab3a56087fa0dab5ad143b636e1009fa6a1fe3 (commit)
       via  b8a0527c035054997e39c09026f0f5fc81e0b8a3 (commit)
       via  dd1b96e40d0374d23d0156776b41f8df55a7c860 (commit)
       via  12d6845a0a7499517a75daf3a09d343a92b1a22c (commit)
       via  543ad434b5c9a222351b61d079ce4f0811465922 (commit)
       via  206b09c4d0427f90e9df8ce59067096ec0a8d731 (commit)
       via  f1b2d1903dc5aade06d8602ad172176d0a527d26 (commit)
       via  26d80bb36b1586f39f32f028ba7159c26ec178de (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (7d4b7fbd850ef18a70ccb9db157cb030b7442928)
            \
             N -- N -- N (7e89f4f9a828af07e03ba1207301e2a4bc699d2c)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 7e89f4f9a828af07e03ba1207301e2a4bc699d2c
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 26 02:41:23 2015 +0100

    olsr_switch: replace random() by our own function
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 5cb066fc5b917cce113beca2f8ff9e0e585d6fca
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 26 02:14:12 2015 +0100

    contrib: replace random() by our own function
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 83ab3a56087fa0dab5ad143b636e1009fa6a1fe3
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 26 02:17:40 2015 +0100

    contrib: fix the build
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit b8a0527c035054997e39c09026f0f5fc81e0b8a3
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 26 02:13:36 2015 +0100

    secure: replace random() by our own function
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit dd1b96e40d0374d23d0156776b41f8df55a7c860
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 26 01:19:30 2015 +0100

    pud: nmealib: replace random() by our own function
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 12d6845a0a7499517a75daf3a09d343a92b1a22c
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 26 01:11:34 2015 +0100

    win32: replace random() by our own function
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 543ad434b5c9a222351b61d079ce4f0811465922
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 26 01:27:14 2015 +0100

    bsd: replace random() by our own function
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 206b09c4d0427f90e9df8ce59067096ec0a8d731
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 26 01:11:16 2015 +0100

    unix: replace random() by our own function
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit f1b2d1903dc5aade06d8602ad172176d0a527d26
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 26 01:10:52 2015 +0100

    main: replace random() by our own function
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 26d80bb36b1586f39f32f028ba7159c26ec178de
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 26 11:27:03 2015 +0100

    olsr_random: introduce better random functions
    
    These new function read /dev/urandom (or /dev/random as a fallback)
    on platforms that support those devices. They invoke random() on
    other platforms.
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

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

Summary of changes:
 src/olsr_random.h |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)


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




More information about the Olsr-commit mailing list