doldaconnect.git
16 years agoUpdated spec files for the new library version. 1.1
Fredrik Tolf [Thu, 14 Feb 2008 15:16:24 +0000 (16:16 +0100)]
Updated spec files for the new library version.

16 years agoAutoupdated source lines in sv.po.
Fredrik Tolf [Thu, 14 Feb 2008 15:10:43 +0000 (16:10 +0100)]
Autoupdated source lines in sv.po.

16 years agoIncremented interface number on the library.
Fredrik Tolf [Thu, 14 Feb 2008 15:10:31 +0000 (16:10 +0100)]
Incremented interface number on the library.

16 years agoVerbumped the Python module.
Fredrik Tolf [Thu, 14 Feb 2008 14:59:57 +0000 (15:59 +0100)]
Verbumped the Python module.

16 years agoUpdated documentation.
Fredrik Tolf [Thu, 14 Feb 2008 14:49:48 +0000 (15:49 +0100)]
Updated documentation.

16 years agoMention the -V switches in the manpages.
Fredrik Tolf [Thu, 14 Feb 2008 14:14:54 +0000 (15:14 +0100)]
Mention the -V switches in the manpages.

16 years agoMention hubmgr in the ChangeLog.
Fredrik Tolf [Thu, 14 Feb 2008 06:37:59 +0000 (07:37 +0100)]
Mention hubmgr in the ChangeLog.

16 years agoFixed 64-bit bug in the applet.
Fredrik Tolf [Thu, 14 Feb 2008 06:23:44 +0000 (07:23 +0100)]
Fixed 64-bit bug in the applet.

16 years agoMerge branch 'master' of pc18:/srv/git/r/doldaconnect
Fredrik Tolf [Thu, 14 Feb 2008 06:08:01 +0000 (07:08 +0100)]
Merge branch 'master' of pc18:/srv/git/r/doldaconnect

16 years agoUpdated ChangeLog.
Fredrik Tolf [Thu, 14 Feb 2008 06:07:01 +0000 (07:07 +0100)]
Updated ChangeLog.

16 years agoHopefully fixed 64-bit file sizes in dolcon.
Fredrik Tolf [Thu, 14 Feb 2008 06:06:02 +0000 (07:06 +0100)]
Hopefully fixed 64-bit file sizes in dolcon.

16 years agoAdded %li print format to dc_queuecmd.
Fredrik Tolf [Thu, 14 Feb 2008 05:41:08 +0000 (06:41 +0100)]
Added %li print format to dc_queuecmd.

16 years agoFixed up doldacond-shell for 64-bit transfers.
Fredrik Tolf [Thu, 14 Feb 2008 05:31:49 +0000 (06:31 +0100)]
Fixed up doldacond-shell for 64-bit transfers.

16 years agoFixed 64-bit transfers in the applet.
Fredrik Tolf [Thu, 14 Feb 2008 05:29:25 +0000 (06:29 +0100)]
Fixed 64-bit transfers in the applet.

16 years agoCleaned up the Python module a bit.
Fredrik Tolf [Thu, 14 Feb 2008 05:27:15 +0000 (06:27 +0100)]
Cleaned up the Python module a bit.

16 years agoPorted the Python module for usage of 64-bit numbers.
Fredrik Tolf [Thu, 14 Feb 2008 05:26:23 +0000 (06:26 +0100)]
Ported the Python module for usage of 64-bit numbers.

16 years agoPorted the Guile library for usage of 64-bit numbers.
Fredrik Tolf [Thu, 14 Feb 2008 05:25:06 +0000 (06:25 +0100)]
Ported the Guile library for usage of 64-bit numbers.

16 years agoAdded 64-bit types to the library.
Fredrik Tolf [Thu, 14 Feb 2008 05:23:47 +0000 (06:23 +0100)]
Added 64-bit types to the library.

16 years agoMade the daemon 64-bit filesize capable.
Fredrik Tolf [Thu, 14 Feb 2008 04:22:54 +0000 (05:22 +0100)]
Made the daemon 64-bit filesize capable.

16 years agoAdded interactive distinction to dsch.
Fredrik Tolf [Wed, 13 Feb 2008 23:05:16 +0000 (00:05 +0100)]
Added interactive distinction to dsch.

16 years agoAdded an actual command to dcsh.
Fredrik Tolf [Wed, 13 Feb 2008 22:56:23 +0000 (23:56 +0100)]
Added an actual command to dcsh.

16 years agoAdded profiling to the test clients.
Fredrik Tolf [Wed, 13 Feb 2008 21:41:55 +0000 (22:41 +0100)]
Added profiling to the test clients.

16 years agoClose UI sockets immediately from freeuidata.
Fredrik Tolf [Wed, 13 Feb 2008 04:01:18 +0000 (05:01 +0100)]
Close UI sockets immediately from freeuidata.

16 years agoMake the test client quit when it has authenticated.
Fredrik Tolf [Wed, 6 Feb 2008 03:00:20 +0000 (04:00 +0100)]
Make the test client quit when it has authenticated.

16 years agoAdded a dc.hidedeflate config option to disable transfer compression.
Fredrik Tolf [Mon, 28 Jan 2008 18:38:37 +0000 (19:38 +0100)]
Added a dc.hidedeflate config option to disable transfer compression.

Note that transfer compression is still supported -- it will simply be
hidden from the $Supports announcements. Buggy clients may thus still
request it.

16 years agoMade libz, libbz2 and libgdbm optional.
Fredrik Tolf [Sun, 27 Jan 2008 14:54:09 +0000 (15:54 +0100)]
Made libz, libbz2 and libgdbm optional.

16 years agoFixed make bug.
Fredrik Tolf [Wed, 23 Jan 2008 04:26:08 +0000 (05:26 +0100)]
Fixed make bug.

Added `.' to SUBDIRS in lib/Makefile.am to make sure that libdcui.la
is built before the Guile build is attempted.

16 years agoAdded an installation document about the Guile module.
Fredrik Tolf [Mon, 14 Jan 2008 20:40:34 +0000 (21:40 +0100)]
Added an installation document about the Guile module.

16 years agoCheck specifically for GTK features.
Fredrik Tolf [Mon, 14 Jan 2008 13:14:53 +0000 (14:14 +0100)]
Check specifically for GTK features.

16 years agoCheck for __res_query as well as res_query.
Fredrik Tolf [Sat, 12 Jan 2008 12:47:20 +0000 (13:47 +0100)]
Check for __res_query as well as res_query.

16 years agoUse an Automake conditional for Guile lib building.
Fredrik Tolf [Sun, 30 Dec 2007 16:52:29 +0000 (17:52 +0100)]
Use an Automake conditional for Guile lib building.

16 years agoMerge branch 'master' of git.dolda2000.com:/srv/git/r/doldaconnect
Fredrik Tolf [Sat, 22 Dec 2007 06:16:34 +0000 (07:16 +0100)]
Merge branch 'master' of git.dolda2000.com:/srv/git/r/doldaconnect

16 years agoMerge branch 'master' of git.dolda2000.com:/srv/git/r/doldaconnect
Fredrik Tolf [Sat, 22 Dec 2007 06:14:32 +0000 (07:14 +0100)]
Merge branch 'master' of git.dolda2000.com:/srv/git/r/doldaconnect

16 years agoNeed not check for negative tag in dc-ecmd anymore.
Fredrik Tolf [Tue, 4 Dec 2007 16:13:44 +0000 (17:13 +0100)]
Need not check for negative tag in dc-ecmd anymore.

16 years agoImprove error reporting in dc-qcmd.
Fredrik Tolf [Tue, 4 Dec 2007 16:10:20 +0000 (17:10 +0100)]
Improve error reporting in dc-qcmd.

16 years agoImprove error reporting in dc_queuecmd.
Fredrik Tolf [Tue, 4 Dec 2007 15:56:38 +0000 (16:56 +0100)]
Improve error reporting in dc_queuecmd.

16 years agoFixed fake OOM bug in transfergetdata.
Fredrik Tolf [Thu, 29 Nov 2007 20:14:46 +0000 (21:14 +0100)]
Fixed fake OOM bug in transfergetdata.

16 years agoAdded some frustrated comments.
Fredrik Tolf [Mon, 26 Nov 2007 13:06:55 +0000 (14:06 +0100)]
Added some frustrated comments.

16 years agoAdded the hubmgr.1 manpage.
Fredrik Tolf [Sun, 18 Nov 2007 06:24:24 +0000 (07:24 +0100)]
Added the hubmgr.1 manpage.

16 years agoPython module revbump.
Fredrik Tolf [Fri, 16 Nov 2007 02:48:32 +0000 (03:48 +0100)]
Python module revbump.

16 years agoUpdated mustconnect and cnl to the new dc_connect API.
Fredrik Tolf [Fri, 16 Nov 2007 02:08:14 +0000 (03:08 +0100)]
Updated mustconnect and cnl to the new dc_connect API.

16 years agoFixed error reporting bug in dolmod.
Fredrik Tolf [Fri, 16 Nov 2007 01:56:27 +0000 (02:56 +0100)]
Fixed error reporting bug in dolmod.

16 years agoAdd timeouts to the dc loop in util.scm.
Fredrik Tolf [Thu, 15 Nov 2007 19:38:56 +0000 (20:38 +0100)]
Add timeouts to the dc loop in util.scm.

16 years agoNicer, recursive implementation of read-hl.
Fredrik Tolf [Thu, 15 Nov 2007 15:16:43 +0000 (16:16 +0100)]
Nicer, recursive implementation of read-hl.

16 years agoImprovements to hubmgr.
Fredrik Tolf [Tue, 13 Nov 2007 16:12:34 +0000 (17:12 +0100)]
Improvements to hubmgr.

* It will daemonize by default.
* It will disconnect managed hubs on exit
* It exits on a c-c "exit" message.
* Deprecated Guile functions have been replaced.

16 years agoChanged dc-handle-fn and the new dc-handle-msg to one function dc-util-handle.
Fredrik Tolf [Tue, 13 Nov 2007 16:07:39 +0000 (17:07 +0100)]
Changed dc-handle-fn and the new dc-handle-msg to one function dc-util-handle.

16 years agoMade hubmgr daemonizable.
Fredrik Tolf [Tue, 13 Nov 2007 14:00:57 +0000 (15:00 +0100)]
Made hubmgr daemonizable.

16 years agoFurther work on the RPM spec file.
Fredrik Tolf [Wed, 31 Oct 2007 19:12:34 +0000 (20:12 +0100)]
Further work on the RPM spec file.

16 years agoA few bugfixes.
Fredrik Tolf [Wed, 31 Oct 2007 18:12:26 +0000 (19:12 +0100)]
A few bugfixes.

16 years agoFixes to the RPM spec file.
Fredrik Tolf [Wed, 31 Oct 2007 18:11:50 +0000 (19:11 +0100)]
Fixes to the RPM spec file.

16 years agoAvoid gcc's type-punning warnings.
Fredrik Tolf [Wed, 31 Oct 2007 05:20:41 +0000 (06:20 +0100)]
Avoid gcc's type-punning warnings.

16 years agoMerge branch 'master' of pc18:/srv/git/r/doldaconnect
Fredrik Tolf [Wed, 31 Oct 2007 05:00:03 +0000 (06:00 +0100)]
Merge branch 'master' of pc18:/srv/git/r/doldaconnect

16 years agoRemoved the need to define {v,}wprintf in utils.h.
Fredrik Tolf [Wed, 31 Oct 2007 04:59:11 +0000 (05:59 +0100)]
Removed the need to define {v,}wprintf in utils.h.

16 years agoMerge branch 'master' of git.dolda2000.com:/srv/git/r/doldaconnect
Fredrik Tolf [Tue, 30 Oct 2007 04:39:33 +0000 (05:39 +0100)]
Merge branch 'master' of git.dolda2000.com:/srv/git/r/doldaconnect

16 years agoGenerate correct release info in autopackages.
Fredrik Tolf [Fri, 26 Oct 2007 01:35:44 +0000 (03:35 +0200)]
Generate correct release info in autopackages.

16 years agoMerge branch 'rpm'
Fredrik Tolf [Wed, 24 Oct 2007 01:46:10 +0000 (03:46 +0200)]
Merge branch 'rpm'

16 years agoCreate and distribute doldaconnect.spec.
Fredrik Tolf [Wed, 24 Oct 2007 00:56:28 +0000 (02:56 +0200)]
Create and distribute doldaconnect.spec.

16 years agoMoved specfile to contrib.
Fredrik Tolf [Wed, 24 Oct 2007 00:51:59 +0000 (02:51 +0200)]
Moved specfile to contrib.

16 years agoUse ${_sysconfdir} instead of PLD's ${_appconfdir}.
Fredrik Tolf [Tue, 23 Oct 2007 03:13:09 +0000 (05:13 +0200)]
Use ${_sysconfdir} instead of PLD's ${_appconfdir}.

16 years agoVersion bump.
Fredrik Tolf [Mon, 22 Oct 2007 00:22:42 +0000 (02:22 +0200)]
Version bump.

16 years agoAutoupdated sv.po.
Fredrik Tolf [Sun, 21 Oct 2007 22:16:20 +0000 (00:16 +0200)]
Autoupdated sv.po.

16 years agoActually install the Guile scripts if Guile has been enabled.
Fredrik Tolf [Sun, 21 Oct 2007 21:54:12 +0000 (23:54 +0200)]
Actually install the Guile scripts if Guile has been enabled.

They ought to be stable enough now anyway.

16 years agoPort Scheme programs to Guile 1.8.
Fredrik Tolf [Sun, 21 Oct 2007 20:15:44 +0000 (22:15 +0200)]
Port Scheme programs to Guile 1.8.

Guile 1.8 requires the module (ice-9 rdelim) for the read-line
and write-line procedures.

16 years agoFilenet socket rework.
Fredrik Tolf [Sun, 21 Oct 2007 19:19:28 +0000 (21:19 +0200)]
Filenet socket rework.

There was a rather large problem where the socket for a fn
connection was stored in the fnetnode itself, and filenet.c had
opinions on clearing its data internally in killfnetnode, which
led to a number of consistency problems -- the code was ugly,
and the daemon would occasionally segfault if killfnetnode had
cleared sk->data prematurely for some reason.

Now, each fnet module takes care of the socket itself, so that
it is modified internally only. The code is much cleaner that
way.

16 years agoMerge branch 'master' of pc18:/srv/git/r/doldaconnect
Fredrik Tolf [Fri, 19 Oct 2007 19:45:55 +0000 (21:45 +0200)]
Merge branch 'master' of pc18:/srv/git/r/doldaconnect

16 years agodc-filtercmd needs bash, not sh.
Fredrik Tolf [Fri, 19 Oct 2007 19:38:56 +0000 (21:38 +0200)]
dc-filtercmd needs bash, not sh.

16 years agoA couple of bugs fix in dolcon.
Fredrik Tolf [Fri, 19 Oct 2007 19:38:46 +0000 (21:38 +0200)]
A couple of bugs fix in dolcon.

16 years agoChangeLog update.
Fredrik Tolf [Thu, 18 Oct 2007 13:32:25 +0000 (15:32 +0200)]
ChangeLog update.

16 years agoGuile 1.8 fixes.
Fredrik Tolf [Thu, 18 Oct 2007 13:25:16 +0000 (15:25 +0200)]
Guile 1.8 fixes.

16 years agoChecked in RPM specfile.
Fredrik Tolf [Thu, 18 Oct 2007 12:18:12 +0000 (14:18 +0200)]
Checked in RPM specfile.

16 years agoAutomatically updated sv.po. 1.0
Fredrik Tolf [Mon, 15 Oct 2007 00:55:37 +0000 (02:55 +0200)]
Automatically updated sv.po.

16 years agoDistribute dolcon.1.
Fredrik Tolf [Mon, 15 Oct 2007 00:52:24 +0000 (02:52 +0200)]
Distribute dolcon.1.

16 years agoFixed Makefile bug in share.
Fredrik Tolf [Mon, 15 Oct 2007 00:21:03 +0000 (02:21 +0200)]
Fixed Makefile bug in share.

16 years agoVersion bump and relevant documentation updates.
Fredrik Tolf [Mon, 15 Oct 2007 00:11:52 +0000 (02:11 +0200)]
Version bump and relevant documentation updates.

16 years agoUse versioned apkg filenames.
Fredrik Tolf [Sun, 14 Oct 2007 23:27:44 +0000 (01:27 +0200)]
Use versioned apkg filenames.

16 years agoFix typos in doc/gui-shell.
Fredrik Tolf [Sun, 14 Oct 2007 23:16:11 +0000 (01:16 +0200)]
Fix typos in doc/gui-shell.

16 years agoRequire Gtk 2.6 in dolcon apkg, for treeview progress bars.
Fredrik Tolf [Sun, 14 Oct 2007 22:55:10 +0000 (00:55 +0200)]
Require Gtk 2.6 in dolcon apkg, for treeview progress bars.

16 years agoUse real Gtk TreeView progress bars, finally!
Fredrik Tolf [Sun, 14 Oct 2007 22:53:30 +0000 (00:53 +0200)]
Use real Gtk TreeView progress bars, finally!

16 years agoFixed bug in reqstat.
Fredrik Tolf [Sun, 14 Oct 2007 15:39:13 +0000 (17:39 +0200)]
Fixed bug in reqstat.

16 years agoFix some autopackage bugs.
Fredrik Tolf [Sun, 14 Oct 2007 14:19:39 +0000 (16:19 +0200)]
Fix some autopackage bugs.

16 years agoAdded autopackage/build for current set of working packages.
Fredrik Tolf [Sun, 14 Oct 2007 12:31:44 +0000 (14:31 +0200)]
Added autopackage/build for current set of working packages.

16 years agoRequire doldacond from guishell apkg.
Fredrik Tolf [Sun, 14 Oct 2007 12:30:45 +0000 (14:30 +0200)]
Require doldacond from guishell apkg.

16 years agoAdd apkg skeleton for doldacond and fix its package.
Fredrik Tolf [Sun, 14 Oct 2007 12:30:16 +0000 (14:30 +0200)]
Add apkg skeleton for doldacond and fix its package.

16 years agoInitial import of makeall for autopackages.
Fredrik Tolf [Sun, 14 Oct 2007 00:45:35 +0000 (02:45 +0200)]
Initial import of makeall for autopackages.

16 years agoA couple of bugfixes in dolconf.
Fredrik Tolf [Sun, 14 Oct 2007 00:44:12 +0000 (02:44 +0200)]
A couple of bugfixes in dolconf.

16 years agoChange dolconf-wnd to normal dialog semantics.
Fredrik Tolf [Sun, 14 Oct 2007 00:35:25 +0000 (02:35 +0200)]
Change dolconf-wnd to normal dialog semantics.

16 years agoSet PackageFileName in autopackages.
Fredrik Tolf [Sat, 13 Oct 2007 22:34:48 +0000 (00:34 +0200)]
Set PackageFileName in autopackages.

16 years agoFix bug in share/Makefile.am.
Fredrik Tolf [Sat, 13 Oct 2007 22:23:53 +0000 (00:23 +0200)]
Fix bug in share/Makefile.am.

16 years agoBuild no Gtk stuff at all in dcuilib apkg.
Fredrik Tolf [Sat, 13 Oct 2007 22:11:15 +0000 (00:11 +0200)]
Build no Gtk stuff at all in dcuilib apkg.

16 years agoInstall icon and desktop file from guishell apkg.
Fredrik Tolf [Sat, 13 Oct 2007 21:56:39 +0000 (23:56 +0200)]
Install icon and desktop file from guishell apkg.

16 years agoCreated a (hopefully) sane way to install desktop data.
Fredrik Tolf [Sat, 13 Oct 2007 21:50:10 +0000 (23:50 +0200)]
Created a (hopefully) sane way to install desktop data.

16 years agoRequire dolcon in guishell autopackage.
Fredrik Tolf [Sat, 13 Oct 2007 21:15:26 +0000 (23:15 +0200)]
Require dolcon in guishell autopackage.

16 years agoAutomatically updated sv.po.
Fredrik Tolf [Sat, 13 Oct 2007 19:58:06 +0000 (21:58 +0200)]
Automatically updated sv.po.

16 years agoAdd apkg skeleton for dolcon.
Fredrik Tolf [Sat, 13 Oct 2007 19:55:18 +0000 (21:55 +0200)]
Add apkg skeleton for dolcon.

16 years agoAdd -V switch to various programs for displaying version info.
Fredrik Tolf [Sat, 13 Oct 2007 19:48:16 +0000 (21:48 +0200)]
Add -V switch to various programs for displaying version info.

16 years agoMerge commit 'pubserv/master'
Fredrik Tolf [Sat, 13 Oct 2007 19:06:35 +0000 (21:06 +0200)]
Merge commit 'pubserv/master'

16 years agoInitial checkin of guishell.apspec.in.
Fredrik Tolf [Sat, 13 Oct 2007 15:41:49 +0000 (17:41 +0200)]
Initial checkin of guishell.apspec.in.

16 years agoMake doldacond-shell concurrency safe.
Fredrik Tolf [Sat, 13 Oct 2007 04:38:22 +0000 (06:38 +0200)]
Make doldacond-shell concurrency safe.

16 years agoUse a proper button box for the buttons in the reslist.
Fredrik Tolf [Sat, 13 Oct 2007 04:24:14 +0000 (06:24 +0200)]
Use a proper button box for the buttons in the reslist.

16 years agoRequire at least Gtk 2.4 for dolcon.
Fredrik Tolf [Sat, 13 Oct 2007 02:38:19 +0000 (04:38 +0200)]
Require at least Gtk 2.4 for dolcon.