[Olsr-commit] OLSR.org main repository branch, cleanup, created. v0.9.0.3-142-g67258e6

(spam-protected) (spam-protected)
Wed Nov 11 19:05:04 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.9.0.3-142-g67258e6
        for a web version of the last commit.

The branch, cleanup has been created
        at  67258e6f150b536845d488a2f714a68a7186e6a3 (commit)

- Log -----------------------------------------------------------------
commit 67258e6f150b536845d488a2f714a68a7186e6a3
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 11 12:55:30 2015 +0100

    main: move some functions around
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 4ee411a3d71a8658734e7ecb09aa3efe2bdb4e1c
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 11 12:48:22 2015 +0100

    main: move CLI related function into their own file
    
    And refactor to not invoke olsr_exit
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit f3447818a5692f4c62b848523af12927b378c457
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 11 12:37:12 2015 +0100

    main: stop the scheduler in olsr_shutdown
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit f72b080b93c9288973360774db7c1e6ceaf301fc
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 11 12:35:36 2015 +0100

    main: close the log in olsr_shutdown
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 424b1ac03aa7ccf2bf00ce3f38362f5a74444013
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Nov 10 12:57:48 2015 +0100

    log: add olsr_closelog function
    
    So that we can close the log during shutdown
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 4d3661fdd332a8cbe274c803d029a277124b368c
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Nov 10 11:47:44 2015 +0100

    pid_file: add removePidFile function
    
    So that we can remove it during shutdown
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit bd42dc400747d1630fe497e377b0918b12cd5590
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 11 10:57:43 2015 +0100

    main: stop the heartbeat timer during shutdown
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit d0c77126adc0baf4ac51657810dd2c841ec5be62
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Nov 10 11:40:51 2015 +0100

    main: track the heartbeat timer
    
    So that we can stop it later during shutdown
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit f8e4bd52dcc32a5241beecb0bc4cccb30f5887ae
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Nov 10 11:17:16 2015 +0100

    main: call olsr_exit in olsr_reconfigure
    
    Since that is the proper way to exit.
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit e73ba5736d30a0e421bcc84452e7a1db0479f4ad
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Nov 10 11:16:34 2015 +0100

    main: minor update
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 5d7f82c131441e1a2d96c2902b022a6c87bbaccd
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Nov 10 11:11:12 2015 +0100

    link_set: make sure link_changes is initialised
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 42a0da35ab9261cbe78a8f2b3b495dc9636f3663
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Nov 10 11:10:55 2015 +0100

    main: minor update
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 67921fd73eff1a425564c9c43c3f922d92266af3
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Nov 10 09:57:00 2015 +0100

    main: call olsr_exit when writing the PID file fails
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit f34238fc5023ddee14c2f80212dc901a52944b7f
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Nov 10 09:54:38 2015 +0100

    main: initialise IPC a bit earlier
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 1954d0a8bf33182acb26663e5f67fbd2bd21e8a1
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Nov 10 09:41:04 2015 +0100

    main: minor update
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit b045b1d5f940dad999f44ae9658adce74f1b8caa
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 23:48:36 2015 +0100

    main: invoke olsr_exit at the end of main
    
    To make it explicit that that is the only proper way to exit.
    exit() calls are now in the only 2 allowed places in olsrd (not
    counting olsrd_switch).
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 2ef7a0be12e5c2056f0d6bb57737a293f956c786
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 23:37:05 2015 +0100

    main: limit the scope of 2 variables to where they are needed
    
    Very limited scope.
    The main function now has 'no' more local variables
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit e3edc387715a90331512387aaf1328cda0d5f96e
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 11 12:21:27 2015 +0100

    main: move conf_file_name variable into cfgparser
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit ed66c7e53d7903f042f6daed09f081105fdae93c
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 23:24:44 2015 +0100

    main: move lock file creation into the lock_file file
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 040659f47e893e291a01f923821f5585e0bd6c16
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 23:07:20 2015 +0100

    pid: move pid file handling into its own file
    
    And refactor it to not invoke olsr_shutdown
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 9c8962d9f015db1307d1a9cf8551af9b23893cde
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 11 12:16:20 2015 +0100

    conf: move loadConfig function here from main
    
    And refactor it to not invoke olsr_exit
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 6d40794c5768ba88900e06bd37a8ff775ba164b8
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 21:23:54 2015 +0100

    conf: remove an unneeded printf
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit da73725c5a6072f40ec364a9f2f5019767dd4c6e
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 21:23:36 2015 +0100

    main: minor improvements
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 1be3266edbf67adb81d0f166b8054be3e9cfd760
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 21:21:43 2015 +0100

    main: process olsrd options in a block
    
    To limit the scope of the default_ifcnf variable.
    
    Also fixes a memory leak of an exit path.
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 3d2280c11a33d1ddc4f94113907fd738bb728977
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 21:16:56 2015 +0100

    main: initialise timers after processing the configuration
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 19182d652ea997e304e724a497f301cca343884d
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 11 12:00:11 2015 +0100

    main: minor improvements to loadConfig
    
    And add some comments
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 736d46ec3109f97864c2d35ca35438e3bbcae9ff
Author: Ferry Huberts <(spam-protected)>
Date:   Wed Nov 11 12:03:41 2015 +0100

    main: move loading the config into the loadConfig function
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 2822ce2bd59a395c5d5c054d6e2089c7e62c89e1
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 09:34:26 2015 +0100

    main: move printing of version into a function
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 26653bcba02a9f69afbbbd8062912ad383b35281
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 15:54:02 2015 +0100

    main: remove the lock file in olsr_shutdown
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 8cef7bf8a03420eebab5b23db4ec4d2a203aeec3
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 15:49:11 2015 +0100

    lock_file: add olsr_remove_lock_file function
    
    And use it in the error paths during creation
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 6fa811140b4dae2af6c8d04e7666dd5a8f714f35
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 15:39:32 2015 +0100

    main: move olsr_create_lock_file into its own file
    
    And refactor it to not use olsr_exit.
    And close the lock file on error paths.
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 5d6a4ce069945b670067ac8a875a16793c2f43fd
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 14:44:55 2015 +0100

    lock_file: move olsrd_get_default_lockfile into its own file
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit b4a45ba9ed228dc7c5f7844f472f0741cb6dd1ab
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 14:26:34 2015 +0100

    main: use olsr_cnf->lock_file directly
    
    No need to use the intermediate storage of lock_file_name
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit b9d999d4d835ad59e38725b09e4d199db549fb3e
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 14:20:21 2015 +0100

    main: no need to re-determine lock_file; already setup by set_derived_cnf
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 3ef8d574129e767bfc4f62d37a22ec09f9f9526a
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 14:12:57 2015 +0100

    conf: fix determining the lock file, mirror what main does
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 207b11be4e080e6529ae416ee1cefb05feb61871
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 13:57:32 2015 +0100

    random: remove pointless olsr_init_random, only invoked in main
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 79ce902e56b2ceaf4ba6749187b1cec78fc94bc3
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 14:04:17 2015 +0100

    main: always store argv
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 49a9ea67f110814e3a7af9642cd25e17df2ffbf0
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 21:29:56 2015 +0100

    main: move some initialisation to the beginning of main
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 629d8f2a4aa91f876a15f9c7d5779537d99c0aef
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 21:29:08 2015 +0100

    main: make sure all variables are initialised
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit e7e7e206d575bf1421e5bf52ccf1f7ebe8ad0802
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 09:15:54 2015 +0100

    main: remove pointless type size asserts
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 6b1267e6153d615f107dfae0d9b7d972cc282f93
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 11:07:32 2015 +0100

    main: remove unused copyright_string
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit a0a310dd51ccf9abf40a3216440e09eb98a57a7b
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 11:07:45 2015 +0100

    conf: remove unused copyright_string
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 44adf49e34ce6c6b4f7712a9b689c43046daa70f
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Nov 9 11:07:40 2015 +0100

    httpinfo: remove unused copyright_string
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

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


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



More information about the Olsr-commit mailing list