Commit History

Author SHA1 Message Date
  Jelmer Vernooij f401f2f979 Allow passing in global force argument to parse_reftuple. 4 years ago
  Jelmer Vernooij 252bcae867 Send an empty pack to clients if they requested objects, even if they 4 years ago
  Jelmer Vernooij 79eafc9828 Rename http_req to stateless_req. 4 years ago
  Jelmer Vernooij d4f71f44b6 Lazily load tempfile in a few more places. 4 years ago
  Jelmer Vernooij 0f8dfecd6a Print clearer exception when running setup.py under Python < 3.5. 4 years ago
  Jelmer Vernooij bb62a537d0 Defer tempfile import, since it pulls in a lot of other modules. 4 years ago
  Ram Rachum 59654a2f12 Use chain.from_iterable in compat/test_repository.py 4 years ago
  Ram Rachum 2070352876 Use chain.from_iterable in diff_tree.py 4 years ago
  Jelmer Vernooij 5924a8f9b0 Add blob_from_path_and_mode call. 4 years ago
  Jelmer Vernooij 47b121a72e Release 0.20.3 4 years ago
  Jelmer Vernooij ef06f58b39 Update NEWS. 4 years ago
  Manuel Jacob 7ed2c71f8b Add python_requires metadata to setup.py. 4 years ago
  Jelmer Vernooij e297ced7f5 Strip newlines in hangup output. 4 years ago
  Jelmer Vernooij 41798c3127 Add definitions for two more capabilities. 4 years ago
  Jelmer Vernooij 1a3a792506 Improve error message in HangoutException. 4 years ago
  Jelmer Vernooij 95b4c3b3c3 Fix use of dulwich.cli. 4 years ago
  Jelmer Vernooij 81f4929eef Another attempt at fixing type checking on Windows. 4 years ago
  Jelmer Vernooij 266be8990c Only install SIGQUIT handler when SIGQUIT is available. 4 years ago
  Jelmer Vernooij ca5e00bcd1 Fix python 3.5 compatibility. 4 years ago
  Jelmer Vernooij 4b0f716db3 Fix style. 4 years ago
  Jelmer Vernooij 5a7a9ded6c Provide dulwich binary script using console_scripts entrypoints when setuptools is available. Fixes #540 4 years ago
  Jelmer Vernooij c6d1b87aa1 Move command-line implementation to dulwich.cli, so it can at least be tested. 4 years ago
  Jelmer Vernooij 523533614d Raise a HTTPUnauthorized error when the server responds with a 401. 4 years ago
  Jelmer Vernooij b129f52273 Fix updating of refs over HTTP(S) when there are no new objects to be sent. Fixes #739 4 years ago
  Jelmer Vernooij 1f164b3260 Fix unified_diff. 4 years ago
  Jelmer Vernooij bcb6edf636 Fix style error. 4 years ago
  Jelmer Vernooij a2d13e546a Allow specifying tree and output encoding to unified_diff function. Fixes #763 4 years ago
  Jelmer Vernooij cba6ef9506 Add support for storing remote refs during push/pull. Fixes #752 4 years ago
  Jelmer Vernooij 4fdbe8faa9 Fix a test. 4 years ago
  Jelmer Vernooij e3e68dcecc When the client hangs up unexpectedly, forwars stderr lines. 4 years ago