308 Commits (c8e424c9c94d97b18cd335be17f32a8ce94a5b7f)

Author SHA1 Message Date
Eric Wong c8e424c9c9 hashmap: introduce hashmap_free_entries 5 years ago
Eric Wong 8a973d0bb3 hashmap: hashmap_{put,remove} return hashmap_entry * 5 years ago
Eric Wong 87571c3f71 hashmap: use *_entry APIs for iteration 5 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 5 years ago
Eric Wong f0e63c4113 hashmap: use *_entry APIs to wrap container_of 5 years ago
Eric Wong 6bcbdfb277 hashmap_get_next returns "struct hashmap_entry *" 5 years ago
Eric Wong 26b455f21e hashmap_put takes "struct hashmap_entry *" 5 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 5 years ago
Eric Wong f6eb6bdcf2 hashmap_get_next takes "const struct hashmap_entry *" 5 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 5 years ago
René Scharfe 7df3bd462a test-dir-iterator: use path argument directly 6 years ago
Junio C Hamano 9042140097 test-dir-iterator: do not assume errno values 6 years ago
Matheus Tavares fa1da7d2ee dir-iterator: add flags parameter to dir_iterator_begin 6 years ago
Matheus Tavares 3012397e03 dir-iterator: refactor state machine model 6 years ago
Daniel Ferreira 150791adbf dir-iterator: add tests for dir-iterator API 6 years ago
Christian Couder 84f559f750 test-oidmap: remove 'add' subcommand 6 years ago
Nguyễn Thái Ngọc Duy 90d3405196 match-trees.c: remove the_repo from shift_tree*() 6 years ago
Jeff King 0ebbcf70e6 object: convert lookup_unknown_object() to use object_id 6 years ago
Christian Couder a1100d2cee test-hashmap: remove 'hash' command 6 years ago
Christian Couder 11510decd0 t/helper: add test-oidmap.c 6 years ago
Johannes Schindelin dc76852df2 fsmonitor: demonstrate that it is not refreshed after discard_index() 6 years ago
Nguyễn Thái Ngọc Duy 5c387428f1 parse-options: don't emit "ambiguous option" for aliases 6 years ago
Johannes Schindelin b7ce24d095 Turn `git serve` into a test helper 6 years ago
Johannes Schindelin 6ea18fffb0 test-tool: handle the `-C <directory>` option just like `git` 6 years ago
Jeff King 73a5faf017 test-prio-queue: use xmalloc 6 years ago
Jeff King 04c4c766ec test-date: drop unused "now" parameter from parse_dates() 6 years ago
Johannes Schindelin 1a85b49b87 parse-options: make OPT_ARGUMENT() more useful 6 years ago
Jeff Hostetler a15860dca3 trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.sh 6 years ago
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
Johannes Schindelin d5cfd142ec tests: teach the test-tool to generate NUL bytes and use it 6 years ago
Jeff King ba285a712d test-date: drop unused parameter to getnanos() 6 years ago
Stephen P. Smith b841d4ff43 Add `human` format to test-tool 6 years ago
Johannes Schindelin b819f1d2ce ci: parallelize testing on Windows 6 years ago
Johannes Schindelin af9912efaf tests: include detailed trace logs with --write-junit-xml upon failure 6 years ago
Johannes Schindelin 5868bd8620 tests: avoid calling Perl just to determine file sizes 6 years ago
Johannes Schindelin 2223190815 tests: optionally write results as JUnit-style .xml 6 years ago
Johannes Schindelin 4419de9164 test-date: add a subcommand to measure times in shell scripts 6 years ago
Jeff King 3d42034a18 show_date_relative(): drop unused "tz" parameter 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Christian Couder 3c27e2e059 helper/test-ref-store: fix "new-sha1" vs "old-sha1" typo 6 years ago
Stefan Beller ff509c585e t/helper/test-repository: celebrate independence from the_repository 6 years ago
Nguyễn Thái Ngọc Duy 3b3357626e style: the opening '{' of a function is in a separate line 6 years ago
Stefan Beller d5498e0871 repository: repo_submodule_init to take a submodule struct 6 years ago
brian m. carlson 13eeedb5d1 Add a base implementation of SHA-256 support 6 years ago
brian m. carlson 37649b7f80 t/helper: add a test helper to compute hash speed 6 years ago
brian m. carlson 50c817e0c0 t: make the sha1 test-tool helper generic 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Jeff King 0a8a16ade6 parse-options: drop OPT_DATE() 6 years ago
Derrick Stolee 4c7bb45269 test-reach: test get_reachable_subset 6 years ago
Derrick Stolee aca4240f6a prio-queue: add 'peek' operation 6 years ago