aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/libggnet.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* indent fix, pass 2Laurent Ghigonis2013-06-051-51/+51
| | | | no functional change
* convert to tabs, and fix some indent manualyLaurent Ghigonis2013-06-051-64/+68
| | | | no functionnal change
* double GGNET_DNSNAME_MAX and GG_PKTARG_MAX to allow for longer fqdnLaurent Ghigonis2012-12-151-1/+1
|
* add necessary code in libggnet to do resolving of nodes names.Laurent Ghigonis2012-12-151-6/+3
| | | | modify libggnet_dns structure to fit with these changes.
* add (struct ggnet *) in cb_nodename() argumentsLaurent Ghigonis2012-12-151-2/+2
|
* rename ggnet_grouping_set() to ggnet_set_grouping(), to match ggnet_set_dns().Laurent Ghigonis2012-12-151-1/+1
| | | | fix usage in gg_map
* integrate gg_sniff dns handling into libggnetLaurent Ghigonis2012-12-151-2/+14
| | | | | | | | it can be enabled in ggnet by calling ggnet_set_dns(), or can be used independently by including <libggnet_dns.h> an calling ggnet_dns_new(), ggnet_dns_free() and ggnet_dns_reverse() WARNING: not tested yet, only compiles
* remove all reference to libglouglou.Laurent Ghigonis2012-12-151-0/+2
| | | | | this implies adding a debug variable to struct ggnet and corresponding ggnet_debug_set()
* keep track of group connection usageLaurent Ghigonis2012-12-131-0/+1
|
* implement node group parenting, for now only for the existing GROUP_ADDRESSLaurent Ghigonis2012-12-131-2/+4
|
* introducing node grouping, for now only on addressLaurent Ghigonis2012-12-131-0/+30
|
* support for client side usage, and fix connection id handlingLaurent Ghigonis2012-12-101-2/+17
| | | | | | | | * fix missing connection id initialisation * add user data keeping for nodes and connections * add accessors for src and dst of a connection * add new connection find functions * add option to disable connection id handling
* correctly handle node names and add function node_update_name()Laurent Ghigonis2012-12-041-3/+6
|
* fix ggnet_conn_find() prototypeLaurent Ghigonis2012-12-041-1/+2
|
* add missing response field in struct ggnet_connLaurent Ghigonis2012-12-041-0/+1
|
* remove useless definesLaurent Ghigonis2012-12-041-7/+0
|
* add ifdef for the whole libggnet lib to protect against multiple inclusionsLaurent Ghigonis2012-12-041-0/+5
|
* add libggnet, a helper to keep track of network nodes and connectionsLaurent Ghigonis2012-12-041-0/+70