Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'grg' into HEAD | graham.gower | 2009-12-08 | 1 | -3/+1 |
* | Fix some errno abuse. | graham.gower | 2009-11-26 | 1 | -1/+0 |
* | Return void, not int. | graham.gower | 2009-11-25 | 1 | -4/+2 |
* | Fix warning on 64bit arches. | graham.gower | 2009-11-24 | 1 | -1/+1 |
* | 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 |