]> git.proxmox.com Git - librados2-perl.git/log
librados2-perl.git
10 years agodepend on libpve-access-control
Dietmar Maurer [Tue, 21 Jan 2014 08:18:01 +0000 (09:18 +0100)]
depend on libpve-access-control

We need to be able to close open server sockets.

10 years agoalways for worker process
Dietmar Maurer [Mon, 20 Jan 2014 12:36:53 +0000 (13:36 +0100)]
always for worker process

librados does not work well when we fork after rados_connect().
So we always fork a separate worker and use IPC to send/receive data.

10 years agocleanup test code
Dietmar Maurer [Mon, 20 Jan 2014 07:43:40 +0000 (08:43 +0100)]
cleanup test code

10 years agoavoid memory leak, add debug helper DPRINTF
Dietmar Maurer [Mon, 20 Jan 2014 07:35:11 +0000 (08:35 +0100)]
avoid memory leak, add debug helper DPRINTF

10 years agofix compiler flags and warnings
Dietmar Maurer [Mon, 20 Jan 2014 06:48:59 +0000 (07:48 +0100)]
fix compiler flags and warnings

10 years agoimprove examples
Dietmar Maurer [Fri, 17 Jan 2014 08:20:31 +0000 (09:20 +0100)]
improve examples

10 years agoavoid unnecessary warning
Dietmar Maurer [Fri, 17 Jan 2014 08:16:00 +0000 (09:16 +0100)]
avoid unnecessary warning

10 years agofix .so install path
Dietmar Maurer [Thu, 16 Jan 2014 13:30:02 +0000 (14:30 +0100)]
fix .so install path

10 years agouse json format by default
Dietmar Maurer [Thu, 16 Jan 2014 12:23:47 +0000 (13:23 +0100)]
use json format by default

10 years agocode cleanups
Dietmar Maurer [Thu, 16 Jan 2014 11:59:18 +0000 (12:59 +0100)]
code cleanups

10 years agoadd simple test script
Dietmar Maurer [Thu, 16 Jan 2014 11:45:58 +0000 (12:45 +0100)]
add simple test script

10 years agoallow to set client_mount_timeout
Dietmar Maurer [Thu, 16 Jan 2014 11:45:12 +0000 (12:45 +0100)]
allow to set client_mount_timeout

10 years agoinitial import
Dietmar Maurer [Thu, 16 Jan 2014 09:27:35 +0000 (10:27 +0100)]
initial import