Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:libgit2/libgit2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v1.8.2
Choose a base ref
Loading
...
head repository:libgit2/libgit2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v1.8.3
Choose a head ref
Loading
  • 6commits
  • 6files changed
  • 3contributors

Commits on Jun 11, 2024

  1. Add assert

    Description: In an older version of libgit2 in git_object_lookup_prefix was a check that repo is valid, but now there is repo->oid_type in the git_object_lookup and must be checked as well
    @Murmele
    Murmele committedJun 11, 2024
    Configuration menu
    Copy the full SHA
    cc2082aView commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    635b3dbView commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. http: Initialize ‘on_status’ when using the http-parser backend.

    Fixes a bug likely introduced ind396819 (in 1.8.1) whereby‘proxy_settings.on_status’ would be left uninitialized when using the‘http-parser’ backend, eventually leading to a segfault in‘http_parser_execute’.  Valgrind would report use of the uninitializedvalue like so:   Conditional jump or move depends on uninitialised value(s)      at 0x50CD533: http_parser_execute (http_parser.c:910)      by 0x4928504: git_http_parser_execute (httpparser.c:82)      by 0x4925C42: client_read_and_parse (httpclient.c:1178)      by 0x4926F27: git_http_client_read_response (httpclient.c:1458)      by 0x49255FE: http_stream_read (http.c:427)      by 0x4929B90: git_smart__recv (smart.c:29)      by 0x492C147: git_smart__store_refs (smart_protocol.c:58)      by 0x4929F6C: git_smart__connect (smart.c:171)      by 0x4904DCE: git_remote_connect_ext (remote.c:963)      by 0x48A15D2: clone_into (clone.c:449)      by 0x48A15D2: git__clone (clone.c:546)      by 0x4010E9: main (libgit2-proxy.c:20)
    @civodul@ethomson
    civodul authored andethomson committedOct 26, 2024
    Configuration menu
    Copy the full SHA
    65a7ff0View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Edward Thomson <ethomson@edwardthomson.com>
    @civodul@ethomson
    civodul andethomson committedOct 26, 2024
    Configuration menu
    Copy the full SHA
    a44f198View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da3db63View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3353f78View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp