aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* better namingLaurent Ghigonis2012-11-291-1/+1
|
* add a "make run_loop" target to execute the unit tests 20 timesLaurent Ghigonis2012-11-291-0/+18
|
* formating fixLaurent Ghigonis2012-11-291-1/+0
|
* implement callbacks when server receives a connect, and test it in unit testLaurent Ghigonis2012-11-293-18/+46
|
* fix errors count in unit tests runLaurent Ghigonis2012-11-291-0/+1
|
* improve unit testLaurent Ghigonis2012-11-291-2/+9
|
* correctly set LD_LIBRARY_PATH to use libglouglou from parent dirLaurent Ghigonis2012-11-291-1/+1
|
* compile the sources before running unit testsLaurent Ghigonis2012-11-291-1/+1
|
* improve "make run" tests outputLaurent Ghigonis2012-11-291-2/+7
|
* add a way to run all the tests and document it in tests/README.txtLaurent Ghigonis2012-11-292-0/+17
|
* add first unit testsLaurent Ghigonis2012-11-292-0/+30
|
* fix function nameLaurent Ghigonis2012-11-291-1/+1
|
* implement client connectionLaurent Ghigonis2012-11-292-14/+73
| | | | fix includes
* fix make installLaurent Ghigonis2012-11-291-2/+2
|
* coded gg_server_start()Laurent Ghigonis2012-11-282-23/+127
|
* add skeleton from ARCHITECTURE.txtLaurent Ghigonis2012-11-262-1/+61
|
* one file for all will be enough for nowLaurent Ghigonis2012-11-121-0/+0
|
* correct includes and fix CFLAGSLaurent Ghigonis2012-11-122-4/+7
|
* compilation basicsLaurent Ghigonis2012-11-122-4/+29
|
* libglouglou in READMELaurent Ghigonis2012-07-211-0/+1
|
* add libglouglou, for now only containing libglouglou.h, containing theLaurent Ghigonis2012-07-212-0/+63
packet structure used to communicate between client and server