summaryrefslogtreecommitdiffhomepage
path: root/server
AgeCommit message (Expand)Author
2015-02-17peer: support hold time 0Hiroshi Yokoi
2015-02-16server: check the bgp message length before sendingFUJITA Tomonori
2015-02-16peer: support enable/disableHiroshi Yokoi
2015-02-16server: support discarded countersFUJITA Tomonori
2015-02-15test: not rely on the type check auto conversion in assert.EqualHiroshi Yokoi
2015-02-08server: always log when sending notificaitonFUJITA Tomonori
2015-01-29server: verify OpenMessageFUJITA Tomonori
2015-01-29server: verify update messageFUJITA Tomonori
2015-01-28table: add owner to NewTableManager's argumentsHiroshi Yokoi
2015-01-27server: set #Advertised to zero when peer is downFUJITA Tomonori
2015-01-27cli: show the duration since state changedFUJITA Tomonori
2015-01-27fsm_test: shorten wait timeHiroshi Yokoi
2015-01-26fsm: add OpenSent and OpenConfirm testcasesHiroshi Yokoi
2015-01-26fsm: check hold timer expiration and add test case for holdtimer expiration a...Hiroshi Yokoi
2015-01-22peer: fix commit a9e55d3bd75fd5dd633fee1ff2c9d45d6d6447ee reggressionFUJITA Tomonori
2015-01-19rest: support adj-rib-in/outHiroshi Yokoi
2015-01-18server: make sure peer always read from acceptedConnChFUJITA Tomonori
2015-01-18server: fix 'deleted config' raceFUJITA Tomonori
2015-01-18server: support idlehold time after resetFUJITA Tomonori
2015-01-18server: move outgoing and incoming channels to FSMHandlerFUJITA Tomonori
2015-01-17server: implement OutQ and Flops supportFUJITA Tomonori
2015-01-17cli: update show neighbors outputFUJITA Tomonori
2015-01-16server: handle over 4096 byte size messageFUJITA Tomonori
2015-01-16server: send proper notification when the config is deletedFUJITA Tomonori
2015-01-16packet: handle malformed BGP HeaderFUJITA Tomonori
2015-01-16api: add reset and shutdown supportFUJITA Tomonori
2015-01-15server: fix a bug that conneciton is closed before sending notificationFUJITA Tomonori
2015-01-14server: close the connection after sending notificationFUJITA Tomonori
2015-01-12server: fix recvMessageloop() error handlingFUJITA Tomonori
2015-01-11packet: rename PacketParseError to MessageErrorFUJITA Tomonori
2015-01-11packet: add data length check and notificationHiroshi Yokoi
2015-01-09server: fix MessageStateUpdate UsageFUJITA Tomonori
2015-01-08server: drop all paths in adj-in when peer is downFUJITA Tomonori
2015-01-08server: clean up logging messagesFUJITA Tomonori
2015-01-07server: set ttl to 1FUJITA Tomonori
2015-01-07server: dump bgp message with peer addresssFUJITA Tomonori
2015-01-07table: fix UpdatePathAttrs2ByteASFUJITA Tomonori
2015-01-06cli: improve the capability representationFUJITA Tomonori
2015-01-05cli: improve the state of neighborFUJITA Tomonori
2015-01-04table: remove Path's source versionFUJITA Tomonori
2015-01-03server: fix PEER_MSG_PATH about rfFUJITA Tomonori
2015-01-03server: properly handle peer configured laterFUJITA Tomonori
2015-01-03server: merge eventCh and incoming channelsFUJITA Tomonori
2015-01-01server: clean up channel usage for network IOFUJITA Tomonori
2015-01-01server: move peerInfo to peer.go from fsm.goFUJITA Tomonori
2014-12-31server: merge bgp update messages if possibleFUJITA Tomonori
2014-12-31server: handle peer not capable of four byte AS numberFUJITA Tomonori
2014-12-30table: make path.Clone privateFUJITA Tomonori
2014-12-30serve: move functions about path and bgp message to table/message.goFUJITA Tomonori
2014-12-30table: use Path as API instead of destinationFUJITA Tomonori