aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | during make install
* 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
| | | | | | | * move utils functions to utils.c * add log functions * use an ifndef for the whole libglouglou.h for multiple inclusion * move gg_packet_props to libglougloud.c and set it as extern in libglouglou.h
* 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
| | | | | no functionnal change. TODO--
* Merge branch 'sendbuf'Laurent Ghigonis2012-12-026-75/+328
|\ | | | | | | | | Conflicts: README.txt
| * 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
| | | | | | | | remove useless function.
| * 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
| | | | | | | | now it compiles :)
| * 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
| | | | by default, do not print anything else than errors
* fix indentLaurent Ghigonis2012-11-301-1/+1
|
* fix indent.Laurent Ghigonis2012-11-301-4/+3
| | | | no functionnal change
* 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
| | | | | | | | | | | * we now do the byte order convertion in libglouglou when *_send(pkt) is called * fix encoding and decoding: byte order, packet len * simpler packet representation, one layer of structs only * setup a nicer solution to get packets size depending on their type * when in verbose mode, show which check failed in pkt_decode() WARNING: This breaks API ! All libglouglou users need to update their gg_packet usage
* 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
|