aboutsummaryrefslogtreecommitdiffstats
path: root/ROADMAP.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-29basic process event message handlingLaurent Ghigonis2-12/+67
2012-11-29remove TODO, in README.txt nowLaurent Ghigonis1-2/+0
2012-11-29add TODOLaurent Ghigonis1-0/+6
2012-11-29add libglouglou and libevent linkingLaurent Ghigonis1-1/+1
2012-11-29netlink socket handling via libeventLaurent Ghigonis1-209/+216
2012-11-29use glouglou ports constantsLaurent Ghigonis1-2/+2
2012-11-29set default ports as constants, and use them in sendrecv unittestLaurent Ghigonis2-2/+7
2012-11-29add preliminary version of gg_trackprock, from trackprocLaurent Ghigonis3-0/+284
2012-11-29move around functions so they are in the right order.Laurent Ghigonis1-111/+115
2012-11-29correctly handle signalsLaurent Ghigonis1-1/+12
2012-11-29update roadmap for 0.4Laurent Ghigonis1-4/+3
2012-11-29do the proxification goofooLaurent Ghigonis1-2/+36
2012-11-29auto calculate the packet size in gg_*_send()Laurent Ghigonis3-6/+41
2012-11-29add very basic glougloudLaurent Ghigonis3-0/+133
2012-11-29move glougloud to oldLaurent Ghigonis15-0/+0
2012-11-29include event.h here, and also the default queue.h of the system instead of theLaurent Ghigonis1-1/+7
2012-11-29add a way to pass userdata to server and client callbacksLaurent Ghigonis4-8/+16
2012-11-29fix callback function definitionLaurent Ghigonis1-1/+1
2012-11-29add missing func headerLaurent Ghigonis1-3/+3
2012-11-29update for v0.2Laurent Ghigonis1-7/+6
2012-11-29also test user idLaurent Ghigonis1-1/+2
2012-11-29sending and receiving packets implemented and tested in unittestLaurent Ghigonis3-22/+127