aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* include event.h here, and also the default queue.h of the system instead of theLaurent Ghigonis2012-11-291-1/+7
| | | | shipped one for now
* 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
| | | | | better API. skeletion for packet_decode()
* 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
|
* 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
|
* update to new architectureLaurent Ghigonis2012-11-261-21/+38
|
* 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
|
* tweaksLaurent Ghigonis2012-11-061-3/+3
|
* new architecture docLaurent Ghigonis2012-11-062-0/+48
|
* add some notesLaurent Ghigonis2012-11-061-0/+4
|
* update roadmapLaurent Ghigonis2012-07-221-5/+11
|
* implement nodes and connections, and display nodes as buttonsLaurent Ghigonis2012-07-221-32/+211
|
* todo++Laurent Ghigonis2012-07-221-0/+2
|
* improve newconn fields encodingLaurent Ghigonis2012-07-221-3/+3
|
* quick hack to display new connections in windowLaurent Ghigonis2012-07-221-4/+37
|
* better printing of received dataLaurent Ghigonis2012-07-221-8/+16
|
* when going through a LIST and removing elements in the loop, you need toLaurent Ghigonis2012-07-222-7/+8
| | | | use LIST_FOREACH_SAFE !
* fatal() messages are now prefixed by "fatal:"Laurent Ghigonis2012-07-221-1/+1
|
* do not capture DNS as it can come from glougloud itselfLaurent Ghigonis2012-07-221-1/+1
|
* add "Notes on architecture and security" sectionLaurent Ghigonis2012-07-221-0/+18
|
* precise linux versionLaurent Ghigonis2012-07-221-1/+1
|
* require libglouglouLaurent Ghigonis2012-07-221-1/+3
|
* indicates it works on linux now, and that we require libglouglouLaurent Ghigonis2012-07-221-2/+3
|
* fix some pointer arithmetic when mixing pointers with integers : alwaysLaurent Ghigonis2012-07-221-5/+7
| | | | cast pointers to (u_char *) before the operation !
* tweakLaurent Ghigonis2012-07-221-1/+1
|