Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merged in dstaesse/ouroboros/be-dht-lookup (pull request #532) | dimitri staessens | 2017-07-20 | 1 | -20/+25 | |
|\ \ | | | | | | | | | | ipcpd: Fix DHT lookup processing | |||||
| * | | ipcpd: Fix DHT lookup processing | dimitri staessens | 2017-07-20 | 1 | -20/+25 | |
|/ / | | | | | | | | | Not all returned contacts were processed when a FIND_NODE or FIND_VALUE message was returned. | |||||
* | | Merged in sandervrijders/ouroboros/be-ipcp-select (pull request #531) | Sander Vrijders | 2017-07-18 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | irmd: Fix order of IPCPs | |||||
| * | | irmd: Fix order of IPCPs | Sander Vrijders | 2017-07-18 | 1 | -1/+1 | |
|/ / | | | | | | | | | This fixes the order of the IPCPs in the IRMd, so that the right type is queried first on flow allocation. | |||||
* | | Merged in dstaesse/ouroboros/be-dht (pull request #529) | dimitri staessens | 2017-07-18 | 17 | -163/+2745 | |
|\ \ | |/ |/| | | | ipcpd: Add DHT as directory in normal IPCP | |||||
| * | ipcpd: Add DHT as directory in normal IPCP | dimitri staessens | 2017-07-18 | 17 | -163/+2745 | |
| | | | | | | | | | | | | | | | | | | This implements a Distributed Hash Table (DHT) based on the Kademlia protocol, with default parameters set as used in the BitTorrent Mainline DHT. This initial implementation is almost feature complete, except for some things to be done after a testing period: caching and stale peer bumping, and setting the expiration timeout via the IRM tool. | |||||
* | | Merged in dstaesse/ouroboros/be-fixes (pull request #530)0.5 | dimitri staessens | 2017-07-18 | 2 | -64/+82 | |
|\ \ | |/ |/| | | | Be fixes | |||||
| * | lib: Wait for fqueue loop at cdap_del_flow | dimitri staessens | 2017-07-16 | 1 | -62/+80 | |
| | | | | | | | | | | | | | | The enrollment calls dealloc immediately after cdap_del_flow(), but the CDAP instance may still have that fd in its fqueue loop. cdap_del_flow will now wait for an fqueue loop to end before returning, to make sure the flow is not needed anymore. | |||||
| * | ipcpd: Log exit status before log_fini() | dimitri staessens | 2017-07-16 | 1 | -2/+2 | |
|/ | ||||||
* | Merged in sandervrijders/ouroboros/be-hash (pull request #528) | Sander Vrijders | 2017-07-12 | 8 | -51/+69 | |
|\ | | | | | | | | | | | ipcpd, lib, irmd: Hardcode shim hash algorithms Approved-by: dimitri staessens <dimitri.staessens@ugent.be> | |||||
| * | ipcpd, lib, irmd: Hardcode shim hash algorithms | Sander Vrijders | 2017-07-12 | 8 | -51/+69 | |
|/ | | | | | | | This will hardcode the shim hash algorithms as they don't have an enrollment phase. Fixes #44 | |||||
* | Merged in dstaesse/ouroboros/be-irmd-shutdown (pull request #527) | dimitri staessens | 2017-07-12 | 3 | -13/+31 | |
|\ | | | | | | | irmd: Shutdown sanitizer without cancellation | |||||
| * | irmd: Shutdown sanitizer without cancellation | dimitri staessens | 2017-07-12 | 3 | -13/+31 | |
| | | ||||||
* | | Merged in dstaesse/ouroboros/be-fixes (pull request #526) | dimitri staessens | 2017-07-12 | 4 | -22/+19 | |
|\| | | | | | | | Be fixes | |||||
| * | ipcpd: Shutdown shim-udp without cancellation | dimitri staessens | 2017-07-12 | 1 | -17/+14 | |
| | | ||||||
| * | ipcpd: Check connmgr acceptor thread at create | dimitri staessens | 2017-07-12 | 1 | -1/+2 | |
| | | ||||||
| * | lib: Fix formatting in irm.c | dimitri staessens | 2017-07-12 | 1 | -2/+1 | |
| | | ||||||
| * | lib: Make read_msg static in cacep.c | dimitri staessens | 2017-07-12 | 1 | -2/+2 | |
| | | ||||||
* | | Merged in dstaesse/ouroboros/be-list (pull request #525) | dimitri staessens | 2017-07-12 | 1 | -1/+2 | |
|\| | | | | | | | include: Use offsetof in list.h | |||||
| * | include: Use offsetof in list.h | dimitri staessens | 2017-07-12 | 1 | -1/+2 | |
| | | ||||||
* | | Merged in dstaesse/ouroboros/be-fmt (pull request #524) | dimitri staessens | 2017-07-10 | 2 | -11/+14 | |
|\| | | | | | | | include: Fix formatting in list.h | |||||
| * | include: Fix formatting in list.h | dimitri staessens | 2017-07-09 | 2 | -11/+14 | |
| | | ||||||
* | | Merged in dstaesse/ouroboros/be-rng (pull request #523) | dimitri staessens | 2017-07-09 | 3 | -5/+113 | |
|\| | | | | | | | Be rng | |||||
| * | lib: Add secure random generator | dimitri staessens | 2017-07-09 | 3 | -5/+113 | |
| | | | | | | | | | | This adds a secure random number generator. It will use OS specific calls with a fallback to OpenSSL if available. | |||||
* | | Merged in dstaesse/ouroboros/be-time (pull request #522) | dimitri staessens | 2017-07-09 | 3 | -6/+173 | |
|\| | | | | | | | lib: Fix bug and add test for time_utils | |||||
| * | lib: Fix bug and add test for time_utils | dimitri staessens | 2017-07-05 | 3 | -6/+173 | |
| | | ||||||
* | | Merged in dstaesse/ouroboros/be-cdap-req (pull request #521) | dimitri staessens | 2017-07-04 | 1 | -2/+13 | |
|\| | | | | | | | lib: Handle errors when creating cdap_req structs | |||||
| * | lib: Handle errors when creating cdap_req structs | dimitri staessens | 2017-07-04 | 1 | -2/+13 | |
| | | ||||||
* | | Merged in dstaesse/ouroboros/be-lib (pull request #520) | dimitri staessens | 2017-07-03 | 1 | -0/+3 | |
|\| | | | | | | | lib: Fix memleak in FRCT enrollment | |||||
| * | lib: Fix memleak in FRCT enrollment | dimitri staessens | 2017-07-03 | 1 | -0/+3 | |
|/ | ||||||
* | Merged in sandervrijders/ouroboros/be-qos (pull request #517) | Sander Vrijders | 2017-06-21 | 20 | -68/+298 | |
|\ | | | | | | | lib, ipcpd, irmd: Add full-fledged QoS | |||||
| * | lib, ipcpd, irmd: Add full-fledged QoS | Sander Vrijders | 2017-06-21 | 20 | -68/+298 | |
|/ | | | | | | | This adds more Quality of Service support to Ouroboros. One part is the network specific characteristics such as bandwidth, delay, ... The other part is end-to-end QoS like reliability, window based flow control, ... | |||||
* | Merged in dstaesse/ouroboros/be-dev-include (pull request #519) | dimitri staessens | 2017-06-21 | 1 | -8/+8 | |
|\ | | | | | | | lib: include missing headers in dev.c | |||||
| * | lib: include missing headers in dev.c | dimitri staessens | 2017-06-21 | 1 | -8/+8 | |
| | | | | | | | | | | The dev.c source file had some missing include headers. This PR fixes inconsistencies between the definitions and declarations in ipcp-dev.h | |||||
* | | Merged in dstaesse/ouroboros/be-fix-alloc (pull request #518) | dimitri staessens | 2017-06-19 | 2 | -3/+1 | |
|\| | | | | | | | ipcpd: Fix flow allocation over normal | |||||
| * | ipcpd: Fix flow allocation over normal | dimitri staessens | 2017-06-19 | 2 | -3/+1 | |
|/ | ||||||
* | Merged in dstaesse/ouroboros/be-macro (pull request #514) | dimitri staessens | 2017-06-05 | 6 | -9/+16 | |
|\ | | | | | | | include: Fix macro for printing hash | |||||
| * | include: Fix macro for printing hash | dimitri staessens | 2017-06-04 | 6 | -9/+16 | |
| | | ||||||
* | | Merged in dstaesse/ouroboros/be-routing-type (pull request #516) | dimitri staessens | 2017-06-05 | 1 | -5/+6 | |
|\ \ | | | | | | | | | | ipcpd: Fix routing type configuration | |||||
| * | | ipcpd: Fix routing type configuration | dimitri staessens | 2017-06-05 | 1 | -5/+6 | |
| | | | ||||||
* | | | Merged in dstaesse/ouroboros/be-udp-fix (pull request #515) | dimitri staessens | 2017-06-05 | 1 | -1/+1 | |
|\| | | | | | | | | | | | ipcpd: Fix flow allocation over UDP shim | |||||
| * | | ipcpd: Fix flow allocation over UDP shim | dimitri staessens | 2017-06-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merged in dstaesse/ouroboros/be-gcc7 (pull request #513) | dimitri staessens | 2017-06-04 | 2 | -0/+2 | |
|\| | | |/ |/| | | | lib, irmd: Handle case fallthrough in gcc 7 | |||||
| * | lib, irmd: Handle case fallthrough in gcc 7 | dimitri staessens | 2017-06-04 | 2 | -0/+2 | |
| | | ||||||
* | | Merged in dstaesse/ouroboros/be-normal-main (pull request #512) | dimitri staessens | 2017-05-24 | 1 | -15/+15 | |
|\| | | | | | | | ipcpd: Start DT component before flow allocator | |||||
| * | ipcpd: Start DT component before flow allocator | dimitri staessens | 2017-05-24 | 1 | -15/+15 | |
| | | ||||||
* | | Merged in dstaesse/ouroboros/be-lib-bitmap (pull request #511) | dimitri staessens | 2017-05-24 | 2 | -8/+18 | |
|\| | | | | | | | lib: Fix bug in bitmap | |||||
| * | lib: Fix bug in bitmap | dimitri staessens | 2017-05-24 | 2 | -8/+18 | |
| | | ||||||
* | | Merged in dstaesse/ouroboros/be-normal-dt-reg (pull request #510) | dimitri staessens | 2017-05-24 | 4 | -119/+176 | |
|\| | | | | | | | ipcpd: Allow registering protocol machines with DT | |||||
| * | ipcpd: Allow registering protocol machines with DT | dimitri staessens | 2017-05-24 | 4 | -119/+176 | |
| | | | | | | | | | | | | Other protocol machines now have to register on top of the DT AE. This allows multiple instances of the same protocol machine and avoids preallocating fds for each protocol machine instance. |