]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-05-19 Carlos Martín... ssl: look up the last CN the alternative names don...
2012-05-19 Carlos Martín... ssl: add support for certificates issues to an IP address
2012-05-19 Carlos Martín... ssl: remove GnuTLS support
2012-05-19 Carlos Martín... ssl: match host names according to RFC 2818 (HTTP over...
2012-05-19 Carlos Martín... ssl: check certificates against the system's trusted CAs
2012-05-19 Carlos Martín... ssl: teardown the connection on close
2012-05-19 Carlos Martín... https: make it work with OpenSSL as well
2012-05-19 Carlos Martín... http: add https support when GnuTLS is available
2012-05-18 Vicent Martilibgit2 v0.17.0 "Lord of Diffstruction"
2012-05-18 Vicent MartíMerge pull request #710 from libgit2/breaking-changes
2012-05-18 Vicent MartíMerge pull request #711 from schu/fetch-local-dummy
2012-05-18 Michael Schubertfetch: set dummy function for local fetch
2012-05-17 Vicent MartíMerge pull request #685 from nulltoken/fix/list-remote...
2012-05-17 Vicent Martíerrors: Rename error codes
2012-05-17 Vicent Martíerrors: Rename the generic return codes
2012-05-17 Vicent MartíProperly tag all `enums` with a `_t`
2012-05-17 Vicent Martírefs: git_reference_listall -> git_reference_list
2012-05-17 Vicent Martíerrors: Remove old comments
2012-05-17 Vicent Martíglobal: Fix unit tests after reordering
2012-05-17 Vicent Martíglobal: Change parameter ordering in API
2012-05-17 nulltokenbranch: retrieve symbolic references when listing the...
2012-05-17 Vicent MartíMerge pull request #709 from arrbee/profiling-with...
2012-05-17 Russell BelferNo point in keeping commented out fn
2012-05-17 Vicent MartíMerge pull request #708 from arrbee/fix-empty-workdir...
2012-05-17 Russell BelferFix workdir iterators on empty directories
2012-05-17 Russell BelferOther optimization and warning fixes
2012-05-17 Russell BelferOptimize away git_text_gather_stats in diff
2012-05-17 Russell BelferBasic setup for profiling
2012-05-17 Vicent MartíMerge pull request #706 from arrbee/fix_592_again
2012-05-17 Russell BelferFix status for files under ignored dirs
2012-05-16 Vicent MartíMerge pull request #705 from nulltoken/fix/note_list_ca...
2012-05-16 nulltokennotes: make git_note_foreach() callback signature easie...
2012-05-16 Vicent Martítree: Naming conventions
2012-05-16 Vicent Martíclar: Fix warning
2012-05-16 Vicent Martítree: Kill the `git_tree_diff` functions
2012-05-16 Vicent MartíMerge pull request #700 from cholin/revwalk_reset
2012-05-16 Vicent MartíMerge pull request #702 from arrbee/fix-status-file
2012-05-16 Vicent MartíMerge pull request #703 from carlosmn/consistency
2012-05-15 Russell BelferDocument git_buf_common_prefix
2012-05-15 Carlos Martín... indexer: add more consistency checks
2012-05-15 Russell BelferFix notes to use new fixed iterator signature
2012-05-15 Russell BelferRanged iterators and rewritten git_status_file
2012-05-15 Carlos Martín... Introduce GITERR_INDEXER
2012-05-15 Nico von Geysoreally reset walker with git_revwalk_reset
2012-05-14 Vicent MartíMerge pull request #699 from nulltoken/fix/compilation...
2012-05-14 nulltokenFix compilation warnings
2012-05-14 Vicent MartíMerge pull request #696 from nulltoken/topic/notes...
2012-05-14 Vicent MartíRevert "Specifiy dllimport to MSVC if we're not buildin...
2012-05-14 nulltokennotes: add git_notes_foreach()
2012-05-14 Vicent MartíMerge pull request #693 from nulltoken/topic/enhance_br...
2012-05-14 Vicent MartíMerge pull request #692 from nulltoken/fix/delete-branc...
2012-05-14 Vicent MartíMerge pull request #688 from hanwen/master
2012-05-14 Sascha CunzSpecifiy dllimport to MSVC if we're not building libgit...
2012-05-14 Vicent MartíMerge pull request #671 from nulltoken/topic/blob_creat...
2012-05-14 Vicent MartíMerge pull request #681 from scottjg/solaris-fixes
2012-05-14 Vicent MartíMerge pull request #682 from arrbee/attribute-cache...
2012-05-14 Sascha CunzAdd missing GIT_EXTERN declarations
2012-05-14 Vicent MartíMerge pull request #689 from scunz/visibility-gcc
2012-05-14 Vicent MartíMerge pull request #694 from nulltoken/topic/mergebase...
2012-05-14 Russell BelferMerge pull request #695 from nulltoken/topic/iterator_f...
2012-05-14 Scott J. GoldmanAdd a test to verify FILENAME_MAX
2012-05-13 nulltokeniterator: prevent git_iterator_free() from segfaulting...
2012-05-13 nulltokenmergebase: enhance test code coverage
2012-05-13 Carlos Martín... tests: make sure we clean up in objects/blob/write.c
2012-05-13 nulltokenblob: Add git_blob_create_fromdisk()
2012-05-13 nulltokenbranch: cover with test that moving a non existing...
2012-05-13 nulltokenbranch: make git_branch_delete() return GIT_ENOTFOUND...
2012-05-12 Han-Wen NienhuysHandle duplicate objects from different backends in...
2012-05-12 Scott J. GoldmanFix readdir_r() usage for Solaris
2012-05-12 Sascha CunzUse -fvisibility=hidden in GCC builds
2012-05-12 Vicent MartíMerge pull request #683 from arrbee/better-repo-init
2012-05-12 Vicent MartíMerge pull request #687 from nulltoken/fix/object-looku...
2012-05-11 nulltokenobject: make git_object_lookup() return GIT_ENOTFOUND...
2012-05-11 Carlos Martín... examples: fix an oopsie
2012-05-11 Russell BelferFixed leaks and added tests
2012-05-11 Scott J. GoldmanFix comment typo in common.h
2012-05-11 Scott J. GoldmanFix rmdir() usage on Solaris
2012-05-10 Russell BelferFixed mode on clar
2012-05-10 Russell BelferAdd cache busting to attribute cache
2012-05-10 Scott J. GoldmanHook up Windows compat fnmatch() for Solaris
2012-05-10 Carlos Martín... examples: update network examples error handling
2012-05-09 Vicent Martíclar: Update from upstream
2012-05-09 Vicent MartíMerge pull request #678 from nulltoken/fix/msvc-weird...
2012-05-09 nulltokenFix MSVC compilation issue
2012-05-09 Russell BelferImprove repo initialization to be more like git
2012-05-09 Russell BelferFix 64-bit build warning
2012-05-09 Russell BelferMerge pull request #679 from nulltoken/fix/git__isspace
2012-05-09 Michael Schuberttests-clar/diff: fix missing-prototype warning
2012-05-09 Carlos Martín... fetch: filter tag annotation pseudo-refs while generati...
2012-05-09 Carlos Martín... remote: don't try to create tag annotations as refs...
2012-05-09 nulltokenutil: Fix git__isspace() implementation
2012-05-09 Carlos Martín... indexer: close the pack's fd before renaming it
2012-05-09 Vicent Martímsvc: Do not use `isspace`
2012-05-08 Vicent MartíMerge pull request #677 from arrbee/status-without...
2012-05-08 Russell BelferAdd support for diffing index with no HEAD
2012-05-08 Vicent Martímessage: Cleanup
2012-05-08 Vicent Martímessage: Proper OOM handling
2012-05-08 Vicent MartíMerge pull request #670 from nulltoken/ntk/topic/clean...
2012-05-08 Russell BelferMerge pull request #668 from nulltoken/topic/binary...
2012-05-08 Vicent MartíMerge pull request #676 from carlosmn/remotes
next