summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterlink: Don't register catchall pattern if !l->activeYorhel12 years
 
 
AgeCommit messageAuthorFilesLines
2012-03-26link: Don't register catchall pattern if !l->activeHEADmasterYorhel1-1/+2
2012-03-26Fixed incorrect va_arg() argument in tn_el_newv()Yorhel1-1/+1
2012-03-26Added const keyword to some string argumentsYorhel2-12/+12
2012-03-26Turned tanja_pthread.c into a header fileYorhel4-57/+52
2012-03-25Lowered minimum map size from 32 to 16 bucketsYorhel2-2/+2
2012-03-24Fix over-allocation bug in hash tableYorhel1-1/+1
2012-03-25test/tuple: Make sure to pass integers as uint64_t to va-arg functionYorhel2-5/+5
2012-03-25Pass va_list around as a pointer rather than a valueYorhel1-10/+10
2012-03-24test/tuple.c: Added vim modeline + reformatYorhel1-113/+114
2012-03-24Use a hash table to store maps in tuplesYorhel4-57/+153
[...]