Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-03 | Backport Skip-Button support | Steven Barth | |
2009-03-30 | Import luanet library | Steven Barth | |
Relicensed with author's permission Thanks John | |||
2009-03-29 | libs/cbi: properly handle uvl errors without childs | Jo-Philipp Wich | |
2009-03-27 | Introduce noheader and nofooter CBI-Dispatcher config | Steven Barth | |
2009-03-26 | Fix last commit | Steven Barth | |
2009-03-26 | Correctly set status FORM_PROCEED instead of FORM_CHANGED if user | Steven Barth | |
creates / deletes a field or section | |||
2009-03-16 | nixio: solaris does not recognize LOG_PERROR | Steven Barth | |
2009-03-16 | Fix a possible stack corruption | Steven Barth | |
2009-03-16 | Added missing file | Steven Barth | |
2009-03-16 | nixio: added syslog support | Steven Barth | |
2009-03-14 | libs/web: | Jo-Philipp Wich | |
- improve handling of low level runtime errors - wrap access to luci.main into assert() | |||
2009-03-13 | Sync nixio | Steven Barth | |
2009-03-13 | nixio: More sockopts | Steven Barth | |
2009-03-13 | nixio: +socket options SO_DONTROUTE, SO_BINDTODEVICE | Steven Barth | |
2009-03-12 | nixio: chdir() | Steven Barth | |
2009-03-12 | nixio: add setsid() | Steven Barth | |
2009-03-12 | httpclient: handle redirects more graceful | Steven Barth | |
2009-03-12 | FreeBSD compatibility #3 | Steven Barth | |
2009-03-12 | nixio: FreeBSD compatibility #2 | Steven Barth | |
2009-03-12 | nixio: FreeBSD compatibility #1 | Steven Barth | |
2009-03-12 | libs/sys: update zoneinfo to version 2009b | Jo-Philipp Wich | |
2009-03-11 | Drop XML i18n files | Steven Barth | |
2009-03-10 | Be nice() | Steven Barth | |
2009-03-09 | nixio: Implement protable behaviour of signal(), export more error | Steven Barth | |
constants | |||
2009-03-09 | httpclient: Added missing import | Steven Barth | |
nixio: waitpid() returns 0 with WNOHANG and no terminated childs | |||
2009-03-09 | Allow SimpleForm handler to set CBI status | Steven Barth | |
2009-03-09 | Improved httpclient | Steven Barth | |
2009-03-09 | nixio: reenable splice() for linux | Steven Barth | |
2009-03-09 | Cicrumvent possible segfaults in axTLS | Steven Barth | |
More compatibility | |||
2009-03-09 | Make nixio compile on OpenSolaris | Steven Barth | |
2009-03-07 | Fixed last commit | Steven Barth | |
2009-03-07 | Don't compare cstate if there is none | Steven Barth | |
2009-03-07 | Fix debugging output | Steven Barth | |
2009-03-07 | Allow combination of SimpleForms as Forms into pages with Maps | Steven Barth | |
Allow subsequent changes of Table data | |||
2009-03-06 | Fixed last commit | Steven Barth | |
2009-03-06 | Fixed last commit | Steven Barth | |
2009-03-06 | bla | Steven Barth | |
2009-03-06 | httpclient: Improved callback support | Steven Barth | |
2009-03-06 | nixio 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-05 | httpclient: callback can abort download | Steven Barth | |
2009-03-05 | nixio: Export more constants, introduce {g,s}et{g,u}id, getpid, getppid | Steven Barth | |
2009-03-04 | nixio: Fix generation of private key for axtls | Steven Barth | |
2009-03-04 | Still not working... | Steven Barth | |
2009-03-04 | Fix nixio postinst | Steven Barth | |
2009-03-04 | nixio: Autogenerate private key on installation if we have axtls | Steven Barth | |
support, make the TLS provider configurable in the build menu | |||
2009-03-04 | Set /etc/private.rsa as default key for axTLS contexts | Steven Barth | |
More openssl - axTLS fixes | |||
2009-03-03 | nixio: | Steven Barth | |
Use POSIX file functions introduce dup() introduce fork() wait() kill() more signal interrupt wrappers more POSIX / UNIX standard compliance | |||
2009-03-02 | Fix header generator | Steven Barth | |
2009-03-02 | Set method to POST if we have postdata and no other method is set | Steven Barth | |
2009-03-02 | httpclient: default content-type for post data is | Steven Barth | |
"application/x-www-form-urlencoded" |