Statistics
| Branch: | Tag: | Revision:

root @ master

Name Size
  ci
  vncauthproxy
.gitignore 49 Bytes
LICENSE 17.7 kB
MANIFEST.in 65 Bytes
devflow.conf 81 Bytes
distribute_setup.py 15.4 kB
setup.py 1.5 kB
version 4 Bytes

Latest revisions

# Date Author Comment
5f5f14cf 04/10/2013 02:49 pm Stratos Psomadakis

Update version to 1.4

1e3d1c7d 04/10/2013 02:03 pm Vangelis Koukis

Modify default port range for port pool

The default port range used for automatic port selection
was chosen to be the ephemeral port range. This was the wrong
thing to do, because it may conflict with ports used for outgoing
connections from the host on which vncauthproxy runs,...

2c8bd68a 04/08/2013 11:53 pm Stratos Psomadakis

Bump version to rc2

98cc310e 04/08/2013 11:39 pm Stratos Psomadakis

Update version to 1.4rc1 (release branch)

6a8190a5 04/01/2013 01:59 pm Vangelis Koukis

Create a docs stub to keep the CI system happy

f0e7fc76 04/01/2013 01:08 pm Vangelis Koukis

Use single setup.py in ci/install.sh

538cf0de 04/01/2013 01:03 pm Vangelis Koukis

Use devflow-update-version in ci/install.sh

529dadc5 04/01/2013 12:02 pm Vangelis Koukis

Use /bin/sh instead of "/usr/bin/env sh" in ci/

Use /bin/sh instead of "/usr/bin/env sh" in ci/ scripts consistently.
Yes, in theory the Bourne shell may not be in /bin, but POSIX doesn't
seem to specify the location of /usr/bin/env explicitly, either.

4908cdde 04/01/2013 11:57 am Vangelis Koukis

Add CI functionality

Add various scripts under ci/, enabling support for
Continuous Integration.

Among others, there are scripts for automated: * pep8/flake8/pylint reports * installation in a virtualenv * execution of unit tests (not yet enabled) * building of docs (not yet enabled)...

f6eb1be8 03/30/2013 01:01 pm Vangelis Koukis

Fix possible race in returning source port to pool

First make sure all sockets for a connection are closed,
then return the source port number to the port pool.

This fixes a possible race where the greenlet gets preempted right after
returning a port to the pool, and the port is picked up from the pool by...

View all revisions | View revisions

Also available in: Atom