| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | pack: don't allow a negative offsetcmn/idx-extra-check | Carlos Martín Nieto | 2016-02-25 | 1 | -0/+5 | |
| | * | | | | pack: make sure we don't go out of bounds for extended entries | Carlos Martín Nieto | 2016-02-25 | 1 | -1/+13 | |
| * | | | | | openssl: we already had the function, just needed the headercmn/thisisterrible | Carlos Martín Nieto | 2016-02-24 | 1 | -6/+1 | |
| * | | | | | openssl: export the locking function when building without OpenSSL | Carlos Martín Nieto | 2016-02-24 | 1 | -0/+6 | |
| |/ / / / | ||||||
| * | | | | map: use `giterr_set` internally | Edward Thomson | 2016-02-23 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | git_libgit2_opts: validate key | Edward Thomson | 2016-02-22 | 1 | -0/+3 | |
| * | | | openssl: re-export the last-resort locking functionv0.24.0-rc1cmn/init-ssh | Carlos Martín Nieto | 2016-02-19 | 1 | -0/+1 | |
| * | | | openssl: free the context even if we don't connect | Carlos Martín Nieto | 2016-02-19 | 1 | -1/+1 | |
| * | | | global: remove an unused variable | Carlos Martín Nieto | 2016-02-19 | 1 | -8/+0 | |
| * | | | Merge pull request #3597 from ethomson/filter_registration | Carlos Martín Nieto | 2016-02-19 | 6 | -279/+336 | |
| |\ \ \ | ||||||
| | * | | | filter: avoid races during filter registration | Edward Thomson | 2016-02-08 | 2 | -124/+157 | |
| | * | | | mingw: use gcc-like memory barrier | Edward Thomson | 2016-02-08 | 1 | -1/+1 | |
| | * | | | global: make openssl registration like the rest | Edward Thomson | 2016-02-08 | 3 | -115/+128 | |
| | * | | | global: refactor setup and cleanup | Edward Thomson | 2016-02-08 | 1 | -59/+70 | |
| * | | | | netops: fix memory leak when an error occurs | Patrick Steinhardt | 2016-02-18 | 1 | -0/+4 | |
| * | | | | transports: smart_pkt: fix memory leaks | Patrick Steinhardt | 2016-02-18 | 1 | -0/+3 | |
| * | | | | transports: smart: fix memory leak on OOM path | Patrick Steinhardt | 2016-02-18 | 1 | -0/+2 | |
| * | | | | signature: use GITERR_CHECK_ALLOC to check for OOM situation | Patrick Steinhardt | 2016-02-18 | 1 | -3/+2 | |
| * | | | | Merge pull request #3604 from ethomson/nsec_xplat | Carlos Martín Nieto | 2016-02-18 | 3 | -7/+7 | |
| |\ \ \ \ | ||||||
| | * | | | | xplat: use st_mtimespec everywhere on mac | Edward Thomson | 2016-02-09 | 2 | -6/+6 | |
| | * | | | | Fix the build when defining USE_NSEC | Marius Ungureanu | 2016-01-25 | 1 | -1/+1 | |
| * | | | | | Merge pull request #3606 from ethomson/drop_xp | Carlos Martín Nieto | 2016-02-18 | 1 | -18/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | win32: drop xp support in WideCharToMultiByte | Edward Thomson | 2016-02-09 | 1 | -18/+3 | |
| * | | | | | | Merge pull request #3613 from ethomson/fixups | Carlos Martín Nieto | 2016-02-18 | 9 | -37/+103 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | winhttp: use an unsigned iterator | Edward Thomson | 2016-02-16 | 1 | -1/+1 | |
| | * | | | | | | submodule: explicitly cast to the teensy time value | Edward Thomson | 2016-02-16 | 1 | -2/+2 | |
| | * | | | | | | index: explicitly cast the teeny index entry members | Edward Thomson | 2016-02-16 | 1 | -3/+3 | |
| | * | | | | | | index: don't use `seek` return as an error code | Edward Thomson | 2016-02-16 | 1 | -2/+2 | |
| | * | | | | | | index: explicitly cast new hash size to an int | Edward Thomson | 2016-02-16 | 1 | -1/+1 | |
| | * | | | | | | fstat: use our custom `stat` | Edward Thomson | 2016-02-16 | 3 | -12/+62 | |
| | * | | | | | | tree: zap warnings around `size_t` vs `uint16_t` | Edward Thomson | 2016-02-16 | 1 | -10/+16 | |
| | * | | | | | | win32: introduce p_timeval that isn't stupid | Edward Thomson | 2016-02-12 | 5 | -6/+16 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3619 from ethomson/win32_forbidden | Carlos Martín Nieto | 2016-02-18 | 6 | -20/+55 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | index: allow read of index w/ illegal entries | Edward Thomson | 2016-02-17 | 5 | -17/+46 | |
| | * | | | | | | iterator: assert tree_iterator has a frame | Edward Thomson | 2016-02-17 | 1 | -7/+11 | |
| | * | | | | | | Validate pointer before access the member. | Colin Xu | 2016-02-17 | 1 | -3/+5 | |
| * | | | | | | | commit: expose the different kinds of errors | Carlos Martín Nieto | 2016-02-16 | 1 | -1/+7 | |
| * | | | | | | | rebase: persist a single in-memory index | Edward Thomson | 2016-02-15 | 1 | -12/+23 | |
| * | | | | | | | Merge pull request #3610 from ethomson/rebase_bare | Carlos Martín Nieto | 2016-02-12 | 1 | -118/+251 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | rebase: allow custom merge_options | Edward Thomson | 2016-02-11 | 1 | -2/+2 | |
| | * | | | | | | | rebase: introduce inmemory rebasing | Edward Thomson | 2016-02-11 | 1 | -117/+250 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Horrible fix for #3173. | Arthur Schreiber | 2016-02-11 | 9 | -26/+28 | |
| * | | | | | | | commit: don't forget the last header field | Carlos Martín Nieto | 2016-02-11 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3599 from libgit2/gpgsign | Vicent Marti | 2016-02-09 | 1 | -0/+86 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Introduce git_commit_extract_signaturegpgsign | Carlos Martín Nieto | 2016-02-09 | 1 | -0/+86 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3603 from pks-t/pks/coverity-fixes | Carlos Martín Nieto | 2016-02-09 | 4 | -8/+14 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | attr_file: fix resource leak | Patrick Steinhardt | 2016-02-09 | 1 | -2/+3 | |
| | * | | | | | | checkout: fix resource leak | Patrick Steinhardt | 2016-02-09 | 1 | -1/+3 | |
| | * | | | | | | pack-objects: fix memory leak in packbuilder_config | Patrick Steinhardt | 2016-02-09 | 1 | -4/+7 | |
| | * | | | | | | pack-objects: fix memory leak in compute_write_order | Patrick Steinhardt | 2016-02-09 | 1 | -0/+1 | |
