summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Take into account CRC field for framingHEADmasterFrediano Ziglio1-2/+2
2023-11-07Avoid possible bug with strict aliasingFrediano Ziglio1-4/+11
2023-11-07Remove useless assert in codeFrediano Ziglio1-2/+0
2019-12-18Use calloc instead of malloc+memsetFrediano Ziglio1-3/+1
2019-03-19Bump release version to 1.3Frediano Ziglio1-1/+1
2019-03-19Add compiler dependency to SPEC fileFrediano Ziglio1-0/+2
2019-03-19Check TCP/UDP packet field presenceFrediano Ziglio2-0/+20
2018-10-03Start porting to FreeBSD systemFrediano Ziglio2-26/+28
2017-11-24Bump release version to 1.2v1.2Frediano Ziglio1-1/+1
2016-11-15Use err instead of perror/exitFrediano Ziglio3-40/+23
2016-10-12Distribute shell testFrediano Ziglio1-0/+2
2016-10-12Initialise variable in testsFrediano Ziglio1-1/+1
2016-10-12README: Fix some typosPavel Grunt1-5/+5
2016-10-12ronn not required to build RPMFrediano Ziglio1-2/+0
2016-10-11Bump release version to 1.1Frediano Ziglio1-1/+1
2016-10-11Use ppoll and different threadingFrediano Ziglio1-174/+120
2016-10-11Make test work even for remote caseFrediano Ziglio5-24/+186
2016-10-11Avoid bytes_from_first_read to be set again to 0 while transferingFrediano Ziglio1-1/+1
2016-10-10Add --framing-bytes option and take it into accountFrediano Ziglio5-5/+22
2016-10-09Allows to specify a capture file at command lineFrediano Ziglio2-1/+8
2016-10-09Allow to use a capture file to record packetsFrediano Ziglio2-1/+35
2016-10-09Add code to write IP packets to pcap fileFrediano Ziglio3-0/+123
2016-10-09Use 2 tun devices for local caseFrediano Ziglio6-30/+129
2016-10-09Add the old test_closure test to the automatic testsFrediano Ziglio2-8/+11
2016-10-09Add ping testFrediano Ziglio3-0/+16
2016-10-09Simplify code checkFrediano Ziglio1-12/+15
2016-10-09Assure all bandwidth is used with all settingsFrediano Ziglio1-5/+5
2016-10-09Fix file commentFrediano Ziglio1-1/+5
2016-10-09Distribute missing header fileFrediano Ziglio1-0/+1
2016-10-08Add bandwidth testFrediano Ziglio3-0/+139
2016-10-08Add some automatic testsFrediano Ziglio7-2/+297
2016-10-07Wait proper writer thread terminationFrediano Ziglio1-1/+16
2016-10-07Use autoconf tools in spec fileFrediano Ziglio1-4/+3
2016-10-04Convert project to autoconfFrediano Ziglio5-33/+49
2016-09-28Allows to build rpm packageFrediano Ziglio3-3/+48
2016-09-28Extend README/man pageFrediano Ziglio1-1/+41
2016-09-28Add some comments and notesFrediano Ziglio1-3/+29
2016-09-26Remove obsolete declarationsFrediano Ziglio1-3/+0
2016-09-26Check setuid return valueFrediano Ziglio1-3/+10
2016-09-25Use 2 ip address instead of 4Frediano Ziglio1-1/+1
2016-09-25Fix test for old versions of ncFrediano Ziglio1-1/+1
2016-09-19Add speed specification in gigabytes/bitsFrediano Ziglio2-0/+6
2016-09-17Produce manual page using README.md and ronn utilityFrediano Ziglio3-13/+27
2016-09-17Fix typo in README.mdFrediano Ziglio1-1/+1
2016-07-29fix local modeFrediano Ziglio1-5/+4
2016-07-28change completely client/server protocolFrediano Ziglio4-33/+209
2016-07-28initial client/server implementationFrediano Ziglio3-4/+86
2016-07-27use an IP macro to make easier to understand the constant ip usedFrediano Ziglio2-1/+3
2016-07-27use same indentation for functionsFrediano Ziglio1-3/+6
2016-07-19Make tun_fd variable staticFrediano Ziglio3-11/+9