Age | Commit message (Expand) | Author |
2016-05-11 | server: print correct reason of state change by configuration change | FUJITA Tomonori |
2016-05-11 | server: stop sending notification message twice | ISHIDA Wataru |
2016-05-10 | server: pretty notification error code log | FUJITA Tomonori |
2016-05-10 | server: log notification error code | FUJITA Tomonori |
2016-05-10 | server: don't modify admin-down config | ISHIDA Wataru |
2016-05-09 | server: fix to send more appropriate notification code/subcode | ISHIDA Wataru |
2016-05-09 | server: ignore stale fsm messages | ISHIDA Wataru |
2016-05-09 | server: don't block select loop by Sleep(), use Timer instead | ISHIDA Wataru |
2016-05-06 | server: don't apply in policy to EOR path | FUJITA Tomonori |
2016-04-27 | config: support reload of AdminDown | ISHIDA Wataru |
2016-04-26 | move NeighborPortNumber config to transport.Config | FUJITA Tomonori |
2016-04-21 | config: simplify config structures | ISHIDA Wataru |
2016-04-21 | fsm: improve fsm state transition log | ISHIDA Wataru |
2016-04-20 | fsm: improve debug message | ISHIDA Wataru |
2016-04-19 | peer: remove redundant config structs | ISHIDA Wataru |
2016-04-19 | fsm: improve log message when prefix-limit reached | ISHIDA Wataru |
2016-04-19 | server: fix comment typo | Shawn Smith |
2016-04-11 | Add neighbor-port-number to bgp neighbor config | Yi Tseng |
2016-04-10 | server: support prefix-limit | ISHIDA Wataru |
2016-04-10 | server: serialize in fsm send loop | ISHIDA Wataru |
2016-04-10 | fsm: delegate 2byte as handling to fsm send goroutine | ISHIDA Wataru |
2016-03-31 | move packet/*.go to packet/bgp/*.go for Go's convention | FUJITA Tomonori |
2016-03-15 | Revert "fsm: remove redundant connection close" | FUJITA Tomonori |
2016-03-12 | fsm: support active connection with md5 and binding | ISHIDA Wataru |
2016-03-07 | server: make rx goroutine reading from socket never sleep | FUJITA Tomonori |
2016-03-07 | server: clean up recvMessageWithError | FUJITA Tomonori |
2016-03-07 | server: recvMessageWithError avoid blocked due to msgCh | FUJITA Tomonori |
2016-03-07 | server: make sure recvMessageWithError() not blocked due to errorCh | FUJITA Tomonori |
2016-03-02 | fsm: fix min keepalive interval to 1sec from 1ns | ISHIDA Wataru |
2016-02-29 | config/server: support per-peer asn | ISHIDA Wataru |
2016-02-29 | server: support active connection with md5 protection | ISHIDA Wataru |
2016-02-19 | fsm: remove MsgDst | FUJITA Tomonori |
2016-02-10 | server: support graceful-restart helper-speaker behavior | ISHIDA Wataru |
2016-02-10 | fsm: support negotiation of graceful restart capability | ISHIDA Wataru |
2016-02-10 | server: reflect graceful restart configuration in a sending open message | ISHIDA Wataru |
2016-02-04 | server: make initial active connect faster | ISHIDA Wataru |
2016-01-29 | fsm: remove FSM.confedCheck | ISHIDA Wataru |
2016-01-29 | server: add negotiated holdtime/keepalive-interval in api struct | ISHIDA Wataru |
2016-01-29 | server: remove a redundant FSM negotiatedHoldtime field | ISHIDA Wataru |
2016-01-25 | config: add openconfig identity structs in bgp_configs.go | ISHIDA Wataru |
2016-01-25 | fsm: add type FsmStateReason to track reason of state transition | ISHIDA Wataru |
2016-01-25 | fsm: remove redundant connection close | ISHIDA Wataru |
2016-01-25 | server: log received notification | ISHIDA Wataru |
2016-01-16 | policy: introduce policy option infra | ISHIDA Wataru |
2016-01-13 | server: fix fixed timeout for write | FUJITA Tomonori |
2016-01-12 | server: don't assume the existence of multiprotocol capability | ISHIDA Wataru |
2016-01-09 | config: refactor config structure | ISHIDA Wataru |
2016-01-06 | server: fix storing received open msg | ISHIDA Wataru |
2016-01-04 | server: don't put keepalive & notification to incoming ch | ISHIDA Wataru |
2016-01-04 | server: introduce fastpath for fsm state change | ISHIDA Wataru |