re/src
Alfred E. Heggestad cb936d9fb2 srtcp: use unsigned 32-bit for encrypted bit (#41)
the ep is left-shifted by 31-bits. If the size of int
is 4 bytes then the EP bit will end up in the top bit
which is also the sign bit.

it is safer and better to use an unsigned type here
2017-02-16 08:47:32 +01:00
..
aes Openssl 1.1.0 (#9) 2016-10-30 15:44:18 +01:00
base64 patch: added base64_print() 2013-05-31 16:51:38 +00:00
bfcp This patch includes multiple TLS fixes: 2014-06-12 10:51:53 +00:00
conf conf: const struct conf on accessor functions 2012-06-11 05:19:08 +00:00
crc32 update docs/dox for >= testing modules 2011-03-01 11:11:08 +00:00
dbg dbg: check fwrite return value to avoid warning 2011-10-26 07:08:26 +00:00
dns dns/resolv cleanup (#11) 2016-10-28 10:03:15 +02:00
fmt fmt: print directly to stream using handler (#38) 2017-01-06 15:45:22 +01:00
hash add odict 2015-08-31 07:41:41 +00:00
hmac Openssl 1.1.0 (#9) 2016-10-30 15:44:18 +01:00
http HTTP client improvements (#36) 2017-01-05 21:53:32 +01:00
httpauth patch: make sure arguments to %w and %b are of type size_t 2013-04-24 21:00:21 +00:00
ice ice: add more ice_ and ICE_ prefixes 2015-02-09 08:12:40 +00:00
jbuf update docs/dox for >= testing modules 2011-03-01 11:11:08 +00:00
json json: init int err to 0 2016-06-24 08:13:36 +00:00
list This patch implements SIP merged requests according to RFC 3261 section 8.2.2.2. 2012-07-07 10:04:13 +00:00
lock remove symbian 2016-09-18 17:11:37 +02:00
main Openssl 1.1.0 (#9) 2016-10-30 15:44:18 +01:00
mbuf patch: added mbuf_shift() 2014-08-29 11:59:29 +00:00
md5 update docs/dox for >= testing modules 2011-03-01 11:11:08 +00:00
mem added __REFUNC__ macro 2015-10-05 13:54:55 +00:00
mod remove symbian 2016-09-18 17:11:37 +02:00
mqueue mqueue: use closesocket on WIN32 2015-03-02 08:05:14 +00:00
msg forgot to add msg module 2014-02-22 07:36:01 +00:00
natbd natbd: remove warning 2014-08-28 10:51:07 +00:00
net remove symbian 2016-09-18 17:11:37 +02:00
odict added odict_entry_del() 2015-10-19 09:21:13 +00:00
rtp rtcp: adjust mbuf positions for RTCP_PSFB_AFB decoding 2016-02-15 08:31:47 +00:00
sa sa ntop/pton: define _BSD_SOURCE and _DEFAULT_SOURCE 2016-02-22 15:10:41 +00:00
sdp patch: add sdp_media_session_rattr() 2014-10-08 11:21:31 +00:00
sha sha: allow any signedness in input data 2014-04-11 11:40:46 +00:00
sip patch from richard: use hash of from_uri for sort_key 2016-06-24 12:40:22 +00:00
sipevent sip: add sip contact, needed for GRUU 2014-09-25 07:51:19 +00:00
sipreg sip: add sip contact, needed for GRUU 2014-09-25 07:51:19 +00:00
sipsess sip: add sip contact, needed for GRUU 2014-09-25 07:51:19 +00:00
srtp srtcp: use unsigned 32-bit for encrypted bit (#41) 2017-02-16 08:47:32 +01:00
stun patch from richard 2016-06-21 14:58:15 +00:00
sys Clean up remnants of Symbian support (#13) 2016-10-24 19:41:43 +02:00
tcp remove symbian 2016-09-18 17:11:37 +02:00
telev telev: add send queue limit 2016-02-01 12:52:56 +00:00
tls tls: undef X509_NAME for win32 (fixes #32) (#34) 2016-11-23 08:29:44 +01:00
tmr Clean up remnants of Symbian support (#13) 2016-10-24 19:41:43 +02:00
turn stun attribute encode: use strict number types 2016-06-20 07:33:36 +00:00
udp udp: added udp_helper_find() (#28) 2016-11-08 18:48:52 +01:00
uri uri: fix buffer overflow 2016-01-30 00:27:18 +00:00
websock This patch includes multiple TLS fixes: 2014-06-12 10:51:53 +00:00