388 Commits (next)
 

Author SHA1 Message Date
Georg Hopp 77bcc77c28 fix build system 10 years ago
Georg Hopp 20cbe7f43c Fix conflicts from upstream merge 10 years ago
Georg Hopp 7a3343c8c8 Make the whole thing build again, anyway no guarantee that it works 10 years ago
Georg Hopp 8786d47892 adapt to fixed PARENTCALL 11 years ago
Georg Hopp fa63e7d5fe reflect changes in trdata... hashEach now requires an additional data argument. 12 years ago
Georg Hopp 8c2de51c57 Use new class interface and update copyright information 12 years ago
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 7272bb6c7e adapt to fixed PARENTCALL 11 years ago
Georg Hopp fb4812ed94 reflect changes in trdata... hashEach now requires an additional data argument. 12 years ago
Georg Hopp 70e4fce1a0 Use new class interface and update copyright information 12 years ago
Georg Hopp 78ad7fa14a use new ipv6 support of trio 12 years ago
Georg Hopp 686f7841bc reflect makro name change in trio 12 years ago
Georg Hopp 30e0805b05 last few fixes to make the new socket code work. 12 years ago
Georg Hopp a62879f735 compile with latest library versions, escpecialy the new socket code. 12 years ago
Georg Hopp 1e6a855038 add session removal by ip 12 years ago
Georg Hopp 0c80c746b7 add m4 for trlibs 12 years ago
Georg Hopp 6a837618b5 add todo for session memory overflow 12 years ago
Georg Hopp fa179af677 don't do tests for the moment. 12 years ago
Georg Hopp b8b8152514 removed double delete 12 years ago
Georg Hopp f68825caa5 remove wrong delete. The get arguments will be deleted when the request is deleted. 12 years ago
Georg Hopp 01dc476775 utilize libtrdata 12 years ago
Georg Hopp 562407c88e now use libtrio for all io operations. 12 years ago
Georg Hopp ecd326b9f4 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 cf7f338bb2 move all hashing helper code in separate library 12 years ago
Georg Hopp 67b37a057b 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 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