]> git.proxmox.com Git - libgit2.git/history - src/win32/posix_w32.c
bump version to 1.5.0+ds-6~bpo11+pve1
[libgit2.git] / src / win32 / posix_w32.c
2022-12-06 Fabian GrünbichlerMerge https://salsa.debian.org/debian/libgit2 into...
2022-08-28 Timo RöhlingUpdate upstream source from tag 'upstream/1.5.0+ds'
2022-08-28 Timo RöhlingNew upstream version 1.5.0+ds
2022-05-05 Mohammed BilalUpdate upstream source from tag 'upstream/1.4.3+dfsg.1'
2022-05-05 Mohammed BilalNew upstream version 1.4.3+dfsg.1
2021-12-10 Pirate PraveenUpdate upstream source from tag 'upstream/1.3.0+dfsg.1'
2021-12-10 Pirate PraveenNew upstream version 1.3.0+dfsg.1
2020-12-06 Utkarsh GuptaNew upstream version 1.1.0+dfsg.1
2020-12-04 Utkarsh GuptaMerge branch 'debian/experimental' into debian/sid
2020-04-09 Utkarsh GuptaUpdate upstream source from tag 'upstream/1.0.0+dfsg.1'
2020-04-09 Utkarsh GuptaNew upstream version 1.0.0+dfsg.1
2020-03-13 Utkarsh GuptaUpdate upstream source from tag 'upstream/0.99.0+dfsg.1'
2020-03-13 Utkarsh GuptaNew upstream version 0.99.0+dfsg.1
2019-11-15 Pirate PraveenUpdate upstream source from tag 'upstream/0.28.3+dfsg.1'
2019-11-15 Pirate PraveenNew upstream version 0.28.3+dfsg.1
2019-05-11 Jongmin KimNew upstream version 0.28.1+dfsg.1
2019-05-11 Jongmin KimUpdate upstream source from tag 'upstream/0.28.1+dfsg.1'
2018-04-26 Pirate PraveenUpdate upstream source from tag 'upstream/0.27.0+dfsg.1'
2018-04-26 Pirate PraveenNew upstream version 0.27.0+dfsg.1
2017-07-29 Russell SimMerge tag 'upstream/0.26.0+dfsg.1'
2017-07-29 Russell SimImported Upstream version 0.26.0
2017-06-11 Edward ThomsonMerge pull request #4088 from chescock/packfile-name...
2017-06-11 Edward ThomsonMerge pull request #4260 from libgit2/ethomson/forced_c...
2017-05-20 Carlos Martín NietoMerge pull request #4179 from libgit2/ethomson/expand_tilde
2017-05-20 Carlos Martín NietoMerge pull request #4097 from implausible/fix/auto...
2017-05-20 Carlos Martín NietoMerge pull request #4174 from libgit2/ethomson/set_head...
2017-05-01 Edward ThomsonMerge pull request #4206 from libgit2/cmn/transport...
2017-04-28 Edward ThomsonMerge pull request #4191 from pks-t/pks/wt-ref-renames
2017-04-17 Carlos Martín NietoMerge pull request #4192 from libgit2/ethomson/win32_posix
2017-04-17 Edward Thomsonwin32: `remediation` not `cleanup`
2017-04-05 Edward Thomsonwin32: enable `p_utimes` for readonly files
2017-04-03 Edward Thomsonwin32: make posix emulation retries configurable
2017-04-03 Edward Thomsonwin32: do not inherit file descriptors
2017-04-03 Sven StrickrothAllow to configure default file share mode for opening...
2017-04-02 Sven Strickrothwin32: deduplicate code: use p_open in p_creat
2017-04-02 Sven Strickrothwin32: use CreateFile in p_open
2017-04-02 Edward Thomsonwin32: teach p_open about do_with_retries
2017-04-02 Edward Thomsonwin32: teach p_unlink about do_with_retries
2017-04-02 Edward Thomsonwin32: make p_rename use do_with_retries
2017-04-01 Edward Thomsonwin32: introduce `do_with_retries` macro
2017-04-01 Edward Thomsonwin32: map windows error codes to errno
2017-03-31 Edward ThomsonMerge remote-tracking branch 'origin/pr/3790' into...
2017-03-24 Patrick SteinhardtMerge pull request #4175 from libgit2/ethomson/dont_tru...
2017-03-23 Edward ThomsonMerge branch 'pr/3957'
2017-03-23 Edward ThomsonMerge pull request #4176 from libgit2/ethomson/3872
2017-03-22 Edward ThomsonMerge pull request #4163 from pks-t/pks/submodules...
2017-03-22 Edward ThomsonMerge pull request #4030 from libgit2/ethomson/fsync
2017-02-28 Edward Thomsonodb_loose: fsync tests
2016-05-18 Tyler ChurchAdd retries to win32 p_unlink and p_open.
2016-04-03 Andreas HenrikssonMerge tag 'upstream/0.24.0'
2016-04-03 Andreas HenrikssonImported Upstream version 0.24.0
2016-03-31 Carlos Martín NietoMerge pull request #3575 from pmq20/master-13jan16
2016-03-24 Carlos Martín NietoMerge pull request #3574 from chescock/buffer-sideband...
2016-03-22 Carlos Martín NietoMerge pull request #3559 from yongthecoder/master
2016-03-09 Carlos Martín NietoMerge pull request #3623 from ethomson/rebase_with_commit
2016-03-08 Edward ThomsonMerge pull request #3555 from cbargren/ssh-git-protocols
2016-02-29 Edward ThomsonMerge pull request #3567 from sba1/few-p_getaddrinfo...
2016-02-28 Carlos Martín NietoMerge pull request #3644 from ethomson/debug_pool
2016-02-28 Edward ThomsonMerge pull request #3577 from rossdylan/rossdylan/pooldebug
2016-02-19 Carlos Martín NietoMerge pull request #3597 from ethomson/filter_registration
2016-02-18 Carlos Martín NietoMerge pull request #3604 from ethomson/nsec_xplat
2016-02-18 Carlos Martín NietoMerge pull request #3606 from ethomson/drop_xp
2016-02-18 Carlos Martín NietoMerge pull request #3613 from ethomson/fixups
2016-02-16 Edward Thomsonfstat: use our custom `stat`
2016-02-12 Edward Thomsonwin32: introduce p_timeval that isn't stupid
2015-09-30 Carlos Martín NietoMerge pull request #3446 from ethomson/portability
2015-09-30 Carlos Martín NietoMerge pull request #3411 from spraints/custom-push...
2015-09-21 Carlos Martín NietoMerge pull request #3434 from ethomson/reservednames
2015-09-18 Carlos Martín NietoMerge pull request #3418 from DimStar77/master
2015-09-17 Carlos Martín NietoMerge pull request #3432 from ethomson/mkdir
2015-09-17 Edward Thomsonwin32: return EACCES in `p_lstat`
2015-07-26 Russell SimMerge branch 'upstream'
2015-07-15 Edward ThomsonMerge pull request #3311 from Fallso/MacroRedefinition
2015-07-13 Carlos Martín NietoMerge pull request #3302 from libgit2/cmn/submodule...
2015-07-12 Carlos Martín NietoMerge branch 'portable-zu'
2015-07-11 Edward ThomsonMerge pull request #3292 from tkelman/patch-1
2015-07-09 Carlos Martín NietoMerge pull request #3281 from ethomson/wildcard_filters
2015-07-07 Carlos Martín NietoMerge pull request #3277 from git-up/git_diff_index_to_...
2015-07-06 Carlos Martín NietoMerge pull request #3288 from ethomson/getenv
2015-07-02 Edward Thomsongit__getenv: utf-8 aware env reader
2015-06-24 Edward ThomsonMerge pull request #3131 from urkud/const-char
2015-06-17 Carlos Martín NietoMerge pull request #3219 from libgit2/cmn/racy-diff
2015-06-16 Edward ThomsonIntroduce p_utimes and p_futimes
2015-05-09 Carlos Martín NietoMerge pull request #3104 from whoisj/optimal-buffer...
2015-05-06 Carlos Martín NietoMerge pull request #3086 from yongthecoder/master
2015-05-04 Carlos Martín NietoMerge pull request #3087 from ethomson/pr/3054
2015-04-28 Edward Thomsonwin32: abstract file attributes -> struct stat fn
2015-04-28 J WymanImprovements to status performance on Windows.
2015-03-24 Edward ThomsonMerge pull request #2990 from leoyanggit/custom_param
2015-03-24 Carlos Martín NietoMerge pull request #3010 from ethomson/checkout_invalid...
2015-03-18 Carlos Martín NietoMerge pull request #2955 from git-up/update_tips_fixes
2015-03-18 Carlos Martín NietoMerge remote-tracking branch 'ethomson/submodule_8dot3'
2015-03-11 Carlos Martín NietoMerge commit 'refs/pull/2879/head' of ssh://github...
2015-03-11 Carlos Martín NietoMerge pull request #2970 from ethomson/inmemory_bare
2015-03-09 Edward ThomsonMerge pull request #2964 from git-up/fixes
2015-03-09 Edward ThomsonMerge pull request #2946 from tkelman/appveyor-mingw
2015-03-06 Matti VirolainenUse secure API if available.
2015-03-04 Carlos Martín NietoMerge pull request #2932 from jeffhostetler/jeffhostetl...
2015-03-03 Jeff HostetlerChange ifdef for MINGW32.
2015-03-03 Jeff HostetlerFix p_ftruncate to handle big files for git_clone
next