Commit Graph

484 Commits

Author SHA1 Message Date
pfelt 4e46629ee3 -- fix: a non StrictCompile() error. the fix to MsgSQLResultTextPtr may have introduced a memory leak. if so we'll need to change its usage to be const 2009-08-20 03:41:03 +00:00
pfelt 14b6893ae4 -- fix: a non StrictCompile() build warning. i'm not sure this code every worked properly 2009-08-20 03:16:26 +00:00
pfelt af519dac9e -- fix: a non StrictCompile() build warning 2009-08-20 03:05:43 +00:00
pfelt dfd1a7c8db -- fix: a couple of non StrictCompile() compiler warnings 2009-08-19 05:11:43 +00:00
pfelt 2276228922 -- fix: non StrictCompile() fixes throwing errors on compile, mostly due to mis-defined callbacks 2009-08-19 04:39:40 +00:00
alexhudson 86a1333b83 Remove old TODO file; nothing seems relevant now... 2009-08-18 20:40:40 +00:00
alexhudson 704830ecbc Update INSTALL instructions to reflect reality. 2009-08-18 19:44:37 +00:00
alexhudson a5e179056d Remove sqlite3 from the project 2009-08-18 19:38:02 +00:00
alexhudson 9aceadc114 Remove libical import from project. 2009-08-18 19:35:26 +00:00
alexhudson a5dffbbeeb Install perms fixes. 2009-08-18 15:57:39 +00:00
alexhudson 54eb30ea62 Attempt to make Bongo compile on older libical apis 2009-08-18 14:08:17 +00:00
pfelt 71157dde98 -- do we need to pre-compile the __init__.py ? 2009-08-17 23:36:16 +00:00
pfelt 9e4d4958d5 -- fix: bongo-storetool so that it works right
-- fix: install all required files
2009-08-17 23:26:47 +00:00
pfelt 1c70d90f6f -- fix: bongo-queuetool so that it works right
-- fix: some calls in libbongo were no longer needed
2009-08-17 22:53:51 +00:00
lhaig fbc5e0e189 Updated the sles init script to fix an rpmlint complaint 2009-08-17 20:33:38 +00:00
pfelt 1d2453c1a2 -- fix: the opensuse gcc by default was catching the missing function parameters. 2009-08-17 15:01:33 +00:00
pfelt 9aea4e15c8 -- fix: multiple defines from the python code. the cmake stuff doesn't detect the defines coming from python so we are getting duplicate errors. 2009-08-17 01:50:59 +00:00
pfelt f8d4464438 -- get the init scripts re-configured. they will not get installed anywhere, but they'll be modified accordingly. 2009-08-16 21:30:21 +00:00
pfelt 0db5f0086a -- fix a strict compile error that LanceHaig found due to a missing function prototype 2009-08-16 20:45:49 +00:00
pfelt 44a5d81ccf -- remove unneeded portions of memmgr, move remaining bits to bongoutil
-- refactor a little bit of code
2009-08-15 21:39:22 +00:00
pfelt 6798503631 -- fix: make json compile cleanly 2009-08-15 17:26:40 +00:00
pfelt b378e96840 -- the beginnings of the all out removal of memmgr and merging it elsewhere. 2009-08-15 17:19:49 +00:00
pfelt 23c9f1e29f -- fix: make memmgr compile cleanly
-- remove some unneeded code
2009-08-12 02:35:55 +00:00
pfelt 05ef3f431a -- fix: make connio compile cleanly. 2009-08-08 03:16:33 +00:00
pfelt ded3f9f3b7 -- fix: the gcry_md_read() function returns an unsigned char *. the sprintf conversion to hex was failing due to signedness 2009-08-02 04:38:24 +00:00
pfelt 041619f2e0 -- fix: a bug with ranges on the replace command 2009-08-01 23:26:52 +00:00
alexhudson 56eef6558b Slay the evil array beast. This is why I want my own array api. 2009-07-20 14:47:00 +00:00
pfelt d7b1ef0bec -- cleanup the parameter list for ConnClose(), ConnCloseAll(), ConnStartup 2009-07-19 23:31:35 +00:00
alexhudson 94912df75c Change back array index call to the right form.. 2009-07-19 22:01:26 +00:00
alexhudson ea708940e9 Give explicit array element size instead of trying to figure it out 2009-07-19 20:19:48 +00:00
alexhudson 6b8b45e92d Update Xpl to compile cleanly, remove some unused code. 2009-07-19 13:43:11 +00:00
alexhudson 4f01ac0677 Make bongocal compile strictly, try to fix some of the bugs in the library... 2009-07-19 13:24:54 +00:00
alexhudson 5d4dc5377c Add GArrayFind* prototypes to headers 2009-07-19 09:20:28 +00:00
alexhudson 14f49c3da8 Minor change to allow compilation - odd ' removed. 2009-07-19 09:19:49 +00:00
alexhudson e495ddfd04 Additional flag for strict compile - GNU_SOURCE gives us both POSIX and BSD defines 2009-07-18 21:50:58 +00:00
pfelt 2b417a9c7d -- remove BongoArray and replace it with GArray
-- StrictCompile antispam and fix all the accompanying warnings
2009-07-18 18:09:53 +00:00
pfelt 924d624c43 -- fix: i'm not sure how this worked previously, but i was not using an initialized memory pool 2009-07-17 05:05:40 +00:00
pfelt 71bcaa7d9a -- fix a minor bug where not having a callback breaks 2009-07-16 12:23:57 +00:00
alexhudson 8bb3ebbec0 Put back callback handlers in mempool implementation. 2009-07-16 06:57:04 +00:00
alexhudson 20f8e515f2 Turn on strict compiling for the store.. bit messy in places :S 2009-07-12 08:27:13 +00:00
pfelt e6ff789f6e -- fix: zero out slice allocated memory 2009-07-10 23:03:26 +00:00
alexhudson 828ab1006d Merge memmgr-glib experiment onto trunk 2009-07-10 08:34:06 +00:00
alexhudson f93c6a9d1e Add Debian files to the source tarball 2009-07-10 07:50:57 +00:00
alexhudson 0b219f4bd1 Debian init scripts 2009-07-09 17:57:34 +00:00
alexhudson c79ba43c69 Pretty obvious bug thrown up by new memory allocator... 2009-06-01 15:53:30 +00:00
alexhudson 8f7c48ea3c Add explicit check for GLib 2.6 or better - shouldn't affect packages. 2009-05-31 19:02:43 +00:00
alexhudson 75b4057d49 Simplified autogen for slight build system revamp 2009-05-31 16:50:49 +00:00
alexhudson dd158ea55a Fix a potential leak in the query-parser. 2009-05-31 12:45:55 +00:00
pfelt b95822f9ef -- fix a couple of memory leaks in store. there is still one in there somewhere reproduceable by sending gobs of "collections /mail" store command consecutively 2009-05-31 04:48:01 +00:00
pfelt 8d464bdbfc -- fix the error message displayed in the log when tls fails.
-- a dirty fix for messages getting stuck in my queue due to the remote server not sending a dh prime "long enough" (GNUTLS_E_DH_PRIME_UNACCEPTABLE).  one can now specify using the message flags that tls should not be used.  the default is to use tls.
2009-05-20 04:26:07 +00:00