]> git.proxmox.com Git - librados2-perl.git/log
librados2-perl.git
7 years agobuildsys: use gzip -n to disable timestamps
Wolfgang Bumiller [Tue, 7 Feb 2017 14:27:04 +0000 (15:27 +0100)]
buildsys: use gzip -n to disable timestamps

7 years agobuildsys: get perl path from perl
Wolfgang Bumiller [Tue, 31 Jan 2017 10:15:19 +0000 (11:15 +0100)]
buildsys: get perl path from perl

9 years agobump version to 1.0-3
Dietmar Maurer [Mon, 9 Mar 2015 05:54:37 +0000 (06:54 +0100)]
bump version to 1.0-3

9 years agofix perl path
Dietmar Maurer [Mon, 9 Mar 2015 05:53:34 +0000 (06:53 +0100)]
fix perl path

9 years agoupdate package dependencies for Debian Jessie
Dietmar Maurer [Thu, 26 Feb 2015 12:28:57 +0000 (13:28 +0100)]
update package dependencies for Debian Jessie

10 years agobump version to 1.0-1
Dietmar Maurer [Mon, 27 Jan 2014 11:17:28 +0000 (12:17 +0100)]
bump version to 1.0-1

Depend on ceph dumpling (instead of emperor), and use our own version schema.

10 years agoadd method to get/set timeout
Dietmar Maurer [Wed, 22 Jan 2014 06:58:34 +0000 (07:58 +0100)]
add method to get/set timeout

10 years agoallow clean shutdown with displaying 'partial read' error.
Dietmar Maurer [Tue, 21 Jan 2014 11:27:33 +0000 (12:27 +0100)]
allow clean shutdown with displaying 'partial read' error.

10 years agodetect forked connections
Dietmar Maurer [Tue, 21 Jan 2014 11:04:05 +0000 (12:04 +0100)]
detect forked connections

Else more than one process can kill our worker!

10 years agocleanup
Dietmar Maurer [Tue, 21 Jan 2014 10:00:27 +0000 (11:00 +0100)]
cleanup

10 years agoinitialize PVE::RPCEnvironment in test.pl
Dietmar Maurer [Tue, 21 Jan 2014 09:33:57 +0000 (10:33 +0100)]
initialize PVE::RPCEnvironment in test.pl

10 years agoimplement timeout
Dietmar Maurer [Tue, 21 Jan 2014 09:30:22 +0000 (10:30 +0100)]
implement timeout

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