Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-11-07 | Take into account CRC field for framingHEADmaster | Frediano Ziglio | 1 | -2/+2 |
2023-11-07 | Avoid possible bug with strict aliasing | Frediano Ziglio | 1 | -4/+11 |
2023-11-07 | Remove useless assert in code | Frediano Ziglio | 1 | -2/+0 |
2019-12-18 | Use calloc instead of malloc+memset | Frediano Ziglio | 1 | -3/+1 |
2019-03-19 | Bump release version to 1.3 | Frediano Ziglio | 1 | -1/+1 |
2019-03-19 | Add compiler dependency to SPEC file | Frediano Ziglio | 1 | -0/+2 |
2019-03-19 | Check TCP/UDP packet field presence | Frediano Ziglio | 2 | -0/+20 |
2018-10-03 | Start porting to FreeBSD system | Frediano Ziglio | 2 | -26/+28 |
2017-11-24 | Bump release version to 1.2v1.2 | Frediano Ziglio | 1 | -1/+1 |
2016-11-15 | Use err instead of perror/exit | Frediano Ziglio | 3 | -40/+23 |
2016-10-12 | Distribute shell test | Frediano Ziglio | 1 | -0/+2 |
2016-10-12 | Initialise variable in tests | Frediano Ziglio | 1 | -1/+1 |
2016-10-12 | README: Fix some typos | Pavel Grunt | 1 | -5/+5 |
2016-10-12 | ronn not required to build RPM | Frediano Ziglio | 1 | -2/+0 |
2016-10-11 | Bump release version to 1.1 | Frediano Ziglio | 1 | -1/+1 |
2016-10-11 | Use ppoll and different threading | Frediano Ziglio | 1 | -174/+120 |
2016-10-11 | Make test work even for remote case | Frediano Ziglio | 5 | -24/+186 |
2016-10-11 | Avoid bytes_from_first_read to be set again to 0 while transfering | Frediano Ziglio | 1 | -1/+1 |
2016-10-10 | Add --framing-bytes option and take it into account | Frediano Ziglio | 5 | -5/+22 |
2016-10-09 | Allows to specify a capture file at command line | Frediano Ziglio | 2 | -1/+8 |
2016-10-09 | Allow to use a capture file to record packets | Frediano Ziglio | 2 | -1/+35 |
2016-10-09 | Add code to write IP packets to pcap file | Frediano Ziglio | 3 | -0/+123 |
2016-10-09 | Use 2 tun devices for local case | Frediano Ziglio | 6 | -30/+129 |
2016-10-09 | Add the old test_closure test to the automatic tests | Frediano Ziglio | 2 | -8/+11 |
2016-10-09 | Add ping test | Frediano Ziglio | 3 | -0/+16 |
2016-10-09 | Simplify code check | Frediano Ziglio | 1 | -12/+15 |
2016-10-09 | Assure all bandwidth is used with all settings | Frediano Ziglio | 1 | -5/+5 |
2016-10-09 | Fix file comment | Frediano Ziglio | 1 | -1/+5 |
2016-10-09 | Distribute missing header file | Frediano Ziglio | 1 | -0/+1 |
2016-10-08 | Add bandwidth test | Frediano Ziglio | 3 | -0/+139 |
2016-10-08 | Add some automatic tests | Frediano Ziglio | 7 | -2/+297 |
2016-10-07 | Wait proper writer thread termination | Frediano Ziglio | 1 | -1/+16 |
2016-10-07 | Use autoconf tools in spec file | Frediano Ziglio | 1 | -4/+3 |
2016-10-04 | Convert project to autoconf | Frediano Ziglio | 5 | -33/+49 |
2016-09-28 | Allows to build rpm package | Frediano Ziglio | 3 | -3/+48 |
2016-09-28 | Extend README/man page | Frediano Ziglio | 1 | -1/+41 |
2016-09-28 | Add some comments and notes | Frediano Ziglio | 1 | -3/+29 |
2016-09-26 | Remove obsolete declarations | Frediano Ziglio | 1 | -3/+0 |
2016-09-26 | Check setuid return value | Frediano Ziglio | 1 | -3/+10 |
2016-09-25 | Use 2 ip address instead of 4 | Frediano Ziglio | 1 | -1/+1 |
2016-09-25 | Fix test for old versions of nc | Frediano Ziglio | 1 | -1/+1 |
2016-09-19 | Add speed specification in gigabytes/bits | Frediano Ziglio | 2 | -0/+6 |
2016-09-17 | Produce manual page using README.md and ronn utility | Frediano Ziglio | 3 | -13/+27 |
2016-09-17 | Fix typo in README.md | Frediano Ziglio | 1 | -1/+1 |
2016-07-29 | fix local mode | Frediano Ziglio | 1 | -5/+4 |
2016-07-28 | change completely client/server protocol | Frediano Ziglio | 4 | -33/+209 |
2016-07-28 | initial client/server implementation | Frediano Ziglio | 3 | -4/+86 |
2016-07-27 | use an IP macro to make easier to understand the constant ip used | Frediano Ziglio | 2 | -1/+3 |
2016-07-27 | use same indentation for functions | Frediano Ziglio | 1 | -3/+6 |
2016-07-19 | Make tun_fd variable static | Frediano Ziglio | 3 | -11/+9 |