Commits
- Commit:
f2daaf5c7808fc8178427b2ad0bfcd8417ca6eaa
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bump hash size and add an algo field to got_object_id
- Commit:
7a968c0ed25628a1375e92fd6e10da7485f6ea06
- From:
- Omar Polo <op@omarpolo.com>
- Date:
rename "sha1" field to "hash"
done with
X ,x/\.sha1/c/.hash
X ,x/->sha1/c/->hash
in sam after loading all the C files; except for one manual tweak in
hash.c
- Commit:
a62a9cd59d45e9b2d65e691529c380a6fddff4c7
- From:
- Omar Polo <op@omarpolo.com>
- Date:
handle repository format version 1 and objectformat extensions
- Commit:
e5c03b5556a9c6effc6a983a9ff4a0a43709c91e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sha256 packs support
- Commit:
4108f1e9549ca6bec0a5f36e0573dc0319f9880d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
do not hardcode SHA1 digest length
- Commit:
14bbe0dc3793eb4b72d27759bd83602c2c04d54d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add got_hash_digest_to_str
- Commit:
a3dc7ed231aec149a7f09125e4cd2d37480df44d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
prepare got_object_parse_tree for sha256
- Commit:
f540978827bdd3808e5374d643f4eed4367e556a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
opaquify sorted_ids
- Commit:
3502917311ef24ed3061bc9e3bdd2512f5519f34
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix grouping in commit traversal
- Commit:
f300c925ecb7ebc05b5b65b00e0c845cbd4965d5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
backout 4f73a04b63 "Remove unnecessary sched_yield(2)"
this made tog regress hang in an infinite loop, reported by naddy.
Remove unnecessary sched_yield(2).
Re-applies commit 6b8a2b8fcd99c4365b1aa9513c0f0149beac2491 which was
reverted in commit 82954512f323c8a2d4f89d51be1e6b0f707b6c3a because
at the time the change broke the 'search' feature.
Quick testing suggests search is now working fine, so let's try again.
- Commit:
243943f63dac33bd84f18ae5c81cff8f79d4b29f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
do not hardcode digest length (cont)
- Commit:
8fdd8178257524a92d71c6b4a52984f8974f04df
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bubble up the hash algorithm
- Commit:
571192ee62db3f420ed381ee3077b9a7cf9eef92
- From:
- Omar Polo <op@omarpolo.com>
- Date:
don't hardcode digest length when parsing packed trees
ok stsp@
- Commit:
4239df3cca84ef6d17b350804eab03fa39f41d20
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add a comment to remind us to switch back to malloc()
while here also fix the function name in the error message, spotted
by stsp.
- Commit:
e6eaecdc8d833e2ee11303f5b4f08ca419a042cd
- From:
- Omar Polo <op@omarpolo.com>
- Date:
zap double #include <limits.h>; spotted by Thomas Adam
- Commit:
dcb4802348688d5dd006cb17f1ce3045a9791b35
- From:
- Omar Polo <op@omarpolo.com>
- Date:
adjust GOT_PACKIDX_NAMELEN for sha256 pack files
ok stsp@
- Commit:
35a11c8a7a3ae3f902bdddd1eb91c23982c612b0
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix ref parsing for sha256
ok stsp@
- Commit:
ab62f2123a6a5e453ab9645daf04cd1f2bd8442d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add an algo field to struct got_packidx
ok tobhe@, stsp@
- Commit:
c3434cef3dd7dbd62000d244d716b997f98226a5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add an algo field to struct got_pack
Future work on sha256 will need the current hashing algorithm at hand.
ok tobhe@, stsp@
- Commit:
020f73dba5df9e319726af7526dbb3b478d52b76
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add got_hash_digest{,_string}_length()
These will be very much useful in the near future.
- Commit:
be12ea2c3492ea9c1292c0c73e59723ead326d6d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ensure we properly zero got_object_id structs
ok tobeh@
- Commit:
03a62f6dd737910257cd4602766adca863cc8811
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bump version number
- Commit:
334f014fa7a9b57339f814ee1b07f1706f1e3462
- From:
- Omar Polo <op@omarpolo.com>
- Date:
CHANGES for 0.101
- Commit:
3972b889791e5d7bb291bf59b8736e6d43ce93f9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
use proper type for got_imsg_enumerated_tree
ok stsp@
- Commit:
85e62fc9f57c4a31877fcf257477a7dc5075903f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
use proper type for got_imsg_enumerated_commit
ok stsp@