Ambroz Bizjak 05cce5ff59 misc/substring.h: Refactor with MemRef. 11 жил өмнө
..
BRefTarget.h 645d6456d5 rename NCDRefTarget --> BRefTarget 13 жил өмнө
Utf16Decoder.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
Utf16Encoder.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
Utf8Decoder.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
Utf8Encoder.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
arp_proto.h d8d1abf532 convert some packed structs to use the macros from misc/packed.h 13 жил өмнө
array_length.h 2a2e79dcae misc: add array_length.h 13 жил өмнө
ascii_utils.h 7440004eac ncd: modules: basic_functions: Add tolower, toupper. 11 жил өмнө
balign.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
balloc.h e4cb194e9c misc/balloc.h: add BRealloc() 13 жил өмнө
blimits.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
bsize.h 815b59153a bsize.h: simplify 13 жил өмнө
bsort.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
bstring.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
byteorder.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
cmdline.h b27f9c105b Refactoring using MemRef. 11 жил өмнө
compare.h a2044b6ce7 misc/compare.h: add B_COMPARE2() macro 13 жил өмнө
concat_strings.h f59e6e2f69 Fix some MSVC build errors. 12 жил өмнө
dead.h 3c4f0f741c misc/dead.h: fix name conflicts with Android toolchain 13 жил өмнө
debug.h 5830c3f3a9 misc/debug.h: add B_ASSERT_USE 13 жил өмнө
debugcounter.h a21e23fe8a port to compile with MSVC 13 жил өмнө
debugerror.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
dhcp_proto.h d8d1abf532 convert some packed structs to use the macros from misc/packed.h 13 жил өмнө
ethernet_proto.h a21e23fe8a port to compile with MSVC 13 жил өмнө
exparray.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
expstring.h 24e6edd26f Refactoring using MemRef. 11 жил өмнө
find_char.h 3386bc01af misc: add find_char.h 13 жил өмнө
find_program.h 65011dfa08 Fix some variable shadowing (no bugs). 11 жил өмнө
get_iface_info.h 8b1ad6e6c3 misc/get_iface_info.h: fix incorrect error check 13 жил өмнө
grow_array.h 52b529b761 misc/grow_array.h: allow passing zero capacity to GrowArray_Init(). 13 жил өмнө
hashfun.h aafa614ea8 misc/hashfun.h: add badvpn_djb2_hash_bin() 13 жил өмнө
igmp_proto.h a21e23fe8a port to compile with MSVC 13 жил өмнө
ipaddr.h bb2c521ac2 Refactoring using MemRef. 11 жил өмнө
ipaddr6.h bb2c521ac2 Refactoring using MemRef. 11 жил өмнө
ipv4_proto.h 2185655723 fix many potential aliasing issues 13 жил өмнө
ipv6_proto.h ed6449d06a tun2socks: IPv6 support. Includes updated lwIP version and udpgw program. 13 жил өмнө
loggers_string.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
loglevel.h b5d316fc90 misc/loglevel.h: fix overflow 13 жил өмнө
maxalign.h c0004691ca misc: add maxalign 13 жил өмнө
memref.h e06adb7720 Refactoring using MemRef. 11 жил өмнө
merge.h 713d1abd3e misc: add merge.h 13 жил өмнө
minmax.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
modadd.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
mswsock.h 628be86bfe replace shipped custom mswsock.h with a good one from MinGW 14 жил өмнө
nonblocking.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
nsskey.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
offset.h 907aba2046 misc/offset.h: in UPPER_OBJECT, cast to char * not to uint8_t * 13 жил өмнө
open_standard_streams.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
overflow.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
packed.h a21e23fe8a port to compile with MSVC 13 жил өмнө
parse_number.h bb2c521ac2 Refactoring using MemRef. 11 жил өмнө
print_macros.h a21e23fe8a port to compile with MSVC 13 жил өмнө
read_file.h fa53618fa6 fix some pointer casts which are invalid in C++, to get compiling with MSVC working again 13 жил өмнө
read_write_int.h fa53618fa6 fix some pointer casts which are invalid in C++, to get compiling with MSVC working again 13 жил өмнө
socks_proto.h a21e23fe8a port to compile with MSVC 13 жил өмнө
sslsocket.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
stdbuf_cmdline.h 83bd6c1da3 ncd/modules/net_backend_wpa_supplicant.c: Don't hardcode 12 жил өмнө
strdup.h a21e23fe8a port to compile with MSVC 13 жил өмнө
string_begins_with.h 04be86717d misc/string_begins_with.h: add data_begins_with_bin() 13 жил өмнө
substring.h 05cce5ff59 misc/substring.h: Refactor with MemRef. 11 жил өмнө
udp_proto.h ed6449d06a tun2socks: IPv6 support. Includes updated lwIP version and udpgw program. 13 жил өмнө
unicode_funcs.h 0d99d6a26a switch to using the New BSD License 14 жил өмнө
version.h c90711372c version 1.999.129 12 жил өмнө
write_file.h 98d2fba833 Refactoring using MemRef. 11 жил өмнө