[Asterisk-code-review] Implement internal abstraction for iostreams (asterisk[master])

Timo Teräs asteriskteam at digium.com
Thu Jun 2 15:23:58 CDT 2016


Timo Teräs has uploaded a new patch set (#2).

Change subject: Implement internal abstraction for iostreams
......................................................................

Implement internal abstraction for iostreams

fopencookie/funclose is non-standard, and should not be used.
The way FILE's fd is used in non-blocking mode is also undefined
behaviour and connot be relied on. This introduces internal
abstraction that can be used safely.

ASTERISK-24515 #close
ASTERISK-24517 #close

Change-Id: Id916aef418b665ced6a7489aef74908b6e376e85
---
M apps/app_externalivr.c
M channels/chan_sip.c
M configure.ac
A include/asterisk/iostream.h
M include/asterisk/tcptls.h
M main/http.c
A main/iostream.c
M main/manager.c
M main/tcptls.c
M main/utils.c
M res/res_http_websocket.c
M res/res_phoneprov.c
12 files changed, 962 insertions(+), 1,097 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/32/2932/2
-- 
To view, visit https://gerrit.asterisk.org/2932
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id916aef418b665ced6a7489aef74908b6e376e85
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Timo Teräs <timo.teras at iki.fi>



More information about the asterisk-code-review mailing list