aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2007-11-22implement the split of file.h and mod_format.hrizzo3-132/+6
2007-11-22Add a specific header for providers of file and format handling routines,rizzo1-0/+143
2007-11-21move these forward declarations back to asterisk.h where they belong... even ...kpfleming2-10/+10
2007-11-21add check for video4linuxrizzo1-0/+3
2007-11-21X11 checks (at least some - for other platforms withrizzo1-0/+6
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo6-5/+10
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo2-34/+44
2007-11-20switch compile-time option checking to string storage mode in this branch tookpfleming1-5/+7
2007-11-19Be a bit more pedantic about the type for holding the md5 sum for the build o...russell1-1/+2
2007-11-19move the declaration of struct ast_channel ast_frame and ast_modulerizzo4-9/+10
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo2-0/+3
2007-11-19revert inclusion of options.hrizzo1-0/+2
2007-11-18Use the easy way that rizzo mentioned, only include malloc.h on the Windows p...file1-1/+1
2007-11-18Revert last commit, apparently buildbot lied to me.file1-8/+3
2007-11-18Change how we handle alloca to conform with how it is suggested in the autoco...file1-3/+8
2007-11-17Use autoconf logic to determine the presence of PTHREAD_RECURSIVE_MUTEX_INITI...file3-2/+15
2007-11-17if alloca.h is not present, try malloc.hrizzo1-0/+2
2007-11-17prefer socket.h over other variants (winsock etc.)rizzo1-10/+20
2007-11-17start using asterisk/network.h for network related headers.rizzo8-37/+11
2007-11-17wrapper for all generic network headers that have different namesrizzo1-0/+88
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