Jelmer Vernooij 03e77ef1b4 Merge use of constants for OFS/REF delta's. vor 15 Jahren
..
tests 44126a0d93 Merge various pack improvements from Dave. vor 16 Jahren
__init__.py 5c70b330a8 Mark current version as 0.5.1. vor 16 Jahren
_objects.c 7ad8df2265 Correctly avoid parsing ShaFiles with fixed SHAs when calling sha(). vor 16 Jahren
_pack.c 99efb813f1 Allow delta's to be chunked as well. vor 16 Jahren
client.py 1b11868e88 Merge pack protocol receiver fix. vor 16 Jahren
errors.py a4cebb6994 Add check() methods to object classes for consistency checking. vor 16 Jahren
fastexport.py 2eef898de1 Fix fastexport commit exporter, add test. vor 16 Jahren
file.py 2d2a478324 Avoid double close when file has already gone away in abort(). vor 16 Jahren
index.py ee54e5a85e Add Index.commit. vor 16 Jahren
lru_cache.py 60322a234f Import new lru_cache and tests. vor 16 Jahren
misc.py 8463ba02d2 cgi.parse_qs is deprecated in favor of urlparse.parse_qs in python 2.6, vor 16 Jahren
object_store.py 2556f706bb Make ShaFiles created from files trust their filenames. vor 16 Jahren
objects.py 7ad8df2265 Correctly avoid parsing ShaFiles with fixed SHAs when calling sha(). vor 16 Jahren
pack.py 03e77ef1b4 Merge use of constants for OFS/REF delta's. vor 15 Jahren
patch.py 45df55fb27 Avoid mixing iterators/readline. vor 16 Jahren
protocol.py ae10a39c39 Add ReceivableProtocol that supports recv() as well as read(). vor 16 Jahren
repo.py b45d665eea Fixed filename of initial .git/info/exclude vor 16 Jahren
server.py f92300655d Add PackStreamReader.{offset,__len__}, extract PackObjectIterator. vor 16 Jahren
stdint.h ff8aef4422 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). vor 16 Jahren
web.py 1d16247859 Make the server decode a pack as it streams. vor 16 Jahren