Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-06 | Update ping_array.c | kyle condon | |
Change calloc call on line 138 from empty_array->entries = calloc(size * sizeof(Ping_Array_Entry), 1);, to empty_array->entries = calloc(size, sizeof(Ping_Array_Entry)); | |||
2014-06-10 | Const correctness in various interdependent files | Marc Schütz | |
2014-05-12 | Fixed segfault. | irungentoo | |
2014-05-12 | Added ping_array, a special efficient array for use in operations | irungentoo | |
that require sending ping type packets. Made ping packets use it. |