ambrop7
|
c8eef381f1
SLinkedList: add the list pointer argument to Next and Prev functions
|
12 лет назад |
ambrop7
|
82df26cdfc
BPending: use MarkRemoved and IsRemoved instead of manual hacking with the next pointers
|
12 лет назад |
ambrop7
|
f5ea2bdef7
SLinkedList: implement MarkRemoved and IsRemoved
|
12 лет назад |
ambrop7
|
a53724cfc5
BPending: optimization, use RemoveFirst instead of Remove
|
12 лет назад |
ambrop7
|
31abf88633
SLinkedList: implement RemoveFirst and RemoveLast
|
12 лет назад |
ambrop7
|
b72f37add9
tun2socks: add option to append source addresses to SOCKS usernam
|
12 лет назад |
ambrop7
|
1ba0000b7c
udpgw: fix clang warning
|
12 лет назад |
ambrop7
|
77013d347b
BAddr: add functions which return addresses
|
12 лет назад |
ambrop7
|
c15c0247e2
ncd: add onoff_server example
|
13 лет назад |
ambrop7
|
24d05ee81f
fix compile-tun2sock.sh after IPv6 support was added
|
13 лет назад |
ambrop7
|
ed6449d06a
tun2socks: IPv6 support. Includes updated lwIP version and udpgw program.
|
13 лет назад |
ambrop7
|
c0b9b54be8
ncd: net_iptables: add ip6tables commands
|
13 лет назад |
ambrop7
|
58de02c375
tun2socks: use udp_check()
|
13 лет назад |
ambrop7
|
adf6203e3c
misc/udp_proto: add udp_check()
|
13 лет назад |
ambrop7
|
47fb330b96
tun2socks: fix an unlikely integer overflow, and some cosmetic changes
|
13 лет назад |
ambrop7
|
1e083d2e24
tun2socks: fix problematic pointer casting
|
13 лет назад |
ambrop7
|
ea2a18f0e6
BAddr: add BAddr_CompareOrder()
|
13 лет назад |
ambrop7
|
e414e84fa0
tun2socks: simplify code, no functional change
|
13 лет назад |
ambrop7
|
9065fe2626
tun2socks: simplify code, no functional change
|
13 лет назад |
ambrop7
|
c0c430e10b
tun2socks: simplify code, no functional change
|
13 лет назад |
ambrop7
|
ccfe9881cf
tun2socks: possible bug fix. In the lwip error callback, signal the client_dead dead-variable so that ERR_ABRT is returned to
|
13 лет назад |
ambrop7
|
65cdfeef06
tun2socks: fix possible crash when tcp_close() is called from within lwip callbacks.
|
13 лет назад |
ambrop7
|
d551b48e32
tun2socks: fix possible crash due to the use of a wrong dead-variable
|
13 лет назад |
ambrop7
|
3d71375653
tun2socks: fix possible crash when the client side is lost before the SOCKS side manages to connect
|
13 лет назад |
ambrop7
|
1b918ff3df
fix lwip logging after BLog API change
|
13 лет назад |
ambrop7
|
e723832c13
ncd: modules: log: fix assertion failure from BLog API changes
|
13 лет назад |
ambrop7
|
dbcb258a7f
examples/cavl_test: add testing of associative operation feature
|
13 лет назад |
ambrop7
|
a5c780c498
structure/CAvl: implement support for custom associative operations
|
13 лет назад |
ambrop7
|
52b529b761
misc/grow_array.h: allow passing zero capacity to GrowArray_Init().
|
13 лет назад |
ambrop7
|
11230ecbf2
ncd: modules: process_manager: remove verbose logging
|
13 лет назад |