History for src/OFDataArray+MessagePackValue.m
2017-07-22
| ||
20:50 | Deleted: Split OFDataArray into OFData and OFMutableData check-in: [c8f7b90082] user: js, branch: trunk, size: 0 | |
2017-05-14
| ||
23:37 | OFDataArray+MessagePackValue: Use memcpy() file: [955a1ea2ce] check-in: [fe4ee8b458] user: js, branch: trunk, size: 12053 [annotate] [blame] [check-ins using] [diff] | |
2017-05-13
| ||
23:27 | Add depth limit for MessagePack file: [c085900a12] check-in: [c0d8a3426c] user: js, branch: trunk, size: 12088 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [d21c98d61f] check-in: [4af49a13c3] user: js, branch: trunk, size: 11516 [annotate] [blame] [check-ins using] [diff] | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
2016-02-21
| ||
15:37 | Make use of C99-style for loops file: [36fe618ac5] check-in: [e0b9167693] user: js, branch: trunk, size: 11504 [annotate] [blame] [check-ins using] [diff] | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [d8bc2c6ad4] check-in: [2a27cf3000] user: js, branch: trunk, size: 11497 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [f39b7ebe68] check-in: [cfd374b906] user: js, branch: trunk, size: 11493 [annotate] [blame] [check-ins using] [diff] | |
2014-09-06
| ||
22:25 | Add missing #include "config.h" file: [cf693171a3] check-in: [f73023946a] user: js, branch: trunk, size: 11487 [annotate] [blame] [check-ins using] [diff] | |
2014-06-21
| ||
21:43 |
Move all macros from OFObject.h to macros.h
This means that OFObject.h imports macros.h now, making it unnecessary | |
2014-01-04
| ||
00:24 | Update copyright. file: [471c1f50f3] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 11510 [annotate] [blame] [check-ins using] [diff] | |
2013-12-05
| ||
17:48 |
Make coding style consistent.
A file documenting the coding style will be written soon. This will | |
2013-06-22
| ||
12:12 |
Rework exceptions.
This mostly removes the argument for the class in which the exception This also removes a few other arguments which were not too helpful. In | |
2013-06-20
| ||
08:13 | Add support for MessagePack extensions. file: [b3b35d004c] check-in: [5ec11e8b56] user: js, branch: trunk, size: 11566 [annotate] [blame] [check-ins using] [diff] | |
2013-06-19
| ||
19:14 |
Added:
Implement the new MessagePack specification.
No support for extensions yet. This obsoletes BinaryPack. file: [c84f6d8cdf] check-in: [cba771824e] user: js, branch: trunk, size: 8666 [annotate] [blame] [check-ins using] | |