summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/lua
AgeCommit message (Collapse)Author
2010-03-27libs/nixio: make TLS support optionalJo-Philipp Wich
2009-07-27Code styleSteven Barth
2009-07-26libs/nixio: d'oh ... import tostring() as wellJo-Philipp Wich
2009-07-26libs/nixio: convert data to string in writeall(), this is required for ↵Jo-Philipp Wich
numeric and udata arguments
2009-07-18libs/nixio: allow calls to nixio.util.consume() with no iterator givenJo-Philipp Wich
2009-07-18libs/nixio: add destination table argument to nixio.util.consume()Jo-Philipp Wich
2009-06-21nixio: Resolve namespace clashesSteven Barth
2009-06-10Some sendfile() under Linux 2.4 is brokenSteven Barth
2009-05-23GSoC Commit #1: LuCId + HTTP-ServerSteven Barth
2009-04-21Merge nixio 0.2Steven Barth
2009-03-06nixio util:Steven Barth
Don't shutdown TLS connection on close() This could lead to problems when calling close on a forked socket sink() also shutdown connection if close is requested and possible
2009-03-03nixio:Steven Barth
Use POSIX file functions introduce dup() introduce fork() wait() kill() more signal interrupt wrappers more POSIX / UNIX standard compliance
2009-02-27nixio: Fixes, use POSIX calls for file i/oSteven Barth
httpclient: resume support, splice() support, cookie support
2009-02-24nixio: Finetuning of TLS-supportSteven Barth
httpclient: HTTPS support axTLS: enable diagnostic mode
2009-02-22NIXIO: TLS-Support, bugfixesSteven Barth
2009-02-18More nixio fixes, initial httpclientSteven Barth
2009-02-15More nixio fixesSteven Barth
2009-02-14nixio: +performanceSteven Barth
2009-02-12nixio nextSteven Barth
splice() still does not work correctly