View Git repositories
You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:rocket

There are download files available for Rocket Web Server.

See all merge proposals.

Rocket Web Server has 4 active branches owned by 2 people. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:rocket
Series: trunk
1 Development 2011-05-01 17:45:23 UTC
195. This is 1.2.4

Author: Tim
Revision Date: 2011-05-01 17:45:23 UTC

This is 1.2.4

lp:rocket/legacy
Series: legacy
1 Development 2011-05-02 03:55:51 UTC
8. Sync with 1.2.4

Author: Tim
Revision Date: 2011-05-02 03:55:51 UTC

Sync with 1.2.4

lp:~zoni/rocket/rocket 1 Development 2013-01-01 17:02:24 UTC
196. Fix growing by negative amount when m...

Author: Nick Groenen
Revision Date: 2013-01-01 16:47:49 UTC

Fix growing by negative amount when max_threads = 0

grow() checks if max_threads has been reached, in which case it refuses
to grow any further. It does this with:
 amount = min([amount, self.max_threads - len(self.threads)])

With max_threads = 0 (indicating grow indefinitely), the latter will
always be a negative number, causing grow() to grow by a negative amount.

With this commit, this check against max_threads is skipped when
max_threads = 0, ensuring it will always keep growing in this case.

lp:~tdfarrell/rocket/devel 1 Development 2010-12-03 10:38:38 UTC
124. Really 1.2.0 (This commit has a few P...

Author: Tim
Revision Date: 2010-12-01 03:35:03 UTC

Really 1.2.0
(This commit has a few Python 3 bugfixes)

14 of 4 results
You can't create new branches for Rocket Web Server.