aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/libglouglou.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* many improvements, mainly on gg_clientLaurent Ghigonis2012-11-291-59/+151
* basic process event message handlingLaurent Ghigonis2012-11-291-3/+34
* remove TODO, in README.txt nowLaurent Ghigonis2012-11-291-2/+0
* move around functions so they are in the right order.Laurent Ghigonis2012-11-291-111/+115
* auto calculate the packet size in gg_*_send()Laurent Ghigonis2012-11-291-2/+37
* add a way to pass userdata to server and client callbacksLaurent Ghigonis2012-11-291-2/+6
* add missing func headerLaurent Ghigonis2012-11-291-3/+3
* sending and receiving packets implemented and tested in unittestLaurent Ghigonis2012-11-291-12/+101
* improve connection handling between server and client.Laurent Ghigonis2012-11-291-13/+82
* correctly handle new usersLaurent Ghigonis2012-11-291-12/+65
* implement callbacks when server receives a connect, and test it in unit testLaurent Ghigonis2012-11-291-0/+9
* fix function nameLaurent Ghigonis2012-11-291-1/+1
* implement client connectionLaurent Ghigonis2012-11-291-13/+64
* coded gg_server_start()Laurent Ghigonis2012-11-281-10/+104
* add skeleton from ARCHITECTURE.txtLaurent Ghigonis2012-11-261-1/+48
* one file for all will be enough for nowLaurent Ghigonis2012-11-121-0/+15