]> git.proxmox.com Git - libgit2.git/history - src
Fix leak of TLS error message in shutdown (ptherad version)
[libgit2.git] / src /
2015-03-04 Leo YangFix leak of TLS error message in shutdown (ptherad...
2015-03-04 Carlos Martín NietoMerge pull request #2886 from jeffhostetler/jeffhostetl...
2015-03-04 Carlos Martín NietoMerge pull request #2945 from ethomson/empty_hashsig_heap
2015-03-04 Edward Thomsondiff_tform: account for whitespace options
2015-03-03 Carlos Martín NietoPlug a few leaks
2015-03-03 Edward Thomsondiff_tform: don't compare empty hashsig_heaps
2015-03-03 Edward ThomsonMerge pull request #2941 from libgit2/cmn/http-enforce...
2015-03-03 Edward ThomsonMerge pull request #2771 from libgit2/cmn/config-borrow...
2015-03-03 Carlos Martín Nietoconfig: borrow refcounted references
2015-03-03 Carlos Martín Nietohttp: enforce the credential types
2015-03-03 Carlos Martín NietoRemove swp files
2015-03-03 Edward ThomsonMerge pull request #2934 from akikoskinen/mingw_build_fix
2015-03-03 Edward ThomsonMerge pull request #2913 from ethomson/stash_fixup
2015-03-03 Edward ThomsonMerge pull request #2808 from libgit2/cmn/repo-ident
2015-03-03 Carlos Martín Nietorepository: remove log message override for switching...
2015-03-03 Carlos Martín Nietopush: remove reflog message override
2015-03-03 Carlos Martín Nietobranch: don't accept a reflog message override
2015-03-03 Carlos Martín Nietoreset: remove reflog message override
2015-03-03 Carlos Martín NietoRemove the signature from ref-modifying functions
2015-03-03 Carlos Martín NietoMerge pull request #2885 from JIghtuse/master
2015-03-03 Carlos Martín NietoMerge pull request #2908 from ethomson/safe_create
2015-03-03 Carlos Martín Nietobranch: do capture the error code
2015-03-03 Carlos Martín NietoMerge pull request #2937 from git-up/branch_delete_reflog
2015-03-02 Carlos Martín NietoMerge pull request #2935 from ethomson/dll_patchlevel
2015-03-02 Pierre-Olivier Latourgit_branch_delete() should ignore errors from non-exist...
2015-03-02 Edward Thomsonwin32: add the patch level to the .dll fileversion
2015-03-02 Aki KoskinenInclude ws2tcpip.h in order to get in6_addr
2015-03-02 Aki KoskinenInclude openssl headers last
2015-03-02 Aki KoskinenDon't include headers on windows that aren't available
2015-03-01 Carlos Martín NietoMerge pull request #2929 from ethomson/clar_update
2015-03-01 Carlos Martín NietoMerge pull request #2928 from ethomson/rebase_alloc_check
2015-02-27 Edward Thomsoncheckout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategy
2015-02-27 Edward Thomsoncheckout: upgrade to `SAFE_CREATE` when no index file
2015-02-27 Edward Thomsoncherrypick, revert: drop unnecessary SAFE_CREATE
2015-02-27 Edward Thomsonrebase: check alloc result
2015-02-20 Carlos Martín NietoMerge pull request #2921 from libgit2/ntk/macosx_build_...
2015-02-20 Jeff HostetlerFix MAX 32 bit build problem described in libgit2/libgi...
2015-02-20 Carlos Martín NietoMerge pull request #2907 from jasonhaslam/git_packfile_...
2015-02-19 Carlos Martín NietoMerge pull request #2911 from ethomson/streaming_filters
2015-02-19 Edward Thomsonfilter: take `temp_buf` in `git_filter_options`
2015-02-19 Edward Thomsonfilter: add `git_filter_list__load_ext`
2015-02-19 Edward Thomsongit_filter_opt_t -> git_filter_flag_t
2015-02-19 Edward Thomsonbuffer: introduce git_buf_attach_notowned
2015-02-19 Carlos Martín NietoMerge pull request #2820 from leoyanggit/mac_build
2015-02-18 Edward Thomsonstash: correctly stash wd modified/index deleted
2015-02-18 Edward Thomsoncheckout: let the stream writer close the fd
2015-02-18 Edward Thomsonfilter streams: base -> parent
2015-02-18 Edward Thomsongit_writestream: from git_filter_stream
2015-02-17 Edward Thomsoncheckout: maintain temporary buffer for filters
2015-02-17 Edward Thomsoncheckout: stream the blob into the filters
2015-02-17 Edward Thomsonfilters: stream internally
2015-02-17 Edward Thomsonfilters: introduce streaming filters
2015-02-16 Carlos Martín NietoMerge pull request #2909 from stewid/remove_extra_semicolon
2015-02-15 Stefan WidgrenRemove extra semicolon outside of a function
2015-02-15 Jason HaslamFix race in git_packfile_unpack.
2015-02-15 Carlos Martín NietoMerge pull request #2831 from ethomson/merge_lock
2015-02-15 Carlos Martín NietoMerge pull request #2895 from ethomson/alloc_overflow
2015-02-15 Carlos Martín NietoMerge pull request #2903 from ethomson/rebase
2015-02-14 Edward Thomsonindexwriter: an indexwriter for repo operations
2015-02-14 Edward Thomsonmerge-like operations: lock index while working
2015-02-14 Edward Thomsonmerge: lock the index at the start of the merge
2015-02-14 Edward Thomsoncheckout: introduce GIT_CHECKOUT_DONT_WRITE_INDEX
2015-02-14 Edward Thomsongit_indexwriter: lock then write the index
2015-02-13 Edward Thomsonrebase: `CHECKOUT_SAFE` instead of `FORCE`
2015-02-13 Edward Thomsonrebase: allow `NULL` branch to indicate `HEAD`
2015-02-13 Edward Thomsonrebase: provide NULL `exec` on non-EXEC operations
2015-02-13 Carlos Martín NietoMerge pull request #2901 from ethomson/win32_mode_bits
2015-02-13 Edward Thomsonpack-objects: unlock the cache on integer overflow
2015-02-13 Edward Thomsoninteger overflow: use compiler intrinsics if supported
2015-02-13 Edward Thomsonfilebuf: use an int for return check
2015-02-13 Edward ThomsonMake our overflow check look more like gcc/clang's
2015-02-13 Edward Thomsonwin32: limit the mode to `_wopen`/`_waccess`
2015-02-13 Carlos Martín NietoMerge pull request #2883 from urkud/reget-reader-pointer
2015-02-13 Carlos Martín NietoMerge pull request #2897 from leoyanggit/fix_fileop_warning
2015-02-13 Edward ThomsonUpdate `khash.h` to pull request 42
2015-02-13 Edward Thomsonkhash: update to klib f28c067
2015-02-13 Edward ThomsonIntroduce git__add_sizet_overflow and friends
2015-02-13 Edward Thomsonp_read: ensure requested len is ssize_t
2015-02-13 Edward ThomsonUse `size_t` to hold size of arrays
2015-02-13 Edward Thomsonoverflow checking: don't make callers set oom
2015-02-13 Edward Thomsongit_buf_grow_by: increase buf asize incrementally
2015-02-13 Edward Thomsongit__*allocarray: safer realloc and malloc
2015-02-13 Edward Thomsonodb__hashlink: check st.st_size before casting
2015-02-13 Edward Thomsonallocations: test for overflow of requested size
2015-02-12 Leo YangFix build warning on Android
2015-02-12 Edward ThomsonMerge pull request #2899 from libgit2/jamill/rebase_opt...
2015-02-12 Yury G. KudryashovReinit `reader` pointer after reading included config...
2015-02-12 Jameson MillerCheck rebase options version on public entry points
2015-02-12 Carlos Martín NietoMerge pull request #2866 from ethomson/checkout_perf2
2015-02-11 Carlos Martín NietoMerge pull request #2862 from jeffhostetler/jeffhostetl...
2015-02-11 Carlos Martín NietoMerge pull request #2880 from ethomson/mkdir_root
2015-02-11 Carlos Martín NietoMerge pull request #2845 from rakuco/libssh2-detection-fix
2015-02-11 Carlos Martín NietoMerge pull request #2889 from jeffhostetler/jeffhostetl...
2015-02-11 Carlos Martín NietoMerge pull request #2894 from ethomson/copyrights
2015-02-11 Edward ThomsonCredit utf8proc for utf8 iterator
2015-02-06 Edward ThomsonMerge pull request #2884 from libgit2/cmn/template...
2015-02-06 Carlos Martín Nietorepository: parse init.templatedir as a path
2015-02-05 Edward Thomsonmkdir: respect the root path
2015-02-05 Edward Thomsonstat: don't remove trailing '/' from root on win32
2015-02-05 Edward ThomsonMerge pull request #2867 from ethomson/8dot3
next