]> git.proxmox.com Git - mirror_kronosnet.git/shortlog
mirror_kronosnet.git
2010-11-27 Fabio M. Di... build: fix uninstall section
2010-11-27 Fabio M. Di... move kronosnet.conf to /etc/kronosnet/kronosnet.conf
2010-11-27 Fabio M. Di... add more todo items
2010-11-26 Fabio M. Di... update TODO
2010-11-26 Fabio M. Di... Add TODO list and release planning
2010-11-26 Fabio M. Di... docs: add architecture doc
2010-11-26 Fabio M. Di... Add README file
2010-11-25 Fabio M. Di... vty/cfg: remove two unrequired wrappers
2010-11-25 Fabio M. Di... vty: remove bridge struct
2010-11-25 Fabio M. Di... vty: destroy knet_h on error and "no interface"
2010-11-24 Federico Simoncelligit: add benchmarks to ignored files
2010-11-24 Federico Simoncellibenchmark: add lookup benchmark
2010-11-24 Federico Simoncelliutils: improve knet_ts_diff speed
2010-11-24 Federico SimoncelliMerge branch 'master' of github.com:fabbione/kronosnet
2010-11-24 Federico Simoncelliknet: add sigint handler
2010-11-24 Fabio M. Di... cfg: remove unused struct
2010-11-23 Federico Simoncelliknet_handle: stop heartbt thread on knet_handle_free
2010-11-23 Federico Simoncelliknet_handle: check pthread exit status
2010-11-23 Federico Simoncelliknet_handle: add knet_handle_free
2010-11-23 Federico Simoncelliknet_handle: do not generate new sockets for knet_handle
2010-11-23 Fabio M. Di... vty: add link menu and clean up links on object destroy...
2010-11-23 Fabio M. Di... vty: save bridge status in config file
2010-11-23 Fabio M. Di... ring: avoid lots of unnecessary casting, fix build...
2010-11-22 Fabio M. Di... vty: add start/stop commands to interface
2010-11-22 Fabio M. Di... ring: fix address comparison to determine if link is...
2010-11-22 Fabio M. Di... build: update configure.ac after autoscan
2010-11-22 Fabio M. Di... build: fix make dist
2010-11-22 Fabio M. Di... vty: remove concept of auto-listeners/manual listeners
2010-11-22 Fabio M. Di... ring: fix ping calculation for good
2010-11-22 Fabio M. Di... ring: use long long instead of suseconds_t
2010-11-19 Fabio M. Di... Merge branch 'master' of github.com:fabbione/kronosnet
2010-11-19 Fabio M. Di... vty: fix no link list handling
2010-11-19 Federico SimoncelliMerge branch 'master' of github.com:fabbione/kronosnet
2010-11-19 Federico Simoncellivty: add 'O' to pre-escape sequences
2010-11-19 Fabio M. Di... vty: initialize timeout values
2010-11-19 Fabio M. Di... vty: add basic link support
2010-11-19 Fabio M. Di... build: fix sparc build
2010-11-19 Federico Simoncellitests: fix printf format for latency
2010-11-19 Federico Simoncellitests: display errno for functions supposed to fail
2010-11-19 Federico Simoncelliknet: fix maximum socket receive buffer size (unit...
2010-11-19 Federico SimoncelliMerge branch 'master' of github.com:fabbione/kronosnet
2010-11-19 Federico Simoncelliknet: add listener test cases
2010-11-19 Fabio M. Di... vty: get autolisteners to work somehow...
2010-11-19 Federico Simoncelliknet: add knet_link_timeout and knet_listener_remove
2010-11-18 Fabio M. Di... vty: add concept of peers/hosts
2010-11-18 Fabio M. Di... vty/config: collect handles in relative config structs
2010-11-18 Fabio M. Di... vty: add basic options for auto-listeners support
2010-11-16 Federico Simoncelliknet: use -1 timeout in epoll to wait indefinitely
2010-11-16 Federico Simoncelliknet: add acquire/release functions for the knet_listen...
2010-11-15 Fabio M. Di... vty: add write/read config support
2010-11-15 Fabio M. Di... vty: add config show command
2010-11-15 Fabio M. Di... vty_cli_cmds: Remove unrequired assignments
2010-11-15 Fabio M. Di... vty_cli_cmds: make help text more generic
2010-11-15 Federico Simoncellitest: add latency/timeout testing comment
2010-11-15 Federico Simoncelliheartbeat: avoid flaky link when latency is higher...
2010-11-15 Federico Simoncelliknet: compute latency average
2010-11-12 Federico SimoncelliMerge branch 'master' of github.com:fabbione/kronosnet
2010-11-12 Federico Simoncelliknet: add link latency statistics (last value)
2010-11-12 Fabio M. Di... vty: add support to configure ip addresses on knet...
2010-11-12 Federico SimoncelliMerge branch 'master' of github.com:fabbione/kronosnet
2010-11-12 Federico Simoncelliknet: add timestamp into ping packet
2010-11-12 Fabio M. Di... cfg: move ether config in its own struct
2010-11-12 Fabio M. Di... cfg: drop unrequired locking
2010-11-12 Fabio M. Di... vty_cli_cmds: fix create interface invokation
2010-11-12 Fabio M. Di... vty: add mtu config support in interface menu
2010-11-12 Fabio M. Di... vty_cli_cmds: add a few comments
2010-11-12 Fabio M. Di... vty_cli_cmds: more sorting
2010-11-12 Fabio M. Di... cfg: add concept of default mtu and configurable mtu
2010-11-12 Fabio M. Di... vty_cli_cmds: sort code around
2010-11-11 Fabio M. Di... vty_cli_cmds: set mac address at iface creation time
2010-11-11 Federico SimoncelliMerge branch 'master' of github.com:fabbione/kronosnet
2010-11-11 Federico Simoncelliknet: split control thread and heartbeat thread
2010-11-11 Fabio M. Di... vty/cfg: allow multiple parameters per command
2010-11-10 Fabio M. Di... cfg: fix interface name detection
2010-11-10 Fabio M. Di... vty: start adding bindings to core
2010-11-10 Federico Simoncelliknet: move debug into ping_test
2010-11-10 Federico Simoncelliknet: add ping_interval and pong_timeout configuration...
2010-11-10 Federico Simoncelliknet: add trivial heartbeat feature
2010-11-10 Federico Simoncellicosmetic: fix typo
2010-11-10 Fabio M. Di... whops.. remove debugging/testing code
2010-11-10 Fabio M. Di... vty_cli: fix tab completion
2010-11-10 Fabio M. Di... vty_cli: add parameter concept and tab completion
2010-11-09 Fabio M. Di... vty: add basic support for partial command execution...
2010-11-09 Fabio M. Di... vty_auth: fix off-by-one in group checking
2010-11-04 Fabio M. Di... vty_cli: add ctrl+z handler
2010-11-04 Fabio M. Di... vty: clear config lock on exit
2010-11-04 Fabio M. Di... vty_cli_cmds: simply revert action infrastructure
2010-11-04 Fabio M. Di... knet: check if created tap device has same name of...
2010-11-04 Fabio M. Di... vty_cli_cmds: add "no" infrastructure
2010-11-04 Fabio M. Di... vty_cli_cmds: add interface configuration node layer
2010-11-04 Fabio M. Di... vty_cli_cmds: cosmetic output for who command
2010-11-04 Fabio M. Di... vty: add configuration handler
2010-11-03 Fabio M. Di... vty_cli: allow to logout via ctrl+d and rename node...
2010-11-03 Fabio M. Di... vty_cli_cmds: add logout/exit commands
2010-11-02 Fabio M. Di... vty_cli_cmds: group code together and make command...
2010-11-02 Fabio M. Di... vty_cli: end of history next should give a clean line
2010-11-01 Fabio M. Di... vty_cli_cmds: add help command
2010-11-01 Fabio M. Di... vty_cli_cmds: add default help handler
2010-11-01 Fabio M. Di... vty: handle static allocation consistently
2010-11-01 Fabio M. Di... vty: laydown basic code to execute commands
next