| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | lib: Change DA header to NSM | Sander Vrijders | 2016-06-22 | 1 | -13/+3 |
* | | irmd: Fixes comments on 668a32c | dimitri staessens | 2016-06-24 | 1 | -56/+42 |
* | | irmd: name space management | dimitri staessens | 2016-06-24 | 1 | -254/+817 |
|/ |
|
* | lib, irmd, ipcp: robust mutexes | dimitri staessens | 2016-06-21 | 1 | -222/+242 |
* | lib, irmd: Change sockets and shm path | Sander Vrijders | 2016-06-20 | 1 | -1/+3 |
* | build: Change install directories and set correct permissions | Sander Vrijders | 2016-06-20 | 2 | -4/+26 |
* | Merged in dstaesse/ouroboros/be-pipe (pull request #132) | Sander Vrijders | 2016-06-19 | 1 | -0/+1 |
|\ |
|
| * | irmd: fix erroneus SIGPIPE log | dimitri staessens | 2016-06-19 | 1 | -0/+1 |
* | | irmd: improved cleanup of flows | dimitri staessens | 2016-06-19 | 1 | -4/+14 |
|/ |
|
* | irmd: cleanup of flows | dimitri staessens | 2016-06-18 | 1 | -1/+11 |
* | irmd, lib: use shm_du_map as lockfile. | dimitri staessens | 2016-06-17 | 1 | -11/+19 |
* | irmd: clean up stale pending flows | dimitri staessens | 2016-06-16 | 1 | -6/+60 |
* | Fixed comments on #122 | dimitri staessens | 2016-06-14 | 1 | -4/+3 |
* | irmd: cond_var to wait for ap to accept | dimitri staessens | 2016-06-14 | 1 | -4/+13 |
* | lib, irmd, tools, ipcpd: updates to dev API. | dimitri staessens | 2016-06-13 | 1 | -116/+135 |
* | irmd: Add wildcarding of DIF names | Sander Vrijders | 2016-05-29 | 4 | -65/+149 |
* | irmd: use the shm_du_map as a uniqueness check | dimitri staessens | 2016-05-22 | 1 | -2/+7 |
* | irmd: Change read lock to write lock | Sander Vrijders | 2016-05-22 | 1 | -1/+1 |
* | lib, ipcpd, irmd: fixes deallocation and fast path | dimitri staessens | 2016-05-22 | 1 | -4/+2 |
* | lib, irmd, ipcpd: Flow deallocation over shim UDP | dimitri staessens | 2016-05-21 | 1 | -9/+28 |
* | Implementation of a full flow allocator for the shim UDP. | dimitri staessens | 2016-05-18 | 1 | -1/+0 |
* | irmd: fixed bad locks | dimitri staessens | 2016-05-17 | 1 | -4/+2 |
* | irmd: fixed unlock after free | dimitri staessens | 2016-05-16 | 1 | -2/+4 |
* | irmd: new locking implementation | dimitri staessens | 2016-05-16 | 1 | -175/+221 |
* | lib: irmd: fixed flow deallocation | dimitri staessens | 2016-05-15 | 1 | -0/+2 |
* | lib, ipcpd, irmd: Add QoS cube definition | Sander Vrijders | 2016-05-14 | 1 | -8/+5 |
* | irmd: fixed bad locking and added cleanup | dimitri staessens | 2016-05-12 | 1 | -1/+6 |
* | irmd: cleanup | dimitri staessens | 2016-05-12 | 1 | -12/+115 |
* | irmd: added dedicated locks for signaling | dimitri staessens | 2016-05-10 | 1 | -9/+40 |
* | irmd: fixed potential data races | dimitri staessens | 2016-05-10 | 1 | -8/+10 |
* | IRMd: set number of thread back to 3 (minimum) | dimitri staessens | 2016-05-10 | 1 | -1/+1 |
* | irmd: introduced locking | dimitri staessens | 2016-05-10 | 1 | -140/+282 |
* | irmd: use pthread_cond_wait | dimitri staessens | 2016-05-09 | 1 | -23/+29 |
* | lib: changed port_id to int | dimitri staessens | 2016-05-08 | 1 | -15/+13 |
* | lib/irmd/ipcpd/tools: fixes comments on eb9f443 | dimitri staessens | 2016-05-08 | 1 | -7/+11 |
* | irmd: flow allocation and fast path | dimitri staessens | 2016-05-07 | 1 | -190/+570 |
* | lib: client-side flow allocation | dimitri staessens | 2016-04-27 | 1 | -7/+33 |
* | lib: irm.h create_ipcp now returns pid_t | dimitri staessens | 2016-04-26 | 1 | -3/+3 |
* | lib: instance ID's are now set to the process PID | dimitri staessens | 2016-04-26 | 1 | -65/+62 |
* | irmd/shim-udp: formatting fixes | dimitri staessens | 2016-04-25 | 1 | -5/+11 |
* | irmd: reg/unreg whatevercast names | dimitri staessens | 2016-04-22 | 1 | -30/+254 |
* | ipcpd: fixes comments on 18c5da3 | dimitri staessens | 2016-04-21 | 1 | -1/+1 |
* | irmd: application registration | dimitri staessens | 2016-04-21 | 1 | -1/+53 |
* | shim-udp: flow allocation added | dimitri staessens | 2016-04-19 | 1 | -8/+7 |
* | ipcpd: initial IPC processes | dimitri staessens | 2016-04-18 | 1 | -5/+44 |
* | lib, irmd, irm: Add dif_config | Sander Vrijders | 2016-04-08 | 1 | -5/+6 |
* | irmd: Rename name_to_pid to ipcp_data | Sander Vrijders | 2016-04-02 | 1 | -31/+75 |
* | lib: Implementation of flow related ops | Sander Vrijders | 2016-03-31 | 1 | -2/+34 |
* | lib, irmd: Update communication with IRMd | Sander Vrijders | 2016-03-30 | 1 | -81/+230 |
* | lib: renamed rina_name_t to instance_name_t | dimitri staessens | 2016-03-30 | 1 | -48/+48 |