Don't assume sa.sa_family is a short int.
[tinc] / src / top.c
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Guus SliepenMerge branch 'tincstart' of https://github.com/dechamps...
2014-07-12 Guus SliepenMerge branch 'ctrl' of https://github.com/dechamps...
2014-07-12 Guus SliepenMerge branch 'winwarnings' of https://github.com/decham...
2014-07-12 Etienne DechampsResolve KEY_EVENT conflict between Windows and ncurses.
2014-03-09 Guus SliepenHandle a disconnecting tincd better.
2013-11-15 Guus SliepenFix two warnings from Clang's static analyzer.
2013-05-01 Guus SliepenRename xmalloc_and_zero() to xzalloc().
2013-01-20 Guus SliepenRemove possible definition of timersub(), which is...
2013-01-17 Guus SliepenMove make_names() and related variables to its own...
2012-12-06 Guus SliepenFix display of cumulative packet counters.
2012-12-05 Guus SliepenFix whitespace.
2012-12-05 Guus SliepenScale packet counters similar to byte counters.
2012-12-05 Guus SliepenDon't use nested functions.
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-10-14 Guus SliepenUpdate copyright notices.
2012-10-10 Guus SliepenFix whitespace.
2012-10-07 Guus SliepenC99 extravaganza.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-08-03 Guus SliepenMake sure the top command can be used more than once...
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-26 Guus SliepenDon't react to escape character in tincctl top.
2011-06-25 Guus SliepenReally stable sorting of tincctl top output.
2011-06-24 Guus SliepenDon't use AM_CONDITIONAL for CURSES.
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-02 Guus SliepenSmall fixes for Windows.
2011-06-02 Guus SliepenRemove debugging message that was accidentily left in.
2011-06-02 Guus SliepenFix nodes joining the VPN after tincctl top started.
2011-06-02 Guus SliepenMake traffic statistics more readable with configurable...
2011-06-02 Guus SliepenMore stable sorting in tincctl top.
2011-05-29 Guus SliepenCosmetic fix when pressing 's' in tincctl top.
2011-05-28 Sven-Haegar Kochsparse fixup: warning: non-ANSI function declaration...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: symbol '...' was not declared...
2011-05-15 Guus SliepenNicer top command.
2011-05-15 Guus SliepenAdd a very primitive "top" command to tincctl.