aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use a variable to store dedicated USER _glougloudLaurent Ghigonis2012-12-021-4/+5
* use libglouglou droppriv to user _glougloud, and create group/userLaurent Ghigonis2012-12-022-0/+19
* wordingLaurent Ghigonis2012-12-021-2/+2
* add Requirements and Sendbuf sectionsLaurent Ghigonis2012-12-021-0/+13
* TODO--Laurent Ghigonis2012-12-021-4/+2
* use BSD queue.h on linux from libbsdLaurent Ghigonis2012-12-021-8/+8
* add BSD queue.h in contrib/Laurent Ghigonis2012-12-021-0/+568
* prefix log_* functions by gg_Laurent Ghigonis2012-12-022-14/+18
* source cleanup and utils improvementsLaurent Ghigonis2012-12-024-73/+239
* add some evdns spikesLaurent Ghigonis2012-12-023-0/+263
* udptate archiLaurent Ghigonis2012-12-021-0/+0
* gg_sniff archiLaurent Ghigonis2012-12-021-0/+0
* move some files to doc/Laurent Ghigonis2012-12-025-0/+0
* fix sendrecv unit test by using send buffer flush functionsLaurent Ghigonis2012-12-021-5/+7
* add functions to flush send buffersLaurent Ghigonis2012-12-024-11/+33
* TODO++Laurent Ghigonis2012-12-021-1/+3
* update README, more explicit and trueLaurent Ghigonis2012-12-021-7/+27
* rename gg_net to gg_mapLaurent Ghigonis2012-12-024-1/+1
* rename glouglou_efl to gg_netLaurent Ghigonis2012-12-022-1/+1
* rename gg_efl to gg_netLaurent Ghigonis2012-12-025-1/+3
* reorganise functions order.Laurent Ghigonis2012-12-023-32/+30
* Merge branch 'sendbuf'Laurent Ghigonis2012-12-026-75/+328
|\
| * TODO++Laurent Ghigonis2012-12-021-0/+2
| * TODO--Laurent Ghigonis2012-12-021-2/+0
| * 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-022-16/+7
| * TODO += 2Laurent Ghigonis2012-12-021-0/+4
| * add sendbuf.c to libglouglou.so buildLaurent Ghigonis2012-12-021-1/+1
| * work in progress for sendbuf support.Laurent Ghigonis2012-12-024-127/+210
| * work in progress on sendbufLaurent Ghigonis2012-12-013-26/+41
| * work in progress on implementing a send bufferLaurent Ghigonis2012-12-014-1/+161
* | more precision on TODOLaurent Ghigonis2012-12-011-1/+1
|/
* explictly set source and headersLaurent Ghigonis2012-12-011-2/+2
* TODO++Laurent Ghigonis2012-11-301-0/+2
* TODO--Laurent Ghigonis2012-11-301-1/+0
* detect process exit events and send them to glouglouLaurent Ghigonis2012-11-301-1/+5
* handle process exit eventsLaurent Ghigonis2012-11-302-1/+22
* check pkt->type in pkt_encode()Laurent Ghigonis2012-11-301-0/+2
* TODO -= 4Laurent Ghigonis2012-11-301-4/+0
* handle loglevel by passing one or multiple -v.Laurent Ghigonis2012-11-301-37/+75
* fix indentLaurent Ghigonis2012-11-301-1/+1
* fix indent.Laurent Ghigonis2012-11-301-4/+3
* update after libglouglou gg_packet API breakLaurent Ghigonis2012-11-301-10/+14
* set libglouglou verbosity relative to log levelLaurent Ghigonis2012-11-301-0/+2
* work on encoding / decoding gg_packetLaurent Ghigonis2012-11-302-102/+145
* revert +1 for \0 ideaLaurent Ghigonis2012-11-301-2/+2
* add comment about \0 at the end of gg_packet variable args sizeLaurent Ghigonis2012-11-301-2/+2
* variable arguments should be one byte more, to store the \0Laurent Ghigonis2012-11-301-2/+2
* useless to set buf to NULL, as it's not tested afterLaurent Ghigonis2012-11-301-1/+0
* fix indentLaurent Ghigonis2012-11-301-2/+2