aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add error() verbose() and debug() to log stuff from libglouglou,Laurent Ghigonis2012-11-302-21/+50
* TODO--Laurent Ghigonis2012-11-291-1/+0
* add BUGLaurent Ghigonis2012-11-291-0/+1
* 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
* TODO++, based on testingLaurent Ghigonis2012-11-291-0/+4
* uddate naming after changesLaurent Ghigonis2012-11-291-18/+18
* update README after name changesLaurent Ghigonis2012-11-291-2/+2
* better namingLaurent Ghigonis2012-11-294-0/+0
* better namingLaurent Ghigonis2012-11-293-0/+0
* indicate where elife isLaurent Ghigonis2012-11-291-0/+1
* remove extra lineLaurent Ghigonis2012-11-291-1/+0
* use EVLOOP_NONBLOCK in event_base_loop(), as we now deal with timers inLaurent Ghigonis2012-11-292-4/+6
* many improvements, mainly on gg_clientLaurent Ghigonis2012-11-292-62/+162
* correctly gg_server_stop() the 2 servers on exit.Laurent Ghigonis2012-11-291-5/+8
* update comments about where it comes fromLaurent Ghigonis2012-11-291-1/+1
* glouglou_ruby is old/Laurent Ghigonis2012-11-294-0/+0
* TODO++Laurent Ghigonis2012-11-291-0/+1
* TODO--Laurent Ghigonis2012-11-291-1/+0
* send process event message through glouglou !Laurent Ghigonis2012-11-291-0/+13
* basic process event message handlingLaurent Ghigonis2012-11-292-12/+67
* remove TODO, in README.txt nowLaurent Ghigonis2012-11-291-2/+0
* add TODOLaurent Ghigonis2012-11-291-0/+6
* add libglouglou and libevent linkingLaurent Ghigonis2012-11-291-1/+1
* netlink socket handling via libeventLaurent Ghigonis2012-11-291-209/+216
* use glouglou ports constantsLaurent Ghigonis2012-11-291-2/+2
* set default ports as constants, and use them in sendrecv unittestLaurent Ghigonis2012-11-292-2/+7
* add preliminary version of gg_trackprock, from trackprocLaurent Ghigonis2012-11-293-0/+284
* move around functions so they are in the right order.Laurent Ghigonis2012-11-291-111/+115
* correctly handle signalsLaurent Ghigonis2012-11-291-1/+12
* update roadmap for 0.4Laurent Ghigonis2012-11-291-4/+3
* do the proxification goofooLaurent Ghigonis2012-11-291-2/+36
* auto calculate the packet size in gg_*_send()Laurent Ghigonis2012-11-293-6/+41
* add very basic glougloudLaurent Ghigonis2012-11-293-0/+133
* move glougloud to oldLaurent Ghigonis2012-11-2915-0/+0
* include event.h here, and also the default queue.h of the system instead of theLaurent Ghigonis2012-11-291-1/+7
* add a way to pass userdata to server and client callbacksLaurent Ghigonis2012-11-294-8/+16
* fix callback function definitionLaurent Ghigonis2012-11-291-1/+1
* add missing func headerLaurent Ghigonis2012-11-291-3/+3
* update for v0.2Laurent Ghigonis2012-11-291-7/+6
* also test user idLaurent Ghigonis2012-11-291-1/+2
* sending and receiving packets implemented and tested in unittestLaurent Ghigonis2012-11-293-22/+127
* add a unittest for testing sending are receiving pktsLaurent Ghigonis2012-11-291-0/+51
* improve connection handling between server and client.Laurent Ghigonis2012-11-293-29/+111
* fix error handling in "make run_loopLaurent Ghigonis2012-11-291-1/+1
* fix Makefile for automatic compilation of new unittestsLaurent Ghigonis2012-11-291-8/+5
* correctly handle new usersLaurent Ghigonis2012-11-292-12/+75
* better namingLaurent Ghigonis2012-11-291-1/+1