- 13 Jul, 2009 2 commits
-
-
Rusty Russell authored
Also, using a single structure makes talloc_free convenient for when we do optimization.
-
Rusty Russell authored
-
- 12 Jul, 2009 2 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
Still deadlocks in one case, due to spurious dependencies inside traversals. See next commit.
-
- 08 Jul, 2009 2 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
- 07 Jul, 2009 5 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
- 02 Jul, 2009 2 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
- 29 Jun, 2009 7 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
realloc() has that horrible overloaded free semantics.
-
Rusty Russell authored
By faking them out to length 1, we might go oob. Just fake the malloc.
-
- 28 Jun, 2009 1 commit
-
-
Rusty Russell authored
-
- 23 Jun, 2009 1 commit
-
-
Rusty Russell authored
-
- 22 Jun, 2009 1 commit
-
-
Rusty Russell authored
-
- 18 Jun, 2009 1 commit
-
-
Rusty Russell authored
-
- 16 Jun, 2009 1 commit
-
-
Rusty Russell authored
-
- 07 Jun, 2009 3 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
- 05 Jun, 2009 3 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
- 31 May, 2009 2 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
- 29 May, 2009 1 commit
-
-
Joey Adams authored
Important change: array_pop no longer checks if the array has elements; use array_pop_check in its place.
-
- 28 May, 2009 6 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
-
Rusty Russell authored
I have given my array module a makeover (see attached array-0.1.tar.bz2 ). Major changes are: * All the macros have been renamed to flat array_* names. Instead of Array, AInit, AAppend, etc., it is now array, array_init, array_append, etc.. This will obviously break any applications already using the array module (if any); 'renames' is the list of sed commands I used to make the name changes. * array (by default) now uses talloc functions instead of regular malloc/realloc/free. * All of the array macros have tests now.
-
Rusty Russell authored
-
Rusty Russell authored
-