View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:~guilhem-fr/mogilefs/MogileFS-Server 1 Development 2018-01-19 21:42:46 UTC
1392. Checking in changes prior to tagging ...

Author: dormando
Revision Date: 2018-01-19 21:42:46 UTC

Checking in changes prior to tagging of version 2.73.

Changelog diff is:

diff --git a/CHANGES b/CHANGES
index 441b328..e053851 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,29 @@
+2018-01-18: Release version 2.73
+
+ * fsck: avoid infinite wait on dead devices (Eric Wong <e@80x24.org>)
+
+ * client: always disable watch_read after a command (Eric Wong <e@80x24.org>)
+
+ * client: use single write for admin commands (Eric Wong <e@80x24.org>)
+
+ * tracker: client fairness, backpressure, and expiry (Eric Wong <e@80x24.org>)
+
+ * client connection should always be nonblocking (Eric Wong <e@80x24.org>)
+
+ * ConnectionPool: avoid undefined behavior for hash iteration (Eric Wong <e@80x24.org>)
+
+ * replicate: avoid buffered IO on reads (Eric Wong <e@80x24.org>)
+
+ * enable DB upgrade for host readonly state (Eric Wong <e@80x24.org>)
+
+ * replicate: reduce backoff for too_happy FIDs (Eric Wong <e@80x24.org>)
+
+ * fsck: this avoid redundant fsck log entries (Eric Wong <normalperson@yhbt.net>)
+
+ * fsck: do not log FOND if note_on_device croaks (Eric Wong <normalperson@yhbt.net>)
+
+ * reaper: detect resurrection of "dead" devices (Eric Wong <normalperson@yhbt.net>)
+
 2014-12-15: Release version 2.72

    * Work with DBD::SQLite's latest lock errors (dormando <dormando@rydia.net>)

lp:~guilhem-fr/mogilefs/MogileFS-Utils 1 Development 2018-01-19 21:29:51 UTC
188. Checking in changes prior to tagging ...

Author: dormando
Revision Date: 2018-01-19 21:29:51 UTC

Checking in changes prior to tagging of version 2.30.

Changelog diff is:

diff --git a/Changes b/Changes
index 6e65563..db61c9a 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+2.30 -- 2018-01-19
+
+ * mogadm: document "readonly" state for hosts (Eric Wong <e@80x24.org>)
+
 2.29 -- 2014-12-15

    * Add exit codes when failing. (Jesus Roncero <jesus@we7.com>)

lp:~guilhem-fr/performous/github 1 Development 2017-11-30 08:23:45 UTC
2768. Change var name; display alert on man...

Author: Gregorio Litenstein
Revision Date: 2017-11-30 08:23:45 UTC

Change var name; display alert on manual reload.

lp:~guilhem-fr/bluez/ubuntu-autoenable (Has a merge proposal) 1 Development 2016-05-31 15:48:44 UTC
20. Use AutoEnable parameter Remove 50-b...

Author: Guilhem Lettron
Revision Date: 2016-05-31 15:47:58 UTC

Use AutoEnable parameter

Remove 50-bluetooth-hci-auto-poweron.rules as it become useless.
Fix pairing with BLE when initialize with hcitool.

lp:~guilhem-fr/bluez/autoenable bug 1 Development 2015-10-28 09:31:13 UTC
138. Use AutoEnable parameter Remove 50-b...

Author: Guilhem Lettron
Revision Date: 2015-10-28 09:31:13 UTC

Use AutoEnable parameter

Remove 50-bluetooth-hci-auto-poweron.rules as it become useless.
Fix pairing with BLE when initialize with hcitool.

lp:h2o 1 Development 2015-10-05 09:30:45 UTC This branch is empty.
lp:~guilhem-fr/wemux/debian 1 Development 2015-06-18 10:04:52 UTC
7. Add configuration file

Author: Guilhem Lettron
Revision Date: 2015-06-18 10:04:52 UTC

Add configuration file

lp:~guilhem-fr/asterisk/11 1 Development 2015-04-11 15:34:43 UTC
24021. main/event: Remove unnecessary assign...

Author: mjordan
Revision Date: 2015-04-11 15:34:43 UTC

main/event: Remove unnecessary assignment of negative value to enum

When cleaning up some clang compiler warnings, the comparison of a negative
value to an unsigned enum was removed. However, the initial assignment of a
negative value to said enum remained in the variable declaration. This patch
removes that assignment.

Thanks to ibercom in #asterisk-bugs for pointing it out.

lp:u2f-udev 1 Development 2015-01-01 17:24:08 UTC
2. Move to source 3.0 (native) for ppa c...

Author: Guilhem Lettron
Revision Date: 2015-01-01 17:17:44 UTC

Move to source 3.0 (native) for ppa compatibility

lp:~guilhem-fr/performous/debian 1 Development 2014-10-26 17:51:21 UTC
4. Add libavresample-dev as build-depends

Author: Guilhem Lettron
Revision Date: 2014-10-26 17:51:21 UTC

Add libavresample-dev as build-depends

lp:~guilhem-fr/asterisk/menuselect 1 Development 2014-09-05 13:25:56 UTC
173. Menuselect: Fix incorrect enabling on...

Author: kmoore
Revision Date: 2014-09-05 13:25:56 UTC

Menuselect: Fix incorrect enabling on failed deps

This corrects a situation where menuselect can incorrectly enable a
module by default that has defaultenabled set to "no" and has
failed/non-selected dependencies. The bug is due to an inverted test
when checking for whether the given module should be set to enabled by
default on load.

Review: https://reviewboard.asterisk.org/r/3975/
Reported by: John Bigelow

lp:colorhug-client 1 Development 2014-01-17 19:57:29 UTC
398. Remove suspicious usage of sizeof wit...

Author: Moritz Lipp
Revision Date: 2014-01-17 19:57:29 UTC

Remove suspicious usage of sizeof with a numeric constant

This patch removes the sizeof call around the numeric constant
3*4 that should determine the number of bytes that should
be set via memset. The expected result should be 12 bytes but sizeof
returns the storage size of the filetype (integer) which is 4 bytes.
Suspicious usage of 'sizeof' with a numeric constant as parameter.

Signed-off-by: Richard Hughes <richard@hughsie.com>

lp:~guilhem-fr/asterisk/11-fix 1 Development 2013-10-21 13:40:58 UTC
23500. Fix colon in destdir

Author: Guilhem Lettron
Revision Date: 2013-10-21 13:38:18 UTC

Fix colon in destdir

lp:~guilhem-fr/asterisk/debian-11-fix 1 Development 2013-10-21 12:45:25 UTC
800. New try

Author: Guilhem Lettron
Revision Date: 2013-10-21 12:45:25 UTC

New try

lp:~guilhem-fr/asterisk/asterisk-g72x-debian 1 Development 2013-10-18 14:20:14 UTC
3. Add build-depend on asterisk 10+ and ...

Author: Guilhem Lettron
Revision Date: 2013-10-18 14:20:14 UTC

Add build-depend on asterisk 10+ and no-epoch

lp:~guilhem-fr/asterisk/asterisk-g72x 1 Development 2013-10-17 15:08:49 UTC
1. Import from http://asterisk.hosting.l...

Author: Guilhem Lettron
Revision Date: 2013-10-17 15:00:29 UTC

Import from http://asterisk.hosting.lv/src/asterisk-g72x-1.1.tar.bz2

lp:~guilhem-fr/asterisk/speex 1 Development 2013-10-07 14:34:54 UTC
24. * Switch to dpkg-source 3.0 (native) ...

Author: Guilhem Lettron
Revision Date: 2013-10-07 14:34:54 UTC

* Switch to dpkg-source 3.0 (native) format
* Use wildcard instead of dh-exec

lp:~guilhem-fr/asterisk/debian-11 1 Development 2013-09-29 04:30:52 UTC
794. UNRELEASED

Author: msp
Revision Date: 2013-09-29 04:30:52 UTC

UNRELEASED

lp:~guilhem-fr/uwsgi/trunk 1 Development 2013-09-11 14:10:11 UTC
3933. Merge pull request #377 from javiergu...

Author: Roberto De Ioris
Revision Date: 2013-09-11 13:49:04 UTC

Merge pull request #377 from javierguerragiraldez/master

new rados plugin

lp:~guilhem-fr/asterisk/mxml 1 Development 2013-09-09 12:46:23 UTC
12. Fix a variety of memory leaks This p...

Author: mjordan
Revision Date: 2012-05-18 13:58:05 UTC

Fix a variety of memory leaks

This patch addresses a number of memory leaks in a variety of modules that were
found by a static analysis tool. A brief summary of the changes:

* app_minivm: free ast_str objects on off nominal paths
* app_page: free the ast_dial object if the requested channel technology
                    cannot be appended to the dialing structure
* app_queue: if a penalty rule failed to match any existing rule list
                    names, the created rule would not be inserted and its memory
                    would be leaked
* app_read: dispose of the created silence detector in the presence of
                    off nominal circumstances
* app_voicemail: dispose of an allocated unique ID field for MWI event
                    un-subscribe requests in off nominal paths; dispose of
                    configuration objects when using the secret.conf option
* chan_dahdi: dispose of the allocated frame produced by ast_dsp_process
* chan_iax2: properly unref peer in CLI command "iax2 unregister"
* chan_sip: dispose of the allocated frame produced by sip_rtp_read's
                    call of ast_dsp_process; free memory in parse unit tests
* func_dialgroup: properly deref ao2 object grhead in nominal path of
                    dialgroup_read
* func_odbc: free resultset in off nominal paths of odbc_read
* cli: free match_list in off nominal paths of CLI match completion
* config: free comment_buffer/list_buffer when configuration file load
                    is unchanged; free the same buffers any time they were
                    created and config files were processed
* data: free XML nodes in various places
* enum: free context buffer in off nominal paths
* features: free ast_call_feature in off nominal paths of applicationmap
                    config processing
* netsock2: users of ast_sockaddr_resolve pass in an ast_sockaddr struct
                    that is allocated by the method. Failures in
                    ast_sockaddr_resolve could result in the users of the method
                    not knowing whether or not the buffer was allocated. The
                    method will now not allocate the ast_sockaddr struct if it
                    will return failure.
* pbx: cleanup hash table traversals in off nominal paths; free
                    ignore pattern buffer if it already exists for the specified
                    context
* xmldoc: cleanup various nodes when we no longer need them
* main/editline: various cleanup of pointers not being freed before being
                    assigned to other memory, cleanup along off nominal paths
* menuselect/mxml: cleanup of value buffer for an attribute when that attribute
                    did not specify a value
* res_calendar*: responses are allocated via the various *_request method
                    returns and should not be allocated in the various
                    write_event methods; ensure attendee buffer is freed if no
                    data exists in the parsed node; ensure that calendar objects
                    are de-ref'd appropriately
* res_jabber: free buffer in off nominal path
* res_musiconhold: close the DIR* object in off nominal paths
* res_rtp_asterisk: if we run out of ports, close the rtp socket object and free
                    the rtp object
* res_srtp: if we fail to create the session in libsrtp, destroy the
                    temporary ast_srtp object

(issue ASTERISK-19665)
Reported by: Matt Jordan

Review: https://reviewboard.asterisk.org/r/1922

lp:~guilhem-fr/nginx/naxsi 1 Development 2013-07-12 14:10:06 UTC
82. remove wrong tag. Bump naxsi version.

Author: <email address hidden>
Revision Date: 2013-07-12 14:10:06 UTC

remove wrong tag. Bump naxsi version.

lp:~guilhem-fr/mogilefs/perl-MogileFS-Client 1 Development 2013-06-24 21:15:52 UTC
190. Makefile.PL: declare explicit Time::H...

Author: Eric Wong
Revision Date: 2013-06-24 21:15:52 UTC

Makefile.PL: declare explicit Time::HiRes dependency

Time::HiRes is no longer a standard module distributed with Perl in
RHEL/CentOS 6.x (and like other distros). Declaring an explicit
dependency on it should help users find and install the correct
package for their distro.

lp:~guilhem-fr/solr/debian_pkg-java_lucene-solr 1 Development 2013-05-16 11:09:01 UTC
49. Merge tag 'upstream/3.6.2+dfsg' Upst...

Author: James Page
Revision Date: 2013-05-16 11:09:01 UTC

Merge tag 'upstream/3.6.2+dfsg'

Upstream version 3.6.2+dfsg

lp:python-kmod 1 Development 2013-04-02 23:05:25 UTC
29. Merge pull request #16 from Infinidat...

Author: Andy Grover
Revision Date: 2013-04-02 23:05:25 UTC

Merge pull request #16 from Infinidat/master

Issue #15

lp:~guilhem-fr/nginx/nginx-mogilefs-module 1 Development 2012-10-14 15:52:03 UTC
80. Merge branch 'master' of github.com:v...

Author: Valery Kholodkov (none)
Revision Date: 2012-10-14 15:52:03 UTC

Merge branch 'master' of github.com:vkholodkov/nginx-mogilefs-module

lp:~guilhem-fr/+junk/performous-fixTrunkPackaging 1 Development 2012-10-10 19:11:30 UTC
17. add libpango1.0-dev to fix FTBFS

Author: Guilhem Lettron
Revision Date: 2012-10-10 19:11:30 UTC

add libpango1.0-dev to fix FTBFS

lp:mupdf 1 Development 2012-09-26 14:19:07 UTC
2349. Implement oversized text clipping and...

Author: Robin Watts
Revision Date: 2012-09-26 14:19:07 UTC

Implement oversized text clipping and stroked text clipping.

We'd never got around to implementing text clipping with oversized
glyphs before, at least partly due to a lack of files showing the
problem. Now, thanks to a file from Paul Hudson, we have an
example and hence a fix.

lp:~guilhem-fr/ttfautohint/debian 1 Development 2012-09-18 17:03:13 UTC
4. remove manpages (for the moment)

Author: Guilhem Lettron
Revision Date: 2012-09-18 17:02:45 UTC

remove manpages (for the moment)

lp:~guilhem-fr/ttfautohint/git 1 Development 2012-09-18 16:09:28 UTC
1. import from git

Author: Guilhem Lettron
Revision Date: 2012-09-18 16:08:37 UTC

import from git

lp:~guilhem-fr/flashcache/debian 1 Development 2012-09-18 09:10:17 UTC
1. first import from git://github.com/ku...

Author: Guilhem Lettron
Revision Date: 2012-09-18 09:09:29 UTC

first import from git://github.com/kuroneko/flashcache-ubuntu.git

lp:~guilhem-fr/vsftpd/trunk-ext 1 Development 2012-09-13 15:38:57 UTC This branch has not been imported yet.
lp:~guilhem-fr/pgbadger/debian 1 Development 2012-09-05 15:02:54 UTC
1. first commit

Author: Guilhem Lettron
Revision Date: 2012-09-05 15:02:20 UTC

first commit

lp:~guilhem-fr/vmbuilder/oneiric-support bug(Has a merge proposal) 1 Development 2012-09-04 13:42:29 UTC
473. no idea what I do #meme

Author: Guilhem Lettron
Revision Date: 2012-09-04 13:42:29 UTC

no idea what I do #meme

lp:~guilhem-fr/python-kmod/debian 1 Development 2012-09-04 10:14:25 UTC
1. first version. lack kmod support in U...

Author: Guilhem Lettron
Revision Date: 2012-09-04 10:13:34 UTC

first version.
lack kmod support in Ubuntu to compile.

lp:~guilhem-fr/libasyncns-python/debian 1 Development 2012-09-02 14:11:59 UTC
29. change name to python-libasyncns

Author: Guilhem Lettron
Revision Date: 2012-09-02 14:11:59 UTC

change name to python-libasyncns

lp:~guilhem-fr/gajim/trunk 1 Development 2012-07-09 10:08:51 UTC This branch has not been imported yet.
lp:~guilhem-fr/ttfautohint/git-import 1 Development 2012-06-20 13:49:19 UTC
550. Minor addition.

Author: Werner Lemberg
Revision Date: 2012-06-13 10:34:12 UTC

Minor addition.

lp:~guilhem-fr/+junk/ttfautohint-debian 1 Development 2012-06-20 13:26:16 UTC
3. add vcs-git

Author: Guilhem Lettron
Revision Date: 2012-06-20 13:26:16 UTC

add vcs-git

lp:~guilhem-fr/ttfautohint/trunk 1 Development 2012-06-20 13:22:40 UTC This branch has not been imported yet.
lp:~guilhem-fr/ifmetric/fix-896584 1 Development 2012-05-14 20:02:05 UTC
6. add source/options to ignore "README"...

Author: Guilhem Lettron
Revision Date: 2012-05-14 20:02:05 UTC

add source/options to ignore "README" generation

lp:~guilhem-fr/ifmetric/fix-FTBFS-compat 1 Development 2012-05-14 20:02:05 UTC
6. add source/options to ignore "README"...

Author: Guilhem Lettron
Revision Date: 2012-05-14 20:02:05 UTC

add source/options to ignore "README" generation

lp:~guilhem-fr/nginx/nginx-upstream-fair 1 Development 2012-05-02 15:29:19 UTC
64. Merge pull request #8 from mikegagnon...

Author: Grzegorz Nosek
Revision Date: 2012-04-08 14:03:04 UTC

Merge pull request #8 from mikegagnon/master

fixed off-by-one bug in the calculation of shm_name->len

lp:~guilhem-fr/nginx/nginx-1.0 2 Mature 2012-04-12 13:00:53 UTC
3358. nginx-1.0.15-RELEASE

Author: mdounin
Revision Date: 2012-04-12 13:00:53 UTC

nginx-1.0.15-RELEASE

lp:~guilhem-fr/qt/wkhtmltopdf-qt 1 Development 2012-03-22 21:42:25 UTC
2130. Allow webkit to be included in a stat...

Author: Jakob Truelsen
Revision Date: 2012-01-06 11:47:30 UTC

Allow webkit to be included in a static build

lp:~guilhem-fr/mogilefs/Perlbal 1 Development 2012-03-01 10:16:20 UTC This branch has not been imported yet.
lp:~guilhem-fr/mogilefs/MogileFS-Network 1 Development 2012-03-01 10:15:49 UTC
27. Release 0.06

Author: Jonathan Steinert
Revision Date: 2012-02-26 05:22:12 UTC

Release 0.06

lp:~guilhem-fr/nginx/debian-1.0 1 Development 2012-02-20 01:28:47 UTC
273. fix changelog

Author: Guilhem Lettron
Revision Date: 2012-02-20 01:28:47 UTC

fix changelog

lp:~guilhem-fr/solr/packaging 0 Experimental 2011-11-30 10:54:47 UTC
1. initial import from https://github.co...

Author: Guilhem Lettron
Revision Date: 2011-11-30 10:54:47 UTC

initial import from https://github.com/fluidinfo/solr-packaging

lp:~guilhem-fr/solr/solr_3_5_0 1 Development 2011-11-30 10:37:19 UTC
2249. Create Lucene Solr 3.5 tag

Author: simonw
Revision Date: 2011-11-25 22:54:01 UTC

Create Lucene Solr 3.5 tag

149 of 49 results