summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo
2007-11-20switch compile-time option checking to string storage mode in this branch tooKevin P. Fleming
2007-11-19Be a bit more pedantic about the type for holding the md5 sum for the build o...Russell Bryant
2007-11-19move the declaration of struct ast_channel ast_frame and ast_moduleLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-19revert inclusion of options.hLuigi Rizzo
2007-11-18Use the easy way that rizzo mentioned, only include malloc.h on the Windows p...Joshua Colp
2007-11-18Revert last commit, apparently buildbot lied to me.Joshua Colp
2007-11-18Change how we handle alloca to conform with how it is suggested in the autoco...Joshua Colp
2007-11-17Use autoconf logic to determine the presence of PTHREAD_RECURSIVE_MUTEX_INITI...Joshua Colp
2007-11-17if alloca.h is not present, try malloc.hLuigi Rizzo
2007-11-17prefer socket.h over other variants (winsock etc.)Luigi Rizzo
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-17wrapper for all generic network headers that have different namesLuigi Rizzo
2007-11-17use autoconf results to conditionally compile timersubLuigi Rizzo
2007-11-17compatibility fixes for cygwinLuigi Rizzo
2007-11-17some version of flex produce code that wants __STDC_VERSION__Luigi Rizzo
2007-11-17timersub is a macro not a function, so write the check in a wayLuigi Rizzo
2007-11-17Update the configure script check for sys/poll.h to also provide the result inRussell Bryant
2007-11-17add detection for timersub() and winsock.h/winsock2.hLuigi Rizzo
2007-11-17provide definitions for __LITTLE_ENDIAN and __BIG_ENDIAN if not present.Luigi Rizzo
2007-11-17use poll as detected by configureLuigi Rizzo
2007-11-17acinclude.m4: add a function to help checking sdl-config, gtk-configLuigi Rizzo
2007-11-17add check for the presence of globLuigi Rizzo
2007-11-16paths are already in include/asterisk/paths.h so don't duplicateLuigi Rizzo
2007-11-16whitespace only change - adjust indentation and add someLuigi Rizzo
2007-11-16logger.h does not need options.hLuigi Rizzo
2007-11-16remove redundant #include "asterisk/compat.h",Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-16Merged revisions 89325 via svnmerge from Kevin P. Fleming
2007-11-16add a small new function to retrieve variables from a configLuigi Rizzo
2007-11-15If we're going to be passing a negative value for the size of a stringfield,Tilghman Lesher
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-14Fix up various coding guidelines issues ...Russell Bryant
2007-11-13This fixes a build error on my mac. It also works on my linux box. Let meRussell Bryant
2007-11-12Doxygen fixes.Jason Parker
2007-11-12Thanks to snuffy for this doxygen update to hashtab.h; closes issue #11223Steve Murphy
2007-11-12Thanks to snuff-work, who brought up that these fixes might need to be made.Steve Murphy
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...Steve Murphy
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-07Print out the channel name as a prefix to the "agi debug" output. This makesRussell Bryant
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-11-06Merged revisions 89045 via svnmerge from Tilghman Lesher
2007-11-06Additional TDD changes (preparing for SIP changes - adding TDD support to SIP)Olle Johansson
2007-11-06Allow gtalk and jingle to use TLS connections again.Jason Parker
2007-11-06Set up detection of IP_PKTINFO in autoconf for chan_unistimTilghman Lesher
2007-11-06Merged revisions 88805 via svnmerge from Russell Bryant
2007-11-06Merged revisions 88931 via svnmerge from Russell Bryant