summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio
AgeCommit message (Collapse)Author
2009-07-11nixio: Update documentation to prepare 0.3 releaseSteven Barth
2009-07-11nixio: Fix accidental closing of file descriptors after dup with twoSteven Barth
parameters resulting in strange behaviour when spawning processes
2009-06-30libs/nixio: add sysupgrade hook to include /etc/nixio/ (generated certs) ↵Jo-Philipp Wich
into saved file list
2009-06-21nixio: Resolve namespace clashesSteven Barth
2009-06-15libs/nixio: wrap $(CC) in quotes, command could break if ccache is used ↵Jo-Philipp Wich
(CC:=ccache mips-openwrt-linux-uclibc-gcc)
2009-06-15Redefine splice() flags for crappy uclibc versionsSteven Barth
2009-06-10Some sendfile() under Linux 2.4 is brokenSteven Barth
2009-06-07Revert "adjust axtls level"Steven Barth
This reverts commit b123c99304822a1f1502d00df4915e2707940df3.
2009-06-07adjust axtls levelSteven Barth
2009-06-07nixio: Add support for DER certificates, PX5G fix CertmasterSteven Barth
2009-06-06nixio: Fix axTLS configuration, prepare px5g integrationSteven Barth
2009-06-06nixio: Add support for DER keyfilesSteven Barth
2009-06-06nixio: Use correct datatypes for base64 encodeSteven Barth
2009-05-28nixio: Rework TLS support, added support for CyaSSLSteven Barth
2009-05-28Disable checkkey for now: Something is wrong with dropbearkeySteven Barth
2009-05-28Würg around some nasty axTLS keying bugsSteven Barth
2009-05-27Revert "axtls: change cipher profile"Steven Barth
2009-05-27axtls: change cipher spec againSteven Barth
2009-05-27axtls: change cipher profileSteven Barth
2009-05-27Disable old SSL handshakeSteven Barth
2009-05-23GSoC Commit #1: LuCId + HTTP-ServerSteven Barth
2009-04-26nixio:Steven Barth
Added binding for getifaddrs(): List network interfaces, their flags, addresses and statistics Cleanups
2009-04-21Merge nixio 0.2Steven Barth
2009-03-16nixio: solaris does not recognize LOG_PERRORSteven Barth
2009-03-16Fix a possible stack corruptionSteven Barth
2009-03-16Added missing fileSteven Barth
2009-03-16nixio: added syslog supportSteven Barth
2009-03-13Sync nixioSteven Barth
2009-03-13nixio: More sockoptsSteven Barth
2009-03-13nixio: +socket options SO_DONTROUTE, SO_BINDTODEVICESteven Barth
2009-03-12nixio: chdir()Steven Barth
2009-03-12nixio: add setsid()Steven Barth
2009-03-12FreeBSD compatibility #3Steven Barth
2009-03-12nixio: FreeBSD compatibility #2Steven Barth
2009-03-12nixio: FreeBSD compatibility #1Steven Barth
2009-03-10Be nice()Steven Barth
2009-03-09nixio: Implement protable behaviour of signal(), export more errorSteven Barth
constants
2009-03-09httpclient: Added missing importSteven Barth
nixio: waitpid() returns 0 with WNOHANG and no terminated childs
2009-03-09nixio: reenable splice() for linuxSteven Barth
2009-03-09Cicrumvent possible segfaults in axTLSSteven Barth
More compatibility
2009-03-09Make nixio compile on OpenSolarisSteven 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-05nixio: Export more constants, introduce {g,s}et{g,u}id, getpid, getppidSteven Barth
2009-03-04nixio: Fix generation of private key for axtlsSteven Barth
2009-03-04Still not working...Steven Barth
2009-03-04Fix nixio postinstSteven Barth
2009-03-04nixio: Autogenerate private key on installation if we have axtlsSteven Barth
support, make the TLS provider configurable in the build menu
2009-03-04Set /etc/private.rsa as default key for axTLS contextsSteven Barth
More openssl - axTLS fixes
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-28More splicing stuffSteven Barth