]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-05-08 Russell BelferClean up warnings and tests
2012-05-08 Russell BelferMerge pull request #674 from nulltoken/topic/GIT_ENOTFOUND
2012-05-08 Carlos Martín... Minor error fixes
2012-05-08 nulltokenstatus: Prevent git_status_file() from returning ENOTFO...
2012-05-08 nulltokenrepository: ensure git_repository_discover() returns...
2012-05-08 nulltokenfileops: replace integer usage with more explicit enum...
2012-05-08 nulltokenrepository: ensure git_repository_open() returns ENOTFO...
2012-05-08 nulltokencompat: make p_realpath Windows implementation be a...
2012-05-08 nulltokenpath: Make git_path_prettify() properly handle ENOTDIR...
2012-05-08 nulltokenobject: make git_object_lookup() return GIT_ENOTFOUND...
2012-05-08 nulltokenremote: make git_remote_load() return GIT_ENOTFOUND...
2012-05-08 nulltokenremote: ensure the allocated remote is freed when an...
2012-05-07 Vicent MartíMerge pull request #672 from scottjg/more-mingw32-fixes
2012-05-07 Russell BelferFix directory finding for attrs
2012-05-07 Russell BelferMerge pull request #667 from nulltoken/fix/p_open
2012-05-07 Carlos Martín... travis: run the tests verbosely
2012-05-07 nulltokencompat: make p_open able to accept optional mode when...
2012-05-07 Carlos Martín... clar helper: don't dereference giterr_last() if it...
2012-05-07 Scott J. GoldmanDefine explicit _WIN32_WINNT version in makefile
2012-05-07 Scott J. GoldmanUpdate clar to latest version
2012-05-06 Carlos Martín... transport git: don't use 'error' uninitialized
2012-05-06 Vicent Martícompat: Add `stdarg.h` include
2012-05-05 Vicent MartíMerge remote-tracking branch 'scottjg/fix-mingw32'...
2012-05-05 Vicent MartíMerge pull request #659 from libgit2/development-merge
2012-05-05 Vicent MartíMerge pull request #664 from arrbee/attrs-from-index
2012-05-05 Vicent Martínotes: Cleanup error handling
2012-05-05 Vicent MartíMerge pull request #663 from schu/notes-honor-config
2012-05-05 Scott J. GoldmanFix unsigned/signed comparison on Windows in commitstag...
2012-05-05 Scott J. GoldmanFix missing prototype warning in utf-conv.c
2012-05-05 Scott J. GoldmanFix gitno_connect() error handling on Windows
2012-05-05 Scott J. GoldmanFix clar generated code to compile on MINGW32
2012-05-04 Russell BelferFix valgrind issues
2012-05-04 Vicent Martíclar: Properly create files in helper
2012-05-04 Russell BelferFixing issue with test data
2012-05-04 Vicent Martícompat: va_copy on Win32 systems
2012-05-04 Russell BelferFix memory leaks and use after free
2012-05-03 Russell BelferSupport reading attributes from index
2012-05-03 Michael Schubertnotes: add git_note_default_ref()
2012-05-03 Michael Schubertnotes: honor core.notesRef
2012-05-03 Vicent MartíSilence return value warning
2012-05-03 Vicent Martíerrors: Use a git_buf for building error strings
2012-05-03 Vicent Martíbuffer: Add `git_buf_vprintf`
2012-05-03 Vicent MartíRemove old and unused error codes
2012-05-02 Vicent MartíBoom
2012-05-02 Russell Belferchmod for writability when writing test files
2012-05-02 Vicent MartíBackport more test data
2012-05-02 Vicent MartíMove test resources
2012-05-02 Vicent MartíUpdate test suite
2012-05-02 Vicent MartíMerge branch 'new-error-handling' into development
2012-05-02 Russell BelferConvert from strnlen to git_text_is_binary
2012-05-02 Russell BelferCopy values to avoid strict aliasing warning
2012-05-02 Russell BelferFix usage of "new" for fieldname in public header
2012-05-02 Vicent MartíMerge remote-tracking branch 'carlosmn/remaining-errors...
2012-05-02 Vicent MartíMerge pull request #658 from schu/remote-disconnect
2012-05-01 Michael Schubertremote: don't free transport on disconnect
2012-05-01 Michael Schuberttests-clar/diff: mark output_len unused
2012-04-30 Vicent MartíMerge pull request #655 from nulltoken/topic/cr-normali...
2012-04-30 nulltokenattr: add test coverage related to crlf normalization...
2012-04-30 Vicent MartíMerge pull request #654 from carlosmn/pkt-err
2012-04-30 Russell BelferMerge pull request #652 from nulltoken/topic/diff-callbacks
2012-04-30 Carlos Martín... net: recognize and report server-side error messages
2012-04-30 nulltokenLeverage GIT_UNUSED macro to explicitly mark a function...
2012-04-30 nulltokenbuf: deploy git_buf_len()
2012-04-30 nulltokendiff: provide more context to the consumer of the callbacks
2012-04-29 nulltokenbuf: add git_buf_len() accessor to expose the current...
2012-04-28 Carlos Martín... Add a travis config file
2012-04-28 Carlos Martín... pkt: bring back GIT_ESHORTBUFFER
2012-04-28 Michael Schubertremote: add more doc on git_remote_free
2012-04-27 Michael Schubertrefs: fix unused-but-set warning
2012-04-26 Russell BelferFix Win32 warnings
2012-04-26 Vicent MartíMerge pull request #646 from arrbee/ignore-pat-leading...
2012-04-26 Russell BelferFix leading slash behavior in attrs/ignores
2012-04-26 Carlos Martín... error handling: move the missing parts over to the...
2012-04-25 nulltokendiff: fix generation of the header of a removal patch
2012-04-25 Russell BelferMerge pull request #642 from arrbee/mem-pools
2012-04-25 Russell BelferRename git_khash_str to git_strmap, etc.
2012-04-25 Vicent MartíMerge pull request #641 from carlosmn/networking
2012-04-25 Carlos Martín... Include the new config test file
2012-04-25 Russell BelferConvert hashtable usage over to khash
2012-04-25 Russell BelferImport khash.h from attractivechaos/klib
2012-04-25 Russell BelferAdding stash to hashtable implementation
2012-04-25 Russell BelferMoving power-of-two bit utilities into util.h
2012-04-25 Russell BelferConvert revwalk to use git_pool
2012-04-25 Russell BelferConvert attrs and diffs to use string pools
2012-04-25 Russell BelferImplement git_pool paged memory allocator
2012-04-25 Carlos Martín... config: also allow escaping outside of a quoted string
2012-04-25 Carlos Martín... remote: run a callback when updating the branch tips
2012-04-25 Carlos Martín... revwalk: return GIT_EREVWALKER earlier if no references...
2012-04-25 Carlos Martín... examples: run fetch in a background thread
2012-04-25 Carlos Martín... transports: buffer the git requests before sending...
2012-04-25 Carlos Martín... examples: port 'fetch' to the new API
2012-04-25 Carlos Martín... fetch: use the streaming indexer when downloading a...
2012-04-24 Vicent MartíMerge pull request #632 from arrbee/win64-cleanup
2012-04-24 Vicent MartíMerge pull request #637 from nulltoken/issue/odb-refcount
2012-04-23 Carlos Martín... tree-cache: don't error out on a childless invalidated...
2012-04-23 Russell BelferRename to git_reference_name_to_oid
2012-04-23 nulltokenFix git_repository_set_odb() refcount issue
2012-04-22 Vicent MartíMerge pull request #636 from csware/WIN32-fixes
2012-04-21 Sven StrickrothCheck for _WIN32 instead of GIT_WIN32 or WIN32 to detec...
2012-04-21 Sven StrickrothCheck for _WIN32 is sufficient, even for x64 compilers
next