Commit Graph

105 Commits

Author SHA1 Message Date
ahodgkinson
6e31303170 Added code to handle the 'xml' namespace prefix.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1018 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-08 21:33:36 +00:00
ahodgkinson
26a66bdb55 Added code to automatically start a read transaction (if needed) when iterating over a result set.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1016 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-02-08 21:32:04 +00:00
ahodgkinson
12a621dc04 Changed license to LGPL.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1010 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2007-01-23 11:22:22 +00:00
ahodgkinson
9a5e53b182 XFLAIM. Fixed Solaris truncation warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@993 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-16 20:20:12 +00:00
ahodgkinson
06f2d4b04f XFLAIM. Fixed Solaris alignment issues.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@991 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-16 16:34:14 +00:00
ahodgkinson
d80e9d8a4e XFLAIM. Fixed Solaris compiler warning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@990 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-16 15:39:56 +00:00
ahodgkinson
cfae99c230 FTK. Various enhancements and bug fixes in the B-Tree code.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@989 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-12 22:11:59 +00:00
ahodgkinson
7ee554d5ae XFLAIM. Changes to remove 1-byte packing (zp1) flags from build.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@988 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-12 18:59:06 +00:00
ahodgkinson
03638631a6 XFLAIM. Fixed bug in storeTextAsBinary().
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@986 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-12 18:25:12 +00:00
dsandersoremutah
9a411fdea6 Should not have been trying to get the element name from the dictionary for some node types.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@944 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-02 21:01:30 +00:00
dsandersoremutah
2241cf38ab Changed the XFLM_CHECKPOINT_INFO structure to exactly match what we need in C#. Added some comments.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@937 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-02 15:16:15 +00:00
dsandersoremutah
a5a9ae3690 Field names in XFLM_INDEX_STATUS structure changed.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@933 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-28 22:30:42 +00:00
dsandersoremutah
5a184710b7 Added comments to make associations with java and C# code.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@919 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-27 15:53:58 +00:00
ahodgkinson
5b36658f45 XFLAIM - Updates to the c# Db object.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@918 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-27 14:59:39 +00:00
dsandersoremutah
bf8bc745be Added comments to make associations with java and C# code.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@917 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-26 23:11:01 +00:00
dsandersoremutah
587b534ec3 Added methods for collecting statistics to C# classes. Also made needed changes in C++ code.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@909 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-26 14:55:33 +00:00
dsandersoremutah
a16671fb45 Added methods to C# for setting cache limits and getting cache information. Also added unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@904 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-22 19:35:22 +00:00
ahodgkinson
cdb5e3b15c XFLAIM change. Added f_ccs.cpp and f_ccs.h.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@902 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-22 16:10:05 +00:00
ahodgkinson
4ad4c0129e XFLAIM change. Cleanup and re-structuring of the internal cryptographic interfaces.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@896 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-21 22:40:46 +00:00
dsandersoremutah
5cab689eb0 Fixed up structures used in C# to exactly match the definitions - so that it won't matter if we are compiling on 64 bit or 32 bit platforms.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@892 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-21 18:10:49 +00:00
dsandersoremutah
33b2c21736 Changed fields in XFLM_CREATE_OPTS structure so that they will always match how they are defined in csharp, regardless of whether we are on a 64 bit or 32 bit platform.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@885 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-21 15:50:37 +00:00
dsandersoremutah
deb8ddd1eb Modified dbRebuild to correctly report database size and the total bytes examined in the callback.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@877 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-20 17:33:09 +00:00
dsandersoremutah
4fe6f59633 Added some comments about keeping enums and defines in sync with java and csharp code.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@876 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-20 17:32:40 +00:00
dsandersoremutah
f6d968878a Added comment about making RCODE changes in both the java and csharp areas as well.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@850 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-15 22:23:28 +00:00
ahodgkinson
80cf654d01 Needed pragmas to align global structs on the proper boundaries (Solaris).
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@841 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-08 22:26:48 +00:00
ahodgkinson
3a0aefb321 Added support for I/O completion callbacks.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@807 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-01 19:45:34 +00:00
ahodgkinson
be4b7f2224 XFLAIM changes. Updated use of collation-related constants.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@782 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-21 23:02:39 +00:00
ahodgkinson
0e5c887b1c XFLAIM change. Updated RFL checksum code to call f_calcPacketChecksum.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@761 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-10 22:33:08 +00:00
ahodgkinson
2c4c834092 XFLAIM changes. Minor changes needed due to FTK updates.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@734 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-03 19:25:44 +00:00
ahodgkinson
0e2ba5f0b3 Updated support for AIX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@729 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-01 19:31:50 +00:00
ahodgkinson
4397c4d578 XFLAIM change. Rebuild code wasn't handling block checksum errors correctly.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@715 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-07-27 16:41:57 +00:00
ahodgkinson
5555f6185c Changed FLM_IO_MISALIGNED_OK to be FLM_IO_NO_MISALIGNED.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@689 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-07-20 22:27:19 +00:00
ahodgkinson
4a5ee4d53e Renamed F_NOTIFY to F_NOTIFY_LIST_ITEM to avoid a conflict on Linux.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@681 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-07-19 19:09:30 +00:00
ahodgkinson
05f3c2f42c XFLAIM change. Changes to use FTK notify lists.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@678 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-07-19 18:28:28 +00:00
ahodgkinson
e18750d9eb XFLAIM change. Needed to pass uiFileOpenFlags and uiFileCreateFlags into various calls.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@673 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-07-14 22:32:05 +00:00
ahodgkinson
cbc0f955f5 XFLAIM change. Updates to take advantage of slab manager optimizations.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@670 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-07-13 22:47:12 +00:00
ahodgkinson
e9d563b53d Fixed issue in XFLAIM. Background threads must be disabled in the destination database when rebuilding.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@657 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-07-12 15:40:41 +00:00
ahodgkinson
ee7d174864 Fixed Linux compile warning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@647 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-07-11 04:17:44 +00:00
ahodgkinson
c44e49e82c Added option in FLAIM to disable direct I/O on Linux and Unix platforms. Re-architected the FTK I/O layer and cleaned up the async interfaces.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@643 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-07-10 23:38:53 +00:00
dsandersoremutah
731a08d443 Modified to use toolkit f_logXXX functions for doing formatted logging.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@608 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-22 21:56:05 +00:00
ahodgkinson
2587e19e4e Fixed compile errors.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@596 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-20 22:04:21 +00:00
ahodgkinson
2fabd31c06 Moved the super-file handle into FTK and fixed various memory leaks in the FLAIM/XFLAIM unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@575 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-15 17:05:55 +00:00
ahodgkinson
9f7ca8edd3 XFLAIM changes for building ring 0 NLMs.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@574 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-14 19:41:55 +00:00
dsandersoremutah
6453e9885b Moved dynamic result set code to toolkit.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@562 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-13 18:15:32 +00:00
ahodgkinson
a518075826 Added more asserts.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@555 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-13 15:37:30 +00:00
ahodgkinson
0f853ff59e Fixed problems with various utilities.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@547 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 20:10:52 +00:00
ahodgkinson
ae120bfa92 Required updates due to FTK API changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@543 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 18:57:31 +00:00
ahodgkinson
76841f498b Updates due to FTK changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@506 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-05 19:15:10 +00:00
dsandersoremutah
f86cdf6c42 Changed some declarations from char * to const char* to silence compiler warnings on some platforms.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@498 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-01 20:07:30 +00:00
dsandersoremutah
d932ce4209 Changed some declarations from char * to const char* to silence compiler warnings on some platforms.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@494 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-01 16:10:31 +00:00