Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove a pair of unused broken functions | tycho | 2015-10-02 | 1 | -34/+0 |
| | |||||
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -2/+0 |
| | |||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -7/+7 |
| | |||||
* | SelfTests are registered and executed after logging framework init. | Mattes D | 2015-06-11 | 1 | -7/+8 |
| | | | | Fixes #2228. | ||||
* | Added VarInt64, normalized cPacketizer datatype names. | Mattes D | 2015-03-22 | 1 | -8/+53 |
| | |||||
* | Unified cPacketizer across all protocols. | Mattes D | 2015-03-22 | 1 | -4/+8 |
| | |||||
* | Unified cByteBuffer types. | Mattes D | 2015-03-21 | 1 | -31/+72 |
| | | | | cByteBuffer now reads and writes any of the [U]Int<N> types. | ||||
* | ByteBuffer: Added support for reading unsigned shorts and ints. | Matyas Dolak | 2015-01-21 | 1 | -1/+31 |
| | |||||
* | cByteBuffer: Improved SingleThreadAccessChecker performance. | Mattes D | 2015-01-03 | 1 | -1/+6 |
| | | | | But it's still poor and unusable for regular testing. | ||||
* | ByteBuffer: SingleThreadAccessChecker is request-only. | Mattes D | 2014-12-24 | 1 | -1/+10 |
| | | | | It slows the server down way too much, so it can't be turned on by default. | ||||
* | Fixed indent. | Mattes D | 2014-12-03 | 1 | -2/+2 |
| | |||||
* | ByteBuffer: Re-added Single-thread access checker. | Mattes D | 2014-12-03 | 1 | -0/+84 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-20 | 1 | -1/+1 |
| | |||||
* | Use std::thread | Tiger Wang | 2014-10-19 | 1 | -74/+0 |
| | |||||
* | Bug fix | Tiger Wang | 2014-09-27 | 1 | -17/+0 |
| | |||||
* | cByteBuffer: Simplified ReadPosition(). | madmaxoft | 2014-09-25 | 1 | -6/+9 |
| | | | | Also, by popular demand, added more comments to the code. | ||||
* | cByteBuffer: Fixed position reading. | madmaxoft | 2014-09-25 | 1 | -3/+3 |
| | |||||
* | Added cByteBuffer::WriteBEUShort(). | madmaxoft | 2014-09-25 | 1 | -0/+13 |
| | |||||
* | 1.8: Simplified item metadata reading. | Howaner | 2014-09-18 | 1 | -17/+0 |
| | |||||
* | Use xofts ReadPosition() code. | Howaner | 2014-09-17 | 1 | -3/+6 |
| | |||||
* | 1.8: Fixed ReadItem() | Howaner | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | Fixed more 1.8 packets. | Howaner | 2014-09-08 | 1 | -0/+44 |
| | |||||
* | 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 |