summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
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-14libs/web:Jo-Philipp Wich
- improve handling of low level runtime errors - wrap access to luci.main into assert()
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-12httpclient: handle redirects more gracefulSteven Barth
2009-03-12FreeBSD compatibility #3Steven Barth
2009-03-12nixio: FreeBSD compatibility #2Steven Barth
2009-03-12nixio: FreeBSD compatibility #1Steven Barth
2009-03-12libs/sys: update zoneinfo to version 2009bJo-Philipp Wich
2009-03-11Drop XML i18n filesSteven 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-09Allow SimpleForm handler to set CBI statusSteven Barth
2009-03-09Improved httpclientSteven Barth
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-07Fixed last commitSteven Barth
2009-03-07Don't compare cstate if there is noneSteven Barth
2009-03-07Fix debugging outputSteven Barth
2009-03-07Allow combination of SimpleForms as Forms into pages with MapsSteven Barth
Allow subsequent changes of Table data
2009-03-06Fixed last commitSteven Barth
2009-03-06Fixed last commitSteven Barth
2009-03-06blaSteven Barth
2009-03-06httpclient: Improved callback supportSteven 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-05httpclient: callback can abort downloadSteven Barth
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-03-02Fix header generatorSteven Barth
2009-03-02Set method to POST if we have postdata and no other method is setSteven Barth
2009-03-02httpclient: default content-type for post data isSteven Barth
"application/x-www-form-urlencoded"
2009-02-28More splicing stuffSteven Barth
2009-02-27nixio: Fixes, use POSIX calls for file i/oSteven Barth
httpclient: resume support, splice() support, cookie support
2009-02-26Introduce luci.dispatcher.get(...) which works like node(...) but doesSteven Barth
not disable the autocreated flag and does not overwrite the target controller so that call()-targets won't loose their binding to their controller
2009-02-26Enable stack tracebacks for 500 errorsSteven Barth
2009-02-24nixio: Finetuning of TLS-supportSteven Barth
httpclient: HTTPS support axTLS: enable diagnostic mode
2009-02-23Fix option dependencies, this was lost in some IE fixing stuffSteven Barth