Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
21fdbf80 03.07.2011 13:28 martin

Fixed a typo.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2109 70169cfe-8b10-0410-8925-dcb4b91034d8

a8f3c7db 03.07.2011 13:28 martin

OSX fixes.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2108 70169cfe-8b10-0410-8925-dcb4b91034d8

a2882c05 01.07.2011 17:07 martin

Added missing include.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2107 70169cfe-8b10-0410-8925-dcb4b91034d8

ceef0d47 01.07.2011 16:19 martin

Fixed GWEN_MDigest__HashFileTree()

We now always use "/" as a directory separator in checksum files to allow
checking checksum files on WIN32 which were created on Linux.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2106 70169cfe-8b10-0410-8925-dcb4b91034d8

340a28d6 01.07.2011 16:19 martin

Added a needed flag for WIN32.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2105 70169cfe-8b10-0410-8925-dcb4b91034d8

79ad03a1 01.07.2011 02:41 martin

Improved progress handling in network code. Some WIN32 fixes.

Added function GWEN_Gui_ProgressSetTotal() to adjust the total value of
a progress. This is needed when the real size isn't known beforehand (as
is the case while downloading via HTTP where the body size is only known...

3854d5ea 30.06.2011 02:08 martin

Fixed a bug in new archiver code.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2103 70169cfe-8b10-0410-8925-dcb4b91034d8

44d1c3a4 29.06.2011 23:19 martin

Added code and commands to sign a sar archive.

Gwen's simple archive files are now ready to be used for AqFinances update
mechanism.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2102 70169cfe-8b10-0410-8925-dcb4b91034d8

2998d0d0 29.06.2011 23:19 martin

Removed debug output.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2101 70169cfe-8b10-0410-8925-dcb4b91034d8

c22a7b57 27.06.2011 02:33 martin

Added convenience function GWEN_Sar_UnpackArchive()

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2100 70169cfe-8b10-0410-8925-dcb4b91034d8

ad6429ab 27.06.2011 02:33 martin

Added function GWEN_Directory_GetAbsoluteFolderPath().

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2099 70169cfe-8b10-0410-8925-dcb4b91034d8

c9e1e77c 26.06.2011 01:52 martin

Improved HTTP handling.

- added function GWEN_SyncIo_Http_RecvBodyToSio()
- added function GWEN_HttpSession_RecvPacketToFile()

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2098 70169cfe-8b10-0410-8925-dcb4b91034d8

749bfb70 26.06.2011 01:52 martin

Fixed a bug.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2097 70169cfe-8b10-0410-8925-dcb4b91034d8

6dacda64 25.06.2011 14:43 martin

Added local .gitignore.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2096 70169cfe-8b10-0410-8925-dcb4b91034d8

01385783 25.06.2011 14:43 martin

Added tool "gsa" ("Gwen's simple archiver").

This tool is not meant to be used by the general public but rather by
myself for packaging future update packages for AqFinance.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2095 70169cfe-8b10-0410-8925-dcb4b91034d8

c2ef4a26 25.06.2011 14:43 martin

Fixed a few bugs in new TLV code.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2094 70169cfe-8b10-0410-8925-dcb4b91034d8

9b97b8a5 25.06.2011 14:43 martin

Minor change...

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2093 70169cfe-8b10-0410-8925-dcb4b91034d8

c436a158 25.06.2011 00:51 martin

Started working on a simple archiver.

This will be used by future versions of AqFinance as a replacement for
tar. tar is an excellent tool, but libtar is very hard to compile on
non-POSIX systems like Windows (at least I couldn't get it to work on WIN32
platforms). So for AqFinance to support automatic update management I need...

517a494e 25.06.2011 00:51 martin

Improved and fixed GWEN_TLV

Added functions GWEN_TLV_ReadHeader() and GWEN_TLV_WriteHeader(), fixed
a few stupid bugs.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2091 70169cfe-8b10-0410-8925-dcb4b91034d8

e20e674e 25.06.2011 00:51 martin

typemaker2: added type uint64_t

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2090 70169cfe-8b10-0410-8925-dcb4b91034d8

de4e984f 25.06.2011 00:51 martin

Fixed a bug.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2089 70169cfe-8b10-0410-8925-dcb4b91034d8

964e6d61 21.06.2011 19:29 martin

Added some tm2 files to ignore list

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2088 70169cfe-8b10-0410-8925-dcb4b91034d8

4d8976d5 21.06.2011 19:29 martin

Show customer if available.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2087 70169cfe-8b10-0410-8925-dcb4b91034d8

6b7e01ab 21.06.2011 19:29 martin

Added line for "hasKeyNumber" flag

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2086 70169cfe-8b10-0410-8925-dcb4b91034d8

792793f1 21.06.2011 19:29 martin

Added function GWEN_DB_GetParentGroup()

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2085 70169cfe-8b10-0410-8925-dcb4b91034d8

(1401-1425/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom