Commit Graph

229 Commits

Author SHA1 Message Date
ahodgkinson
fc65d74c62 Changes to the Java directory structure.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@247 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-03 15:46:47 +00:00
ahodgkinson
c7b3293379 Renamed jni directory to java.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@246 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-03 15:42:50 +00:00
ahodgkinson
da50ce0a9d Renamed jni directory to java.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@245 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-03 15:42:40 +00:00
dsandersoremutah
0edea58de2 Bugzilla defect #141186. Allow an application to exceeded our hardcoded cache limits when they are setting a hard limit.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@244 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-03 15:30:29 +00:00
dsandersoremutah
4f6e5dc404 Added new packet types for search.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@243 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-31 22:59:21 +00:00
dsandersoremutah
e1d6d633e5 Modified to use enum for tag numbers. Moved tag name table from viewrfl.cpp to rflread.h.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@242 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-31 22:18:07 +00:00
dsandersoremutah
c38cc0b4f5 Added jni subdirectory to distribution file.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@241 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-31 16:35:33 +00:00
dsandersoremutah
db70503e29 Needed to call hostpath macro around java commands so it would work on Windows.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@240 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-31 16:32:35 +00:00
dsandersoremutah
a929333361 Changed MAX_KEY_SIZ to XFLM_MAX_KEY_SIZE
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@239 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-31 15:52:21 +00:00
dsandersoremutah
4c5d79469d Changed how status prints out its information - formatted a little nicer.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@238 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-31 15:48:32 +00:00
dsandersoremutah
3cb3a3f048 Had to cast FLMUINT64 down to FLMUINT before casting to pointer.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@237 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-31 00:00:39 +00:00
ahodgkinson
4a9baa1cfd Added calls to hostpath macro.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@236 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-30 23:53:52 +00:00
ahodgkinson
d4d47f5df2 Added password parameter to the backup method.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@235 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-30 23:53:12 +00:00
ahodgkinson
4057030897 Initial support for JNI.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@234 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-30 23:35:05 +00:00
ahodgkinson
26c7af3047 Enhancements and bug fixes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@233 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-30 23:34:45 +00:00
ahodgkinson
7ea714b227 Windows RFL checksum code was corrupting registers and causing the JVM problems. For now, well use the cross-platform code.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@232 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-30 23:34:32 +00:00
ahodgkinson
5d2be9aea9 Enhancements and bug fixes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@231 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-30 23:33:13 +00:00
dsandersoremutah
1beea50bff Initialized variables to silence compiler warning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@230 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-30 20:19:37 +00:00
dsandersoremutah
cf386260cd Bugzilla defect #159826. Inside chkSetupLfTable, when sorting logical files, the logical file's pointer to the LfTable entry needed to be adjusted after moving entries in the LfTable.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@229 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-30 19:38:36 +00:00
dsandersoremutah
90b68e5ba1 Initialized variables to silence compiler warning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@228 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-30 19:21:55 +00:00
dsandersoremutah
4a2f3f6d49 Modified to use new defines for database version numbers.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@227 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-30 00:15:41 +00:00
ahodgkinson
99f01f6f02 Renamed MAX_KEY_SIZ to XFLM_MAX_KEY_SIZE and move the define into xflaim.h.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@226 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-29 23:43:45 +00:00
dsandersoremutah
066d5b8e30 Added packets for dealing with new large fields.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@225 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-29 22:19:07 +00:00
dsandersoremutah
38e4696fe5 Needed to use field encryption overhead offsets defined in fstructs.h to get information out of an encrypted field's header. Also changed names of defines to have _OFFSET on them.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@224 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-29 22:18:21 +00:00
dsandersoremutah
a916f68a59 Needed to fixup field overhead offsets for encrypted fields to account for new large fields.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@223 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-29 22:16:48 +00:00
ahodgkinson
8d39d0356d Added JNI support.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@222 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-29 22:09:43 +00:00
ahodgkinson
7f39522b28 Added JNI support.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@221 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-29 22:08:44 +00:00
dsandersoremutah
f4725de973 Fixed FLMSIZET typedefs for Windows.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@220 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-29 19:06:37 +00:00
ahodgkinson
8c1ca5fcea Re-organized code and added some new files.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@219 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-28 22:50:10 +00:00
dsandersoremutah
c7a21ef6b0 Needed to increment the library version numbers because of new interfaces that were added.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@218 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-28 22:44:37 +00:00
dsandersoremutah
8381d85646 Minor update - added comma to text.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@217 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-28 22:02:07 +00:00
dsandersoremutah
d5c876f815 Minor update - added comma to text.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@216 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-28 22:01:37 +00:00
dsandersoremutah
a6b41e7a19 Initial Revision
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@215 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-28 21:59:17 +00:00
dsandersoremutah
0d237e91d5 Initial Revision
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@214 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-28 21:47:59 +00:00
ahodgkinson
3eaf791406 Added support for large field values (up to 4 GB), async and direct I/O on Linux and Solaris, and performed major code cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@213 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-28 19:25:14 +00:00
dsandersoremutah
0023b51ad8 Bugzilla bug #145076. Added FLM_ROOTED_PATH capability to speed up searches and take advantage of field ID table in flmCurGetAtomFromRec.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@212 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-24 18:14:19 +00:00
ahodgkinson
08f367ee2f Renamed big-endian byte-swap macros to make their purpose clear.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@211 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 23:19:26 +00:00
dsandersoremutah
abd5f1a33a Needed to allow for encrypted data packets on recovery.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@210 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 23:17:24 +00:00
ahodgkinson
a060eb3330 Added typecasts for Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@209 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 22:51:01 +00:00
ahodgkinson
adb3b66d95 Fixed indentation problem.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@208 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 22:40:40 +00:00
ahodgkinson
436f3115aa Renamed big-endian byte-swap macros to make their purpose clear.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@207 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 22:39:50 +00:00
ahodgkinson
a72914ec65 Fixed compile error on big endian platforms.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@206 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 21:58:30 +00:00
ahodgkinson
57e0e57420 Added support for NetWare builds using the OpenWatcom compiler.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@205 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 21:45:43 +00:00
dsandersoremutah
537e33bf24 First set of changes needed for bugzilla bug #145076. Added ability to keep a field id table for level one fields.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@204 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 17:37:47 +00:00
ahodgkinson
77fdc5ed76 Updates for NetWare build.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@203 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-21 00:10:21 +00:00
ahodgkinson
990cfeb135 Added native assembly implementations of atomic ops for Solaris+SPARC+Workshop.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@202 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-20 21:22:16 +00:00
ahodgkinson
a0bb4e68fb Added FLM_GNUC define.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@201 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-20 21:20:26 +00:00
ahodgkinson
b794af9d3a Added typecast for AIX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@200 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 23:36:12 +00:00
ahodgkinson
0dc23f110a Changed test code in FlmStartup to validate atomic primitives on platforms that require mutexes for atomicity.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@199 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 23:35:55 +00:00
ahodgkinson
6c89a7432e Added AddRef() method to FlmRecordExt.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@198 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 23:05:10 +00:00