aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add TO TOOK AT sectionLaurent Ghigonis2012-12-111-0/+6
|
* force node size for nowLaurent Ghigonis2012-12-111-1/+1
|
* send egraph blobs on glouglou data packetsLaurent Ghigonis2012-12-111-2/+15
|
* disable edge deletion for nowLaurent Ghigonis2012-12-101-1/+3
|
* fix ip_to_str()Laurent Ghigonis2012-12-101-1/+1
|
* show node ip on the network graph, and display a black backgroundLaurent Ghigonis2012-12-101-4/+16
|
* first version that acualy displays something !Laurent Ghigonis2012-12-101-45/+108
| | | | | * add nodes and connections on the graph uppon gg_packet receive * improve UI
* CFLAGS: include debug symbols and remove optimisationLaurent Ghigonis2012-12-101-1/+2
|
* follow libgget API breakageLaurent Ghigonis2012-12-102-2/+2
|
* support for client side usage, and fix connection id handlingLaurent Ghigonis2012-12-102-15/+103
| | | | | | | | * 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
* link with egraphLaurent Ghigonis2012-12-081-1/+1
|
* update RequirementsLaurent Ghigonis2012-12-061-3/+2
|
* research docsLaurent Ghigonis2012-12-061-0/+16
|
* add a broken spike, still code is interestingLaurent Ghigonis2012-12-061-0/+233
|
* more testsLaurent Ghigonis2012-12-061-25/+34
|
* hand notes on gg_map architectureLaurent Ghigonis2012-12-051-0/+0
|
* reasearch notes on igraphLaurent Ghigonis2012-12-052-0/+40
|
* TODO++Laurent Ghigonis2012-12-051-0/+5
|
* add igraph spikesLaurent Ghigonis2012-12-053-1/+198
|
* spikeLaurent Ghigonis2012-12-052-0/+83
|
* choice changes for gg_mapLaurent Ghigonis2012-12-051-1/+2
|
* research notesLaurent Ghigonis2012-12-053-30/+305
|
* Research notesLaurent Ghigonis2012-12-051-0/+34
|
* TODO++Laurent Ghigonis2012-12-051-0/+8
|
* basic version that opens an elementary window, connects to glougloud serverLaurent Ghigonis2012-12-041-205/+51
| | | | and prints received connection packets
* link to libevent and libglouglouLaurent Ghigonis2012-12-041-1/+1
|
* fix "sudo make install" by removing wrong call to useraddLaurent Ghigonis2012-12-041-1/+0
|
* 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-042-5/+22
|
* TODO reorganisationLaurent Ghigonis2012-12-041-2/+2
|
* TODO--Laurent Ghigonis2012-12-041-2/+0
|
* code indentLaurent Ghigonis2012-12-041-12/+12
|
* factorise all ethernet handling in ether_handle()Laurent Ghigonis2012-12-041-61/+35
|
* remove useless ifdef OpenBSD, as we are already in an OpenBSD ifdefLaurent Ghigonis2012-12-041-4/+0
|
* handle listening on any interface, by passing to interface option to gg_sniff.Laurent Ghigonis2012-12-042-23/+114
| | | | therefore, implement LINUX_SLL handling in pcap.c
* stop the servers in the main(), not in signal handlers !Laurent Ghigonis2012-12-041-4/+4
| | | | it's bad practise to do any processing in signal handlers.
* fix conntimer event setupLaurent Ghigonis2012-12-041-1/+1
|
* fix signal handler, cmdline args and retvalLaurent Ghigonis2012-12-041-21/+26
|
* cleanup all objectsLaurent Ghigonis2012-12-041-1/+1
|
* work on gg_sniff, now it compilesLaurent Ghigonis2012-12-045-87/+250
|
* 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 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
|
* TODO++, many of themLaurent Ghigonis2012-12-041-0/+18
|
* mention ./configure --enable-glouglouLaurent Ghigonis2012-12-041-0/+5
|
* libbsd is for linux onlyLaurent Ghigonis2012-12-041-1/+1
|