| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Replace fsf snail mail with contact URL | dimitri staessens | 2017-08-13 | 40 | -80/+40 |
* | build: Fix compilation on OS X Sierra | dimitri staessens | 2017-08-11 | 3 | -25/+3 |
* | lib, ipcpd, tools: Fix enum assignments | Sander Vrijders | 2017-08-10 | 1 | -2/+2 |
* | build, lib, ipcpd, irmd: Add support for libgcrypt | dimitri staessens | 2017-08-09 | 3 | -14/+34 |
* | irmd: Specify timeout per command | Dimitri Staessens | 2017-08-05 | 1 | -2/+5 |
* | build: Add check for robust mutexes | Sander Vrijders | 2017-08-03 | 2 | -1/+2 |
* | lib: Simplify initializing flows | Sander Vrijders | 2017-08-01 | 2 | -5/+5 |
* | ipcpd: Add multithreading to scheduler | dimitri staessens | 2017-07-29 | 1 | -1/+1 |
* | lib: Add threadpool manager | dimitri staessens | 2017-07-26 | 2 | -8/+51 |
* | ipcpd: Add DHT as directory in normal IPCP | dimitri staessens | 2017-07-18 | 1 | -2/+3 |
* | ipcpd, lib, irmd: Hardcode shim hash algorithms | Sander Vrijders | 2017-07-12 | 1 | -2/+5 |
* | irmd: Shutdown sanitizer without cancellation | dimitri staessens | 2017-07-12 | 1 | -1/+3 |
* | include: Use offsetof in list.h | dimitri staessens | 2017-07-12 | 1 | -1/+2 |
* | include: Fix formatting in list.h | dimitri staessens | 2017-07-09 | 2 | -11/+14 |
* | lib: Add secure random generator | dimitri staessens | 2017-07-09 | 1 | -0/+32 |
* | lib, ipcpd, irmd: Add full-fledged QoS | Sander Vrijders | 2017-06-21 | 4 | -12/+28 |
* | include: Fix macro for printing hash | dimitri staessens | 2017-06-04 | 2 | -5/+12 |
* | build: Fix bad if check | Sander Vrijders | 2017-05-18 | 1 | -2/+1 |
* | Merged in sandervrijders/ouroboros/be-swig (pull request #507) | Sander Vrijders | 2017-05-18 | 1 | -1/+11 |
|\ |
|
| * | build: Fix deprecation warning | Sander Vrijders | 2017-05-16 | 1 | -1/+11 |
* | | ipcpd: normal: Make routing a policy | Sander Vrijders | 2017-05-15 | 1 | -0/+5 |
|/ |
|
* | ipcpd: Allow specifying fixed syntax | dimitri staessens | 2017-05-15 | 5 | -26/+62 |
* | ipcpd: Remove FRCT from normal IPCP | dimitri staessens | 2017-05-10 | 1 | -0/+1 |
* | ipcpd: Add capability reporting | dimitri staessens | 2017-04-27 | 1 | -0/+8 |
* | lib: Add call to reserve blocks in rdrbuff | dimitri staessens | 2017-04-26 | 3 | -20/+59 |
* | lib: Remove dependency on installed headers | Sander Vrijders | 2017-04-24 | 3 | -10/+12 |
* | ipcpd: Allow specifying the hash algorithm to use | dimitri staessens | 2017-04-16 | 3 | -4/+19 |
* | include: Fix typo in endian.h | dimitri staessens | 2017-04-16 | 1 | -1/+1 |
* | lib: Add implementation for MD5 hashes | dimitri staessens | 2017-04-16 | 2 | -2/+75 |
* | lib: Fix minor things in sha3 implementation | dimitri staessens | 2017-04-16 | 1 | -3/+3 |
* | lib: Fix error in SWIG wrapper | Sander Vrijders | 2017-04-13 | 1 | -1/+3 |
* | include: Add C++ directives in headers | dimitri staessens | 2017-04-13 | 9 | -2/+79 |
* | include, lib: Rename ap_init/ap_fini | dimitri staessens | 2017-04-13 | 1 | -2/+2 |
* | Merged in dstaesse/ouroboros/be-hashes (pull request #479) | dimitri staessens | 2017-04-13 | 11 | -30/+214 |
|\ |
|
| * | lib, ipcpd, irmd: Register hash instead of name | dimitri staessens | 2017-04-13 | 11 | -30/+214 |
* | | build: Add STATUS to message statements | Sander Vrijders | 2017-04-12 | 1 | -2/+2 |
|/ |
|
* | lib: Make timeout for flow allocation const | dimitri staessens | 2017-04-10 | 1 | -5/+5 |
* | build: Change compiler check output and update wrap | Sander Vrijders | 2017-04-07 | 1 | -1/+1 |
* | lib, irmd: Implement flow allocation timeout | dimitri staessens | 2017-04-06 | 1 | -2/+0 |
* | ipcpd: Add dynamic threadpooling for IPCPs | dimitri staessens | 2017-04-02 | 1 | -1/+5 |
* | lib: Fix some issues in lockless rbuff | dimitri staessens | 2017-04-01 | 1 | -1/+1 |
* | lib: Lockless implementation of the rbuff | dimitri staessens | 2017-04-01 | 1 | -0/+1 |
* | irmd: Add dynamic threadpool | dimitri staessens | 2017-04-01 | 1 | -3/+8 |
* | lib: Add a check if a bitmap ID is in use | dimitri staessens | 2017-04-01 | 1 | -1/+4 |
* | include: Fix indentation in fcntl.h | dimitri staessens | 2017-04-01 | 1 | -9/+9 |
* | lib: Revise flow allocation API | dimitri staessens | 2017-03-31 | 1 | -14/+9 |
* | ipcpd: normal: Fill in forwarding table | Sander Vrijders | 2017-03-24 | 1 | -1/+3 |
* | include: fflush stdout after printing a log msg | dimitri staessens | 2017-03-22 | 1 | -0/+1 |
* | Merge branch 'testing' into be | Sander Vrijders | 2017-03-21 | 1 | -2/+2 |
|\ |
|
| * | ipcpd: local: Handle failed flow allocation | Sander Vrijders | 2017-03-21 | 1 | -3/+3 |