Mon, 29 Jan 2018 12:36:02 +0100 |
Fixing bad merges still.
|
file | diff | annotate |
Mon, 29 Jan 2018 12:15:51 +0100 |
Urgh. Fixing bad merge (???)
|
file | diff | annotate |
Mon, 15 Jan 2018 18:48:54 +0100 |
copying release_value with bloblist_add
|
file | diff | annotate |
Mon, 15 Jan 2018 18:13:53 +0100 |
addressing the ownership problem
|
file | diff | annotate |
Fri, 15 Dec 2017 07:59:32 +0100 |
fix bad English in API description
|
file | diff | annotate |
Fri, 15 Dec 2017 07:53:31 +0100 |
add new_bloblist_with_allocate() as a proposal. Please discuss!
|
file | diff | annotate |
Thu, 14 Dec 2017 17:05:28 +0100 |
ENGINE-320: done. Change is as follows: All calls to new_bloblist keep the ownership of the blob with the caller; this blob is assigned to bloblist->value_ref, which free_bloblist (and the engine) treat as read_only. Whenever the ENGINE allocates a blob (including via any calls to bloblist_dup()), it uses an internal bloblist creation function which assigns that reference to bloblist->value, which will be deallocated by free_bloblist if present. CALLERS MUST KEEP REFERENCES TO ANY BLOBS PASSED IN, as the engine is allowed to delete the bloblist node for various reason (key removal, etc), even if it cannot touch the blob.
|
file | diff | annotate |
Thu, 14 Dec 2017 08:51:26 +0100 |
ENGINE-320: Phase one, alpha renaming complete.
|
file | diff | annotate |
Thu, 14 Dec 2017 15:20:49 +0100 |
add declaration & implementation of bloblist_iterate()
|
file | diff | annotate |
Mon, 28 Aug 2017 11:29:31 +0200 |
ENGINE-233: well, at least it doesn't seem to break things that already work...
|
file | diff | annotate |
Thu, 24 Aug 2017 11:30:35 +0200 |
shelving changes
|
file | diff | annotate |
Tue, 22 Aug 2017 14:41:11 +0200 |
ENGINE-233: passes tests
|
file | diff | annotate |
Tue, 22 Aug 2017 12:29:17 +0200 |
ENGINE-233: Content-Disposition setting now possible in bloblist_t through mime.h
|
file | diff | annotate |
Mon, 19 Jun 2017 09:01:06 +0200 |
ENGINE-9: reverting to default after memory mess.
|
file | diff | annotate |
Mon, 27 Mar 2017 14:08:11 +0200 |
ENGINE-9: revamped bloblist for content_id inclusion
|
file | diff | annotate |
Fri, 24 Mar 2017 12:22:23 +0100 |
Compiling again. Need to clean up and test now.
|
file | diff | annotate |
Tue, 27 Dec 2016 21:13:41 +0100 |
adding license info to each file
|
file | diff | annotate |
Tue, 13 Dec 2016 17:16:36 +0100 |
removing old code for handling RFC3159 app/pgp-encrypted case
|
file | diff | annotate |
Mon, 14 Nov 2016 13:32:35 +0100 |
ENGINE-74: ENGINE-118: #comment Encrypted text that is put into the first two attachments as application/pgp-encrypted + application/octet-stream is now decrypted correctly and ends up in the longtext portions of the message appropriately.
|
file | diff | annotate |
Sun, 17 Jul 2016 20:32:41 +0200 |
doc fix #20: this isn't a bug in bloblist_add, it's the 'empty value' case of empty lists we use consistently in other list structures.
|
file | diff | annotate |
Sun, 31 May 2015 13:22:22 +0200 |
streamline
|
file | diff | annotate |
Thu, 30 Apr 2015 19:01:58 +0200 |
adding _length() functions
|
file | diff | annotate |
Sun, 15 Mar 2015 10:14:43 +0100 |
...
|
file | diff | annotate |
Wed, 11 Mar 2015 11:52:14 +0100 |
reorga
|
file | diff | annotate |