aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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 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
* 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
* tweakLaurent Ghigonis2012-07-221-1/+1
* document externalLaurent Ghigonis2012-07-221-0/+8
* follow imsgev changesLaurent Ghigonis2012-07-223-6/+32
* fix imcompatibility between imsg and imsgev !Laurent Ghigonis2012-07-222-6/+17
* make it at least compile on linux.Laurent Ghigonis2012-07-2212-12/+1329
* libglouglou in READMELaurent Ghigonis2012-07-212-0/+4
* rename callback, always prefix callback functions by _cb_Laurent Ghigonis2012-07-211-4/+3
* add a basic glouglou_efl program that opens a graphical window andLaurent Ghigonis2012-07-212-0/+91
* struct packet is now in libglouglou, so remove it from here and #includeLaurent Ghigonis2012-07-212-49/+4
* add libglouglou, for now only containing libglouglou.h, containing theLaurent Ghigonis2012-07-212-0/+63
* todo++laurent2012-07-181-0/+6
* improve bug trackinglaurent2012-07-182-0/+7
* improve bug trackinglaurent2012-07-183-3/+17
* reorganise / improve roadmaplaurent2012-07-181-6/+22