| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Compile with strict conversion | dimitri staessens | 2016-10-22 | 1 | -12/+15 |
* | build: Comply with -Wextra compiler flag | dimitri staessens | 2016-10-21 | 1 | -0/+4 |
* | lib: Demultiplex the fast path | dimitri staessens | 2016-10-21 | 1 | -23/+61 |
* | lib: Fix flow deallocation logic | dimitri staessens | 2016-10-13 | 1 | -0/+2 |
* | lib: Add non-copy reading from fd for IPCPs | dimitri staessens | 2016-10-07 | 1 | -1/+1 |
* | lib, ipcp: Revise fast path and flow interfaces | dimitri staessens | 2016-10-04 | 1 | -673/+307 |
* | Merged in dstaesse/ouroboros/be-split-fp (pull request #238) | Sander Vrijders | 2016-09-02 | 1 | -3/+3 |
|\ |
|
| * | lib: Add northbound ringbuffers | dimitri staessens | 2016-09-02 | 1 | -3/+3 |
* | | lib: ipcp: Decouple flow_dealloc | dimitri staessens | 2016-09-02 | 1 | -1/+1 |
|/ |
|
* | lib: Refactor shm_du_map to shm_rdrbuff | dimitri staessens | 2016-08-29 | 1 | -12/+17 |
* | ipcpd: Report pid on shutdown | dimitri staessens | 2016-08-26 | 1 | -2/+2 |
* | ipcpd: Revised locking | dimitri staessens | 2016-08-24 | 1 | -179/+113 |
* | ipcpd: Add condition variable to IPCP state | Sander Vrijders | 2016-08-11 | 1 | -70/+70 |
* | ipcp, irmd, lib: Notify IRMd upon IPCP initialization | Sander Vrijders | 2016-08-10 | 1 | -0/+6 |
* | ipcpd: Fix memleak | dimitri staessens | 2016-08-05 | 1 | -0/+2 |
* | ipcpd: Fix memory leaks | dimitri staessens | 2016-08-04 | 1 | -1/+1 |
* | ipcpd: Deprecate ipcp_reg/ipcp_unreg | dimitri staessens | 2016-07-08 | 1 | -2/+0 |
* | irmd, ipcps: Close logfile on exit | dimitri staessens | 2016-07-07 | 1 | -5/+10 |
* | Merge branch 'be' of bitbucket.org:ouroboros-rina/ouroboros into be-clean-exit | dimitri staessens | 2016-07-06 | 1 | -3/+3 |
|\ |
|
| * | lib, irmd, ipcpd: Provide the feature to write to logs | Sander Vrijders | 2016-07-06 | 1 | -3/+3 |
* | | lib: shm_du_map: Clean sdus upon exit | dimitri staessens | 2016-07-06 | 1 | -1/+1 |
|/ |
|
* | lib: Change invalid pid to -1 | dimitri staessens | 2016-07-05 | 1 | -2/+2 |
* | lib: Provide first implementation of revised CDAP | Sander Vrijders | 2016-07-05 | 1 | -3/+3 |
* | lib: robust locking in shared memory and crash recovery | dimitri staessens | 2016-07-02 | 1 | -10/+10 |
* | lib, irmd, ipcpd: Change pid to api | Sander Vrijders | 2016-06-28 | 1 | -18/+18 |
* | lib, irmd, ipcpd: Change of IRM API | Sander Vrijders | 2016-06-28 | 1 | -24/+5 |
* | ipcpd: fix deadlock in shim-udp | dimitri staessens | 2016-06-28 | 1 | -13/+25 |
* | ipcpd: fixes to shim-udp | dimitri staessens | 2016-06-27 | 1 | -48/+60 |
* | lib, irmd, ipcp: robust mutexes | dimitri staessens | 2016-06-21 | 1 | -110/+109 |
* | ipcpd: fixed missing unlock in shim UDP | dimitri staessens | 2016-06-16 | 1 | -1/+5 |
* | irmd: clean up stale pending flows | dimitri staessens | 2016-06-16 | 1 | -1/+1 |
* | ipcpd: fixed locking and cleanup | dimitri staessens | 2016-06-16 | 1 | -0/+1 |
* | lib, irmd, tools, ipcpd: updates to dev API. | dimitri staessens | 2016-06-13 | 1 | -10/+2 |
* | ipcpd: fixes shutdown lockup in local and shim-udp | dimitri staessens | 2016-05-29 | 1 | -6/+5 |
* | lib: shm_ap_rbuff: sleep when read on empty rbuff | dimitri staessens | 2016-05-28 | 1 | -1/+0 |
* | ipcpd: cleanup of IPC processes | dimitri staessens | 2016-05-28 | 1 | -5/+10 |
* | ipcpd: shim-udp changed to blocking write | dimitri staessens | 2016-05-27 | 1 | -14/+11 |
* | ipcpd: fixed the shim-udp grinding the cpu | dimitri staessens | 2016-05-27 | 1 | -3/+4 |
* | ipcpd: shim-udp: fixed missing NULL check | dimitri staessens | 2016-05-22 | 1 | -0/+3 |
* | lib: removed fd cleaning function | dimitri staessens | 2016-05-22 | 1 | -3/+4 |
* | ipcpd: homogenous debug messages for deallocation | dimitri staessens | 2016-05-21 | 1 | -8/+1 |
* | lib, irmd, ipcpd: Flow deallocation over shim UDP | dimitri staessens | 2016-05-21 | 1 | -50/+150 |
* | lib, ipcpd: fixes segfaults in dev.c and shim-udp | dimitri staessens | 2016-05-20 | 1 | -2/+1 |
* | ipcpd: shim-udp: read fd on client side | dimitri staessens | 2016-05-20 | 1 | -0/+13 |
* | ipcpd: shim-ipcp: fixed race conditions | dimitri staessens | 2016-05-20 | 1 | -40/+57 |
* | ipcpd: shim-udp: removed debug code | dimitri staessens | 2016-05-19 | 1 | -12/+0 |
* | Implementation of a full flow allocator for the shim UDP. | dimitri staessens | 2016-05-18 | 1 | -246/+507 |
* | lib: Add missing modulo calculation | Sander Vrijders | 2016-05-16 | 1 | -2/+1 |
* | fixed two unlocks, removed the thread_lock. | dimitri staessens | 2016-05-15 | 1 | -13/+3 |
* | ipcpd: shim-udp: Revised locking | dimitri staessens | 2016-05-15 | 1 | -94/+97 |