Quinlan Pfiffer

Results 46 comments of Quinlan Pfiffer

Well the problem with converters and our AOL format is that it's not always possible to infer which version of an AOL file we're looking at. Regardless of the method...

Might as well. We can talk more about it when I get out of airport limbo. On Sep 18, 2014 10:39 PM, [email protected] wrote: > Agreed, since we're using a...

Probably something like this: ``` C int padded_size(const int size) { return (size + 4095) & ~4095; } ```

5c4a5e89fd0a0024a596da9932dc95413221ed46 adds the helper method to compute the padded value but it isn't used anywhere.

And because keep forgetting why I created this ticket, it has at least two merits: 1. Adding extra padding reduces the need to append new values to the end of...

@Xe @cquinlan could I get a code review on this

Right now I've hijacked HEAD to spit out the content type of a given key.

HEAD now also spits out the number of records in the DB with `X-OlegDB-RcrdCnt`.

It was never implemented in the Erlang frontend, but I'd like support for [cas](https://github.com/infoforcefeed/OlegDB/blob/master/include/oleg.h#L264), too. Edit: Another awesome thing to have would be frontend tests, we currently have none.