git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-06-13 17:43:52 to 2018-06-15 17:21:27 UTC [more...]

security: potential out-of-bound read at ewah_io.c |ewah_read_mmap|
 2018-06-15 17:21 UTC  (33+ messages)
  ` [PATCH 1/3] ewah_read_mmap: bounds-check mmap reads
  ` [PATCH 2/3] ewah: drop ewah_deserialize function
  ` [PATCH 3/3] ewah: drop ewah_serialize_native function
        ` [PATCH 0/8] Delete unused methods in EWAH bitmap
          ` [PATCH 1/8] ewah/bitmap.c: delete unused 'bitmap_clear()'
          ` [PATCH 2/8] ewah/bitmap.c: delete unused 'bitmap_each_bit()'
          ` [PATCH 3/8] ewah_bitmap: delete unused 'ewah_and()'
          ` [PATCH 4/8] ewah_bitmap: delete unused 'ewah_and_not()'
          ` [PATCH 5/8] ewah_bitmap: delete unused 'ewah_not()'
          ` [PATCH 6/8] ewah_bitmap: delete unused 'ewah_or()'
          ` [PATCH 7/8] ewah_io: delete unused 'ewah_serialize()'
          ` [PATCH 8/8] ewah_io: delete unused 'ewah_serialize_native()'
  ` [PATCH 4/3] ewah: adjust callers of ewah_read_mmap()

[PATCH 0/6] Refactor fetch negotiation into its own API
 2018-06-15 16:04 UTC  (24+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] fetch-pack: split up everything_local()
  ` [PATCH v2 3/8] fetch-pack: directly end negotiation if ACK ready
  ` [PATCH v2 4/8] fetch-pack: use ref adv. to prune "have" sent
  ` [PATCH v2 5/8] fetch-pack: make negotiation-related vars local
  ` [PATCH v2 8/8] negotiator/default: use better style in comments
` [PATCH v3 0/7] Refactor fetch negotiation into its own API
  ` [PATCH v3 1/7] fetch-pack: split up everything_local()
  ` [PATCH v3 2/7] fetch-pack: clear marks before re-marking
  ` [PATCH v3 3/7] fetch-pack: directly end negotiation if ACK ready
  ` [PATCH v3 4/7] fetch-pack: use ref adv. to prune "have" sent
  ` [PATCH v3 5/7] fetch-pack: make negotiation-related vars local
  ` [PATCH v3 6/7] fetch-pack: move common check and marking together
  ` [PATCH v3 7/7] fetch-pack: introduce negotiator API

[BUG] git-rebase: reword squashes commits in case of merge-conflicts
 2018-06-15 14:35 UTC  (3+ messages)

State of NewHash work, future directions, and discussion
 2018-06-15 10:33 UTC  (7+ messages)
` Hash algorithm analysis

Is NO_ICONV misnamed or is it broken?
 2018-06-15  8:15 UTC  (8+ messages)
` [PATCH] Makefile: make NO_ICONV really mean "no iconv"

[ANNOUNCE] Git v2.16.0-rc0
 2018-06-15  7:26 UTC  (11+ messages)

[PATCH v6 1/2] blame: prevent error if range ends past end of file
 2018-06-15  6:36 UTC  (5+ messages)
  ` [PATCH v7 "
    ` [PATCH v7 2/2] log: prevent error if line "

[RFC PATCH 0/4] Fix occasional test failures in http tests
 2018-06-15  6:00 UTC  (11+ messages)
` [PATCH 1/4] t5541: avoid empty line when truncating access log
` [PATCH 2/4] t/lib-httpd: add the strip_access_log() helper function
` [PATCH 3/4] t/lib-httpd: add minor and patch version to $HTTPD_VERSION
` [RFC PATCH 4/4] t/lib-httpd: sort log based on timestamp to avoid occasional failure

[PATCH] unpack-trees: do not fail reset because of unmerged skipped entry
 2018-06-15  4:42 UTC 

BUG: sequencer.c:795: root commit without message -- when rewording root commit
 2018-06-15  4:31 UTC 

[PATCH 0/8] ref-in-want
 2018-06-14 23:59 UTC  (20+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] test-pkt-line: add unpack-sideband subcommand
  ` [PATCH v2 2/8] upload-pack: implement ref-in-want
  ` [PATCH v2 3/8] upload-pack: test negotiation with changing repository
  ` [PATCH v2 4/8] fetch: refactor the population of peer ref OIDs
  ` [PATCH v2 5/8] fetch: refactor fetch_refs into two functions
  ` [PATCH v2 6/8] fetch: refactor to make function args narrower
  ` [PATCH v2 7/8] fetch-pack: put shallow info in output parameter
  ` [PATCH v2 8/8] fetch-pack: implement ref-in-want

OAuth2 support in git?
 2018-06-14 22:20 UTC  (6+ messages)

(Bug report + fix) gitk "IgnCase" search doesn't ignore case
 2018-06-14 21:44 UTC  (2+ messages)

[RFC PATCH 00/35] object-store: lookup_commit
 2018-06-14 21:31 UTC  (51+ messages)
` [PATCH 03/35] object: add repository argument to lookup_unknown_object
` [PATCH 10/35] commit: add repository argument to lookup_commit
` [PATCH 28/35] commit.c: migrate the commit buffer to the parsed object store
` [PATCH v2 00/31] object-store: lookup_commit
  ` [PATCH v2 01/31] object: add repository argument to lookup_object
  ` [PATCH v2 02/31] object: add repository argument to parse_object_buffer
  ` [PATCH v2 03/31] object: add repository argument to object_as_type
  ` [PATCH v2 04/31] blob: add repository argument to lookup_blob
  ` [PATCH v2 05/31] tree: add repository argument to lookup_tree
  ` [PATCH v2 06/31] commit: add repository argument to lookup_commit_reference_gently
  ` [PATCH v2 07/31] commit: add repository argument to lookup_commit_reference
  ` [PATCH v2 08/31] commit: add repository argument to lookup_commit
  ` [PATCH v2 09/31] commit: add repository argument to parse_commit_buffer
  ` [PATCH v2 10/31] commit: add repository argument to set_commit_buffer
  ` [PATCH v2 11/31] commit: add repository argument to get_cached_commit_buffer
  ` [PATCH v2 12/31] tag: add repository argument to lookup_tag
  ` [PATCH v2 13/31] tag: add repository argument to parse_tag_buffer
  ` [PATCH v2 14/31] tag: add repository argument to deref_tag
  ` [PATCH v2 15/31] object: allow object_as_type to handle arbitrary repositories
  ` [PATCH v2 16/31] object: allow lookup_object "
  ` [PATCH v2 17/31] blob: allow lookup_blob "
  ` [PATCH v2 18/31] tree: allow lookup_tree "
  ` [PATCH v2 19/31] commit: allow lookup_commit "
  ` [PATCH v2 20/31] tag: allow lookup_tag "
  ` [PATCH v2 21/31] tag: allow parse_tag_buffer "
  ` [PATCH v2 22/31] commit.c: allow parse_commit_buffer "
  ` [PATCH v2 23/31] commit-slabs: remove realloc counter outside of slab struct
  ` [PATCH v2 24/31] commit.c: migrate the commit buffer to the parsed object store
  ` [PATCH v2 25/31] commit.c: allow set_commit_buffer to handle arbitrary repositories
  ` [PATCH v2 26/31] commit.c: allow get_cached_commit_buffer "
  ` [PATCH v2 27/31] object.c: allow parse_object_buffer "
  ` [PATCH v2 28/31] object.c: allow parse_object "
  ` [PATCH v2 29/31] tag.c: allow deref_tag "
  ` [PATCH v2 30/31] commit.c: allow lookup_commit_reference_gently "
  ` [PATCH v2 31/31] commit.c: allow lookup_commit_reference "

[PATCH v3 00/20] Fix incorrect use of the_index
 2018-06-14 20:57 UTC  (11+ messages)
` [PATCH v4 00/23] "

[GSoC][PATCH 0/1] rebase -i: rewrite the edit-todo functionality in C
 2018-06-14 20:42 UTC  (7+ messages)
` [GSoC][PATCH v2 0/2] "
  ` [GSoC][PATCH v2 2/2] rebase--interactive: "

BUG: submodule code prints '(null)'
 2018-06-14 20:24 UTC  (9+ messages)
        ` [PATCH] submodule: fix NULL correctness in renamed broken submodules
          ` [PATCH] t5526: test recursive submodules when fetching moved submodules

[PATCH 00/20] unconditional O(1) SHA-1 abbreviation
 2018-06-14 19:07 UTC  (8+ messages)
` [PATCH 19/20] abbrev: support relative abbrev values

fatal: could not reset submodule index
 2018-06-14 18:19 UTC 

[PATCH] fetch-pack: demonstrate --all breakage when remote have tags to non-commit objects
 2018-06-14 17:51 UTC  (21+ messages)
  ` [PATCH] fetch-pack: don't try to fetch peeled values with --all
      ` [PATCH v2] fetch-pack: don't try to fetch peel "
              ` [PATCH] fetch-pack: test explicitly that --all can fetch tag references pointing to non-commits
              ` [PATCH] fetch-pack: demonstrate --all failure when remote is empty

[PATCH] t3200-branch.sh: use "--set-upstream-to" in test
 2018-06-14 17:43 UTC  (3+ messages)
` [PATCH] t3200: clarify description of --set-upstream test

[PATCH 2/2] builtin/blame: highlight recently changed lines
 2018-06-14 17:37 UTC  (5+ messages)
` [PATCH 1/2] builtin/blame: dim uninteresting metadata lines

[PATCH 00/30] Add directory rename detection to git
 2018-06-14 17:36 UTC  (4+ messages)
` [PATCH 24/30] merge-recursive: Add computation of collisions due to dir rename & merging

[PATCH] doc: update the order of the syntax `git merge --continue`
 2018-06-14  1:33 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 00/10] Hash-independent tests (part 3)
 2018-06-14  0:22 UTC  (6+ messages)
` [PATCH 01/10] t: add tool to translate hash-related values

[GSoC] GSoC with git, week 6
 2018-06-13 22:23 UTC  (3+ messages)

fatal: could not reset submodule index
 2018-06-13 22:17 UTC 

[ANNOUNCE] Git v2.18.0-rc2
 2018-06-13 22:12 UTC 

[PATCH v2] packfile: Correct zlib buffer handling
 2018-06-13 21:56 UTC  (7+ messages)

[RFC PATCH 0/3] submodules with no working tree shall unset core.worktree
 2018-06-13 18:52 UTC  (3+ messages)

[RFC PATCH 0/2] contrib/credential/netrc Makefile & test improvements
 2018-06-13 17:43 UTC  (5+ messages)
` [RFC PATCH v2 2/4] git-credential-netrc: minor whitespace cleanup in test script


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).