You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/main
Tzafrir Cohen 3eee3f21ad
asterisk.c: suppress live_dangerously warning on rasterisk
12 years ago
..
editline memory leaks: Memory leak cleanup patch by Corey Farrell (first set) 12 years ago
stdtime Fix some uninitialized buffers for CDR handling valgrind found. 12 years ago
Makefile Add the bucket API. 12 years ago
abstract_jb.c Fix jitter buffer log file creation 12 years ago
acl.c res_pjsip: AMI commands and events. 12 years ago
adsi.c Fix crash in unloading of res_adsi module 13 years ago
alaw.c Multiple revisions 369001-369002 13 years ago
aoc.c Fix documentation replication issues 12 years ago
app.c Voicemail: Remove mailbox identifier format (box@context) assumptions in the system. 12 years ago
ast_expr2.c Allow the REALTIME() function to report errors back to the caller. 13 years ago
ast_expr2.fl Avoid cppcheck warnings; removing unused vars and a bit of cleanup. 13 years ago
ast_expr2.h Allow the REALTIME() function to report errors back to the caller. 13 years ago
ast_expr2.y Multiple revisions 360356-360357 13 years ago
ast_expr2f.c Doxygen Updates - janitor work 13 years ago
asterisk.c asterisk.c: suppress live_dangerously warning on rasterisk 12 years ago
asterisk.dynamics Remove the old stub files, preferring the optional_api method. 15 years ago
asterisk.exports.in Add _IO_stdin_used in version-script to fix SIGBUSes on Sparc. 12 years ago
astfd.c Unregister CLI commands on exit 12 years ago
astmm.c MALLOC_DEBUG: Change fence magic number to be completely different from the freed magic number. 12 years ago
astobj2.c astobj2: Unregister debug CLI commands at exit 12 years ago
audiohook.c ari: Add Snoop operation for spying/whispering on channels. 12 years ago
autochan.c Multiple revisions 369001-369002 13 years ago
autoservice.c Don't leak frames when memory is full in autoservice_run. 12 years ago
backtrace.c Fix memory corruption when trying to get "core show locks". 12 years ago
bridge.c channel locking: Add locking for channel snapshot creation 12 years ago
bridge_after.c A great big renaming patch 12 years ago
bridge_basic.c bridging: Give bridges a name and a known creator 12 years ago
bridge_channel.c channel locking: Add locking for channel snapshot creation 12 years ago
bridge_roles.c ARI: bridges/{bridgeID}/addChannel: add roles parameter 12 years ago
bucket.c sorcery, bucket: Change observer remove calls to take const callbacks struct. 12 years ago
buildinfo.c
callerid.c Allow for redirecting reasons to be set to arbitrary strings. 13 years ago
ccss.c Cache string values of formats on ast_format_cap() to save processing. 12 years ago
cdr.c app_cdr,app_forkcdr,func_cdr: Synchronize with engine when manipulating state 12 years ago
cel.c channel locking: Add locking for channel snapshot creation 12 years ago
channel.c channels.c: core show channeltypes slicing 12 years ago
channel_internal_api.c Remove publication of a channel snapshot when the technology is set 12 years ago
chanvars.c ast_free() is null tollerant. 12 years ago
cli.c Resolve some memory leaks due to incorrect for loop / ao2 ref usage. 12 years ago
config.c res_pjsip: Add PJSIP CLI commands 12 years ago
config_options.c Ensure global types in the config framework are initialized 12 years ago
core_local.c channel locking: Add locking for channel snapshot creation 12 years ago
core_unreal.c channels: Return allocated channels locked. 12 years ago
crypt.c Fix utils directory breakage. 12 years ago
cygload.c Kill off red blobs in most of main/* 13 years ago
data.c memory leaks: Memory leak cleanup patch by Corey Farrell (second set) 12 years ago
datastore.c This is no longer needed. 12 years ago
db.c astdb: crash in sqlite3 during shutdown 12 years ago
devicestate.c ARI: Implement device state API 12 years ago
dial.c channel locking: Add locking for channel snapshot creation 12 years ago
dns.c Remove redundant code in dns.c 12 years ago
dnsmgr.c Migrate a large number of AMI events over to Stasis-Core 12 years ago
dsp.c Doxygen Updates - Title update 13 years ago
ecdisa.h Kill off red blobs in most of main/* 13 years ago
endpoints.c channel locking: Add locking for channel snapshot creation 12 years ago
enum.c Migrate a large number of AMI events over to Stasis-Core 12 years ago
event.c Fix incorrect usages of ast_realloc(). 12 years ago
features.c Restore Dial, Queue, and FollowMe 'I' option support. 12 years ago
features_config.c Features: Rearm the parking config options have moved warning for each reload. 12 years ago
file.c Cache string values of formats on ast_format_cap() to save processing. 12 years ago
fixedjitterbuf.c Multiple revisions 369001-369002 13 years ago
fixedjitterbuf.h Kill off red blobs in most of main/* 13 years ago
format.c Add pass through support for Opus and VP8; Opus format attribute negotiation 12 years ago
format_cap.c Cache string values of formats on ast_format_cap() to save processing. 12 years ago
format_pref.c Address uninitialized conditional that valgrind found 12 years ago
frame.c Add pass through support for Opus and VP8; Opus format attribute negotiation 12 years ago
framehook.c framehooks: Re-iterate if framehook provides different frame. 12 years ago
fskmodem.c Multiple revisions 369001-369002 13 years ago
fskmodem_float.c Multiple revisions 369001-369002 13 years ago
fskmodem_int.c Multiple revisions 369001-369002 13 years ago
global_datastores.c Multiple revisions 369001-369002 13 years ago
hashtab.c Fix utilities compilation/linking. 12 years ago
heap.c Fix incorrect usages of ast_realloc(). 12 years ago
http.c http: Properly reject requests with Transfer-Encoding set 12 years ago
image.c Reset automerge property. 13 years ago
indications.c Fix incorrect usages of ast_realloc(). 12 years ago
io.c Multiple revisions 369001-369002 13 years ago
jitterbuf.c jitterbuf: Fix memory leak on jitter buffer reset 12 years ago
json.c ARI: Don't leak implementation details 12 years ago
libasteriskssl.c Resolve memory leaks in TLS initialization and TLS client connections 13 years ago
libasteriskssl.exports.in Address OpenSSL initialization issues when using third-party libraries. 14 years ago
loader.c core/loader: Don't call dlclose in a while loop 12 years ago
lock.c Fix DEBUG_THREADS when lock is acquired in __constructor__ 12 years ago
logger.c Logging: Logging types ignored after specifying a verbose level 12 years ago
manager.c manager: UserEvent including action on output 12 years ago
manager_bridges.c bridging: Give bridges a name and a known creator 12 years ago
manager_channels.c Multiple revisions 399887,400138,400178,400180-400181 12 years ago
manager_endpoints.c Multiple revisions 399887,400138,400178,400180-400181 12 years ago
manager_mwi.c Multiple revisions 399887,400138,400178,400180-400181 12 years ago
manager_system.c Multiple revisions 399887,400138,400178,400180-400181 12 years ago
md5.c md5: supress some compiler warnings. 13 years ago
media_index.c media_index: Make media indexing tolerable of bad symlinks. 12 years ago
message.c channels: Return allocated channels locked. 12 years ago
mixmonitor.c Removed quotes from svn:keywords props on a few files. 12 years ago
named_acl.c Fix various memory leaks 12 years ago
netsock.c Add IPv6 Support To chan_iax2 12 years ago
netsock2.c Add IPv6 Support To chan_iax2 12 years ago
optional_api.c optional_api: Make always use the standard malloc functions even with MALLOC_DEBUG. 12 years ago
parking.c astobj2: Add warn unused attribute to some functions. 12 years ago
pbx.c app_cdr,app_forkcdr,func_cdr: Synchronize with engine when manipulating state 12 years ago
pickup.c channel locking: Add locking for channel snapshot creation 12 years ago
plc.c Multiple revisions 369001-369002 13 years ago
poll.c Merged revisions 285268 via svnmerge from 15 years ago
presencestate.c Strip down the old event system 12 years ago
privacy.c Multiple revisions 369001-369002 13 years ago
rtp_engine.c Several components: fixing Typos in comments and code, "avaliable" instead of "available" 12 years ago
say.c say.c: correct time for polish 12 years ago
sched.c Multiple revisions 369001-369002 13 years ago
sdp_srtp.c Merge in current pimp_my_sip work, including: 12 years ago
security_events.c security_events: log events with descriptive names 12 years ago
sem.c Multiple revisions 399887,400138,400178,400180-400181 12 years ago
sha1.c Doxygen Updates - janitor work 13 years ago
sip_api.c Don't make chan_sip export global symbols. 13 years ago
slinfactory.c Fix a memory copying bug in slinfactory which was causing mixmonitor issues. 12 years ago
sorcery.c res_pjsip: Add PJSIP CLI commands 12 years ago
sounds_index.c Whitespace fixes. 12 years ago
srv.c Removed #if checks for crazy old versions of OS X. 12 years ago
stasis.c vector: Uppercase API to follow C convention. 12 years ago
stasis_bridges.c channel locking: Add locking for channel snapshot creation 12 years ago
stasis_cache.c MALLOC_DEBUG: Fix some misuses of free() when MALLOC_DEBUG is enabled. 12 years ago
stasis_cache_pattern.c Multiple revisions 399887,400138,400178,400180-400181 12 years ago
stasis_channels.c channel locking: Add locking for channel snapshot creation 12 years ago
stasis_endpoints.c ARI: Don't leak implementation details 12 years ago
stasis_message.c ARI: Don't leak implementation details 12 years ago
stasis_message_router.c vector: Uppercase API to follow C convention. 12 years ago
stasis_system.c Convert CCSS manager events to stasis. 12 years ago
strcompat.c Add builtin roundf() for systems lacking it. 13 years ago
strings.c Move ast_str_container_alloc and friends 12 years ago
stun.c Reset automerge property. 13 years ago
syslog.c Multiple revisions 369001-369002 13 years ago
taskprocessor.c taskprocessor: Made use pthread_equal() to compare thread ids. 12 years ago
tcptls.c security: Inhibit execution of privilege escalating functions 12 years ago
tdd.c Doxygen Updates - janitor work 13 years ago
term.c Revamp of terminal color codes 12 years ago
test.c test.c: Fix too sticky unit test failed status. 12 years ago
threadpool.c Fix threadpool rapid growth problem. 12 years ago
threadstorage.c Unregister CLI commands on exit 12 years ago
timing.c Reset automerge property. 13 years ago
translate.c translate: Move freeing of frame to after it is used. 12 years ago
udptl.c udptl: Dead code elimination. ast_udptl_bridge was not used. 12 years ago
ulaw.c Multiple revisions 369001-369002 13 years ago
utils.c res_pjsip: AMI commands and events. 12 years ago
uuid.c Add an \extref doxygen pointer for libuuid. 12 years ago
xml.c Detect and use xsltCleanupGlobals when available 12 years ago
xmldoc.c func_channel, chan_pjsip: Add CHANNEL read function support for chan_pjsip 12 years ago