Dave Borowitz 0e5fa0e44c Refactor server capability code into base Handler. 16 years ago
..
tests 0e5fa0e44c Refactor server capability code into base Handler. 16 years ago
__init__.py 272b2af4cd Mark current version as 0.5.0 16 years ago
_objects.c 1c91fa9af9 Use binascii.{unhexlify,hexlify}. Thanks to Ronny for the hint. 16 years ago
_pack.c 031345cd4a Fix memory leaks in error paths. 16 years ago
client.py 9ba1903fd5 Add convenience functions for fetching objects. 16 years ago
errors.py 43f74147b5 Move do_commit() and has_index() from Repo to BaseRepo. 16 years ago
file.py 2a50d2a71d Improve ref handling. 16 years ago
index.py 0a6ec6a0d3 * Cope with forward slashes correctly in the index on Windows. 16 years ago
lru_cache.py 60322a234f Import new lru_cache and tests. 16 years ago
misc.py ffe36198b1 Fix formatting issues. 17 years ago
object_store.py 846ec3f680 Ask for forgiveness, not permission. 16 years ago
objects.py 71e389913a Add a GitFile class that uses the same locking protocol for writes as git. 16 years ago
pack.py de3184898d Fix read for ref deltas. 16 years ago
patch.py a4390e60b4 Support diffstats in git am-style patches. 16 years ago
protocol.py 3e974654f2 Add smart HTTP support to dul-web. 16 years ago
repo.py 4fb076b1a9 Use ConfigParser for now 16 years ago
server.py 0e5fa0e44c Refactor server capability code into base Handler. 16 years ago
stdint.h ff8aef4422 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). 16 years ago
web.py d3930ff468 Add tests for HTTP server. 16 years ago