Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cByteBuffer uses void * instead of char * in data interface. | madmaxoft | 2014-04-24 | 1 | -4/+5 |
| | | | | This makes it compatible with any pointer type. | ||||
* | Changed cByteBuffer constructor to take a size_t instead of int. | madmaxoft | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Fixed xofts issues | Tycho | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | Fixed more Format issues | Tycho | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Fixed test asserts | Tycho | 2014-03-10 | 1 | -3/+0 |
| | |||||
* | Fixed assert | Tycho | 2014-03-10 | 1 | -14/+17 |
| | |||||
* | Fixed Alignment issue in ByteBuffer | Tycho | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | FIxed int in test | Tycho | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Added static | Tycho | 2014-03-08 | 1 | -1/+1 |
| | |||||
* | Added tons more asserts to bytebuffer | Tycho | 2014-03-08 | 1 | -7/+17 |
| | |||||
* | Enabled self test of bytebuffer | Tycho | 2014-03-08 | 1 | -1/+1 |
| | |||||
* | Fixed issues with int vs size_t and a few other warnings | Tycho | 2014-03-08 | 1 | -10/+10 |
| | |||||
* | Actually Fixed ByteBuffer | Tycho | 2014-03-08 | 1 | -3/+3 |
| | |||||
* | Warnings | Tycho | 2014-03-07 | 1 | -5/+5 |
| | |||||
* | cByteBuffer has more self-tests. | madmaxoft | 2014-01-26 | 1 | -6/+29 |
| | |||||
* | removed unneccisary cast | Tycho Bickerstaff | 2013-12-31 | 1 | -1/+2 |
| | |||||
* | fixed warnings in bytebuffer.cpp | Tycho Bickerstaff | 2013-12-31 | 1 | -3/+3 |
| | |||||
* | Fixed threading issues affecting cProtocol172. | madmaxoft | 2013-12-13 | 1 | -0/+22 |
| | |||||
* | Hopefully fixed the sparc not being detected | Alexander Harkness | 2013-12-04 | 1 | -1/+3 |
| | |||||
* | Fixed an off-by-one error in cByteBuffer. | madmaxoft | 2013-11-29 | 1 | -1/+1 |
| | | | | Could have caused random protocol errors and maybe even crashes. | ||||
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -0/+54 |
| | | | | | Conflicts: GNUmakefile | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+787 |