| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | build: Set libraries for OpenSSL when not found | Dimitri Staessens | 2017-11-14 | 1 | -0/+1 |
* | build: Avoid duplicate definitions in libraries | Dimitri Staessens | 2017-11-13 | 1 | -4/+2 |
* | lib: Use correct names for st_modes in RIB | Dimitri Staessens | 2017-11-10 | 1 | -6/+8 |
* | lib: Fix FRCT sequence number network endianness | Dimitri Staessens | 2017-11-09 | 2 | -4/+9 |
* | lib: Use packed struct for FRCT header access | Dimitri Staessens | 2017-11-08 | 6 | -259/+140 |
* | lib: Refactor FRCT implementation | Dimitri Staessens | 2017-11-07 | 7 | -543/+683 |
* | dev: Split nonblocking read and write | Dimitri Staessens | 2017-10-30 | 1 | -2/+2 |
* | dev: Bind python scripts to script name | Dimitri Staessens | 2017-10-25 | 1 | -0/+13 |
* | lib: Fix exit bug in dev.c | dimitri staessens | 2017-10-23 | 1 | -0/+4 |
* | Merged in dstaesse/ouroboros/be-deprecate-ouroboros-init-fini (pull request #... | dimitri staessens | 2017-10-14 | 3 | -33/+62 |
|\ |
|
| * | lib: Deprecate ouroboros_init and ourboros_fini | dimitri staessens | 2017-10-14 | 3 | -33/+62 |
* | | lib: Re-enable multi-block support | dimitri staessens | 2017-10-13 | 3 | -0/+5 |
|/ |
|
* | lib: Cancel tpm threads instead of marking exit | dimitri staessens | 2017-09-30 | 1 | -41/+21 |
* | ipcpd: Add threadpool manager to DHT | dimitri staessens | 2017-09-24 | 1 | -75/+87 |
* | Merged in dstaesse/ouroboros/be-bugfixes (pull request #614) | dimitri staessens | 2017-09-23 | 1 | -46/+39 |
|\ |
|
| * | lib: Clean up bitmap implementation | dimitri staessens | 2017-09-23 | 1 | -46/+39 |
* | | lib: Disable lockless rbuff by default | Sander Vrijders | 2017-09-22 | 1 | -2/+2 |
|/ |
|
* | lib: Include string.h in hashtable.c for memcpy | dimitri staessens | 2017-09-21 | 1 | -0/+1 |
* | ipcpd: normal: Add alternate hop PFF | Sander Vrijders | 2017-09-21 | 2 | -23/+46 |
* | lib: Pass the fuse struct to the handling thread | dimitri staessens | 2017-09-21 | 1 | -4/+2 |
* | Merged in sandervrijders/ouroboros/be-pff (pull request #604) | Sander Vrijders | 2017-09-20 | 2 | -3/+6 |
|\ |
|
| * | ipcpd: normal: Make PFF policy-based | Sander Vrijders | 2017-09-20 | 2 | -3/+6 |
* | | ipcpd: Fix shutdown of rib | dimitri staessens | 2017-09-20 | 1 | -0/+3 |
|/ |
|
* | irmd: Init libgcrypt before using it | dimitri staessens | 2017-09-20 | 2 | -3/+2 |
* | build: Notify if FUSE is not installed | dimitri staessens | 2017-09-19 | 1 | -0/+2 |
* | ipcpd: Enroll DHT when creating dt connection | dimitri staessens | 2017-09-19 | 1 | -4/+9 |
* | ipcpd, lib: Add flow down events | Sander Vrijders | 2017-09-19 | 4 | -57/+113 |
* | lib: Provide RIB API to export internals via fuse | dimitri staessens | 2017-09-18 | 3 | -4/+417 |
* | lib: Add reordering queue to FRCT | Sander Vrijders | 2017-09-15 | 5 | -13/+331 |
* | build: Fix DDNS tool detection for shim-udp | dimitri staessens | 2017-09-13 | 1 | -6/+5 |
* | ipcpd: Revise internals of normal IPCP | dimitri staessens | 2017-09-12 | 11 | -2944/+132 |
* | build: Add systemd unit on install | Sander Vrijders | 2017-09-05 | 1 | -1/+1 |
* | lib: Add per instance FRCT lock | Sander Vrijders | 2017-09-01 | 1 | -21/+35 |
* | lib: Add fccntl configuration command | dimitri staessens | 2017-08-31 | 4 | -156/+133 |
* | irmd: Fix deleting corrupt shm file | Sander Vrijders | 2017-08-29 | 1 | -0/+12 |
* | Merged in sandervrijders/ouroboros/be-fix-authors (pull request #575) | Sander Vrijders | 2017-08-29 | 5 | -10/+10 |
|\ |
|
| * | lib, ipcpd: Fix e-mail addresses in protobuf files | Sander Vrijders | 2017-08-29 | 5 | -10/+10 |
* | | dev: Revise fqueue API and add man pages | dimitri staessens | 2017-08-29 | 2 | -30/+30 |
|/ |
|
* | lib, ipcpd, irmd: Fix bugs reported by static analysis | Sander Vrijders | 2017-08-29 | 6 | -8/+20 |
* | Merged in dstaesse/ouroboros/be-deprecate-gam (pull request #572) | dimitri staessens | 2017-08-28 | 6 | -33/+91 |
|\ |
|
| * | tools: Add tool to connect IPCP components | dimitri staessens | 2017-08-28 | 3 | -20/+84 |
| * | ipcpd: Deprecate gam as autonomous component | dimitri staessens | 2017-08-28 | 4 | -13/+7 |
* | | lib: Add configuration message to FRCT | Sander Vrijders | 2017-08-26 | 2 | -95/+173 |
|/ |
|
* | lib: Fix bad locking in frcti_read | Sander Vrijders | 2017-08-25 | 1 | -1/+1 |
* | lib, ipcpd, irmd: Fix several memleaks | Sander Vrijders | 2017-08-23 | 2 | -1/+2 |
* | lib: Make sender and receiver inactivity simple checks | Sander Vrijders | 2017-08-23 | 1 | -153/+68 |
* | lib: Remove bad assertion | Sander Vrijders | 2017-08-23 | 1 | -1/+0 |
* | lib: Fix timeout value of flow_event_wait | Sander Vrijders | 2017-08-22 | 2 | -5/+7 |
* | lib: Fix calling frct_clear in wrong function | Sander Vrijders | 2017-08-22 | 1 | -2/+2 |
* | lib: Fix CRC check and add frct_clear | Sander Vrijders | 2017-08-22 | 3 | -16/+41 |