summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix repository discovery with ceiling_dirs at current directoryJosh Triplett2016-10-011-17/+25
* threads: add platform-independent thread initialization functionPatrick Steinhardt2016-10-014-32/+32
* win32: rename pthread.{c,h} to thread.{c,h}Patrick Steinhardt2016-10-015-7/+7
* threads: remove now-useless typedefsPatrick Steinhardt2016-10-011-7/+0
* threads: remove unused function pthread_num_processors_npPatrick Steinhardt2016-10-012-13/+0
* threads: split up OS-dependent rwlock codePatrick Steinhardt2016-10-014-43/+31
* threads: split up OS-dependent thread-condition codePatrick Steinhardt2016-10-014-20/+17
* threads: remove unused function pthread_cond_broadcastPatrick Steinhardt2016-10-013-6/+0
* threads: split up OS-dependent mutex codePatrick Steinhardt2016-10-014-26/+23
* threads: split up OS-dependent thread codePatrick Steinhardt2016-10-015-39/+31
* fix error message SHA truncation in git_odb__error_notfound()Sim Domingo2016-10-011-1/+1
* HTTP authentication scheme name is case insensitive.David Brooks2016-10-011-1/+1
* checkout: use empty baseline when no indexEdward Thomson2016-10-011-1/+6
* fetch: Fixed spurious update callback for existing tags.Jason Haslam2016-10-011-1/+5
* global: clean up crt only after freeing tls dataPatrick Steinhardt2016-10-011-5/+5
* index: fix NULL pointer access in index_remove_entryPatrick Steinhardt2016-10-011-2/+3
* transports: smart: fix potential invalid memory dereferencesPatrick Steinhardt2016-10-012-0/+12
* index_read_index: invalidate new paths in tree cacheEdward Thomson2016-10-011-0/+6
* index_read_index: set flags for path_len correctlyEdward Thomson2016-10-011-0/+3
* index_read_index: differentiate on modeEdward Thomson2016-10-011-1/+2
* index_read_index: reset error correctlyEdward Thomson2016-10-011-0/+2
* win32: clean up unused warnings in DllMainEdward Thomson2016-10-011-0/+3
* filebuf: fix uninitialized warningEdward Thomson2016-10-011-1/+1
* Ignore submodules when checking for merge conflicts in the workdir.Jason Haslam2016-10-011-0/+1
* checkout: handle dirty submodules correctlyJason Haslam2016-10-011-1/+2
* Fix comment for GIT_FILEMODE_LINKCarl Edquist2016-10-011-1/+1
* Fix unused variable 'message' warningLucas Derraugh2016-10-011-0/+1
* delta-apply: fix sign extensionPatrick Steinhardt2016-10-011-5/+5
* odb_loose: fix undefined behavior when computing sizePatrick Steinhardt2016-10-011-1/+1
* checkout: set ignorecase=0 when config lookup failsPatrick Steinhardt2016-10-011-2/+4
* odb: avoid inflating the full delta to read the headerCarlos Martín Nieto2016-10-013-6/+48
* index: fix memory leak on error casePatrick Steinhardt2016-10-011-1/+1
* Fix return value of openssl_read (infinite loop)Christian Schlack2016-10-011-2/+3
* tag: ignore extra header fieldsCarlos Martín Nieto2016-10-011-2/+8
* leaks: call `xdl_free_classifier`Edward Thomson2016-04-111-1/+1
* Plug a few leaksCarlos Martín Nieto2016-04-111-0/+2
* tree: drop the now-unnecessary entries vectorEdward Thomson2016-04-113-46/+70
* tree: store the entries in a growable arrayCarlos Martín Nieto2016-04-112-60/+38
* tree: re-use the id and filename in the odb objectCarlos Martín Nieto2016-04-116-51/+64
* ignore: don't use realpath to canonicalize pathCarlos Martín Nieto2016-04-111-3/+11
* config: don't write section header if we're in itEdward Thomson2016-04-111-4/+9
* refs: provide a more general error message for dwimCarlos Martín Nieto2016-04-111-0/+3
* xdiff/xprepare: fix a memory leakPatrick Steinhardt2016-04-111-0/+1
* xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bitsPatrick Steinhardt2016-04-111-1/+1
* config: don't special-case multivars that don't exist yetCarlos Martín Nieto2016-04-111-16/+0
* win32: free thread-local data on thread exitCarlos Martin Nieto2016-04-111-0/+14
* commit: fix extraction of single-line signaturesCarlos Martín Nieto2016-04-111-1/+1
* Split the page size from the mmap alignmentCarlos Martín Nieto2016-04-115-9/+41
* Start error string with lower case characterDirkjan Bussink2016-04-111-2/+2
* Setup better defaults for OpenSSL ciphersDirkjan Bussink2016-04-114-0/+38