aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert to tabs, and fix some indent manualyLaurent Ghigonis2013-06-051-1/+1
| | | | no functionnal change
* integrate gg_sniff dns handling into libggnetLaurent Ghigonis2012-12-151-2/+2
| | | | | | | | 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
* add libggnet, a helper to keep track of network nodes and connectionsLaurent Ghigonis2012-12-041-2/+2
|
* source cleanup and utils improvementsLaurent Ghigonis2012-12-021-1/+1
| | | | | | | * move utils functions to utils.c * add log functions * use an ifndef for the whole libglouglou.h for multiple inclusion * move gg_packet_props to libglougloud.c and set it as extern in libglouglou.h
* add sendbuf.c to libglouglou.so buildLaurent Ghigonis2012-12-021-1/+1
|
* explictly set source and headersLaurent Ghigonis2012-12-011-2/+2
|
* fix make installLaurent Ghigonis2012-11-291-2/+2
|
* correct includes and fix CFLAGSLaurent Ghigonis2012-11-121-4/+2
|
* compilation basicsLaurent Ghigonis2012-11-121-4/+19
|
* add libglouglou, for now only containing libglouglou.h, containing theLaurent Ghigonis2012-07-211-0/+13
packet structure used to communicate between client and server