| Commit message (Expand) | Author | Age | Files | Lines |
* | include, src: Update copyright to 2018 | Dimitri Staessens | 2018-01-09 | 45 | -45/+45 |
* | ipcpd: Use the term "layer" and deprecate "shim" | Dimitri Staessens | 2017-12-19 | 2 | -4/+4 |
* | ipcpd: Integrate raptor into ouroboros 0.8 | Dimitri Staessens | 2017-12-15 | 1 | -0/+1 |
* | lib, tools: Rename application process and instance | Dimitri Staessens | 2017-12-02 | 14 | -234/+240 |
* | lib: Refactor shm_rdrbuff and shm_rbuff | Dimitri Staessens | 2017-11-30 | 4 | -497/+286 |
* | ipcpd, irmd: Bugfix for failed accept() calls | Dimitri Staessens | 2017-11-29 | 1 | -1/+2 |
* | lib: Fix init and fini ELF sections for OS X | Dimitri Staessens | 2017-11-20 | 1 | -2/+10 |
* | lib: Add library initializers to .init_array | Dimitri Staessens | 2017-11-20 | 1 | -4/+7 |
* | build: Fix setting configuration definitions | Dimitri Staessens | 2017-11-18 | 1 | -0/+5 |
* | build: Add options for debug builds with sanitizer | Dimitri Staessens | 2017-11-14 | 1 | -2/+2 |
* | 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 |
|\ |
|