ambrop7 6630a0c47e misc/grow_array.h: implement GrowArray_InitEmpty() and GrowArray_DoubleUpLimit() 13 gadi atpakaļ
..
BRefTarget.h 645d6456d5 rename NCDRefTarget --> BRefTarget 13 gadi atpakaļ
Utf16Decoder.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
Utf16Encoder.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
Utf8Decoder.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
Utf8Encoder.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
arp_proto.h d8d1abf532 convert some packed structs to use the macros from misc/packed.h 13 gadi atpakaļ
array_length.h 2a2e79dcae misc: add array_length.h 13 gadi atpakaļ
balign.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
balloc.h e4cb194e9c misc/balloc.h: add BRealloc() 13 gadi atpakaļ
blimits.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
bsize.h 815b59153a bsize.h: simplify 13 gadi atpakaļ
bsort.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
bstring.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
byteorder.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
cmdline.h 2eada7501b misc/cmdline.h: add CmdLine_AppendCstring() 13 gadi atpakaļ
compare.h 85dab50d99 misc: add compare.h 13 gadi atpakaļ
concat_strings.h 7e02176853 misc: concat_strings.h: add missing va_end 13 gadi atpakaļ
cstring.h fa53618fa6 fix some pointer casts which are invalid in C++, to get compiling with MSVC working again 13 gadi atpakaļ
dead.h 3c4f0f741c misc/dead.h: fix name conflicts with Android toolchain 13 gadi atpakaļ
debug.h 5830c3f3a9 misc/debug.h: add B_ASSERT_USE 13 gadi atpakaļ
debugcounter.h a21e23fe8a port to compile with MSVC 13 gadi atpakaļ
debugerror.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
dhcp_proto.h d8d1abf532 convert some packed structs to use the macros from misc/packed.h 13 gadi atpakaļ
ethernet_proto.h a21e23fe8a port to compile with MSVC 13 gadi atpakaļ
exparray.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
expstring.h 402e397f13 misc: expstring.h: add ExpString_AppendByte() 14 gadi atpakaļ
find_char.h 3386bc01af misc: add find_char.h 13 gadi atpakaļ
find_program.h 04556cc54e misc: add find_program 14 gadi atpakaļ
get_iface_info.h 963ea6588b misc: add get_iface_info 14 gadi atpakaļ
grow_array.h 6630a0c47e misc/grow_array.h: implement GrowArray_InitEmpty() and GrowArray_DoubleUpLimit() 13 gadi atpakaļ
hashfun.h aafa614ea8 misc/hashfun.h: add badvpn_djb2_hash_bin() 13 gadi atpakaļ
igmp_proto.h a21e23fe8a port to compile with MSVC 13 gadi atpakaļ
ipaddr.h 965936585f compile fixes for MSVC 13 gadi atpakaļ
ipaddr6.h f25151505c misc/ipaddr6.h: fix zero-length memset 13 gadi atpakaļ
ipv4_proto.h 2185655723 fix many potential aliasing issues 13 gadi atpakaļ
loggers_string.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
loglevel.h b5d316fc90 misc/loglevel.h: fix overflow 13 gadi atpakaļ
maxalign.h c0004691ca misc: add maxalign 13 gadi atpakaļ
merge.h 713d1abd3e misc: add merge.h 13 gadi atpakaļ
minmax.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
modadd.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
mswsock.h 628be86bfe replace shipped custom mswsock.h with a good one from MinGW 14 gadi atpakaļ
nonblocking.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
nsskey.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
offset.h 907aba2046 misc/offset.h: in UPPER_OBJECT, cast to char * not to uint8_t * 13 gadi atpakaļ
open_standard_streams.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
overflow.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
packed.h a21e23fe8a port to compile with MSVC 13 gadi atpakaļ
parse_number.h df2c1f4b2c misc/parse_number.h: add parse_signmag_integer_cstr() 13 gadi atpakaļ
print_macros.h a21e23fe8a port to compile with MSVC 13 gadi atpakaļ
read_file.h fa53618fa6 fix some pointer casts which are invalid in C++, to get compiling with MSVC working again 13 gadi atpakaļ
read_write_int.h fa53618fa6 fix some pointer casts which are invalid in C++, to get compiling with MSVC working again 13 gadi atpakaļ
socks_proto.h a21e23fe8a port to compile with MSVC 13 gadi atpakaļ
sslsocket.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
stdbuf_cmdline.h 510f40a7d9 misc/stdbuf_cmdline.h: pass exec as pointer+length 13 gadi atpakaļ
strdup.h a21e23fe8a port to compile with MSVC 13 gadi atpakaļ
string_begins_with.h 04be86717d misc/string_begins_with.h: add data_begins_with_bin() 13 gadi atpakaļ
substring.h 0c3691dfa1 misc: substring: add reverse substring search functions 13 gadi atpakaļ
udp_proto.h 2185655723 fix many potential aliasing issues 13 gadi atpakaļ
unicode_funcs.h 0d99d6a26a switch to using the New BSD License 14 gadi atpakaļ
version.h 2ad19e172a version 1.999.127 13 gadi atpakaļ
write_file.h 449ac8c1e6 misc/write_file.h: add write_file_cstring() 13 gadi atpakaļ