aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/libggnet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* do not call ggnet user callback if we do not get a positive answer from theLaurent Ghigonis2012-12-151-2/+3
* add necessary code in libggnet to do resolving of nodes names.Laurent Ghigonis2012-12-151-16/+20
* add (struct ggnet *) in cb_nodename() argumentsLaurent Ghigonis2012-12-151-1/+1
* rename ggnet_grouping_set() to ggnet_set_grouping(), to match ggnet_set_dns().Laurent Ghigonis2012-12-151-2/+1
* integrate gg_sniff dns handling into libggnetLaurent Ghigonis2012-12-151-0/+16
* remove all reference to libglouglou.Laurent Ghigonis2012-12-151-19/+53
* keep track of group connection usageLaurent Ghigonis2012-12-131-0/+12
* implement node group parenting, for now only for the existing GROUP_ADDRESSLaurent Ghigonis2012-12-131-14/+43
* introducing node grouping, for now only on addressLaurent Ghigonis2012-12-131-0/+125
* init connids only if we manage themLaurent Ghigonis2012-12-131-2/+3
* update last seen date on nodes too when we receive dataLaurent Ghigonis2012-12-131-0/+2
* support for client side usage, and fix connection id handlingLaurent Ghigonis2012-12-101-13/+86
* oops, rename node_update_name() to ggnet_node_update_name()Laurent Ghigonis2012-12-041-1/+2
* correctly handle node names and add function node_update_name()Laurent Ghigonis2012-12-041-2/+16
* add ggnet_conn_find()Laurent Ghigonis2012-12-041-0/+27
* correctly handle size on connection response in ggnet_conn_data()Laurent Ghigonis2012-12-041-0/+4
* fix print debug textLaurent Ghigonis2012-12-041-7/+7
* add libggnet, a helper to keep track of network nodes and connectionsLaurent Ghigonis2012-12-041-0/+154