summaryrefslogtreecommitdiff
path: root/agent/debug.h
Commit message (Collapse)AuthorAgeFilesLines
* Prefix include guardsOlivier Crête2015-04-201-3/+3
| | | | | | | The include file names are very generic, at least make the guards a bit less generic. https://bugs.freedesktop.org/show_bug.cgi?id=90013
* agent: Document G_MESSAGES_DEBUG and NICE_DEBUGPhilip Withnall2014-12-271-2/+12
| | | | | As requested on the mailing list, expand the documentation for nice_debug_enable() to mention them.
* agent: Avoid calling nice_address_to_string() when debugging is disabledOlivier Crête2014-01-311-10/+0
|
* agent: Add printf function attributePhilip Withnall2013-12-181-1/+1
| | | | | | This shuts a compiler warning up and allows for format string checking of debug messages. (See future commits for the fixes this has resulted in.)
* Add pseudotcp and pseudotcp-verbose flags to the NICE_DEBUG env var to ↵Youness Alaoui2010-02-161-10/+22
| | | | enable debug messages from pseudotcp socket too. And update the docs
* add G_BEGIN_DECLS and G_END_DECLS to debug.h as reported by Tom Kaminski on ↵Youness Alaoui2010-02-161-0/+4
| | | | the mailing list
* Fix copyright headers for all filesYouness Alaoui2010-02-161-0/+1
|
* Update the docs to include everythingYouness Alaoui2008-10-301-1/+12
|
* Add documentationYouness Alaoui2008-10-301-0/+30
|
* Add support for NICE_DEBUG environment variableYouness Alaoui2008-10-091-0/+1
|
* export the nice_debug_en/disable API and add a boolean to access the stun debugYouness Alaoui2008-09-171-2/+4
|
* Removed g_debug messages and replaced with nice_debug, en/disable-able with ↵Youness Alaoui2008-09-091-0/+44
nice_debug_en/disable API