| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | | lib: Add queued SDUs when adding fd to flow_set | dimitri staessens | 2017-03-21 | 1 | -0/+2 |
* | | lib: Manage multiple flows with a single CDAP instance | dimitri staessens | 2017-03-03 | 1 | -3/+8 |
* | | Change email addresses to ugent.be | Sander Vrijders | 2017-03-03 | 29 | -47/+67 |
* | | lib: Install cacep.h on install | Sander Vrijders | 2017-03-03 | 1 | -0/+1 |
* | | ipcpd: normal: Add connection manager | Sander Vrijders | 2017-03-02 | 1 | -5/+2 |
* | | lib: Split CACEP into request/response protocol | dimitri staessens | 2017-02-28 | 1 | -6/+4 |
* | | lib: Split authentication from CACEP | dimitri staessens | 2017-02-27 | 2 | -26/+16 |
* | | lib: Remove application entity name | Sander Vrijders | 2017-02-24 | 2 | -7/+2 |
* | | Revise CACEP API | dimitri staessens | 2017-02-24 | 1 | -10/+11 |
* | | lib: Exchange protocol info during CACEP | dimitri staessens | 2017-02-21 | 2 | -0/+16 |
* | | lib: Revise CACEP | dimitri staessens | 2017-02-20 | 2 | -13/+10 |
|/ |
|
* | ipcpd: Move RIB configuration to common header | dimitri staessens | 2017-02-17 | 1 | -6/+0 |
* | lib: Revise endian header and SHA3 | Sander Vrijders | 2017-02-16 | 1 | -112/+52 |
* | ipcpd: Fix build on FreeBSD | dimitri staessens | 2017-02-13 | 1 | -1/+3 |
* | ipcpd: Increase threadpool size | Sander Vrijders | 2017-02-13 | 1 | -1/+1 |
* | include: Use width in endian naming convention | dimitri staessens | 2017-02-12 | 1 | -16/+8 |
* | irmd: Allow time for AP to call flow_accept() | dimitri staessens | 2017-02-12 | 1 | -0/+1 |
* | ipcpd: Compare timestamp upon enrollment | dimitri staessens | 2017-02-11 | 1 | -6/+4 |
* | cdap: Take void * for send operations | dimitri staessens | 2017-02-10 | 1 | -3/+3 |
* | include: Add header for endianness | dimitri staessens | 2017-02-10 | 2 | -0/+155 |
* | ipcpd, lib: Report IPCP creation failure | dimitri staessens | 2017-02-09 | 7 | -39/+50 |
* | lib, ipcpd: Comply to pedantic C99 | Sander Vrijders | 2017-02-08 | 1 | -28/+22 |
* | lib: Log to the logging system | dimitri staessens | 2017-02-08 | 1 | -34/+22 |
* | ipcpd: Revise PCI manipulation in normal | dimitri staessens | 2017-02-07 | 1 | -2/+2 |
* | ipcpd, lib: Revise normal IPCP | dimitri staessens | 2017-02-06 | 2 | -3/+12 |
* | lib: Add packing and unpacking RIB | dimitri staessens | 2017-01-31 | 1 | -20/+34 |
* | lib: Add function to get children of node in RIB | dimitri staessens | 2017-01-29 | 1 | -0/+3 |
* | lib: Add new version of Resource Information Base | dimitri staessens | 2017-01-21 | 3 | -0/+134 |
* | lib: Add move operation for lists | dimitri staessens | 2017-01-20 | 1 | -0/+3 |
* | lib: Fix return value and typo in fqueue | dimitri staessens | 2017-01-20 | 1 | -1/+1 |
* | lib: Move CRC32 implementation to library | dimitri staessens | 2017-01-14 | 1 | -0/+33 |
* | Merged in sandervrijders/ouroboros/be-gam (pull request #345) | dimitri staessens | 2017-01-12 | 5 | -16/+72 |
|\ |
|
| * | ipcpd: normal: Create policies for GAM | Sander Vrijders | 2017-01-12 | 3 | -19/+23 |