summaryrefslogtreecommitdiff
path: root/tanja.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-24Use a hash table to store maps in tuplesYorhel1-2/+2
2012-03-24Added tn_map_get() functionYorhel1-0/+4
2012-03-23Added a few simple tuple management tests + two minor fixesYorhel1-1/+1
2012-03-23Added tn_el_str()Yorhel1-0/+1
2012-03-23Added functions to read out integer / number values from elementsYorhel1-0/+4
2012-03-23Added tn_el_new() and tn_el_copy() functionsYorhel1-2/+4
2012-03-23Function name consistency: s/create/new/Yorhel1-3/+3
2012-03-23Making things a bit shorter: s/element/el/gYorhel1-23/+23
2012-03-20link: Added ready callbackYorhel1-0/+2
2012-03-19tanja.h: Added include-once macro checkYorhel1-0/+5
2012-03-19Set 'sync' property of link as function rather than create argumentYorhel1-1/+2
2012-03-19Rewrote link-context interaction frameworkYorhel1-5/+7
2012-03-18Indicate session close in dispatch call instead of close callbackYorhel1-8/+6
2012-03-15Added copyright to source files + README typo fixYorhel1-0/+24
2012-03-14Added JSON parser + fixed some bugs in formatter + tuple handlingYorhel1-0/+1
2012-03-02Use lbuf abstraction for JSON-formatting tuplesYorhel1-1/+1
2012-03-02Improved error handling for link objectsYorhel1-3/+7
2012-03-02Added pthread context for links + fixed a few bugsYorhel1-1/+3
2012-03-01Started on the link implementationYorhel1-0/+12
2012-02-28Added crude pthread-based "event loop" + fixed a few bugsYorhel1-0/+1
2012-02-27Implemented dispatcher for tuples and replies and for sessionsYorhel1-2/+3
2012-02-27Started on session & returnpath abstractions + various improvementsYorhel1-1/+19
2012-02-26Added match implementation + make patternreg a ref-counted structYorhel1-1/+2
2012-02-25tuples.c -> tanja.c + added khash.h + Started on node implementationYorhel1-0/+8
2012-02-24Started on a C implementationYorhel1-0/+61