aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add libggnet, a helper to keep track of network nodes and connectionsLaurent Ghigonis2012-12-043-2/+226
* wordingLaurent Ghigonis2012-12-031-1/+1
* TODO++Laurent Ghigonis2012-12-031-0/+2
* fix typo for ifdef OpenBSDLaurent Ghigonis2012-12-031-1/+1
* add _gg_sniff group and user creation on "make install"Laurent Ghigonis2012-12-021-0/+13
* wordingLaurent Ghigonis2012-12-021-1/+1
* update gg_map name, add WARNING of work in progressLaurent Ghigonis2012-12-022-1/+2
* work in progress on gg_sniffLaurent Ghigonis2012-12-026-0/+331
* oops, fix _gg_trackproc userLaurent Ghigonis2012-12-022-3/+3
* useless as we use the one from libbsdLaurent Ghigonis2012-12-021-568/+0
* wordingLaurent Ghigonis2012-12-021-3/+3
* TODO++Laurent Ghigonis2012-12-021-0/+2
* add parenthesis and brackets for code lisibility.Laurent Ghigonis2012-12-021-3/+4
* TODO reorderingLaurent Ghigonis2012-12-021-2/+2
* TODO--Laurent Ghigonis2012-12-021-2/+0
* TODO++Laurent Ghigonis2012-12-021-0/+2
* add "make install" and make clean" targets.Laurent Ghigonis2012-12-021-0/+25
* droppriv() and chroot in /procLaurent Ghigonis2012-12-021-1/+9
* fix droppriv call after API breakageLaurent Ghigonis2012-12-021-1/+1
* droppriv(): ability not to chroot, and to chroot in a specific directoryLaurent Ghigonis2012-12-022-4/+8
* 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