Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Assume POWER is big-endian, so it compiles. | Alexander Harkness | 2014-08-23 | 1 | -1/+1 |
| | | | | | [reference](http://nadeausoftware.com/articles/2012/02/c_c_tip_how_detect_processor_type_using_compiler_predefined_macros#POWER) We may want to come back and figure out if the processor is running in little-endian mode, but for now assume they're big-endian. | ||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+1 |
| | |||||
* | Removed assert that is now informed by type system | worktycho | 2014-06-11 | 1 | -1/+0 |
| | |||||
* | Fixed warnings in cByteBuffer. | madmaxoft | 2014-05-01 | 1 | -13/+13 |
| | |||||
* | Merged branch 'master' into SslWrappers. | madmaxoft | 2014-04-28 | 1 | -2/+0 |
|\ | |||||
| * | Removed Old Asserts | Tycho | 2014-04-27 | 1 | -2/+0 |
| | | | | | | | | | | Removed asserts about non-negative numbers on what are now unsigned types Fixes CID 43608 | ||||
* | | 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 |