aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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