summaryrefslogtreecommitdiffstats
path: root/test/httpget.c
Commit message (Collapse)AuthorAgeFilesLines
* libtf: fix stack frame creation and valgrind issuesTimo Teras2010-03-101-1/+1
| | | | | debugging looks now better. there was also some valgrind issues that needed attention.
* libtf: separate scheduler fibre, change the core apiTimo Teras2010-03-101-10/+6
|
* libtf: stackable timeoutsTimo Teras2009-11-261-5/+8
| | | | | | | instead of having per-function argument, use a push/pop mechanism: - multiple timers inside fiber use only one heap entry - easy to chain multiple possibly blocking operations inside one timeout block
* libtf: minor changes and new test case for network i/oTimo Teras2009-11-251-0/+60
fixup the internals a bit.