Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lwip
AgeCommit message (Expand)Author
2019-08-20Cherry pick http://git.savannah.nongnu.org/cgit/lwip.git/tree/src/core/tcp_ou...Mygod
2017-09-26tun2socks: Call the other lwip timer functions that should beAmbroz Bizjak
2017-09-26tun2socks: Compile lwip timeouts.c and don't define our own tcp_timer_neededAmbroz Bizjak
2017-09-26Update lwip to 1710fc1a89578dfaaff684a1aafbc4d16e346f79Ambroz Bizjak
2017-09-26tun2socks: Update lwIP to 931b5e643c25820a99bb8df94ab37db6b58c446bAmbroz Bizjak
2014-11-16lwip: Fix undefined behavior.Ambroz Bizjak
2014-11-16lwip: Fix warning.Ambroz Bizjak
2014-11-16lwip: Fix warning.Ambroz Bizjak
2014-10-16Use badvpn_add_library for all internal libraries.Ambroz Bizjak
2014-10-16lwip/CMakeLists.txt: Add missing link to the internal 'system' library.Ambroz Bizjak
2013-04-22tun2socks: IPv6 support. Includes updated lwIP version and udpgw program.ambrop7
2013-04-18fix lwip logging after BLog API changeambrop7
2012-07-24port to compile with MSVCambrop7
2012-01-27switch to using the New BSD Licenseambrop7
2011-07-24Rework logging, don't format log messages if we wouldn't log them. Results in...ambrop7
2011-05-15rearrange source flow such that 'flow' does not depend on 'system' ambrop7
2011-05-05minor changesambrop7
2011-05-05lwip/src/core/tcp.c: fix more damageambrop7
2011-05-05lwip/src/core/tcp.c: fix bad sizeofambrop7
2011-04-28use BLog instead od DEBUGambrop7
2011-04-27lwip: Use malloc/free for memory allocation. Bump number of TCP connections t...ambrop7
2011-03-12FreeBSD support.ambrop7
2010-11-28tun2socks: use a sane lwip configuration (e.g. buffer size), minor changesambrop7
2010-11-27lwip: add option to allow accepting TCP connections not destined to a local a...ambrop7
2010-11-27integrate lwIPambrop7