index
:
ouroboros
be
master
testing
Ouroboros main repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ipcpd
/
normal
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipcpd: normal: Fix memory leaks
Sander Vrijders
2017-03-22
1
-0
/
+2
*
ipcpd: normal: Several bugfixes
Sander Vrijders
2017-03-21
1
-16
/
+15
*
ipcpd: normal: Split fmgr init into init and start
Sander Vrijders
2017-03-21
1
-10
/
+26
*
ipcpd: Fix cleanup of connmgr
dimitri staessens
2017-03-20
1
-2
/
+2
*
Change email addresses to ugent.be
Sander Vrijders
2017-03-03
1
-2
/
+2
*
ipcpd: normal: Refactor application entities and add neighbors struct
Sander Vrijders
2017-03-03
1
-13
/
+41
*
ipcpd: normal: Add connection manager
Sander Vrijders
2017-03-02
1
-67
/
+26
*
lib: Split authentication from CACEP
dimitri staessens
2017-02-27
1
-11
/
+0
*
lib: Remove application entity name
Sander Vrijders
2017-02-24
1
-5
/
+4
*
Merge branch 'testing' into be
Sander Vrijders
2017-02-23
1
-4
/
+2
|
\
|
*
irmd: Check IPCP type before bootstrap
dimitri staessens
2017-02-22
1
-4
/
+2
*
|
ipcpd: normal: Change address authority policy
Sander Vrijders
2017-02-21
1
-11
/
+9
*
|
lib: Revise CACEP
dimitri staessens
2017-02-20
1
-1
/
+1
|
/
*
ipcpd: Move RIB configuration to common header
dimitri staessens
2017-02-17
1
-5
/
+1
*
ipcpd: Silent shutdown of normal
dimitri staessens
2017-02-10
1
-2
/
+3
*
ipcpd: Remove logging if not initialized yet
Sander Vrijders
2017-02-10
1
-1
/
+0
*
ipcpd: Print size_t and uint64_t in portable way
dimitri staessens
2017-02-09
1
-2
/
+3
*
ipcpd, lib: Report IPCP creation failure
dimitri staessens
2017-02-09
1
-1
/
+5
*
ipcpd: Fix boot order of normal
dimitri staessens
2017-02-08
1
-4
/
+10
*
lib: Log to the logging system
dimitri staessens
2017-02-08
1
-75
/
+66
*
ipcpd: Refactor ipcpi struct
dimitri staessens
2017-02-07
1
-2
/
+2
*
ipcpd, lib: Revise normal IPCP
dimitri staessens
2017-02-06
1
-111
/
+241
*
ipcpd: Don't strdup() the dif_name in main loop
dimitri staessens
2017-01-29
1
-2
/
+7
*
ipcpd: normal: Add graph adjacency manager
Sander Vrijders
2017-01-09
1
-4
/
+7
*
ipcpd: Let IPCPs bind a name
Sander Vrijders
2017-01-09
1
-9
/
+7
*
ipcpd: Revert normal IPCP state correctly
dimitri staessens
2017-01-04
1
-0
/
+2
*
ipcpd: Add boot and shutdown operations
dimitri staessens
2017-01-04
1
-59
/
+84
*
ipcpd: Refactor of normal IPCP
dimitri staessens
2017-01-04
1
-43
/
+138
*
ipcpd: Wait for operational state to start fmgr
dimitri staessens
2016-12-28
1
-5
/
+7
*
ouroboros: Correct license statements
dimitri staessens
2016-12-24
1
-3
/
+2
*
Merged in sandervrijders/ouroboros/be-operational-state (pull request #319)
dimitri staessens
2016-12-06
1
-2
/
+2
|
\
|
*
ipcpd: Change IPCP_RUNNING to IPCP_OPERATIONAL
Sander Vrijders
2016-12-06
1
-2
/
+2
*
|
ipcpd: normal: Fix errors on IPCP shutdown
Sander Vrijders
2016-12-06
1
-3
/
+0
|
/
*
ipcpd: normal: Provide directory for registered names
Sander Vrijders
2016-12-02
1
-48
/
+7
*
ipcpd: Split IPCP state PENDING_ENROL
Sander Vrijders
2016-11-30
1
-7
/
+25
*
ipcpd: normal: Fix bugs in connection establishment
Sander Vrijders
2016-10-27
1
-0
/
+10
*
lib, irmd, ipcpd: Add name querying to IPCPs
Sander Vrijders
2016-10-26
1
-7
/
+23
*
build: Comply with -Wextra compiler flag
dimitri staessens
2016-10-21
1
-0
/
+2
*
ipcpd: normal: Improve upon the internal design
Sander Vrijders
2016-10-12
1
-4
/
+4
*
lib, ipcp: Revise fast path and flow interfaces
dimitri staessens
2016-10-04
1
-136
/
+36
*
lib: Add northbound ringbuffers
dimitri staessens
2016-09-02
1
-1
/
+1
*
lib: Refactor shm_du_map to shm_rdrbuff
dimitri staessens
2016-08-29
1
-7
/
+13
*
ipcpd: Report pid on shutdown
dimitri staessens
2016-08-26
1
-2
/
+2
*
ipcpd, normal: Safe handling of CDAP requests
dimitri staessens
2016-08-25
1
-11
/
+11
*
ipcpd, normal: Fix bad lock
dimitri staessens
2016-08-25
1
-3
/
+4
*
ipcpd: Revised locking
dimitri staessens
2016-08-24
1
-49
/
+34
*
ipcpd: normal: Handle enrollment replies
Sander Vrijders
2016-08-19
1
-2
/
+16
*
ipcpd: Fix bootstrap with api_bind
dimitri staessens
2016-08-12
1
-9
/
+6
*
ipcpd: Add condition variable to IPCP state
Sander Vrijders
2016-08-11
1
-31
/
+28
*
ipcpd: Fix deep copy of dif_config
dimitri staessens
2016-08-11
1
-3
/
+5
[next]