aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2007-11-17use autoconf results to conditionally compile timersubrizzo1-1/+1
2007-11-17compatibility fixes for cygwinrizzo1-2/+4
2007-11-17some version of flex produce code that wants __STDC_VERSION__rizzo1-0/+5
2007-11-17timersub is a macro not a function, so write the check in a wayrizzo1-1/+1
2007-11-17Update the configure script check for sys/poll.h to also provide the result inrussell4-2/+11
2007-11-17add detection for timersub() and winsock.h/winsock2.hrizzo1-0/+9
2007-11-17provide definitions for __LITTLE_ENDIAN and __BIG_ENDIAN if not present.rizzo1-0/+9
2007-11-17use poll as detected by configurerizzo2-7/+6
2007-11-17acinclude.m4: add a function to help checking sdl-config, gtk-configrizzo1-0/+15
2007-11-17add check for the presence of globrizzo1-0/+3
2007-11-16paths are already in include/asterisk/paths.h so don't duplicaterizzo2-23/+2
2007-11-16whitespace only change - adjust indentation and add somerizzo2-91/+106
2007-11-16logger.h does not need options.hrizzo1-2/+0
2007-11-16remove redundant #include "asterisk/compat.h",rizzo8-13/+2
2007-11-16Start untangling header inclusion in a way that does not affectrizzo18-62/+41
2007-11-16Merged revisions 89325 via svnmerge from kpfleming1-1/+4
2007-11-16add a small new function to retrieve variables from a configrizzo1-0/+7
2007-11-15If we're going to be passing a negative value for the size of a stringfield,tilghman1-1/+1
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notrizzo2-4/+4
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo3-5/+7
2007-11-14Fix up various coding guidelines issues ...russell1-1/+1
2007-11-13This fixes a build error on my mac. It also works on my linux box. Let merussell1-1/+1
2007-11-12Doxygen fixes.qwell4-8/+14
2007-11-12Thanks to snuffy for this doxygen update to hashtab.h; closes issue #11223murf1-96/+161
2007-11-12Thanks to snuff-work, who brought up that these fixes might need to be made.murf1-2/+2
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...murf1-0/+257
2007-11-08improve linked-list macros in two ways:kpfleming1-12/+19
2007-11-07Print out the channel name as a prefix to the "agi debug" output. This makesrussell1-1/+1
2007-11-06Commit some cleanups to the format type code.tilghman2-9/+5
2007-11-06Merged revisions 89045 via svnmerge from tilghman1-1/+1
2007-11-06Additional TDD changes (preparing for SIP changes - adding TDD support to SIP)oej1-16/+15
2007-11-06Allow gtalk and jingle to use TLS connections again.qwell1-2/+4
2007-11-06Set up detection of IP_PKTINFO in autoconf for chan_unistimtilghman1-0/+3
2007-11-06Merged revisions 88805 via svnmerge from russell1-0/+25
2007-11-06Merged revisions 88931 via svnmerge from russell1-67/+0
2007-11-06Merged revisions 88862 via svnmerge from kpfleming1-4/+3
2007-11-05Merged revisions 88719 via svnmerge from russell1-3/+4
2007-11-04Simplify the implementation and the API for stringfields;rizzo1-200/+123
2007-11-02Add pbx_lua as a method of doing extensionstilghman2-0/+20
2007-11-02Merged revisions 88210 via svnmerge from tilghman1-29/+29
2007-11-01Remove traces of gnutls, since we no longer use/need it.qwell2-8/+0
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-1/+1
2007-11-01Switch res_jabber to use openssl rather than gnutls.qwell1-0/+20
2007-10-31Remove old whisper remnants from channel.hfile1-35/+0
2007-10-30Merged revisions 87739 via svnmerge from tilghman1-67/+298
2007-10-29Merged revisions 87396 via svnmerge from russell1-24/+24
2007-10-29Add autoconf checks for extra suppserv definitions that are not present in re...file1-0/+12
2007-10-26Merged revisions 87168 via svnmerge from murf1-1/+2
2007-10-26Use the same delimited character as the FILTER function in FIELDQTY and CUT.tilghman1-0/+3
2007-10-25Merged revisions 87069 via svnmerge from kpfleming1-0/+5