[object_store] Avoid leaking previous pack when adding known pack
[jelmer/dulwich.git] / dulwich / object_store.py
2017-08-26 Earl Chew[object_store] Avoid leaking previous pack when adding...
2017-08-26 Earl Chew[object_store] Simplify evasive action for repacked...
2017-08-26 Jelmer VernooijSimplify repack code a bit.
2017-08-25 Earl ChewTake care not to remove consolidated pack after repacking
2017-08-19 Jelmer VernooijFix test.
2017-08-19 Jelmer VernooijAdd basic repack implementation.
2017-08-18 Jelmer VernooijAdd commit_tree_changes.
2017-07-28 Jelmer VernooijHandle race conditions with pack directory's mtime...
2017-07-11 Jelmer VernooijFix all flake8 style issues.
2017-03-31 Jelmer VernooijSome style fixes.
2017-01-13 OnMasterCheck for existance of index file before opening pack.
2016-12-11 Jelmer VernooijCorrect add_objects docstrings.
2016-12-11 Jelmer VernooijClarify argument to ObjectStore.add_objects().
2016-09-17 Jelmer VernooijUpdate header to reflect that license is now Apachev2...
2016-08-15 Jelmer VernooijAdd special-casing for Windows, as WindowsError isn...
2016-08-15 Akbar GumbiraOn Windows, os.rename will thrown WindowsError if the...
2016-04-22 Jelmer VernooijUse copies rather than references in MemoryObjectStore.
2015-05-25 Gary van der MerwéSwitched `default_local_git_client_cls` to `LocalGitCli...
2015-05-07 Gary van der MerweRevert "Change the way methods that take a path argumen...
2015-05-04 Gary van der MerwéClose Repo, ObjectStore, and Pack objects.
2015-05-03 Jelmer VernooijMerge branch 'close_subprocess' of git://github.com...
2015-05-03 Gary van der MerwéAdd `Repo.close()`.
2015-04-23 Gary van der MerwéChange the way methods that take a path argument behave.
2015-04-20 Jelmer VernooijRemove python3 special casing.
2015-04-17 Jelmer VernooijRun more tests on Python3.
2015-04-17 Jelmer VernooijAdd support for python3 to remainder of dulwich.repo.
2015-04-17 Jelmer VernooijConvert repo to python3.
2015-04-17 Jelmer VernooijMerge branch 'local_abs_windows_path' of git://github...
2015-04-16 Gary van der MerwePort object_store to Python3.
2015-03-22 Jelmer VernooijMerge branch 'cve-0.9.8'
2015-03-18 Jelmer VernooijMerge durin42/missing-object-finder.
2015-03-17 Augie FacklerMissingObjectFinder: fix tags of non-commits
2015-03-12 Max ShawabkehResolve delta refs when pulling into a MemoryRepo.
2014-07-15 Jelmer VernooijUpdate NEWS, add check for validity of shas passed...
2014-06-18 Jelmer VernooijMerge branch 'with' of git://github.com/garyvdm/dulwich
2014-06-18 Gary van der MerweUse with statement rather than try: finaly: x.close().
2014-06-03 Jelmer VernooijMerge branch 'py3k' of git://github.com/Ormod/dulwich
2014-06-01 Jelmer VernooijAdd pep8 make target and fix some pep8ness.
2014-06-01 Hannu Valtonenpy3k: Go through all uses of itertools and make them...
2014-05-24 Gary van der MerweMake next methods available as __next__.
2014-04-20 Jelmer VernooijOnly reload new pack files, and discard old ones when...
2014-04-17 Damien TournoudFix leak when pack cache is rebuilt.
2014-04-02 Jelmer VernooijMerge branch 'python3' of git://github.com/garyvdm...
2014-04-02 Gary van der MerweUse next(iter) instead of iter.next()
2014-04-02 Gary van der MerweUse io.BytesIO rather than cStringIO.
2014-02-23 Jelmer VernooijAdd DiskObjectStore.__repr__.
2014-01-28 Jelmer VernooijMerge milki's shallow branch support.
2014-01-21 milkiSpecify custom get_parents
2013-12-04 Jelmer VernooijUse new style exception handling in a few more places.
2013-11-26 Jelmer VernooijSupport reusing known sha during object creation.
2013-11-10 Jelmer VernooijActually use Repo.get_parents.
2013-11-04 Jelmer VernooijUpdate some copyright headers.
2013-10-23 maxProperly close pack files on exceptions.
2013-09-08 Jelmer VernooijAdd ObjectStore.close.
2013-09-07 Jelmer VernooijAdd abort return value to ObjectStore.add_pack.
2013-08-19 David BennettAdd add_pack and add_thin_pack methods to MemoryObjectS...
2013-05-04 milkiAdd relative path git alternates support
2012-12-05 Jelmer VernooijMerge push efficiency fixes from Artem Tikhomirov.
2012-12-05 Jelmer Vernooijformatting fixes, trailing whitespace, unused imports.
2012-12-05 Artem TikhomirovBug 562676: Push efficiency - report missing objects...
2012-11-14 Jelmer VernooijMerge fix for use of alternates in DiskObjectStore...
2012-11-14 Jelmer VernooijSimplify checking of alternates in __contains__.
2012-11-14 Dmitriyalternates: remove contains_alternate() and move the...
2012-11-14 Dmitriyalternates: add alternates check to __contains__ and...
2012-08-26 Jelmer VernooijPrevent errors about string formatting when tuples...
2012-03-21 Jelmer VernooijMerge addition of dulwich.index.build_index_from_tree...
2012-03-19 Jelmer Vernooijmerge trunk
2012-03-04 Jelmer VernooijFix two pydoctor warnings.
2012-02-09 Jelmer VernooijMerge fix for formatting of 'extension not found' messages.
2012-02-09 Risto KankkunenMerged master
2012-01-18 Jelmer VernooijMerge various fixes for running the testsuite on Windows.
2012-01-18 Risto KankkunenFix incorrect read/write handling in "object_store...
2012-01-05 Jelmer VernooijFix docstring for ObjectStore.tree_changes.
2011-12-26 Jelmer VernooijMerge trunk.
2011-12-08 Jelmer VernooijAdd more assertions.
2011-12-04 Jelmer Vernooijdulwich.object_store: Ensure only valid data is added...
2011-09-24 Jelmer VernooijMerge deprecation of ``Repo.revision_history`` in favor...
2011-09-04 Jelmer VernooijMerge basic support for alternates.
2011-09-04 Jelmer VernooijCope with locking.
2011-09-04 Jelmer VernooijAdd basic support for alternates.
2011-08-01 Dave Borowitzobject_store: Don't send a pack with duplicates of...
2011-07-29 Jelmer VernooijObjectStore.get_graph_walker() now no longer yields...
2011-07-29 Jelmer VernooijRemove unused imports.
2011-07-29 David Borowitzobjects: Add lookup_path method to Tree.
2011-07-28 Dave Borowitzpack: Nuke ThinPackData.
2011-07-28 Dave BorowitzRewrite add_thin_pack to use the fast PackIndexer.
2011-07-28 Dave Borowitzobject_store: Fix return type of MemoryObjectStore...
2011-07-23 Jelmer VernooijMerge improvements to pack writing code.
2011-07-23 Jelmer VernooijSeparate out delta generation from pack writing.
2011-07-21 Jelmer VernooijActually create deltas when creating packs.
2011-07-21 Jelmer VernooijAdd Pack.pack_tuples().
2011-07-21 Jelmer VernooijMerge improvements to memory usage of write_pack_data.
2011-07-21 Jelmer Vernooijwrite_pack_data and write_pack no longer take a num_obj...
2011-03-16 Jelmer VernooijMerge deprecation of Tree.entries.
2011-03-13 Jelmer VernooijDeprecate Tree.entries.
2011-03-06 Jelmer VernooijBaseObjectStore.determine_wants_all no longer breaks...
2011-01-05 Jelmer Vernooijobject_store: Remove empty pack files when not moving...
2010-12-21 Jelmer VernooijCleanup some imports.
2010-12-21 Tay Ray Chuanobject_store.DiskObjectStore.move_in_thin_pack: close...
2010-12-19 Jelmer VernooijReplace :yield: with :return: as the former is not...
next