Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefix include guards | Olivier Crête | 2015-04-20 | 1 | -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_DEBUG | Philip Withnall | 2014-12-27 | 1 | -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 disabled | Olivier Crête | 2014-01-31 | 1 | -10/+0 |
| | |||||
* | agent: Add printf function attribute | Philip Withnall | 2013-12-18 | 1 | -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 Alaoui | 2010-02-16 | 1 | -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 Alaoui | 2010-02-16 | 1 | -0/+4 |
| | | | | the mailing list | ||||
* | Fix copyright headers for all files | Youness Alaoui | 2010-02-16 | 1 | -0/+1 |
| | |||||
* | Update the docs to include everything | Youness Alaoui | 2008-10-30 | 1 | -1/+12 |
| | |||||
* | Add documentation | Youness Alaoui | 2008-10-30 | 1 | -0/+30 |
| | |||||
* | Add support for NICE_DEBUG environment variable | Youness Alaoui | 2008-10-09 | 1 | -0/+1 |
| | |||||
* | export the nice_debug_en/disable API and add a boolean to access the stun debug | Youness Alaoui | 2008-09-17 | 1 | -2/+4 |
| | |||||
* | Removed g_debug messages and replaced with nice_debug, en/disable-able with ↵ | Youness Alaoui | 2008-09-09 | 1 | -0/+44 |
nice_debug_en/disable API |