| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | make-boot-image.sh : Minor cosmetics | Ludovic Pouzenc | 2016-10-02 | 1 | -2/+2 |
| * | Failed bug fix for partial write (uftp choosen as temporary mcastseed remplac... | Ludovic Pouzenc | 2016-10-02 | 3 | -46/+48 |
| * | Add uftp-multicast + sinkdo/sinkcat + bug hunting. | Ludovic Pouzenc | 2016-09-26 | 1 | -41/+188 |
* | | make-boot-image/kernel customization : readable comments | Ludovic Pouzenc | 2016-12-18 | 1 | -6/+8 |
* | | make-boot-image : add some RAID support | Ludovic Pouzenc | 2016-12-18 | 1 | -1/+5 |
* | | make-boot-image : move dead code lying after nc daemon foreground spawn | Ludovic Pouzenc | 2016-12-18 | 1 | -3/+2 |
* | | make-boot-image : merge all debug things in $DEVEL_MODE conf var | Ludovic Pouzenc | 2016-12-18 | 1 | -8/+16 |
* | | make-boot-image : fix syntax error for make -j | Ludovic Pouzenc | 2016-12-18 | 1 | -1/+1 |
* | | make-boot-image : make kernel in parrallel | Ludovic Pouzenc | 2016-12-18 | 1 | -1/+3 |
* | | nic-firmware update | Ludovic Pouzenc | 2016-12-18 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of pouzenc.fr:eficast | Ludovic Pouzenc | 2016-09-20 | 1 | -10/+13 |
|\ |
|
| * | Merge branch 'master' of ssh://pouzenc.fr/var/git/eficast | Ludovic Pouzenc | 2016-09-20 | 2 | -114/+147 |
| |\ |
|
| * | | gl_list : constitent use of *sorted* methods. Fix out of bound write. | Ludovic Pouzenc | 2016-07-25 | 1 | -10/+13 |
* | | | dgrambuf_stats(): don't compute dgram_missing if last_seq is unknown | Ludovic Pouzenc | 2016-08-15 | 1 | -1/+4 |
* | | | dgrambuf: fix slots init, _add() error checking, detect dups on read | Ludovic Pouzenc | 2016-08-15 | 2 | -18/+30 |
* | | | mcastleech: print dgrambuf stats at finalize_job state | Ludovic Pouzenc | 2016-08-15 | 3 | -1/+26 |
| |/
|/| |
|
* | | WORKDIR in /tmp is not a good nor secure idea. | Ludovic Pouzenc | 2016-08-15 | 1 | -0/+1 |
* | | Check for Debian, Add perf kernel tool, remove atop | Ludovic Pouzenc | 2016-08-15 | 1 | -114/+146 |
|/ |
|
* | Remoave all trailing spaces. | Ludovic Pouzenc | 2016-07-25 | 5 | -34/+33 |
* | Minor things : traling spaces, warn unused, duplicate vars | Ludovic Pouzenc | 2016-07-25 | 1 | -19/+25 |
* | Drop qsort(), use GnuLib's gl_rbtree_list | Ludovic Pouzenc | 2016-07-24 | 1 | -97/+145 |
* | Remove dup in dgrambug API : dgrambuf_everything_was_received(). | Ludovic Pouzenc | 2016-07-24 | 2 | -6/+7 |
* | gnulib : fix automake configuration to link against it. | Ludovic Pouzenc | 2016-07-24 | 1 | -1/+2 |
* | gnulib set does not provide "get" operation, needed for dgrambuf. | Ludovic Pouzenc | 2016-07-21 | 16 | -951/+2473 |
* | Import gnulib m4 macros. ($ ~/git/gnulib/gnulib-tool --import rbtree-oset) | Ludovic Pouzenc | 2016-07-20 | 9 | -7/+1151 |
* | Importing gnulib module gl_rbtree_oset and deps | Ludovic Pouzenc | 2016-07-20 | 6 | -0/+1573 |
* | Adjust autoconf/make config for using gnulib + use config.h | Ludovic Pouzenc | 2016-07-20 | 8 | -17/+136 |
* | Dummy stop condition to have gmon output for now (^C dont output gmon.out) | Ludovic Pouzenc | 2016-07-20 | 1 | -1/+11 |
* | First tries with big packets. IPv6 frag if UDP payload >1408 bytes. leech eat... | Ludovic Pouzenc | 2016-07-17 | 1 | -7/+15 |
* | Remove solved /* XXX ... */ | Ludovic Pouzenc | 2016-07-17 | 1 | -7/+2 |
* | Drop msock.h and socket portability. | Ludovic Pouzenc | 2016-07-17 | 7 | -460/+346 |
* | API changes, pedandic fixes, dgrambuf stats & info field, recvmmsg() with ala... | Ludovic Pouzenc | 2016-07-17 | 5 | -198/+486 |
* | Pedantic-aware code (decl before code) | Ludovic Pouzenc | 2016-07-17 | 1 | -7/+8 |
* | Bugfix for EOF + pedantic-aware comments | Ludovic Pouzenc | 2016-07-17 | 1 | -5/+9 |
* | GCC in pedantic mode minus some warnings like printf("%zu"...); | Ludovic Pouzenc | 2016-07-17 | 1 | -1/+4 |
* | Tiny slowish pseudo random dd to debug partial writes implementation in mcast... | Ludovic Pouzenc | 2016-07-10 | 3 | -1/+35 |
* | Implement dgrambuf_have_data_ready_to_write() + tidy up. | Ludovic Pouzenc | 2016-07-05 | 4 | -47/+83 |
* | Refactor, keep tracing on stderr, corrections for iovec size and dup dgram ha... | Ludovic Pouzenc | 2016-07-03 | 6 | -126/+207 |
* | dgrambuf: full scatter/gather, no ringbuffer. Dummy data to check some code p... | Ludovic Pouzenc | 2016-07-02 | 4 | -123/+199 |
* | receive_data : use some ring buffer to batch recv, reorder, validate | Ludovic Pouzenc | 2016-06-25 | 5 | -18/+325 |
* | autoreconf needs NEWS file | Ludovic Pouzenc | 2016-06-24 | 2 | -1/+0 |
* | Initial import : make-boot-image.sh operationnal. Dumb mcastseed. | Ludovic Pouzenc | 2016-06-17 | 14 | -0/+1871 |