Show More
@@ -54,7 +54,7 b' Please visit http://packages.python.org/' | |||||
54 | RhodeCode Features |
|
54 | RhodeCode Features | |
55 | ------------------ |
|
55 | ------------------ | |
56 |
|
56 | |||
57 |
- Has it |
|
57 | - Has its own middleware to handle mercurial_ protocol requests. | |
58 | Each request can be logged and authenticated. |
|
58 | Each request can be logged and authenticated. | |
59 | - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous. |
|
59 | - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous. | |
60 | Supports http/https and LDAP |
|
60 | Supports http/https and LDAP |
@@ -314,7 +314,7 b' news' | |||||
314 | - uses mercurial 1.7 with dotencode disabled for maintaining compatibility |
|
314 | - uses mercurial 1.7 with dotencode disabled for maintaining compatibility | |
315 | with older clients |
|
315 | with older clients | |
316 | - anonymous access, authentication via ldap |
|
316 | - anonymous access, authentication via ldap | |
317 |
- performance upgrade for cached repos list - each repository has it |
|
317 | - performance upgrade for cached repos list - each repository has its own | |
318 | cache that's invalidated when needed. |
|
318 | cache that's invalidated when needed. | |
319 | - performance upgrades on repositories with large amount of commits (20K+) |
|
319 | - performance upgrades on repositories with large amount of commits (20K+) | |
320 | - main page quick filter for filtering repositories |
|
320 | - main page quick filter for filtering repositories |
General Comments 0
You need to be logged in to leave comments.
Login now