Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
2016-07-19 | Specify how to use it | Frediano Ziglio | 1 | -0/+3 |
2016-07-19 | Add "install" target to Makefile | Frediano Ziglio | 1 | -0/+6 |
2016-07-12 | Allows execution with suid bit | Frediano Ziglio | 1 | -0/+12 |
2016-07-12 | Increase priority | Frediano Ziglio | 1 | -0/+4 |
2016-07-12 | check IP version before accessing additional fields | Frediano Ziglio | 1 | -0/+2 |
2016-07-08 | add some documentation for the project | Frediano Ziglio | 1 | -0/+29 |
2016-07-08 | update test for tun/tap usage | Frediano Ziglio | 1 | -8/+11 |
2016-07-08 | use two flows (one upstream one downstream) | Frediano Ziglio | 1 | -59/+66 |
2016-07-08 | add debug information to output | Frediano Ziglio | 1 | -1/+1 |
2016-07-08 | print some statistics | Frediano Ziglio | 1 | -0/+14 |
2016-07-08 | use tun/tap instead of normal sockets | Frediano Ziglio | 5 | -275/+41 |
2016-07-08 | allow to easily exclude debugging | Frediano Ziglio | 1 | -3/+7 |
2016-07-08 | starting using tun/tap | Frediano Ziglio | 4 | -1/+228 |
2016-07-08 | try to fix high bandwidth problems | Frediano Ziglio | 1 | -2/+7 |
2016-01-20 | add a test for connection closure | Frediano Ziglio | 1 | -0/+34 |
2016-01-20 | handle better disconnection | Frediano Ziglio | 1 | -2/+18 |
2016-01-19 | better parsing of latency parameter | Frediano Ziglio | 1 | -8/+5 |
2016-01-19 | build: add clean target | Frediano Ziglio | 1 | -0/+2 |
2016-01-11 | use INADDR_LOOPBACK instead or inet_addr with loopback string | Frediano Ziglio | 2 | -2/+2 |
2016-01-11 | try to handle different chunks of data | Frediano Ziglio | 1 | -83/+87 |
2016-01-11 | implement latency and rate limits | Frediano Ziglio | 3 | -6/+124 |
2016-01-11 | initial import | Frediano Ziglio | 7 | -0/+334 |