Commit History

Author SHA1 Message Date
  Jelmer Vernooij d80294d93a Skip remove branch test for dumb web case. 12 years ago
  Jelmer Vernooij 2e6e0f2a1b Add some compat tests for removing refs during push. 12 years ago
  Jelmer Vernooij b2b3e5c591 Remove some trailing whitespace. 12 years ago
  Jelmer Vernooij 39a564c8c4 Support running 'dulwich.server' and 'dulwich.web' using 'python -m'. 12 years ago
  Fabien Boucher 44368a10b9 Add unittest for issue del ref (issue #108) 12 years ago
  Fabien Boucher e24aa15b19 Fix delete remote refs 12 years ago
  Jelmer Vernooij 2423a38984 Remove unused import. 12 years ago
  Jelmer Vernooij 3882810cfe Actually, enforce determine_wants() returns an empty list. 12 years ago
  Fabien Boucher 8282cba373 Handle case that client does not send wanted refs. 12 years ago
  Jelmer Vernooij 4133f28ae2 Add 'dulwich diff' command. 12 years ago
  Jelmer Vernooij 07e3f576b3 Add example showing the use of diff. 12 years ago
  Jelmer Vernooij 4d3f610fcc Rename SSHVendor.connect_ssh to SSHVendor.run_command. 12 years ago
  Aaron O'Mullan fcd6aa89ee Add ParamikoSSHVendor. 12 years ago
  David Bennett 1b63e1e19b Add add_pack and add_thin_pack methods to MemoryObjectStore. 12 years ago
  William Grant 775ea0a837 Update NEWS. 12 years ago
  William Grant 1317237e92 Pack's constructor now takes resolve_ext_ref. 12 years ago
  William Grant f1fe509b15 Support thin packs in Pack.iterobjects(), Pack.get_raw(). 12 years ago
  Jelmer Vernooij 763fd77f13 Add Repo.get_description method. 12 years ago
  Jelmer Vernooij 7e71b19407 Merge branch 'http-fetch-capa' of git://github.com/wgrant/dulwich 12 years ago
  William Grant ad99ceee03 Fix run_git_or_fail to let stderr be overridden. 12 years ago
  William Grant 43dcbd247f Fix capability negotiation when fetching packs over HTTP. 12 years ago
  Jelmer Vernooij bb6c003e4a Add SSHVendor abstraction class. 12 years ago
  Jelmer Vernooij e4d75918ef Update NEWS. 12 years ago
  milki aab86d7537 Remove delete commands when no delete=refs 12 years ago
  milki 7d367f1ca7 send a packfile if there is an update/create cmd 13 years ago
  Jelmer Vernooij 6cac9b56fa Update NEWS. 12 years ago
  Alberto Ruiz 2f658af7c9 Add test case for using a single string instead of an iterable as a valid argument for BaseRepo.get_walker 12 years ago
  Alberto Ruiz 1a44d171e0 If a string is passed in BaseRepo.get_walker we turn it into a one item list instead of iterating over the string itself 12 years ago
  Jelmer Vernooij 66e7636b46 Update NEWS, add test for fetch pack with side-band-64k disabled. 12 years ago
  David Keijser e0aa2675c6 Fix error in fetching with side-band-64k disabled 12 years ago