summaryrefslogtreecommitdiff
path: root/mcastseed/src
Commit message (Expand)AuthorAgeFilesLines
* Massive add for all draft stuff to keep it in syncLudovic Pouzenc2017-05-059-1936/+0
* Failed bug fix for partial write (uftp choosen as temporary mcastseed remplac...Ludovic Pouzenc2016-10-023-46/+48
* Merge branch 'master' of pouzenc.fr:eficastLudovic Pouzenc2016-09-201-10/+13
|\
| * gl_list : constitent use of *sorted* methods. Fix out of bound write.Ludovic Pouzenc2016-07-251-10/+13
* | dgrambuf_stats(): don't compute dgram_missing if last_seq is unknownLudovic Pouzenc2016-08-151-1/+4
* | dgrambuf: fix slots init, _add() error checking, detect dups on readLudovic Pouzenc2016-08-152-18/+30
* | mcastleech: print dgrambuf stats at finalize_job stateLudovic Pouzenc2016-08-153-1/+26
|/
* Remoave all trailing spaces.Ludovic Pouzenc2016-07-255-34/+33
* 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
* Adjust autoconf/make config for using gnulib + use config.hLudovic Pouzenc2016-07-204-1/+6
* 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
* Initial import : make-boot-image.sh operationnal. Dumb mcastseed.Ludovic Pouzenc2016-06-175-0/+1105