lp:beanstalkd

Created by Guilhem Lettron and last modified
Get this branch:
bzr branch lp:beanstalkd

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Beanstalkd packagers
Project:
beanstalkd
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/kr/beanstalkd.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-12 and finished taking 10 seconds — see the log
Import started on alnitak and finished taking 15 seconds — see the log
Import started on alnitak and finished taking 15 seconds — see the log
Import started on izar and finished taking 15 seconds — see the log

Recent revisions

684. By Yury Smolsky

fix the release script to allow releases

Since gh-page was moved into separate repository,
make the proccess of releasing semi-manual for website.

Fix links to the new site everywhere.

683. By BoChen <email address hidden>

Update protocol.zh-CN.md (#410)

It fixes type in current-jobs-buried.

682. By Keith Rarick

add a code of conduct

Add a code of conduct with team email address.

681. By Tarasovych <email address hidden>

fix code style in prot.c

680. By Isaac

Properly catch and report getaddrinfo() errors

The getaddrinfo() function does not behave like a system call. In particular,
the only successful return value is zero; any other value should be considered a
failure, not only -1.

This commit fixes a segfault caused by an invalid value of the "-l" command line
option.

Closes #254 and fixes #253.

679. By qinguanri <email address hidden>

delete unused function. It's defined but never used.

678. By Philip Prindeville

Travis: stifle progress on git clone

Since Travis runs non-interactively, what's the point of verbose progress?

Signed-off-by: Philip Prindeville <email address hidden>

677. By amy <email address hidden>

fix critical translation error

676. By Philip Prindeville

Fix headers for MUSL compatibility

The MUSL headers generally don't like being included as <sys/foo.h>
when the preferred means is <foo.h> (example: time.h) and will
complain loudly when this happens. It's unnecessary noise, and it
potentially draws attention from real warnings that might otherwise
be overlooked.

Signed-off-by: Philip Prindeville <email address hidden>

675. By Philip Prindeville

Use ftruncate() as it's much more portable (#341)

Embedded systems (such as OpenWRT) often have reduced functionality;
when operating in such circumstances, using the most widely available
API's (or subsets of API's) is key for portability. ftruncate() is
much more ubiquitous than posix_fallocate().

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.