📄 changelog
字号:
2002-07-01 14:39 andru * src/: dbbirth.c, dbmethod.c: Cody tidyup. Arrgrrr gotos in code2002-07-01 14:32 francis * src/: dbmethod.c, dbmethod.h: updated2002-07-01 09:56 francis * src/dbcommentcallback.c: it won't display comment callback validity information2002-07-01 09:54 francis * src/: dbcommentcallback.c, dbconstraint.c, dbgather.c: Fixed cleanup crash bug2002-07-01 09:37 francis * src/: dbcommentcallback.c, dbgather.c, dbmethod.c: Removed debugging info2002-06-28 15:34 francis * src/Makefile.am: This reflects new dbcommentcallback and dbmethod support2002-06-28 15:34 francis * src/: dbconstraint.c, dbgather.c, dbgather.h, dbmethod.c, dbmethod.h, testdbmethod.c: Recent update2002-06-28 13:45 francis * src/testdbcommentcallback.c: Adding a simple testfile2002-06-28 13:45 francis * src/testdbcommentconstraint.c: Renamed to testdbcommentcallback.c2002-06-28 13:41 francis * src/: dbcommentcallback.c, dbcommentcallback.h: The files are from dbcommentconstraint2002-06-28 13:40 francis * src/: dbcommentconstraint.c, dbcommentconstraint.h: Changed to dbcommentcallback.{c,h}2002-06-25 18:20 andru * src/dbcommentconstraint.c: documentation modification2002-06-25 17:36 francis * src/: dbcommentconstraint.c, testdbcommentconstraint.c: committing again not much change2002-06-25 16:17 francis * src/: dbcommentconstraint.c, dbcommentconstraint.h, testdbcommentconstraint.c: Fearing loss of code, I am committing to repository2002-06-25 14:21 andru * src/: dbbirth.c, dbmem.c, dbsqlparse.c: Bug fix for memory overwrites in birth control for sql statements.2002-06-25 11:14 francis * src/: dbmethod.c, dbmethod.h, testdbmethod.c: Fixed more bug. Still there are memory corruption problem.2002-06-25 10:49 francis * src/: dbmethod.c, dbmethod.h, safescanner.c, safescanner.h, testdbmethod.c: First check in of the dbmethod2002-06-24 14:56 andru * test/images/: db-test.0, db-test.1, db-test.10, db-test.11, db-test.12, db-test.13, db-test.14, db-test.15, db-test.16, db-test.17, db-test.18, db-test.19, db-test.2, db-test.20, db-test.21, db-test.22, db-test.23, db-test.24, db-test.25, db-test.26, db-test.27, db-test.28, db-test.29, db-test.3, db-test.30, db-test.31, db-test.32, db-test.33, db-test.34, db-test.35, db-test.36, db-test.37, db-test.38, db-test.39, db-test.4, db-test.5, db-test.6, db-test.7, db-test.8, db-test.9: Update tests to have recent images2002-06-24 14:22 andru * src/: db.h, dbfield.h: Making sure includes are covered by the db.h api2002-06-21 12:25 andru * src/: dbgather.h, dbpgsqlgather.c: Extract notnull values from database2002-06-21 01:59 andru * debian/changelog: To keep uptodate with bond version2002-06-20 14:31 andru * src/: dbbirth.c, dbsqlparse.c, dbsqlparse.h: Major hack to get birth controls to work across sql statements that are not derived from relationships2002-06-20 09:31 andru * ChangeLog, src/dbcache.c: Release 0.6.02002-06-20 09:30 andru * debian/changelog: Debian pre-release2002-06-19 22:21 andru * src/: db.c, dbcache.c: Fix segfault on sometimes deletation...2002-06-19 22:13 andru * src/: .cvsignore, dbcache.c, dbfilter.c, dbmapme.c, dbobject.c: Fixed deletation related bugs. Removed extra debugging. broke other stuff like adding somehow in process. bugger!2002-06-19 15:29 andru * src/: Makefile.am, dbobjectvalid.h: Remove profile support from bonddb, add db_isasodeadobject function (ie is a soooo dead a object )2002-06-19 15:27 andru * src/: dbfilter.c, dbmem.c, dbmem.h, dbobjectvalid.c: Add memory support fallback, it will generate strange warnings for you at run time but code should still function if you have binary incomptiable version.2002-06-19 14:08 andru * debian/changelog: Continued testing version2002-06-19 13:57 andru * src/: dbcache.c, dbfilter.c, dbobject.c: Fix deletation bug.2002-06-19 11:52 andru * debian/changelog: RC for 0.62002-06-19 11:48 andru * src/dbpgsql.c: Remove debugging option of quit on error2002-06-18 17:27 andru * src/: dbcache.c, dbmem.h, dbobject.c: Fixed courption bug with cache occasionally going syhco2002-06-18 16:20 andru * src/: dbfilter.c, dbfilter.h, dbmem.c, dbmem.h, dbtest.c: Attempting to fix some real nasty bugs in memory that only occasionaly very occasionally appear. Anyway 1 of 2 known ones fixed. Second one is impossibly illusive. Grrrr. Memory bound checking is added. Added test 41 which fails for some other reason.2002-06-18 13:31 andru * src/: db.c, dbbirth.c, dbcache.c, dbfilter.c, dbmapme.c, dbmem.h, dbobject.c, dbpgsql.c, dbtest.c: Attempting by all means to fix hell annoying insane cruel inhuman nasty bug2002-06-18 00:48 andru * src/: dbmem.c, dbobjectnav.c: This is the strange thing, I've Fixed another one of those crazy random crash every now and again, dont know why bugs and i did it without knowing how i did it. grrr. agrrr. shite. and all that2002-06-14 00:13 andru * src/: db.h, dbfilter.c: Bug fix for filter2002-06-13 16:49 andru * src/: dbfilter.c, dbfilter.h, dbobject.c: Fixed record deletation to work with filtered lists2002-06-13 14:44 andru * src/: dbcache.c, dbcache.h, dbmem.c, dbobject.c: Improved memory debugging support. Added cache deletation. Tidy up of deletion2002-06-12 18:16 andru * src/: dbfilter.c, dbfilter.h, dbgather.c, vicprof.c: More speed optimisations. Tested new bonddb with other applications. Fixed odd segfaults. NOTE TO USERS: You will need to recompile you applications and libraries to use new version of bonddb as layout in memory has changed.2002-06-12 14:17 andru * src/: Makefile.am, db.c, dbbureaucrat.c, dbcache.c, dbcache.h, dbmem.c, dbmem.h, dbobject.c, dbobject.h, dbobjectnav.c, dbobjectvalid.c, dbtoliet.c, dbtoliet.h, dbuniqueid.c, dbuniqueid.h, vicprof.c: Oh yes another major complete change. I rewrote all the caching, storing, filting, object retvial, writing, flushing etc etc etc etc etc etc this morning. Tests all seem to pass. Speed is hopefully faster. Need to check some other things to make certain. But yes in summary it all changed. oh and i release 0.5.9 before this in fear that i would break everything which i did. well it compiles and runs nows. very strange. anyway. later2002-06-11 17:20 andru * bondsql/mem.c, bondsql/mem.h, src/Makefile.am, src/dbmem.c, src/dbmem.h, src/dbpgsql.c, src/dbsqlparse.c, src/dbtoliet.c, src/dbuniqueid.c, src/vicprof.conf: Badly insane memory issues. bad day and all the other site2002-06-11 15:25 andru * bondsql/: mem.c, mem.h: Eggr2002-06-11 15:25 andru * bondsql/: mem.c, mem.h: Opps2002-06-11 00:36 andru * src/: .cvsignore, dbtoliet.c: Improving speed2002-06-11 00:06 andru * src/vicprof.c: What I was trying to say was profiling. Working on improving speed of bonddb2002-06-11 00:06 andru * src/: Makefile.am, dbclient.c, dbfilter.c, dbobject.c, dbuniqueid.c: [no log message]2002-06-10 22:57 andru * debian/changelog: Recent release2002-06-10 19:47 andru * src/dbclient.c: Config file reading bug2002-06-07 10:44 andru * src/dbgather.c: Improve support for picking up what type of datatype fields are2002-06-05 14:27 andru * src/db.c: Minor bug fix with outofdate api2002-06-04 00:20 andru * ChangeLog, debian/changelog: Releaes 0.5.82002-06-04 00:18 andru * src/dbclient.c: Bug fix for reading config file2002-06-03 12:33 andru * src/bond.conf: Fixing to be compitable to new bond.conf format2002-06-01 20:08 andru * src/: dbclient.c, dbclient.h: Add support for specifing the client user interface plugin library in bond.conf files.2002-05-31 15:21 andru * src/: db.c, dbtest.c: Check your row position before doing a single read2002-05-31 15:20 andru * debian/changelog: Debian release 0.3.7-32002-05-31 14:50 andru * src/: db.c, db.h, dbbirth.c, dbtest.c: Bug fix for db_loadobjectbyobject. It now functions correctly.2002-05-31 14:09 andru * src/: db.c, dbfield.c, dbmapme.c, dbobject.c, dbobjectvalid.c, dbtest.c: Trying to get db_loadobjectbyobject to function correctly in insane circumstances.2002-05-31 00:08 andru * src/: db.c, dbobject.c: Bug fix for db_loadobjectbyobject(). Getting it to work on fresh new objects.2002-05-30 18:02 andru * debian/changelog: Version increase again.2002-05-30 17:31 andru * debian/changelog, src/dbobjectdel.c: Debian release 0.5.7-2, bug fix for dbdel2002-05-30 17:02 andru * src/: dbbirth.c, dbbirth.h, dbpgsql.c, dbtest.c: Yes i actually did some work. Hmmm.2002-05-30 16:56 andru * src/: dbbureaucrat.c, dbobject.c, dbpgsql.c: Fixed bug with dbbureaucrat sending writes premuturally. Renable 'die on sql failure' for debugging purposes.2002-05-30 14:14 andru * debian/changelog: Debian release 0.5.7-12002-05-30 13:15 andru * src/: dbmem.c, dbmem.h: Improved speed greatly by using g_list_prepend instead of g_list_append.2002-05-30 01:27 andru * bondsql/Makefile.am: Bug fix for installation of bondsql library2002-05-30 01:11 andru * ChangeLog, debian/changelog: Release 0.5.72002-05-30 01:05 andru * bondsql/lexer.l, bondsql/mem.c, bondsql/mem.h, bondsql/parser.y, bondsql/sql_parse_test.c, bondsql/sql_parser.c, bondsql/sql_tree.c, src/dbmem.c, src/dbmem.h: Added in support for switching between memory debug mode and fast no memory testing mode2002-05-30 00:48 andru * src/: dbbureaucrat.c, dbmem.c, dbobject.c, dbtest.c: The most oh so must fustrating bug fix ever. dbmem was complaining about double freeing of the cache on a certain, rare occuring object. A most painful bug that cost me many days. And now it doesn't exist, and i have no idea how it went away. DAMIT! ok its not like i'm useless or anything and am careless with memory. Its like i'm just been nice and normal and ban it goes insane.2002-05-29 11:04 andru * src/dbtest.c: Removed last of the memory leaks2002-05-29 10:39 andru * src/dbtest.c: Fix memory leaks in dbtest2002-05-29 10:37 andru * src/: Makefile.am, dbmem.c, dbmem.h, dbobject.c, dbtest.c, dbtoliet.c, debug.h: Moved memory code from bondsql into src directory. Memory leak fixes to dbtoliet,dbobject.2002-05-29 10:20 andru * src/: dbdefault.c, dbobject.c, dbtest.c: Work on fixing memory leaks in dbdefault2002-05-29 01:40 andru * bondsql/mem.c, src/dbclient.c, src/dbobject.c, src/dbtest.c, src/dbtoliet.c: Memory leak fixes. Up to test 18 free of memory leaks.2002-05-28 23:12 andru * src/: db.c, dbbirth.c, dblooksee.c, dbsqlparse.c, dbsuggest.c, dbsuggest.h, dbtoliet.c, dbuniqueid.c: More memory leak fixes, got test 2 and 3 working.2002-05-28 22:10 andru * src/dbbureaucrat.c: Fixed cleanup code2002-05-28 22:06 andru * bondsql/mem.c, src/dbbirth.c, src/dbclient.c, src/dbfield.c, src/dbobject.c, src/dbsqlparse.c, src/dbtoliet.c: Bug fix for mem.c Free memory leaks, oh so many memory leaks2002-05-28 21:39 andru * bondsql/mem.c, src/dbpgsqlgather.c: Remove memory leaks on init and cleanup. Added support for mem debugging for mem, it'll show you the readable contents of memory still allocated. fix memory leak in dbpgsqlgather2002-05-28 21:17 andru * bondsql/mem.c, bondsql/mem.h, src/advstring.c, src/db.c, src/dbbirth.c, src/dbbureaucrat.c, src/dbclient.c, src/dbconstraint.c, src/dbdefault.c, src/dbfield.c, src/dbfilter.c, src/dbgather.c, src/dbgnomedb.c, src/dblog.c, src/dblooksee.c, src/dbmapme.c, src/dbobject.c, src/dbobjectdel.c, src/dboosql.c, src/dbpath.c, src/dbpgsql.c, src/dbpgsqlgather.c, src/dbsqlparse.c, src/dbsuggest.c, src/dbtest.c, src/dbtoliet.c, src/dbuniqueid.c, src/debug.h: Adding in memory wrapper code. Started debugging and fixing all memory leaks2002-05-28 17:06 andru * bondsql/Makefile.am: Now mem.h should be also installed in /usr/local/include/bond/2002-05-28 17:05 andru * src/: Makefile.am, dbtest.c, debug.h: mem_* series functions are used instead of g_* functions2002-05-28 15:58 andru * src/dbobject.c: Memory leak fix2002-05-28 00:38 andru * ChangeLog, debian/changelog: Release 0.5.62002-05-28 00:25 andru * bondsql/lexer.l, bondsql/parser.y, bondsql/sample_sql_statements, bondsql/sql_display.c, bondsql/sql_parse_test.c, bondsql/sql_parser.c, bondsql/sql_parser.h, bondsql/sql_tree.c, bondsql/sql_tree.h, src/dbtest.c, test/qabondDB, test/images/db-test.13, test/images/db-test.14, test/images/db-test.15, test/images/db-test.17, test/images/db-test.20, test/images/db-test.21, test/images/db-test.22, test/images/db-test.24, test/images/db-test.26, test/images/db-test.28, test/images/db-test.29, test/images/db-test.30, test/images/db-test.31, test/images/db-test.32, test/images/db-test.33, test/images/db-test.34, test/images/db-test.35, test/images/db-test.36, test/images/db-test.37, test/images/db-test.38,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -