Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | posix: introduce p_poll emulation with select | Edward Thomson | 2023-05-13 | 5 | -5/+85 |
* | streams: sockets are non-blocking and can timeout | Edward Thomson | 2023-05-13 | 3 | -25/+226 |
* | net: move `gitno` buffer to `staticstr` | Edward Thomson | 2023-05-13 | 20 | -235/+151 |
* | net: move rfc2818 hostname / wildcard matching to util | Edward Thomson | 2023-05-13 | 5 | -65/+67 |
* | stransport: store error information | Edward Thomson | 2023-05-13 | 1 | -11/+28 |
* | util: make monotonic time fn return ms | Edward Thomson | 2023-05-13 | 7 | -43/+56 |
* | threadstate: don't use an unnecessary macro | Edward Thomson | 2023-05-13 | 3 | -11/+9 |
* | oid: don't assume thread local state was initialized | Edward Thomson | 2023-05-13 | 4 | -12/+44 |
* | errors: don't rely on tls data working | Edward Thomson | 2023-05-13 | 1 | -13/+68 |
* | errors: drop unneccessary g_git prefix | Edward Thomson | 2023-05-13 | 1 | -6/+6 |
* | Merge pull request #6561 from libgit2/ethomson/xdiff | Edward Thomson | 2023-05-13 | 1 | -0/+2 |
|\ | |||||
| * | util: add GIT_UNUSED_ARG | Edward Thomson | 2023-05-11 | 1 | -0/+2 |
* | | Merge pull request #6558 from DimitryAndric/fix-qsort-variants-2 | Edward Thomson | 2023-05-12 | 3 | -22/+24 |
|\ \ | |/ |/| | |||||
| * | cmake: refactor `check_prototype_definition` | Edward Thomson | 2023-05-12 | 1 | -14/+4 |
| * | cmake: simplify QSORT names | Edward Thomson | 2023-05-12 | 3 | -18/+20 |
| * | Work around -Werror problems when detecting qsort variants | Dimitry Andric | 2023-05-09 | 1 | -0/+10 |
* | | Merge pull request #6557 from libgit2/ethomson/shallow | Edward Thomson | 2023-05-09 | 22 | -71/+897 |
|\ \ | |/ |/| | |||||
| * | fetch: remove `unshallow` option | Edward Thomson | 2023-05-09 | 1 | -3/+1 |
| * | oid: use an oid array instead of shallowarray | Edward Thomson | 2023-05-09 | 14 | -99/+174 |
| * | cli: add --depth option to clone | Edward Thomson | 2023-05-08 | 1 | -6/+22 |
| * | grafts: make `from_file` be `open_or_refresh` | Edward Thomson | 2023-05-08 | 3 | -8/+18 |
| * | shallow: don't default to -1 for depth | Edward Thomson | 2023-05-08 | 2 | -9/+6 |
| * | grafts: handle SHA256 graft files | Edward Thomson | 2023-05-08 | 3 | -10/+22 |
| * | grafts: use `git_parse` to parse object IDs | Edward Thomson | 2023-05-08 | 1 | -9/+7 |
| * | futils: use SHA256 for checksums always | Edward Thomson | 2023-05-08 | 2 | -7/+11 |
| * | shallow: avoid unnecessary pkt free | Edward Thomson | 2023-05-08 | 1 | -7/+9 |
| * | transport: transports understand oid type | Edward Thomson | 2023-04-25 | 2 | -10/+22 |
| * | shallow: don't assume SHA1 | Edward Thomson | 2023-04-25 | 2 | -26/+46 |
| * | smart: validate shallow/unshallow pkts | Edward Thomson | 2023-04-25 | 1 | -6/+24 |
| * | shallow: use GIT_ASSERT (not assert) | Edward Thomson | 2023-04-24 | 2 | -11/+13 |
| * | shallow: remove feature flag | Edward Thomson | 2023-04-24 | 5 | -15/+4 |
| * | Merge remote-tracking branch 'origin/main' into shallow-clone-network | Edward Thomson | 2023-04-22 | 105 | -5419/+2906 |
| |\ | |||||
| * | | Update src/libgit2/fetch.c | Laurence McGlashan | 2023-03-10 | 1 | -1/+1 |
| * | | Merge branch 'shallow-clone-network' of https://github.com/mathworks/libgit2 ... | lmcglash | 2023-03-10 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Apply suggestions from code review | Laurence McGlashan | 2023-03-10 | 1 | -1/+1 |
| * | | | Remove stray comma | lmcglash | 2023-03-10 | 1 | -2/+2 |
| |/ / | |||||
| * | | Fix merge error | lmcglash | 2023-03-10 | 1 | -26/+17 |
| * | | Merge commit 'd066d0d95c43e97df6624292f3f527f9372ca8fe' | lmcglash | 2023-03-10 | 83 | -1168/+2752 |
| |\ \ | |||||
| * | | | fix shallow array search | Yuang Li | 2022-09-06 | 1 | -1/+1 |
| * | | | remove unused statements | Yuang Li | 2022-09-05 | 1 | -1/+0 |
| * | | | fix error handling | Yuang Li | 2022-09-05 | 1 | -2/+2 |
| * | | | fix depth initialisation | Yuang Li | 2022-09-05 | 1 | -3/+6 |
| * | | | refactor smart_pkt | Yuang Li | 2022-08-31 | 1 | -2/+2 |
| * | | | include oid.h in grafts.c | Yuang Li | 2022-08-31 | 1 | -0/+1 |
| * | | | fix test failures | Yuang Li | 2022-08-31 | 2 | -4/+6 |
| * | | | restore getentropy | Yuang Li | 2022-08-31 | 1 | -0/+1 |
| * | | | restore GIT_RAND_GETENTROPY | Yuang Li | 2022-08-31 | 1 | -5/+0 |
| * | | | Use GIT_OID_SHA1_HEXSIZE | Yuang Li | 2022-08-31 | 3 | -13/+13 |
| * | | | document unshallow behaviour in fetch.c | yuangli | 2022-08-11 | 1 | -1/+3 |
| * | | | remove unused api | yuangli | 2022-08-11 | 1 | -14/+0 |