Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged in dstaesse/ouroboros/be-link-state (pull request #595) | dimitri staessens | 2017-09-18 | 1 | -2/+2 |
|\ | | | | | | | ipcpd: Fix src and dst in link-state advertisements | ||||
| * | ipcpd: Fix src and dst in link-state advertisements | dimitri staessens | 2017-09-18 | 1 | -2/+2 |
|/ | |||||
* | Merged in dstaesse/ouroboros/be-fuse (pull request #594) | dimitri staessens | 2017-09-18 | 8 | -18/+611 |
|\ | | | | | | | lib: Provide RIB API to export internals via fuse | ||||
| * | lib: Provide RIB API to export internals via fuse | dimitri staessens | 2017-09-18 | 8 | -18/+611 |
|/ | | | | | | | This adds a virtual RIB that is accessible as a filesystem that is accessed through a fuse mountpoint (configurable , default is /tmp/ouroboros). Currently, each IPCP will export its link state database. | ||||
* | Merged in sandervrijders/ouroboros/be-ordering (pull request #593) | Sander Vrijders | 2017-09-15 | 6 | -13/+378 |
|\ | | | | | | | lib: Add reordering queue to FRCT | ||||
| * | lib: Add reordering queue to FRCT | Sander Vrijders | 2017-09-15 | 6 | -13/+378 |
|/ | | | | | This adds a reordering queue to FRCT so that SDUs can be delivered in-order when requested. | ||||
* | Merged in dstaesse/ouroboros/be-build (pull request #592) | dimitri staessens | 2017-09-13 | 1 | -1/+6 |
|\ | | | | | | | build: Clean up output with missing ProtobufC | ||||
| * | build: Clean up output with missing ProtobufC | dimitri staessens | 2017-09-13 | 1 | -1/+6 |
| | | |||||
* | | Merged in dstaesse/ouroboros/be-build (pull request #591) | dimitri staessens | 2017-09-13 | 6 | -26/+36 |
|\| | | | | | | | build: Fix DDNS tool detection for shim-udp | ||||
| * | build: Fix DDNS tool detection for shim-udp | dimitri staessens | 2017-09-13 | 6 | -26/+36 |
|/ | | | | | | This fixes output when detecting DDNS tools and homogenizes output and the APIs used to pass variables between the build system and the sources. Fixes some minor issues and typos). | ||||
* | Merged in dstaesse/ouroboros/be-rib-removal (pull request #589) | dimitri staessens | 2017-09-13 | 41 | -4382/+719 |
|\ | | | | | | | ipcpd: Revise internals of normal IPCP | ||||
| * | ipcpd: Revise internals of normal IPCP | dimitri staessens | 2017-09-12 | 41 | -4382/+719 |
| | | | | | | | | | | | | | | | | This removes the RIB as a datastructure and CDAP as the protocol between IPCPs. CDAP, the rib and related sources are deprecated. The link-state protocol policy is udpated to use its own protocol based on a simple broadcast strategy along a tree. The neighbors struct is deprecated and moved to the library as a generic notifier component. | ||||
* | | Merged in sandervrijders/ouroboros/be-freebsd (pull request #590) | Sander Vrijders | 2017-09-11 | 1 | -15/+17 |
|\ \ | |/ |/| | | | ipcpd: shim-eth-llc: Fix FreeBSD compilation | ||||
| * | ipcpd: shim-eth-llc: Fix FreeBSD compilation | Sander Vrijders | 2017-09-11 | 1 | -15/+17 |
|/ | | | | | This fixes the compilation on FreeBSD systems. A define was missing. It also fixes some style errors. | ||||
* | Merged in dstaesse/ouroboros/be-dht-deadlock (pull request #588) | dimitri staessens | 2017-09-08 | 1 | -6/+4 |
|\ | | | | | | | ipcpd: Shutdown DHT work thread first at destroy | ||||
| * | ipcpd: Shutdown DHT work thread first at destroy | dimitri staessens | 2017-09-07 | 1 | -6/+4 |
| | | | | | | | | This prevents a potential deadlock on the wrlock. | ||||
* | | Merged in dstaesse/ouroboros/be-ipcpd-main-fix (pull request #587) | dimitri staessens | 2017-09-08 | 1 | -5/+4 |
|\ \ | |/ |/| | | | ipcpd: Fix double finalization after some failures | ||||
| * | ipcpd: Fix double finalization after some failures | dimitri staessens | 2017-09-07 | 1 | -5/+4 |
|/ | | | | | When enroll or bootstrap failed, finalize_components could be called twice, resulting in double frees or use-after-free. | ||||
* | Merged in sandervrijders/ouroboros/be-redef (pull request #586) | Sander Vrijders | 2017-09-07 | 1 | -2/+1 |
|\ | | | | | | | ipcpd: normal: Avoid redefining a typedef | ||||
| * | ipcpd: normal: Avoid redefining a typedef | Sander Vrijders | 2017-09-06 | 1 | -2/+1 |
| | | | | | | | | | | This avoids a redefinition of a typedef which is a C11 feature, and thus not supported by clang when the c89 switch is enabled. | ||||
* | | Merged in sandervrijders/ouroboros/be-systemd (pull request #585) | Sander Vrijders | 2017-09-06 | 3 | -1/+18 |
|\ \ | |/ |/| | | | build: Add systemd unit on install | ||||
| * | build: Add systemd unit on install | Sander Vrijders | 2017-09-05 | 3 | -1/+18 |
|/ | | | | This adds a systemd unit for the irmd on installation of Ouroboros. | ||||
* | Merged in sandervrijders/ouroboros/be-frct-lock (pull request #584) | Sander Vrijders | 2017-09-01 | 6 | -33/+45 |
|\ | | | | | | | Be frct lock | ||||
| * | ipcpd: normal: Simplify enroll API | Sander Vrijders | 2017-09-01 | 5 | -12/+10 |
| | | | | | | | | | | | | | | This will remove the dst parameter from enroll_boot, since it was only being used in logging. It also turns some other debug logs into info logs, and makes the component names as they are used in logs all lowercase. | ||||
| * | lib: Add per instance FRCT lock | Sander Vrijders | 2017-09-01 | 1 | -21/+35 |
|/ | | | | | This adds a per instance FRCT lock, since it was taking a write lock, thereby severely impacting parallelism in dev.c | ||||
* | Merged in dstaesse/ouroboros/be-fccntl (pull request #583) | dimitri staessens | 2017-08-31 | 18 | -243/+339 |
|\ | | | | | | | lib: Add fccntl configuration command | ||||
| * | lib: Add fccntl configuration command | dimitri staessens | 2017-08-31 | 18 | -243/+339 |
| | | | | | | | | | | | | | | This replaces the flow_set_* commands with a single fccntl command that can configure flows and the FRCT instance. For more details, see "man 3 fccntl". | ||||
* | | Merged in sandervrijders/ouroboros/be-connect (pull request #582) | Sander Vrijders | 2017-08-30 | 8 | -31/+27 |
|\ \ | |/ |/| | | | Be connect | ||||
| * | ipcpd: Add check if name was already registered | Sander Vrijders | 2017-08-30 | 5 | -31/+20 |
| | | | | | | | | | | This adds a check in the shims if a name was already registered, since it should not return an error. | ||||
| * | irmd: Add specific timeout for IPCP connect | Sander Vrijders | 2017-08-30 | 3 | -0/+7 |
|/ | | | | | | This adds a specific timeout for IPCP connect, since it may take a lot longer than the regular socket timeout due to flow allocations in the IPCP. | ||||
* | Merged in sandervrijders/ouroboros/be-corrupt (pull request #581) | Sander Vrijders | 2017-08-29 | 7 | -15/+30 |
|\ | | | | | | | Be corrupt | ||||
| * | tools: irm: Fix matching of name parameter | Sander Vrijders | 2017-08-29 | 4 | -14/+15 |
| | | | | | | | | | | The name parameter was not being matched correctly in ipcp connect and disconnect. | ||||
| * | irmd: Fix deleting corrupt shm file | Sander Vrijders | 2017-08-29 | 3 | -1/+15 |
| | | | | | | | | | | This will delete the rdrbuff also when it has been corrupted before. Otherwise the irmd won't start, as experienced on my desktop. | ||||
* | | Merged in dstaesse/ouroboros/be-ipcp-thread-leaks (pull request #580) | dimitri staessens | 2017-08-29 | 2 | -2/+2 |
|\ \ | | | | | | | | | | ipcpd: Fix thread leaks in normal IPCP | ||||
| * | | ipcpd: Fix thread leaks in normal IPCP | dimitri staessens | 2017-08-29 | 2 | -2/+2 |
| |/ | |||||
* | | Merged in dstaesse/ouroboros/be-irmd-logs (pull request #579) | dimitri staessens | 2017-08-29 | 1 | -4/+1 |
|\ \ | |/ |/| | | | irmd: Remove temporary debugging logs | ||||
| * | irmd: Remove temporary debugging logs | dimitri staessens | 2017-08-29 | 1 | -4/+1 |
|/ | |||||
* | Merged in dstaesse/ouroboros/be-dht-unlock (pull request #578) | dimitri staessens | 2017-08-29 | 1 | -1/+2 |
|\ | | | | | | | ipcpd: Fix missing unlock in dht | ||||
| * | ipcpd: Fix missing unlock in dht | dimitri staessens | 2017-08-29 | 1 | -1/+2 |
|/ | |||||
* | Merged in sandervrijders/ouroboros/be-dir-query (pull request #576) | Sander Vrijders | 2017-08-29 | 3 | -61/+87 |
|\ | | | | | | | shim-eth-llc: Hide directory query locking | ||||
| * | shim-eth-llc: Hide directory query locking | Sander Vrijders | 2017-08-29 | 3 | -61/+87 |
| | | | | | | | | | | | | | | The locking of the directory queries was happening in the shim-eth-llc, but it should be done within the shim-data functions. Fixes #30 | ||||
* | | Merged in dstaesse/ouroboros/be-dht (pull request #577) | dimitri staessens | 2017-08-29 | 2 | -40/+71 |
|\ \ | | | | | | | | | | ipcpd: Fix state in dht lookup at lookup_wait | ||||
| * | | ipcpd: Fix state in dht lookup at lookup_wait | dimitri staessens | 2017-08-29 | 2 | -40/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The correct state was returned but not set internally in the lookup_struct, causing lookup_wait to return a lookup in LU_PENDING if the wait timedout. This also unlocks the IRMd during register calls and fixes some cleanup if lookup_wait gets interrupted. Fixes #48 | ||||
* | | | Merged in sandervrijders/ouroboros/be-fix-authors (pull request #575) | Sander Vrijders | 2017-08-29 | 10 | -20/+20 |
|\ \ \ | |/ / |/| | | | | | lib, ipcpd: Fix e-mail addresses in protobuf files | ||||
| * | | lib, ipcpd: Fix e-mail addresses in protobuf files | Sander Vrijders | 2017-08-29 | 10 | -20/+20 |
| |/ | | | | | | | This fixes the wrong e-mail addresses in the protobuf files. | ||||
* | | Merged in dstaesse/ouroboros/be-fqueue (pull request #574) | dimitri staessens | 2017-08-29 | 25 | -110/+339 |
|\ \ | |/ |/| | | | dev: Revise fqueue API and add man pages | ||||
| * | dev: Revise fqueue API and add man pages | dimitri staessens | 2017-08-29 | 25 | -110/+339 |
|/ | |||||
* | Merged in sandervrijders/ouroboros/be-bugfixes (pull request #573) | Sander Vrijders | 2017-08-29 | 12 | -36/+73 |
|\ | | | | | | | lib, ipcpd, irmd: Fix bugs reported by static analysis | ||||
| * | lib, ipcpd, irmd: Fix bugs reported by static analysis | Sander Vrijders | 2017-08-29 | 12 | -36/+73 |
|/ | | | | This fixes several bugs as reported by the clang static analyzer. | ||||
* | Merged in dstaesse/ouroboros/be-deprecate-gam (pull request #572) | dimitri staessens | 2017-08-28 | 55 | -1354/+1468 |
|\ | | | | | | | Be deprecate gam |