Aktivität
von 23.03.2016 bis 21.04.2016
21.04.2016
- 23:43 Gwenhywfar Revision 4f6058ca (gwenhywfar): MsgEngine: Properly parse messages containing optional fields
- Consider the case that a message definition contains two elements (or
groups) with varying multiplicty at the end. If... - 00:17 AqBanking Revision 99dd2fe9 (aqbanking): AqHBCI: Minor adjustments to make segment definitions comply with the specs.
19.04.2016
- 20:22 Gwenhywfar Revision 4679b34a (gwenhywfar): Fixed some logical errors in TLS code (thanks to Michael McConville for pointing out).
10.04.2016
- 18:27 AqBanking Revision af795cc3 (aqbanking): Prepared release 5.6.9beta.
- 16:33 AqBanking Revision 8beabac7 (aqbanking): ChipTAN: added support for fallback to HHD 1.3.2 if control bytes are missing
03.04.2016
- 22:59 AqDatabase Revision 777e8ae4 (aqdatabase): Fixed two bugs.
- 22:42 AqFinance Revision 689c0c76 (aqfinance): Prepared release 0.9.114beta.
- 22:41 AqFinance Revision c2ed2605 (aqfinance): Added support for DbFile.
- 22:07 AqFinance Revision 23aad3d3 (aqfinance): Added Makefile target "mp-opt".
- 22:07 AqFinance Revision 567de897 (aqfinance): Adapted query code to latest changes in AqDatabase.
- 22:06 AqFinance Revision 003569d7 (aqfinance): Removed flags argument from AE_Book_IsTableOpen().
- 22:05 AqFinance Revision f517cb80 (aqfinance): aqfinance: Added parameter to specify a database on the command line.
- 22:04 AqFinance Revision 52a3c01c (aqfinance): aqfinance-cli: Added command "fromXml".
- 22:03 AqFinance Revision ad366fc4 (aqfinance): Added support for endToEndId.
- 22:02 AqFinance Revision 68de4fbb (aqfinance): Minor changes to XML im-/export code.
- 21:58 AqDatabase Revision fe8e3ddc (aqdatabase): Prepared 1.0.0stable.
- 19:50 AqDatabase Revision be9d12f9 (aqdatabase): DbFile backend now works with AqFinance.
- 14:44 AqDatabase Revision 4f901bb4 (aqdatabase): Use DBG_ERROR() instead of fprintf() in test code.
- 14:42 AqDatabase Revision f86271d2 (aqdatabase): Respect table openflags in DbFile module.
- 01:31 AqDatabase Revision ece7e1a1 (aqdatabase): Changed test subsystem to allow for single tests to any database backend.
- 01:30 AqDatabase Revision 5bdcbc14 (aqdatabase): Fixed a hidden bug in DbDir module.
02.04.2016
- 23:14 AqDatabase Revision 5db65e80 (aqdatabase): Ensure order of session descriptions on rollback.
- 23:08 AqDatabase Revision 0c389992 (aqdatabase): Added another test.
- 03:32 Gwenhywfar Revision 5daf9a00 (gwenhywfar): Fixed order of header inclusion for AQDatabase-related files.
- 03:32 Gwenhywfar Revision fbf6f9a3 (gwenhywfar): Fixed GWEN_TIME representation in typemaker2.
- The reason to prefer GWEN_TIME over GWEN_DATE is the time which is
stored in GWEN_TIME in addition to the date. So we... - 03:32 Gwenhywfar Revision e7cc405a (gwenhywfar): Don't build qt5 gui for my own Makefile targets.
- 03:28 AqDatabase Revision c0338f1d (aqdatabase): Moved test folder to top srcdir.
- The test suite depends on the library with plugins builtin, so it needs
to be moved one folder higher. - 03:27 AqDatabase Revision 3689007a (aqdatabase): Added .gitignore.
- 03:25 AqDatabase Revision 59a8e84a (aqdatabase): Use typemaker2 to create AQDB_SessionDescr.
- 02:34 AqDatabase Revision 62ecc6da (aqdatabase): Increased verbosity.
- 02:34 AqDatabase Revision d8004299 (aqdatabase): Started working on test suite for database backends.
- 02:31 AqDatabase Revision be6b98ea (aqdatabase): Fixed a bug, increased verbosity at some places.
- 02:31 AqDatabase Revision ca406fb7 (aqdatabase): Decreased verbosity.
- 02:31 AqDatabase Revision f1f2e5d4 (aqdatabase): Added convenience functions.
01.04.2016
- 00:44 AqDatabase Revision dc6cc4c8 (aqdatabase): More APIDOC.
- 00:23 AqDatabase Revision bc59db8b (aqdatabase): DbFile: Adapted rollback code to behave like DbDir.
- 00:05 AqDatabase Revision 5a2d2a2c (aqdatabase): More work on rollback code.
- 00:04 AqDatabase Revision 048094c5 (aqdatabase): Added AQDB_DbFile_GetMatchingObjects().
- 00:04 AqDatabase Revision 10605fe4 (aqdatabase): Added sort function to changelog.xml
- 00:04 AqDatabase Revision 8b7b5acd (aqdatabase): Added AQDB_SessionDescr_Get/SetDbId().
31.03.2016
- 00:53 AqDatabase Revision 5eac309e (aqdatabase): AQDB_DB_Create() should not open the table, fixed that in the "file" backend.
- 00:52 AqDatabase Revision 6b333f62 (aqdatabase): Added log messages.
- 00:52 AqDatabase Revision b2c8ef29 (aqdatabase): Fixed a bug.
- 00:51 AqDatabase Revision eff2d0ab (aqdatabase): Reintroduced field "object" to AQDB_QUERY.
- Having field makes using this class easier, as it turns out.
29.03.2016
- 22:38 AqDatabase Revision ce968ecc (aqdatabase): Started working on rollback code in backend DbFile.
28.03.2016
- 22:01 AqDatabase Revision 99c0a06b (aqdatabase): Addd tests for multiple objects.
- 22:00 AqDatabase Revision e55154cc (aqdatabase): Fixed header.
- 20:08 AqDatabase Revision 533a2dab (aqdatabase): Added a test for queries.
- 20:08 AqDatabase Revision b0bed500 (aqdatabase): Fixed a bug in AQDB_ObjectQuery_Check().
- 20:08 AqDatabase Revision 9dcf481e (aqdatabase): Fixed a bug in object reading code.
- 03:17 AqDatabase Revision 2fac8dfc (aqdatabase): Updated TODO.
- 03:17 AqDatabase Revision 54da0957 (aqdatabase): Fixed a bug.
- 03:17 AqDatabase Revision 91e462c7 (aqdatabase): Improved APIDOC.
- 00:25 AqDatabase Revision f6425f04 (aqdatabase): Implementated queries in DbFile (not tested yet).
27.03.2016
- 22:28 AqDatabase Revision 326cc3f9 (aqdatabase): Unified query management.
- Query management is not the same for every backend, this makes it easier
to maintain. - 01:42 AqDatabase Revision e81d513c (aqdatabase): Added TODO...
- 01:42 AqDatabase Revision 90d1cddb (aqdatabase): Changed default access flags in some virtual functions.
- The default flag is only used in backends which don't set these flags
themselves, so those backends don't distinguish... - 01:26 AqDatabase Revision 522b7700 (aqdatabase): Started work on generic ObjectQuery class.
- This can later be shared among all database backends to simplify code.
- 01:25 AqDatabase Revision 9fe7c3c8 (aqdatabase): DbFile: Implemented CloseTable() and DeleteObject(). More work on rollback code.
26.03.2016
- 17:55 AqDatabase Revision 8ce3de91 (aqdatabase): Changes to TODO.
- 17:54 AqDatabase Revision 5764fd5f (aqdatabase): Added internal changelog type.
- This is a table which will receive all changes. It can later be used to
rollback changes to the database. - 17:53 AqDatabase Revision d162675f (aqdatabase): Added .gitignore.
- 17:51 AqDatabase Revision b73735b2 (aqdatabase): Added test for creating an object.
- 17:51 AqDatabase Revision 443ce5fc (aqdatabase): APIDOC clarification.
- 01:51 AqDatabase Revision 0111d685 (aqdatabase): DbFile: Implemented ReadObject().
- 01:49 AqDatabase Revision cc9d33b0 (aqdatabase): Fixed a typo.
- 00:45 AqDatabase Revision bac8d677 (aqdatabase): More work on EditSession code.
- 00:44 AqDatabase Revision 8bfff4bb (aqdatabase): Fixed memory leaks and invalid free's.
- 00:43 AqDatabase Revision ccc22433 (aqdatabase): Disabled some libtests to make memory checks easier.
- 00:43 AqDatabase Revision f52e675f (aqdatabase): Added valgrind scripts.
- 00:42 AqDatabase Revision 9eeb7fa1 (aqdatabase): Added convenience functions to AQDB_SessionDescr.
25.03.2016
- 20:53 AqDatabase Revision 09aa7582 (aqdatabase): More work on DbFile backend. Now passes tests.
- 20:52 AqDatabase Revision 52fe8562 (aqdatabase): Added AQDB_SessionDescr_CreateColumnList().
- 18:19 AqDatabase Revision ab3666c8 (aqdatabase): DbFile: Added a database header.
- Now a database file starts with a table with two entries:
- a database header
- a table of types stored in the database - 15:42 AqDatabase Revision 78c5944b (aqdatabase): Started edit session code.
- 15:42 AqDatabase Revision d8cb1869 (aqdatabase): Added AQFS_Table_dup and AQFS_Table_List_dup.
- 15:41 AqDatabase Revision d00e4487 (aqdatabase): Internal API change.
- - added "accessFlags" to openTable, readObject, querySubmit,
getRollbackSessions, getColumnList
- started work on A...
23.03.2016
- 23:30 AqDatabase Revision 12609a34 (aqdatabase): Implemented two more virtual functions.
- - AQDB_DbFile_AddObject()
- AQDB_DbFile_WriteObject() - 23:30 AqDatabase Revision ef8d3865 (aqdatabase): No longer automatically write tables, just us a DIRTY flag.
- Also:
- added some functions
- improved APIDOC - 22:45 AqBanking Revision 6e107b2b (aqbanking): Moved AB_Transaction_SetEndToEndReference() to the right place.
Auch abrufbar als: Atom