Projekt

Allgemein

Profil

Aktivität

von 29.01.2021 bis 27.02.2021

27.02.2021

00:04 Revision a39b420a (aqdatabase): Test...
admin

26.02.2021

23:45 Revision f4e8a8b1 (aqdatabase): Added some remarks to README.
admin
20:53 Revision 723646a0 (aqdatabase): NET: Moved AQDB_NetServerSioDb_Run into AQDB_NetServerDb.
admin
20:10 Revision d85cb97b (aqdatabase): aqdbtool: Creategroup now also sets group permissions.
admin
20:10 Revision d0ea911e (aqdatabase): Added .gitignore.
admin
20:09 Revision f2e1d2af (aqdatabase): Minor changes.
admin
20:09 Revision 4f27d904 (aqdatabase): NET: Added NetServerSio.
admin
13:05 Revision 6ebcd7ee (aqdatabase): Updated gource script.
admin
13:04 Revision fb19dc8b (aqdatabase): NET: More work on network-based code.
admin

23.02.2021

23:47 Revision ab8c982f (aqdatabase): USER: Added AQDB_UserDb_CreateAclTypes()
This can be used to add user management tables to existing databases. admin
23:46 Revision 65001493 (aqdatabase): NET: No longer export AQDB_Net_AddTests().
admin
22:49 Revision 56be1022 (aqdatabase): Put all tests together into aqdbtest.
admin
21:40 Revision 8e6f346e (aqdatabase): NET: Added AQDB_ThreadedDb.
This class uses a semaphore and a mutex to make sure only one client is in
edit mode at any time (BeginEdit/EndEdit).
admin
21:38 Revision 297039b6 (aqdatabase): iocache: Decreased verbosity.
admin
01:02 Revision e8ff41b8 (aqdatabase): Don't export internal structures.
admin
00:45 Revision 6db8b46f (aqdatabase): USER: Added tests for user-based databases, fixed some bugs.
admin

22.02.2021

23:30 Revision dd2399a7 (aqdatabase): NET: More work on network-based database code.
admin
22:16 Revision fe5cc8ca (aqdatabase): Fixed a typo.
admin
21:54 Revision f7e1eed9 (aqdatabase): Merge latest changes regarding user management and network-based database.
admin
21:51 Revision 594860be (aqdatabase): TEST: Use DBG_ERROR instead of fprintf.
admin
21:50 Revision 17bc9d1c (aqdatabase): NET: Completed NetClient and NetServer, added tests.
First tests passed, so it basically works. admin
20:10 Revision 953b4384 (aqdatabase): Net: Added module tests for AQDB_Net.
Also fixed a bug detected by the test code. admin
18:25 Revision 4b93936b (aqdatabase): NET: Implemented server-side of network-based database.
admin
01:14 Revision c1f69807 (aqdatabase): NET: More documentation.
admin
01:14 Revision 5fbedc84 (aqdatabase): NET: Added parameter "url" to function call "OPEN".
admin
01:05 Revision 00be74eb (aqdatabase): NET: Started working on network implementation.
AqDatabase will become usable over network. Work on the client side just
started with this commit.
admin

21.02.2021

17:25 Revision 9cf98d96 (aqdatabase): USER: SessionDB no longer extends a given base-db.
Multiple SessionDB objects use a single UserDb objects as base database,
so we can't extend them.
UserDb needs to be...
admin
17:23 Revision 4cfc16a3 (aqdatabase): No longer export backend functions.
admin
13:27 Revision 5bc5a831 (aqdatabase): USER: Implemented some more user-based functions.
admin
12:25 Revision 0cf4875c (aqdatabase): USER, aqdbtool: Added more user-db code.
admin
01:16 Revision 60497207 (aqdatabase): aqdbtool: Implemented creategroup and createuser.
admin
00:17 Revision 93c144fa (aqdatabase): aqdbtool: added commands for user-based database.
admin
00:16 Revision 6b33d0b1 (aqdatabase): USER: Export symbols from aqdatabase/user/aqdb_userdb.h.
admin

20.02.2021

20:08 Revision 99b3bbd2 (aqdatabase): USER: More work on user-based database.
admin
17:46 Revision 4fa08971 (aqdatabase): USER: Renamed AQDB_USER_SESSION to AQDB_SESSIONDB
admin
15:34 Revision 3a76b38b (aqdatabase): Increased version number.
admin
15:33 Revision c611d988 (aqdatabase): AqDB: Simplifications, better cache handling.
admin

05.02.2021

22:43 Revision 87b38772 (aqdatabase): Query: Removed multithreaded test code.
admin
22:22 Revision 1da35eb8 (aqdatabase): Added Makefile target "sanitize".
This uses the address sanitizing features of clang. admin
22:21 Revision 1fb2ddde (aqdatabase): Query: Disable multithreaded code.
The code proofs that multithreaded access to the database basically works. admin
22:20 Revision bc03ce93 (aqdatabase): QUERY: Speedup multithreaded code.
admin
21:53 Revision 481b64c1 (aqdatabase): Added test code for multithreaded querying.
admin
21:52 Revision 1f67d31d (aqdatabase): Removed unneeded code.
admin

01.02.2021

23:14 Revision 50c6aabe (aqdatabase): Never propagate functions calls up the hierarchy (except for purgeObject).
- always call virtual functions from a lower or the same layer
- added virtual function purgeObject() which is now us...
admin
23:10 Revision e276c08a (aqdatabase): Added locked layer.
This layer can be situated above an iolayer which needs to only be accessed
by a single thread at a time (like lowlev...
admin

31.01.2021

23:08 Revision 97bd0008 (aqdatabase): Fixed another typo.
admin
22:39 Revision f870f88b (aqdatabase): Fixed a typo.
admin
22:27 Revision a23eae5f (aqdatabase): Added missing file to Makefile.am.
admin
22:19 Revision 4cb62c21 (aqdatabase): Reworked object class. Added module tests for AQDB_Object (API CHANGE!).
The previous code was overly complicated. Also, it couldn't work in a
multithreading environment.
Added module tests...
admin

30.01.2021

18:41 aqdatabase-1.0.15.tar.gz
martin
18:41 aqdatabase-1.0.15.tar.gz.asc
martin
18:18 Revision 397ec168 (aqdatabase): Prepared release 1.0.15.
admin
18:18 Revision 1bf5e1e8 (aqdatabase): Fixed a typo.
admin
18:18 Revision 4e99e3ef (aqdatabase): Improved timing layer and its output.
admin

29.01.2021

22:36 Revision cdf6c75a (aqdatabase): Moved aqdb_query back to main folder (it is used e.g. by AqFinance).
admin
 

Auch abrufbar als: Atom