Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add #include <config.h> to all source files | Christophe Fergeau | 2011-05-03 | 1 | -0/+3 |
| | | | | | | | | When using config.h, it must be the very first include in all source files since it contains #define that may change the compilation process (eg libc structure layout changes when it's used to enable large file support on 32 bit x86 archs). This commit adds it at the beginning of all .c and .cpp files | ||||
* | mingw32 build: remove unused, initialize uninitialized, reorder constructor ↵ | Alon Levy | 2010-12-08 | 1 | -2/+1 |
| | | | | initializers | ||||
* | Relicense everything from GPL to LGPL 2.1+ | Alexander Larsson | 2010-04-13 | 1 | -9/+9 |
| | |||||
* | client: change jitter buffer size to 300ms | Yaniv Kamay | 2009-11-16 | 1 | -2/+2 |
| | |||||
* | fresh start | Yaniv Kamay | 2009-10-14 | 1 | -0/+177 |