Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix checking for NULL after usage | Andy Shevchenko | 2009-08-28 | 1 | -12/+6 |
| | | | | | | The pa_xmalloc calls oom() in case of NULL pointer returned by malloc() on one hand and dereferencing of pointer is happen early than actual check on other hand. Thus, just remove useless checks. | ||||
* | try to detect when stupid clients forks and refuse all service from then on | Lennart Poettering | 2009-03-05 | 1 | -0/+9 |
| | |||||
* | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | add a few additional validity checks | Lennart Poettering | 2009-02-04 | 1 | -6/+42 |
| | |||||
* | don't enforce valid callbacks for extension module APIs | Lennart Poettering | 2008-08-05 | 1 | -5/+0 |
| | |||||
* | pa_bool_t is not exported | Lennart Poettering | 2008-08-04 | 1 | -1/+1 |
| | |||||
* | wrap protocol extension of module-stream-restore | Lennart Poettering | 2008-08-04 | 1 | -0/+331 |