index
:
ouroboros
be
master
testing
Ouroboros main repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: fixed empty line in irm.c
dimitri staessens
2016-05-28
1
-1
/
+0
*
build: fixed typo in ipcpd/local/
dimitri staessens
2016-05-28
1
-1
/
+1
*
ipcpd: IPCP over local memory
dimitri staessens
2016-05-28
7
-4
/
+696
*
ipcpd: shim-udp changed to blocking write
dimitri staessens
2016-05-27
1
-14
/
+11
*
tools: updated cbr with flood and sleep options
dimitri staessens
2016-05-27
2
-21
/
+60
*
Merged in dstaesse/ouroboros/be-select-fix (pull request #115)
Sander Vrijders
2016-05-27
1
-3
/
+4
|
\
|
*
ipcpd: fixed the shim-udp grinding the cpu
dimitri staessens
2016-05-27
1
-3
/
+4
*
|
lib: fixed SHM_DU_BUFF_BLOCK_SIZE in shm_du_map
dimitri staessens
2016-05-26
1
-1
/
+1
|
/
*
lib: fixed blocking/non-blocking write
dimitri staessens
2016-05-26
1
-16
/
+43
*
Merged in sandervrijders/ouroboros/be-cbr (pull request #112)
dimitri staessens
2016-05-26
3
-36
/
+130
|
\
|
*
ipcpd: Cleanup handler for main message loop
Sander Vrijders
2016-05-26
1
-0
/
+5
|
*
tools: Add threadpool to cbr
Sander Vrijders
2016-05-26
2
-36
/
+125
*
|
Merged in dstaesse/ouroboros/be-shm-single-block (pull request #111)
Sander Vrijders
2016-05-25
1
-6
/
+31
|
\
\
|
|
/
|
/
|
|
*
lib: allow running shm_du_map in single block mode
dimitri staessens
2016-05-25
1
-6
/
+31
*
|
tools: cbr continues when a write fails
dimitri staessens
2016-05-25
1
-2
/
+2
*
|
tools: fixes comments on d74d67a
dimitri staessens
2016-05-24
3
-10
/
+10
*
|
tools, lib: cbr tool for bandwidth testing
dimitri staessens
2016-05-24
7
-0
/
+554
*
|
lib: Fix memleaks in dev.c
Sander Vrijders
2016-05-24
1
-23
/
+30
|
/
*
irmd: use the shm_du_map as a uniqueness check
dimitri staessens
2016-05-22
1
-2
/
+7
*
Merged in sandervrijders/ouroboros/be (pull request #108)
dimitri staessens
2016-05-22
1
-1
/
+1
|
\
|
*
irmd: Change read lock to write lock
Sander Vrijders
2016-05-22
1
-1
/
+1
*
|
ipcpd: shim-udp: fixed missing NULL check
dimitri staessens
2016-05-22
1
-0
/
+3
|
/
*
lib, ipcpd, irmd: fixes deallocation and fast path
dimitri staessens
2016-05-22
3
-35
/
+44
*
ipcpd: Remove install command from build
Sander Vrijders
2016-05-22
1
-2
/
+0
*
lib: removed fd cleaning function
dimitri staessens
2016-05-22
2
-30
/
+14
*
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
5
-61
/
+210
*
lib, ipcpd: fixes segfaults in dev.c and shim-udp
dimitri staessens
2016-05-20
2
-4
/
+2
*
lib: allow parallel connections
dimitri staessens
2016-05-20
2
-11
/
+30
*
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
6
-258
/
+540
*
lib: Add missing check upon garbage collection
Sander Vrijders
2016-05-17
1
-2
/
+3
*
lib: Fixed incorrect initialization
Sander Vrijders
2016-05-17
1
-3
/
+4
*
irmd: fixed bad locks
dimitri staessens
2016-05-17
1
-4
/
+2
*
lib: Add missing modulo calculation
Sander Vrijders
2016-05-16
3
-13
/
+12
*
Merged in dstaesse/ouroboros/be-dev-locks (pull request #95)
Sander Vrijders
2016-05-16
1
-28
/
+33
|
\
|
*
lib: dev: small locking improvements
dimitri staessens
2016-05-16
1
-28
/
+33
|
*
Merge branch 'be-udp-locks' into be-dev-locks
dimitri staessens
2016-05-15
2
-96
/
+97
|
|
\
*
|
\
Merged in dstaesse/ouroboros/be-irmd-locks (pull request #94)
Sander Vrijders
2016-05-16
1
-175
/
+223
|
\
\
\
|
*
|
|
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
*
|
|
|
Merged in dstaesse/ouroboros/be-udp-locks (pull request #92)
Sander Vrijders
2016-05-16
2
-103
/
+94
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
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
2
-96
/
+97
|
|
/
*
/
lib: dev.c: Revised locking
dimitri staessens
2016-05-15
1
-69
/
+65
|
/
*
lib: allow accepting any flows
dimitri staessens
2016-05-15
1
-7
/
+7
*
lib: cleanup file descriptors for shared memory
dimitri staessens
2016-05-15
3
-2
/
+21
*
ipcpd: Move lock in ipcp_udp_listener
Sander Vrijders
2016-05-15
1
-2
/
+2
[next]