← Back to team overview
dulwich-users team mailing list archive
Thread
Date
dulwich-users team
Mailing list archive
Messages by date
Messages by date
Messages sent to the dulwich-users mailing list, ordered by date from the newest to oldest.
200 of 855 messages, page
1
| 2 |
3
|
4
|
5
Last
•
Next
•
Previous
•
First
[PATCH 11/13] diff_tree: Factor out a few protected methods in RenameDetector.
From: dborowitz, 2011-08-01
[PATCH 10/13] diff_tree: Use built-in defaultdict module correctly.
From: dborowitz, 2011-08-01
[PATCH 09/13] diff_tree: Fix add/add and add/exact rename conflicts.
From: dborowitz, 2011-08-01
[PATCH 08/13] server: Sort ref advertisements.
From: dborowitz, 2011-08-01
[PATCH 07/13] server: Correctly advertise capabilities during receive-pack.
From: dborowitz, 2011-08-01
[PATCH 06/13] pack: Cache binary SHA of unpacked objects.
From: dborowitz, 2011-08-01
[PATCH 05/13] object_store: Don't send a pack with duplicates of the same object.
From: dborowitz, 2011-08-01
[PATCH 04/13] pack: Allow reading of empty packs.
From: dborowitz, 2011-08-01
[PATCH 03/13] diff_tree: Do easy copy detection without find_copies_harder.
From: dborowitz, 2011-08-01
[PATCH 02/13] server: Allow cloning an empty repo.
From: dborowitz, 2011-08-01
[PATCH 00/13] Miscellaneous cleanup and bugfixes
From: dborowitz, 2011-08-01
[PATCH 01/13] Pass an HTTP request object through to handlers.
From: dborowitz, 2011-08-01
Re: [PATCH 08/33] server: Fix short-circuit behavior for no-op fetches.
From: Jelmer Vernooij, 2011-07-29
Re: 0.8 release?
From: Jelmer Vernooij, 2011-07-29
Re: 0.8 release?
From: Dave Borowitz, 2011-07-29
0.8 release?
From: Jelmer Vernooij, 2011-07-29
Re: [PATCH 08/33] server: Fix short-circuit behavior for no-op fetches.
From: Dave Borowitz, 2011-07-29
Re: [PATCH 08/33] server: Fix short-circuit behavior for no-op fetches.
From: Dave Borowitz, 2011-07-29
Re: [PATCH 09/34] objects: Add lookup_path method to Tree.
From: Dave Borowitz, 2011-07-29
Re: [PATCH 09/34] objects: Add lookup_path method to Tree.
From: Jelmer Vernooij, 2011-07-29
Re: [PATCH 08/33] server: Fix short-circuit behavior for no-op fetches.
From: Jelmer Vernooij, 2011-07-29
Re: [PATCH 00/34] Framework for walking commits
From: Dave Borowitz, 2011-07-28
[PATCH 34/34] walk: Propagate excluded out-of-order commits.
From: dborowitz, 2011-07-28
[PATCH 33/34] _compat: Add implementation of all().
From: dborowitz, 2011-07-28
[PATCH 32/34] walk: Record last commit yielded by the pq.
From: dborowitz, 2011-07-28
[PATCH 31/34] walk: Reorganize 'since' boundary code.
From: dborowitz, 2011-07-28
[PATCH 29/34] walk: Walk a fixed number of extra commits before returning.
From: dborowitz, 2011-07-28
[PATCH 30/34] walk: Exclude parents more aggressively.
From: dborowitz, 2011-07-28
[PATCH 28/34] Add walk module to tests/__init__.py.
From: dborowitz, 2011-07-28
[PATCH 27/34] walk: Allow topological ordering.
From: dborowitz, 2011-07-28
[PATCH 26/34] test_walk: Simplify commit_time attr assignment.
From: dborowitz, 2011-07-28
[PATCH 24/34] walk: Extract commit-time pqueue into its own class.
From: dborowitz, 2011-07-28
[PATCH 25/34] walk: Separate reordering logic from iteration logic.
From: dborowitz, 2011-07-28
[PATCH 23/34] walk: Simplify WalkEntry constructor.
From: dborowitz, 2011-07-28
[PATCH 22/34] walk: Handle a small, fixed number of out-of-date-order commits.
From: dborowitz, 2011-07-28
[PATCH 21/34] walk: Add options to limit by commit time.
From: dborowitz, 2011-07-28
[PATCH 20/34] repo: Implement revision_history with a Walker.
From: dborowitz, 2011-07-28
[PATCH 19/34] walk: Raise MissingCommitError instead of KeyError.
From: dborowitz, 2011-07-28
[PATCH 17/34] walk: Add option for rename detection.
From: dborowitz, 2011-07-28
[PATCH 18/34] walk: Add option to follow paths across rename/copy.
From: dborowitz, 2011-07-28
[PATCH 16/34] diff_tree: Add rename_detector to tree_changes_for_merge.
From: dborowitz, 2011-07-28
[PATCH 15/34] diff_tree: Add rename_detector to tree_changes.
From: dborowitz, 2011-07-28
[PATCH 14/34] diff_tree: Add want_unchanged to changes_with_renames.
From: dborowitz, 2011-07-28
[PATCH 13/34] diff_tree: Construct RenameDetectors without passing tree SHAs.
From: dborowitz, 2011-07-28
[PATCH 12/34] walk: Return only commits matching specified paths.
From: dborowitz, 2011-07-28
[PATCH 11/34] walk: Add WalkEntry method to get tree changes.
From: dborowitz, 2011-07-28
[PATCH 09/34] objects: Add lookup_path method to Tree.
From: dborowitz, 2011-07-28
[PATCH 10/34] diff_tree: Add function for getting tree changes for merges.
From: dborowitz, 2011-07-28
[PATCH 08/34] walk: Encapsulate walk results in an object.
From: dborowitz, 2011-07-28
[PATCH 07/34] walk: Add option to limit the number of commits returned.
From: dborowitz, 2011-07-28
[PATCH 05/34] objects: Make ShaFile.__eq__ work when other is not a ShaFile.
From: dborowitz, 2011-07-28
[PATCH 06/34] Add a simple, extensible framework for commit walking.
From: dborowitz, 2011-07-28
[PATCH 04/34] diff_tree: Make rename/rewrite threshold constants public.
From: dborowitz, 2011-07-28
[PATCH 03/34] tests/utils: Build graphs of commits with arbitrary attributes.
From: dborowitz, 2011-07-28
[PATCH 02/34] tests/utils: Build commit graphs with custom trees.
From: dborowitz, 2011-07-28
[PATCH 01/34] tests/utils: Function for quickly building commit graphs.
From: dborowitz, 2011-07-28
[PATCH 00/34] Framework for walking commits
From: dborowitz, 2011-07-28
Re: [PATCH 0/33] Rewrite and speed up pack inflation
From: Dave Borowitz, 2011-07-28
Re: [PATCH 0/33] Rewrite and speed up pack inflation
From: Augie Fackler, 2011-07-28
[PATCH 32/33] pack: Remove comp_len from UnpackedObject.
From: dborowitz, 2011-07-28
[PATCH 33/33] pack: Extract a function to write a packed object header.
From: dborowitz, 2011-07-28
[PATCH 31/33] pack: Add option to include compressed data in UnpackedObjects.
From: dborowitz, 2011-07-28
[PATCH 30/33] pack: Create an UnpackedObject for better encapsulation.
From: dborowitz, 2011-07-28
[PATCH 29/33] _compat: Inline specific namedtuple instances.
From: dborowitz, 2011-07-28
[PATCH 28/33] _compat: Use namedtuple recipe rather than hard-coding.
From: dborowitz, 2011-07-28
[PATCH 27/33] pack: Nuke ThinPackData.
From: dborowitz, 2011-07-28
[PATCH 26/33] pack: Add PackInflater to quickly inflate pack objects.
From: dborowitz, 2011-07-28
[PATCH 24/33] pack: Pass a zlib buffer size through to read_zlib_chunks.
From: dborowitz, 2011-07-28
[PATCH 25/33] pack: Fix a buffering issue with PackStreamReader; add tests.
From: dborowitz, 2011-07-28
[PATCH 23/33] Rewrite add_thin_pack to use the fast PackIndexer.
From: dborowitz, 2011-07-28
[PATCH 22/33] pack: Extract a function to compute the SHA of a file.
From: dborowitz, 2011-07-28
[PATCH 21/33] pack: Extract a method to check pack length and SHA.
From: dborowitz, 2011-07-28
[PATCH 20/33] test_pack: Test checksum and length mismatch conditions.
From: dborowitz, 2011-07-28
[PATCH 19/33] pack: use SEEK_END for PackData.get_stored_checksum().
From: dborowitz, 2011-07-28
[PATCH 18/33] Move PackStreamReader from server to pack.
From: dborowitz, 2011-07-28
[PATCH 17/33] tests/utils: Pass a file object into build_pack.
From: dborowitz, 2011-07-28
[PATCH 16/33] pack: Include offset in PackStreamReader results.
From: dborowitz, 2011-07-28
[PATCH 15/33] misc: Add SEEK_CUR.
From: dborowitz, 2011-07-28
[PATCH 14/33] tests: Move write_pack_data to utils.build_pack.
From: dborowitz, 2011-07-28
[PATCH 13/33] server: Make PackStreamCopier optionally record delta chains.
From: dborowitz, 2011-07-28
[PATCH 12/33] pack: Allow write_pack_object to compute a SHA.
From: dborowitz, 2011-07-28
[PATCH 10/33] pack: PackStreamReader SHA calculation and docstring cleanup.
From: dborowitz, 2011-07-28
[PATCH 11/33] pack: Expose which refs were external in DeltaChainIterator.
From: dborowitz, 2011-07-28
[PATCH 09/33] pack: Add a PackIndexer to index packs more quickly.
From: dborowitz, 2011-07-28
[PATCH 08/33] server: Fix short-circuit behavior for no-op fetches.
From: dborowitz, 2011-07-28
[PATCH 07/33] Make the server thread raise errors in compat tests.
From: dborowitz, 2011-07-28
[PATCH 06/33] pack: Add a DeltaChainIterator for faster iteration of PackData.
From: dborowitz, 2011-07-28
[PATCH 05/33] object_store: Fix return type of MemoryObjectStore.get_raw.
From: dborowitz, 2011-07-28
[PATCH 04/33] pack: Inline PackObjectIterator.
From: dborowitz, 2011-07-28
[PATCH 03/33] pack: Compute CRC32 during object unpacking.
From: dborowitz, 2011-07-28
[PATCH 02/33] pack: Clean up unpack_object.
From: dborowitz, 2011-07-28
[PATCH 01/33] pack: Standardize on single quotes.
From: dborowitz, 2011-07-28
[PATCHv2 00/33] Rewrite and speed up pack inflation
From: dborowitz, 2011-07-28
Re: [PATCH 0/33] Rewrite and speed up pack inflation
From: Jelmer Vernooij, 2011-07-28
Re: [PATCH 0/33] Rewrite and speed up pack inflation
From: Dave Borowitz, 2011-07-27
Re: [PATCH 0/33] Rewrite and speed up pack inflation
From: Jelmer Vernooij, 2011-07-27
[PATCH 26/33] pack: Add PackInflater to quickly inflate pack objects.
From: dborowitz, 2011-07-27
Re: [PATCH 0/33] Rewrite and speed up pack inflation
From: Dave Borowitz, 2011-07-27
[PATCH 33/33] pack: Extract a function to write a packed object header.
From: dborowitz, 2011-07-27
[PATCH 32/33] pack: Remove comp_len from _UnpackedObject.
From: dborowitz, 2011-07-27
[PATCH 31/33] pack: Add option to include compressed data in _UnpackedObjects.
From: dborowitz, 2011-07-27
[PATCH 30/33] pack: Create an _UnpackedObject for better encapsulation.
From: dborowitz, 2011-07-27
[PATCH 29/33] _compat: Inline specific namedtuple instances.
From: dborowitz, 2011-07-27
[PATCH 28/33] _compat: Use namedtuple recipe rather than hard-coding.
From: dborowitz, 2011-07-27
[PATCH 27/33] pack: Nuke ThinPackData.
From: dborowitz, 2011-07-27
[PATCH 25/33] pack: Fix a buffering issue with PackStreamReader; add tests.
From: dborowitz, 2011-07-27
[PATCH 24/33] pack: Pass a zlib buffer size through to read_zlib_chunks.
From: dborowitz, 2011-07-27
[PATCH 22/33] pack: Extract a function to compute the SHA of a file.
From: dborowitz, 2011-07-27
[PATCH 23/33] Rewrite add_thin_pack to use the fast PackIndexer.
From: dborowitz, 2011-07-27
[PATCH 21/33] pack: Extract a method to check pack length and SHA.
From: dborowitz, 2011-07-27
[PATCH 20/33] test_pack: Test checksum and length mismatch conditions.
From: dborowitz, 2011-07-27
[PATCH 19/33] pack: use SEEK_END for PackData.get_stored_checksum().
From: dborowitz, 2011-07-27
[PATCH 18/33] Move PackStreamReader from server to pack.
From: dborowitz, 2011-07-27
[PATCH 17/33] tests/utils: Pass a file object into build_pack.
From: dborowitz, 2011-07-27
[PATCH 16/33] pack: Include offset in PackStreamReader results.
From: dborowitz, 2011-07-27
[PATCH 15/33] misc: Add SEEK_CUR.
From: dborowitz, 2011-07-27
[PATCH 14/33] tests: Move write_pack_data to utils.build_pack.
From: dborowitz, 2011-07-27
[PATCH 13/33] server: Make PackStreamCopier optionally record delta chains.
From: dborowitz, 2011-07-27
[PATCH 12/33] pack: Allow write_pack_object to compute a SHA.
From: dborowitz, 2011-07-27
[PATCH 10/33] pack: PackStreamReader SHA calculation and docstring cleanup.
From: dborowitz, 2011-07-27
[PATCH 11/33] pack: Expose which refs were external in DeltaChainIterator.
From: dborowitz, 2011-07-27
[PATCH 09/33] pack: Add a PackIndexer to index packs more quickly.
From: dborowitz, 2011-07-27
[PATCH 08/33] server: Fix short-circuit behavior for no-op fetches.
From: dborowitz, 2011-07-27
[PATCH 07/33] Make the server thread raise errors in compat tests.
From: dborowitz, 2011-07-27
[PATCH 06/33] pack: Add a DeltaChainIterator for faster iteration of PackData.
From: dborowitz, 2011-07-27
[PATCH 05/33] object_store: Fix return type of MemoryObjectStore.get_raw.
From: dborowitz, 2011-07-27
[PATCH 04/33] pack: Inline PackObjectIterator.
From: dborowitz, 2011-07-27
[PATCH 03/33] pack: Compute CRC32 during object unpacking.
From: dborowitz, 2011-07-27
[PATCH 02/33] pack: Clean up unpack_object.
From: dborowitz, 2011-07-27
[PATCH 01/33] pack: Standardize on single quotes.
From: dborowitz, 2011-07-27
[PATCH 0/33] Rewrite and speed up pack inflation
From: dborowitz, 2011-07-27
Re: Git support on code.google.com
From: Jelmer Vernooij, 2011-07-27
Git support on code.google.com
From: Dave Borowitz, 2011-07-26
Re: OS X Lion: strnlen
From: Jelmer Vernooij, 2011-06-08
Re: OS X Lion: strnlen
From: Jelmer Vernooij, 2011-06-08
Re: Using dulwich for merges and conflict detection
From: Jelmer Vernooij, 2011-06-07
Re: Using dulwich for merges and conflict detection
From: arkaitzj@xxxxxxxxx, 2011-06-07
Re: Using dulwich for merges and conflict detection
From: Jelmer Vernooij, 2011-06-07
Re: Using dulwich for merges and conflict detection
From: arkaitzj@xxxxxxxxx, 2011-06-07
Re: Using dulwich for merges and conflict detection
From: Jelmer Vernooij, 2011-06-07
Using dulwich for merges and conflict detection
From: arkaitzj@xxxxxxxxx, 2011-06-07
Re: better error reporting in read_refs
From: Jelmer Vernooij, 2011-05-17
better error reporting in read_refs
From: Brendan Cully, 2011-05-16
Re: patch: fix compilation for people with XCode 4
From: Jelmer Vernooij, 2011-05-16
Re: KeyError on fetch
From: Jelmer Vernooij, 2011-05-15
Re: KeyError on fetch
From: Julien Danjou, 2011-05-15
Re: KeyError on fetch
From: Jelmer Vernooij, 2011-05-15
KeyError on fetch
From: Julien Danjou, 2011-05-15
Re: [PATCH] Unified gzip/paster patch
From: Jelmer Vernooij, 2011-04-24
Re: Push example and client http support
From: Dave Borowitz, 2011-04-22
Re: Push example and client http support
From: Julien Danjou, 2011-04-22
Re: Push example and client http support
From: Dave Borowitz, 2011-04-22
Push example and client http support
From: Julien Danjou, 2011-04-22
Re: [PATCH] Unified gzip/paster patch
From: Jelmer Vernooij, 2011-04-16
[ANNOUNCE] Dulwich 0.7.1
From: Jelmer Vernooij, 2011-04-12
Re: patch: fix compilation for people with XCode 4
From: Jelmer Vernooij, 2011-04-12
Re: [PATCH] Unified gzip/paster patch
From: David Blewett, 2011-04-04
Re: [PATCH] Unified gzip/paster patch
From: David Blewett, 2011-03-30
Re: [PATCH] Unified gzip/paster patch
From: Jelmer Vernooij, 2011-03-25
Re: Final resting place for dulwich.web
From: Augie Fackler, 2011-03-22
File organization / length
From: David Blewett, 2011-03-21
Final resting place for dulwich.web
From: David Blewett, 2011-03-21
Re: [PATCH] Unified gzip/paster patch
From: David Blewett, 2011-03-21
Re: [PATCH] Unified gzip/paster patch
From: David Blewett, 2011-03-20
Re: [PATCH] Unified gzip/paster patch
From: David Blewett, 2011-03-20
Re: [PATCH] Unified gzip/paster patch
From: David Blewett, 2011-03-20
Re: [PATCH] Unified gzip/paster patch
From: Jelmer Vernooij, 2011-03-20
Re: [PATCH] Unified gzip/paster patch
From: David Blewett, 2011-03-20
Re: [PATCH] Unified gzip/paster patch
From: David Blewett, 2011-03-19
[PATCH] Unified gzip/paster patch
From: David Blewett, 2011-03-19
Re: [RFC/PATCH] Provide an app_factory entry point for serving via Paster
From: David Blewett, 2011-03-19
Re: [RFC/PATCH] Provide an app_factory entry point for serving via Paster
From: Jelmer Vernooij, 2011-03-16
Re: [RFC/PATCH] Provide an app_factory entry point for serving via Paster
From: David Blewett, 2011-03-14
Re: [PATCH] Support for gzip-encoded data in wsgi server
From: David Blewett, 2011-03-14
Re: [PATCH] Support for gzip-encoded data in wsgi server
From: Jelmer Vernooij, 2011-03-14
Re: [RFC/PATCH] Provide an app_factory entry point for serving via Paster
From: Jelmer Vernooij, 2011-03-14
[MERGE] Deprecate Tree.entries.
From: Jelmer Vernooij, 2011-03-13
[MERGE] Fix order of parameters to Tree.add.
From: Jelmer Vernooij, 2011-03-13
Re: [RFC/PATCH] Provide an app_factory entry point for serving via Paster
From: David Blewett, 2011-03-11
Re: [PATCH] Support for gzip-encoded data in wsgi server
From: David Blewett, 2011-03-06
Re: [PATCH] Support for gzip-encoded data in wsgi server
From: David Blewett, 2011-03-06
Re: [PATCH] Support for gzip-encoded data in wsgi server
From: David Blewett, 2011-03-05
Re: [PATCH] Support for gzip-encoded data in wsgi server
From: Dave Borowitz, 2011-03-05
[PATCH] Support for gzip-encoded data in wsgi server
From: David Blewett, 2011-03-05
Re: Traceback when testing the web server
From: David Blewett, 2011-03-05
Re: Traceback when testing the web server
From: David Blewett, 2011-03-03
Re: Traceback when testing the web server
From: Dave Borowitz, 2011-03-01
Re: Traceback when testing the web server
From: Dave Borowitz, 2011-03-01
Re: Traceback when testing the web server
From: David Blewett, 2011-03-01
Re: Traceback when testing the web server
From: Dave Borowitz, 2011-03-01
Re: Traceback when testing the web server
From: Dave Borowitz, 2011-03-01
Re: Traceback when testing the web server
From: David Blewett, 2011-03-01
Re: [RFC/PATCH] Provide an app_factory entry point for serving via Paster
From: David Blewett, 2011-03-01
Re: Traceback when testing the web server
From: David Blewett, 2011-03-01
Re: [RFC/PATCH] Provide an app_factory entry point for serving via Paster
From: Dave Borowitz, 2011-02-28
Re: Traceback when testing the web server
From: Dave Borowitz, 2011-02-28
Re: [RFC/PATCH] Provide an app_factory entry point for serving via Paster
From: David Blewett, 2011-02-27
Re: [RFC/PATCH] Provide an app_factory entry point for serving via Paster
From: David Blewett, 2011-02-26
[RFC/PATCH] Provide an app_factory entry point for serving via Paster
From: David Blewett, 2011-02-26
Traceback when testing the web server
From: David Blewett, 2011-02-26
200 of 855 messages, page
1
| 2 |
3
|
4
|
5
Last
•
Next
•
Previous
•
First