aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/libglouglou.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix packet PACKET_NAME len decodingLaurent Ghigonis2012-12-151-1/+1
* fix connection ID decodingLaurent Ghigonis2012-12-121-3/+3
* correctly decode packet sizeLaurent Ghigonis2012-12-111-2/+2
* source cleanup and utils improvementsLaurent Ghigonis2012-12-021-56/+18
* add functions to flush send buffersLaurent Ghigonis2012-12-021-0/+18
* reorganise functions order.Laurent Ghigonis2012-12-021-28/+28
* use while(LIST_FIRST) as a LIST_FOREACH_SAFE ... and remove useless debug printfLaurent Ghigonis2012-12-021-2/+2
* fix 2 bugs.Laurent Ghigonis2012-12-021-15/+1
* work in progress for sendbuf support.Laurent Ghigonis2012-12-021-69/+137
* work in progress on sendbufLaurent Ghigonis2012-12-011-19/+26
* work in progress on implementing a send bufferLaurent Ghigonis2012-12-011-1/+22
* handle process exit eventsLaurent Ghigonis2012-11-301-0/+10
* check pkt->type in pkt_encode()Laurent Ghigonis2012-11-301-0/+2
* work on encoding / decoding gg_packetLaurent Ghigonis2012-11-301-63/+93
* useless to set buf to NULL, as it's not tested afterLaurent Ghigonis2012-11-301-1/+0
* add error() verbose() and debug() to log stuff from libglouglou,Laurent Ghigonis2012-11-301-21/+46
* make gg_packet static when returned by pkt_decode and handle_packet callback,Laurent Ghigonis2012-11-291-29/+29
* add security mention when starting server or creating a client :Laurent Ghigonis2012-11-291-0/+2
* don't go into packet decoding if the user did not set a handle_packet callback.Laurent Ghigonis2012-11-291-20/+22
* use user_send() instead of directly sendto()Laurent Ghigonis2012-11-291-3/+1
* 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