Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify hash_table somewhat. | graham.gower | 2009-11-18 | 1 | -39/+56 |
* | Removed a bunch of if(0) and dead code | pixdamix | 2009-11-05 | 1 | -3/+0 |
* | s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/ | graham.gower | 2009-11-04 | 1 | -9/+3 |
* | s/strdup/xstrdup/ - check memory allocations for failure. | graham.gower | 2009-11-03 | 1 | -1/+2 |
* | opkg: adding the hash_table_remove API, not using yet. | ticktock35 | 2008-12-15 | 1 | -1/+32 |
* | opkg: making hash_table_insert works as real hash_table. | ticktock35 | 2008-12-15 | 1 | -1/+6 |
* | opkg: (leak fixing, day 2) lots and lots of memory leaks fixed | ticktock35 | 2008-12-15 | 1 | -0/+1 |
* | opkg: (leak fixing, day 1) lots and lots of memory leaks fixed | ticktock35 | 2008-12-15 | 1 | -1/+20 |
* | opkg: re-arrange source code into sub-directories | ticktock35 | 2008-12-14 | 1 | -0/+155 |