summaryrefslogtreecommitdiff
path: root/mcastseed
Commit message (Expand)AuthorAgeFilesLines
* Minor things : traling spaces, warn unused, duplicate varsLudovic Pouzenc2016-07-251-19/+25
* Drop qsort(), use GnuLib's gl_rbtree_listLudovic Pouzenc2016-07-241-97/+145
* Remove dup in dgrambug API : dgrambuf_everything_was_received().Ludovic Pouzenc2016-07-242-6/+7
* gnulib : fix automake configuration to link against it.Ludovic Pouzenc2016-07-241-1/+2
* gnulib set does not provide "get" operation, needed for dgrambuf.Ludovic Pouzenc2016-07-2115-950/+2472
* Import gnulib m4 macros. ($ ~/git/gnulib/gnulib-tool --import rbtree-oset)Ludovic Pouzenc2016-07-208-0/+1141
* Importing gnulib module gl_rbtree_oset and depsLudovic Pouzenc2016-07-206-0/+1573
* Adjust autoconf/make config for using gnulib + use config.hLudovic Pouzenc2016-07-207-17/+134
* Dummy stop condition to have gmon output for now (^C dont output gmon.out)Ludovic Pouzenc2016-07-201-1/+11
* First tries with big packets. IPv6 frag if UDP payload >1408 bytes. leech eat...Ludovic Pouzenc2016-07-171-7/+15
* Remove solved /* XXX ... */Ludovic Pouzenc2016-07-171-7/+2
* Drop msock.h and socket portability.Ludovic Pouzenc2016-07-177-460/+346
* API changes, pedandic fixes, dgrambuf stats & info field, recvmmsg() with ala...Ludovic Pouzenc2016-07-175-198/+486
* Pedantic-aware code (decl before code)Ludovic Pouzenc2016-07-171-7/+8
* Bugfix for EOF + pedantic-aware commentsLudovic Pouzenc2016-07-171-5/+9
* GCC in pedantic mode minus some warnings like printf("%zu"...);Ludovic Pouzenc2016-07-171-1/+4
* Tiny slowish pseudo random dd to debug partial writes implementation in mcast...Ludovic Pouzenc2016-07-102-1/+34
* Implement dgrambuf_have_data_ready_to_write() + tidy up.Ludovic Pouzenc2016-07-054-47/+83
* Refactor, keep tracing on stderr, corrections for iovec size and dup dgram ha...Ludovic Pouzenc2016-07-035-126/+205
* dgrambuf: full scatter/gather, no ringbuffer. Dummy data to check some code p...Ludovic Pouzenc2016-07-024-123/+199
* receive_data : use some ring buffer to batch recv, reorder, validateLudovic Pouzenc2016-06-255-18/+325
* autoreconf needs NEWS fileLudovic Pouzenc2016-06-241-0/+0
* Initial import : make-boot-image.sh operationnal. Dumb mcastseed.Ludovic Pouzenc2016-06-1712-0/+1513