364 Commits (b305285b8535100a9033623208b645dbb9b1b4a4)
 

Author SHA1 Message Date
Georg Hopp b305285b85 use new ipv6 support of trio 12 years ago
Georg Hopp 6e080940fe reflect makro name change in trio 12 years ago
Georg Hopp a3ddcebff9 last few fixes to make the new socket code work. 12 years ago
Georg Hopp 8d41a5707b compile with latest library versions, escpecialy the new socket code. 12 years ago
Georg Hopp a9b2338655 add session removal by ip 12 years ago
Georg Hopp 666813e942 add m4 for trlibs 12 years ago
Georg Hopp cd02695058 add todo for session memory overflow 12 years ago
Georg Hopp 1dfefcbf0c don't do tests for the moment. 12 years ago
Georg Hopp 97f0b7db8f removed double delete 12 years ago
Georg Hopp cc03d4ef52 remove wrong delete. The get arguments will be deleted when the request is deleted. 12 years ago
Georg Hopp 5849bb7274 utilize libtrdata 12 years ago
Georg Hopp 151a4ebf00 now use libtrio for all io operations. 12 years ago
Georg Hopp b6df620190 add -ldl linker flag only if libdl is available, thus prepare the code to compile on platforms where the dynamic linker code is included within the C library (FreeBSD) 12 years ago
Georg Hopp 527b9e2d38 move all hashing helper code in separate library 12 years ago
Georg Hopp 1307358fbd moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_ 12 years ago
Georg Hopp 85ecaa4dd6 add amdcheck because of valgrid problems an amd machines 10 years ago
Georg Hopp 064d4d7001 fix conflic in CI build file, cherry picked from 0.1.8 branch 10 years ago
Georg Hopp e0c63a2e21 support lcov 1.11 10 years ago
Georg Hopp a9a7fd962a Add CI configuration. 10 years ago
Georg Hopp 568a14b68e daemonize again 12 years ago
Georg Hopp ae898e44df prepare release 0.1.8 12 years ago
Georg Hopp 75b3ca4a48 hopefully improve performance of gdbm...currently I think about replacing gdbm by tokyo cabinet 12 years ago
Georg Hopp d0f4b77db7 update user informations when session timeouts 12 years ago
Georg Hopp e6dc20ca09 fix urldecode of post vars. I can't urldecode the whole body and then start splitting it into values because the urldecode can add reserved characters. I have to urldecode each value by it's own. TODO: check if the keys have to be urldecoded too. 12 years ago
Georg Hopp 43072d0a56 urldecode post values 12 years ago
Georg Hopp 365fdd7494 more valgrind indicated fixes 12 years ago
Georg Hopp 7711950d94 reduce expire for assets to 12 hours...currently I expect changes even more often. At the end this is another condidate for the configuration file. 12 years ago
Georg Hopp 126a8ca3e9 fixed various memory management issues detected with valgrind 12 years ago
Georg Hopp 5e596ad3ac remove obsolete file 12 years ago
Georg Hopp 06c15c2b3c basic user update functionality 12 years ago
Georg Hopp c75e13787c add missing javascript files and optimize symlink creation 12 years ago
Georg Hopp 21475a8da2 create database files world read-/writable 12 years ago
Georg Hopp 020c62e4db install working directories as world read-/writeable and symlink layout instead of installing the files. 12 years ago
Georg Hopp 3ab1cc3ebb some work on the javascript...still I think it's not very good, but better than before. 12 years ago
Georg Hopp 717b037dc4 add jQuery ui touch-punch for draggable support on mobile devices. Thanks to Dave Furfero. 12 years ago
Georg Hopp ed5dc629a2 add username to user class. This will contain the common name (cn) of an ldap authenticated user and the email address of an otherwise authenticated user. This is done to be able to have a good way to store an application user for ldap authenticated users. 12 years ago
Georg Hopp de714f8a19 use the new application container 12 years ago
Georg Hopp a8e31f8995 created an authentication container. This could initialize the needed authentications and then be injected as a single object into the application class 12 years ago
Georg Hopp 0d6e5db80a add function to create an object with a va_list pointer instead of its argument list. Obviously the va_list must contain the correct values for the class constructor. 12 years ago
Georg Hopp 5897c437b4 make signup and login popup visually more fitting to the rest of the pages. 12 years ago
Georg Hopp cc23d732ab make login and signup div draggable and cast shadows 12 years ago
Georg Hopp 365ed89af6 install jqeury ui files 12 years ago
Georg Hopp 83389e5d89 add jquery ui for nice ui effects 12 years ago
Georg Hopp 8d91c36845 add UPS cookie disclosure document as reference 12 years ago
Georg Hopp 66e84a7e5a update TODO 12 years ago
Georg Hopp f95c7f2fae display lines of code in page footer 12 years ago
Georg Hopp c2cef2e616 add lines of code to config.h ... make me able to display these in the application 12 years ago
Georg Hopp 84f264c6fa add make target to measure lines of code 12 years ago
Georg Hopp 17d11ab2a8 remove no longer used application signup method 12 years ago
Georg Hopp 6dd6a5b227 create make target for ctags file and ignore the generated file with git 12 years ago