351 Commits (0.1.9)
 

Author SHA1 Message Date
Georg Hopp f18c86461e actual coverage reports and api docs can be build via make again ... now project name and version are taken from configure ... ahh and configure holds version information from git. 12 years ago
Georg Hopp 0e2e116118 remove generated documentations from repository. 12 years ago
Georg Hopp 4e300e9af9 status line always above title 12 years ago
Georg Hopp 6bc2df8686 use dragonegg config 12 years ago
Georg Hopp 1af747ecff update TODO 12 years ago
Georg Hopp 885f2dcfd5 add m4 macros to build with dragonegg and make the memopt m4 show a message if it is active 12 years ago
Georg Hopp f6ce303d7b load partials via javascript, so I do not need the server at all. closes #35 12 years ago
Georg Hopp 631e1688c1 add content, coverage report an api doc 12 years ago
Georg Hopp d1ebca057b accept as much as possible and stop processing as soon as possible 12 years ago
Georg Hopp 3cb4fb8e22 fix return value...the situation should result in a connection close. 12 years ago
Georg Hopp 691673991c make write more fair...until now it was written as long a possible given no chance for reading anymore... 12 years ago
Georg Hopp b1536b32b8 Merge branch 'master' into next 12 years ago
Georg Hopp 6969258705 fix the fix...with the last change taskrambler closes connections unexpectedly. Hopefully this fixes ssl handling. 12 years ago
Georg Hopp d1f4c39dcd and do the same when read 12 years ago
Georg Hopp 2429393218 improved ssl write error handling...this hopefully fixes occasionally crashes when using ssl 12 years ago
Georg Hopp 9c0d6b7d73 Merge branch 'release0.1.5' into next 12 years ago
Georg Hopp fa76aa1edf and add information about new download file 12 years ago
Georg Hopp 57ff96f6cb add informations about guest user 12 years ago
Georg Hopp 668ae5f270 wrote some informations about the new version 12 years ago
Georg Hopp 630db0cdd2 redo version bump 12 years ago
Georg Hopp 0a812fb76a m4 makros to select memory optimizations 12 years ago
Georg Hopp 4a6c0bfc1f revert version to 0.1.5 after fixes from next have been merged...I have to obey my workflows to prevent such things in future. 12 years ago
Georg Hopp ed1cb39887 Merge branch 'next' into release0.1.5 12 years ago
Georg Hopp d924a71f0d use silent build again 12 years ago
Georg Hopp 3455ad7522 fix use of uninitialized value 12 years ago
Georg Hopp 1897c81955 fix remove of user. As email is in that case a part of credential it must be set to NULL before delete. 12 years ago
Georg Hopp 815f42e174 add facility to de/activate tree base memory optimizations 12 years ago
Georg Hopp 62b8d24204 add run to extra dists 12 years ago
Georg Hopp ed5b60850f version bump 12 years ago
Georg Hopp eaeaf47374 make login, signup and logout available on all pages 12 years ago
Georg Hopp 52f6fbc52a logout no longer tries to stop the session. Now simply the user is removed. 12 years ago
Georg Hopp 8a7cada52c call to ldap_unbind is necessary to free memory even when ldap_bind failed. 12 years ago
Georg Hopp a1e5811def reflect current changes in main.html (and styles and javascript) 12 years ago
Georg Hopp c70d626931 update prototypes 12 years ago
Georg Hopp 7c044e0718 there is no session_update method anymore...this will be done in session_get at least at the moment 12 years ago
Georg Hopp 93e1d2a167 some changes on session handlings. 12 years ago
Georg Hopp 9e1ab77959 create a real new user object when the fetch fails. 12 years ago
Georg Hopp 21d0960400 to stop a session is as simple as setting their livetime to 0. On the next request this session will be removed. 12 years ago
Georg Hopp 72d58c58d5 As gdbm_fetch changes the key I copy it before I try to get data with it. 12 years ago
Georg Hopp c428c80768 add forgotten version response. 12 years ago
Georg Hopp 0559e5cc2d add source images for favicon 12 years ago
Georg Hopp 5197b8d216 move session handling from adapter into application and some more stuff of the version thing...when the version thing works I will add the session livetime to every page. 12 years ago
Georg Hopp 711dc28fc5 show taskrambler version in Frontend 12 years ago
Georg Hopp cb5c42f7bc get server name from config.h 12 years ago
Georg Hopp 3c132acc64 signup works...only logout has to be added then the new version is complete. refs #36 12 years ago
Georg Hopp 5ac1f75a3e Merge branch 'simple_signup_login' of hosted:/var/lib/git/taskrambler into simple_signup_login 12 years ago
Georg Hopp 636e495d2e fix wrong handling of session queue and thus the memory leak. 12 years ago
Georg Hopp 14cdc46429 experiment with attributes 12 years ago
Georg Hopp c479ed0730 add some valgrind suppressions for opanldap and gdbm stuff 12 years ago
Georg Hopp 8d7ed2cdaa login via ldap and gdbm now works. Signup stores the user account as well as the credentials but still returns a 500 and I have a memory leak most likely within the queue code. To reproduce this one has to start the server and send two requests via telnet to the server...no keep-alive just a single GET. refs #36 12 years ago