Change add_object to add_objects
[jelmer/dulwich.git] / NEWS
2012-01-04 Jelmer VernooijUse identity from ~/.gitconfig or .git/config if none...
2012-01-04 Jelmer VernooijAllow determine_wants methods to include the zero sha...
2011-12-28 Jelmer VernooijAdd tests for default git config file.
2011-12-28 Jelmer VernooijThe config parser now supports the git-config file...
2011-12-28 Jelmer Vernooijmerge trunk
2011-12-26 Jelmer VernooijMerge trunk.
2011-12-18 Jelmer VernooijStart on 0.8.3.
2011-12-18 Jelmer VernooijRelease 0.8.2. dulwich-0.8.2
2011-12-18 Jelmer VernooijTweak xcodebuild hack to deal with more error output.
2011-12-09 Jelmer VernooijNew method ``update_server_info`` which generates data
2011-12-09 Jelmer VernooijProperly abort connections when the determine_wants...
2011-12-09 Jelmer VernooijAdd support for retrieving tarballs from remote servers.
2011-11-22 Jelmer VernooijMerge fix from Chris Eberle for 'dulwich init --bare'.
2011-11-17 Jelmer VernooijFix typo.
2011-11-13 Jelmer VernooijMerge fix to avoid calling free_objects() on NULL in...
2011-11-08 Jelmer Vernooijmerge fix for parsing of HTTP Git URLs.
2011-11-02 Jelmer VernooijCope with different zlib buffer sizes in sha1 file...
2011-10-31 Jelmer Vernooijstart on 0.8.2.
2011-10-31 Jelmer Vernooijrelease 0.8.1. dulwich-0.8.1
2011-10-31 Jelmer VernooijWhen replacing strnlen, use a different name to prevent...
2011-10-25 Jelmer VernooijMerge patch from Ronny to not compile C extensions...
2011-09-24 Jelmer VernooijMerge deprecation of ``Repo.revision_history`` in favor...
2011-09-22 Jelmer VernooijSmart protocol clients can now change refs even if...
2011-09-06 Jelmer VernooijSpecial case 'refs/stash' as a valid ref.
2011-09-04 Jelmer VernooijMerge basic support for alternates.
2011-09-04 Jelmer VernooijMerge fix for compilation with MSVC < 8.
2011-09-04 Jelmer VernooijAdd basic support for alternates.
2011-09-03 Jelmer VernooijMerge basic http client implementation.
2011-09-03 Jelmer VernooijUpdate NEWS.
2011-09-03 Jelmer Vernooijclient: Add http support for 'git-upload-pack'.
2011-09-03 Jelmer VernooijMerge trunk.
2011-09-03 Jelmer VernooijSupport the 'side-band-64k' capability in 'git-receive...
2011-09-03 Jelmer VernooijDeprecate ``Repo.revision_history`` in favour of `...
2011-09-03 Jelmer VernooijSupport passing merge heads to do_commit.
2011-08-21 Jelmer VernooijDrop support for testtools, instead depend on python...
2011-08-17 Jelmer VernooijAdd very basic Repo.clone (#725369)
2011-08-08 Jelmer VernooijMerge support for ref argument to do_commit, with some...
2011-08-07 Jelmer VernooijStart on 0.8.1.
2011-08-07 Jelmer VernooijRelease 0.8.0. dulwich-0.8.0
2011-08-07 Dave Borowitzweb: Use correct result MIME types.
2011-08-01 Dave Borowitzdiff_tree: Fix add/add and add/exact rename conflicts.
2011-08-01 Dave Borowitzserver: Correctly advertise capabilities during receive...
2011-08-01 Dave Borowitzserver: Allow cloning an empty repo.
2011-08-01 Dave Borowitzobject_store: Don't send a pack with duplicates of...
2011-08-01 Dave Borowitzpack: Allow reading of empty packs.
2011-08-01 Dave Borowitzdiff_tree: Do easy copy detection without find_copies_h...
2011-08-01 Dave BorowitzPass an HTTP request object through to handlers.
2011-07-29 Jelmer VernooijObjectStore.get_graph_walker() now no longer yields...
2011-07-29 Dave Borowitzdiff_tree: Add rename_detector to tree_changes.
2011-07-29 Dave Borowitzdiff_tree: Add want_unchanged to changes_with_renames.
2011-07-29 Dave Borowitzdiff_tree: Construct RenameDetectors without passing...
2011-07-29 Dave Borowitzdiff_tree: Add function for getting tree changes for...
2011-07-29 David Borowitzobjects: Add lookup_path method to Tree.
2011-07-29 Dave BorowitzAdd a simple, extensible framework for commit walking.
2011-07-29 Dave Borowitzobjects: Make ShaFile.__eq__ work when other is not...
2011-07-29 Dave Borowitztests/utils: Function for quickly building commit graphs.
2011-07-29 Jelmer VernooijSupport ~ in git:// URL paths.
2011-07-28 Dave Borowitzpack: Extract a function to write a packed object header.
2011-07-28 Dave Borowitzpack: Create an UnpackedObject for better encapsulation.
2011-07-28 Dave Borowitzpack: Nuke ThinPackData.
2011-07-28 Dave Borowitzpack: Add PackInflater to quickly inflate pack objects.
2011-07-28 Dave Borowitzpack: Fix a buffering issue with PackStreamReader;...
2011-07-28 Dave Borowitzpack: Pass a zlib buffer size through to read_zlib_chunks.
2011-07-28 Dave BorowitzRewrite add_thin_pack to use the fast PackIndexer.
2011-07-28 Dave Borowitzpack: Extract a function to compute the SHA of a file.
2011-07-28 Dave Borowitzpack: Extract a method to check pack length and SHA.
2011-07-28 Dave BorowitzMove PackStreamReader from server to pack.
2011-07-28 Dave Borowitzpack: Include offset in PackStreamReader results.
2011-07-28 Dave Borowitztests: Move write_pack_data to utils.build_pack.
2011-07-28 Dave Borowitzpack: Allow write_pack_object to compute a SHA.
2011-07-28 Dave Borowitzpack: Add a PackIndexer to index packs more quickly.
2011-07-28 Dave Borowitzpack: Add a DeltaChainIterator for faster iteration...
2011-07-28 Dave Borowitzobject_store: Fix return type of MemoryObjectStore...
2011-07-28 Dave Borowitzpack: Inline PackObjectIterator.
2011-07-28 Dave Borowitzpack: Compute CRC32 during object unpacking.
2011-07-25 Jelmer VernooijMerge fix to prevent rraising ValueError for correct...
2011-07-24 Jelmer VernooijIf setuptools is installed, "python setup.py test"...
2011-07-23 Jelmer VernooijMerge improvements to pack writing code.
2011-07-21 Jelmer VernooijActually create deltas when creating packs.
2011-07-21 Jelmer VernooijMerge improvements to memory usage of write_pack_data.
2011-07-21 Jelmer VernooijClarify NEWS.
2011-07-21 Jelmer VernooijAvoid storing all objects in memory when writing pack.
2011-07-21 Jelmer Vernooijwrite_pack_data and write_pack no longer take a num_obj...
2011-07-19 Jelmer VernooijMerge fiix compilation on newer versions of Mac OS...
2011-07-01 Jelmer VernooijFix use of SubprocessWrapper on Windows.
2011-06-29 Jelmer VernooijImprove performance of Repo.revision_history().
2011-06-24 Jelmer VernooijSupport IPv6 for git:// connections.
2011-04-12 Jelmer VernooijStart on 0.7.2.
2011-04-12 Jelmer VernooijRelease 0.7.1. dulwich-0.7.1
2011-04-12 Daniele SluijtersFix compilation with XCode 4 and older versions of...
2011-03-30 Jelmer VernooijMerge support for submodules in write_tree_diff.
2011-03-30 Jelmer VernooijAdd more tests for write_object_diff, NEWS entry.
2011-03-26 Jelmer VernooijMerge Pack.keep support from Marc Brinkmann.
2011-03-16 Jelmer VernooijMerge deprecation of Tree.entries.
2011-03-16 Jelmer VernooijFix order of arguments to Tree.add.
2011-03-13 Jelmer VernooijDeprecate Tree.entries.
2011-03-13 Jelmer VernooijFix order of parameters to Tree.add.
2011-03-06 Jelmer VernooijBaseObjectStore.determine_wants_all no longer breaks...
2011-03-02 Ted Horst_diff_tree_.c: Fix double decref of objects module.
2011-02-12 Jelmer VernooijFix running of dulwich.tests.compat.test_web.
next