]> git.proxmox.com Git - libgit2.git/history - src/thread-utils.h
treebuilder: fix memory leaks in `write_with_buffer`
[libgit2.git] / src / thread-utils.h
2017-03-23 Edward ThomsonMerge branch 'pr/3957'
2017-02-24 Patrick SteinhardtMerge pull request #4133 from stinb/khash-cleanup-regre...
2017-02-22 Carlos Martín NietoMerge pull request #4131 from pks-t/pks/attrcache-cleanups
2017-02-22 Carlos Martín NietoMerge pull request #4135 from libgit2/ethomson/ancient_...
2017-02-22 Edward ThomsonProvide error on gcc < 4.1 when THREADSAFE
2016-10-09 Edward ThomsonMerge branch 'pr/3809'
2016-07-24 Edward ThomsonMerge pull request #3815 from pks-t/pks/coverity-model
2016-06-26 Edward ThomsonMerge pull request #3223 from ethomson/apply
2016-06-26 Edward ThomsonMerge pull request #3831 from libgit2/ethomson/readme
2016-06-21 Edward ThomsonMerge pull request #3830 from pks-t/pks/thread-namespacing
2016-06-20 Patrick Steinhardtwin32: rename pthread.{c,h} to thread.{c,h}
2016-06-20 Patrick Steinhardtthreads: split up OS-dependent rwlock code
2016-06-20 Patrick Steinhardtthreads: split up OS-dependent thread-condition code
2016-06-20 Patrick Steinhardtthreads: remove unused function pthread_cond_broadcast
2016-06-20 Patrick Steinhardtthreads: split up OS-dependent mutex code
2016-06-20 Patrick Steinhardtthreads: split up OS-dependent thread code
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-09 Edward Thomsonmingw: use gcc-like memory barrier
2014-11-18 Edward ThomsonMerge pull request #2654 from linquize/missing-obj
2014-11-09 Carlos Martín NietoMerge pull request #2653 from ethomson/contributing
2014-10-27 Carlos Martín NietoMerge commit 'refs/pull/2366/head' of github.com:libgit...
2014-10-27 Edward ThomsonMerge pull request #2612 from ethomson/warnings
2014-10-27 Edward ThomsonClean up various compiler warnings
2014-10-10 Edward ThomsonMerge pull request #2593 from libgit2/cmn/remote-delete...
2014-10-10 Carlos Martín NietoMerge pull request #2575 from cirosantilli/factor-struc...
2014-10-10 Carlos Martín NietoMerge pull request #2498 from linquize/read-large-file
2014-10-10 Carlos Martín NietoMerge pull request #2556 from sbc100/fix_warnings
2014-09-30 Carlos Martín NietoMerge remote-tracking branch 'upstream/master' into...
2014-09-08 Sam CleggFix warnings in thread-utils.h when building without...
2014-08-27 Carlos Martín NietoMerge remote-tracking branch 'upstream/master' into...
2014-07-22 Alan RogersMerge remote-tracking branch 'origin/master' into fix...
2014-07-11 Alan RogersMerge remote-tracking branch 'origin/development' into...
2014-07-04 Vicent MartiMerge remote-tracking branch 'origin/cmn/update-zlib'
2014-07-03 Vicent MartiMerge pull request #2460 from libgit2/cmn/sched-yield
2014-07-03 Carlos Martín NietoMove yield to the tests and enable for FreeBSD
2014-06-23 Carlos Martín NietoMerge remote-tracking branch 'upstream/cmn/filebuf...
2014-06-20 Vicent Martilibgit2 v0.21.0
2014-06-14 Vicent MartiMerge pull request #2421 from libgit2/cmn/init-ssl...
2014-06-11 Carlos Martín NietoMerge branch 'cmn/zlib-update' into cmn/update-zlib
2014-06-11 Carlos Martín NietoMerge branch 'cmn/zlib-128' into cmn/zlib-update
2014-06-08 Vicent MartiMerge pull request #2407 from libgit2/cmn/remote-rename...
2014-06-08 Vicent MartiMerge pull request #2409 from phkelley/win32_thread_fixes
2014-06-07 Philip KelleyReact to review feedback
2014-06-07 Philip KelleyWin32: Fix object::cache::threadmania test on x64
2014-04-18 Russell BelferMerge pull request #2213 from ethomson/safecrlf
2014-04-18 Vicent MartiMerge pull request #2108 from libgit2/rb/threadsafe...
2014-04-17 Russell BelferIndex locking and entry allocation changes
2013-11-20 Vicent MartiMerge branch 'development'
2013-10-11 Vicent MartíMerge pull request #1562 from libgit2/cmn/refs-namespac...
2013-09-16 Ben StraubMerge branch 'development' into blame_rebased
2013-09-06 Russell BelferMerge pull request #1791 from libgit2/cmn/revwalk-recursive
2013-09-03 Vicent MartíMerge pull request #1804 from ethomson/rewrites
2013-08-28 Vicent MartíMerge pull request #1805 from libgit2/threading-packed...
2013-08-26 Russell BelferLoad SRWLock APIs at runtime
2013-08-22 Russell BelferDrop support for THREADSAFE on Windows XP
2013-08-22 Russell BelferAdd SRWLock implementation of rwlocks for Win32
2013-08-22 Russell BelferConvert sortedcache to use rwlock
2013-08-09 Russell BelferMerge pull request #1462 from yorah/fix/libgit2sharp...
2013-07-11 Vicent MartíMerge pull request #1719 from libgit2/arrbee/threading...
2013-07-11 Russell BelferUpdate git__swap thread helper
2013-07-10 Vicent MartíMerge pull request #1685 from arrbee/submodule-status...
2013-07-10 Russell BelferAdd accessors for refcount value
2013-06-29 Vicent MartíMerge pull request #1690 from nulltoken/fix/warnings
2013-06-29 nulltokenFix compilation warnings
2013-06-24 Vicent MartiMerge branch 'development'
2013-06-12 Vicent MartiMerge remote-tracking branch 'arrbee/minor-paranoia...
2013-06-12 Vicent MartíMerge pull request #1643 from ethomson/rename_source
2013-06-12 Vicent MartíMerge pull request #1642 from arrbee/diff-function...
2013-06-10 Russell BelferReorganize diff and add basic diff driver
2013-05-31 Russell BelferMutex init can fail
2013-05-07 Brad MorganMerge remote-tracking branch 'origin/development' into...
2013-04-26 Vicent MartíMerge pull request #1504 from ethomson/git_atomic_ssize
2013-04-25 Edward Thomsongit_atomic_ssize for 64-bit atomics only on 64-bit...
2013-04-23 Vicent MartíMerge pull request #1502 from nvloff/remote_refspecs_mi...
2013-04-23 Vicent MartíMerge pull request #1498 from libgit2/vmg/atomic64
2013-04-23 Vicent MartiMerge branch 'master' of https://github.com/libgit2...
2013-04-22 Vicent Martiatomic: Add an atomic type for 64-bit operations
2013-04-22 Vicent MartíMerge pull request #1454 from libgit2/vmg/new-cache
2013-04-22 Russell BelferMake indexer use shared packfile open code
2013-04-22 Russell BelferFixes for Windows cas/threading stuff
2013-04-22 Russell BelferAdd git__compare_and_swap and use it
2013-04-16 Vicent MartiMerge branch 'development'
2013-02-05 Vicent MartíMerge pull request #1315 from nulltoken/development
2013-01-08 Vicent MartíMerge pull request #1209 from ethomson/update_copyright
2013-01-08 Edward Thomsonupdate copyrights
2013-01-05 Vicent MartíMerge pull request #1131 from libgit2/correct-ahead...
2012-12-10 Vicent MartíMerge pull request #1126 from carlosmn/indexer-buffer
2012-12-10 Vicent MartíMerge pull request #1127 from libgit2/fix-mwindow-threading
2012-12-09 Justin Spahr-SummersTreat git_mutex_lock as successful when threads are...
2012-10-22 Vicent MartíMerge pull request #963 from carlosmn/remote-save-autotag
2012-10-17 Russell BelferMerge pull request #968 from arrbee/diff-support-typechange
2012-10-16 Vicent MartíMerge pull request #952 from csware/config-locations
next