| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | http: don't allow SSL connections to a proxy | Edward Thomson | 2018-11-28 | 1 | -1/+9 | |
| | * | | | | | http: only load proxy configuration during connection | Edward Thomson | 2018-11-28 | 1 | -2/+4 | |
| | * | | | | | stream: provide generic registration API | Edward Thomson | 2018-11-28 | 6 | -73/+163 | |
| | * | | | | | http: disallow repeated headers from servers | Edward Thomson | 2018-11-28 | 1 | -9/+18 | |
| | * | | | | | http: remove cURL | Edward Thomson | 2018-11-28 | 9 | -466/+2 | |
| | * | | | | | streams: remove unused tls functions | Edward Thomson | 2018-11-28 | 5 | -42/+12 | |
| | * | | | | | http: use CONNECT to talk to proxies | Edward Thomson | 2018-11-28 | 1 | -13/+224 | |
| | * | | | | | tls: introduce a wrap function | Edward Thomson | 2018-11-28 | 10 | -88/+297 | |
| | * | | | | | http transport: reset error message on cert failure | Edward Thomson | 2018-11-28 | 1 | -11/+11 | |
| | * | | | | | http transport: support cert check for proxies | Edward Thomson | 2018-11-28 | 1 | -39/+70 | |
| | * | | | | | http transport: provide proxy credentials | Edward Thomson | 2018-11-28 | 4 | -8/+19 | |
| | * | | | | | http transport: refactor storage | Edward Thomson | 2018-11-28 | 1 | -120/+133 | |
| | * | | | | | http transport: cap number of authentication replays | Edward Thomson | 2018-11-28 | 3 | -9/+10 | |
| | * | | | | | http transport: prompt for proxy credentials | Edward Thomson | 2018-11-28 | 1 | -19/+37 | |
| | * | | | | | http transport: further refactor credential handling | Edward Thomson | 2018-11-28 | 1 | -17/+32 | |
| | * | | | | | http transport: refactor credential handling | Edward Thomson | 2018-11-28 | 1 | -47/+58 | |
| | * | | | | | http transport: use HTTP proxies when requested | Edward Thomson | 2018-11-28 | 1 | -33/+80 | |
| | * | | | | | http: rename http subtransport's `io` to `gitserver_stream` | Edward Thomson | 2018-11-28 | 1 | -29/+38 | |
| | * | | | | | http: rename `connection_data` -> `gitserver_data` | Edward Thomson | 2018-11-28 | 1 | -20/+20 | |
| | * | | | | | proxy: propagate proxy configuration errors | Edward Thomson | 2018-11-28 | 1 | -1/+2 | |
| * | | | | | | Merge pull request #4898 from pks-t/pks/config-parent-is-file | Edward Thomson | 2018-11-28 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | config: fix adding files if their parent directory is a file | Patrick Steinhardt | 2018-11-28 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #4879 from libgit2/ethomson/defer_cert_cred_cb | Patrick Steinhardt | 2018-11-28 | 4 | -5/+23 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | transport: allow cred/cert callbacks to return GIT_PASSTHROUGHethomson/defer_cert_cred_cb | Edward Thomson | 2018-11-21 | 3 | -5/+13 | |
| | * | | | | transport: see if cert/cred callbacks exist before calling them | Edward Thomson | 2018-11-15 | 1 | -0/+10 | |
| | |/ / / | ||||||
| * | | | | Fix warning C4133 incompatible types in MSVC | Sven Strickroth | 2018-11-25 | 1 | -2/+2 | |
| * | | | | Merge pull request #4884 from libgit2/ethomson/index_iterator | Patrick Steinhardt | 2018-11-21 | 2 | -0/+51 | |
| |\ \ \ \ | ||||||
| | * | | | | index: introduce git_index_iteratorethomson/index_iterator | Edward Thomson | 2018-11-14 | 2 | -0/+51 | |
| * | | | | | commit: fix out-of-bound reads when parsing truncated author fields | Patrick Steinhardt | 2018-11-21 | 1 | -1/+1 | |
| * | | | | | Merge branch 'tiennou/fix/logallrefupdates-always' | Edward Thomson | 2018-11-18 | 3 | -13/+30 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | refs: add support for core.logAllRefUpdates=always | Etienne Samson | 2018-11-18 | 3 | -13/+30 | |
| * | | | | | | Merge pull request #4847 from noahp/noahp/null-arg-fixes | Edward Thomson | 2018-11-18 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tests: address two null argument instances | Noah Pendleton | 2018-11-13 | 1 | -1/+2 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #4875 from tiennou/fix/openssl-errors | Edward Thomson | 2018-11-18 | 1 | -7/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | openssl: only say we're connected if the connection succeeded | Etienne Samson | 2018-11-01 | 1 | -2/+2 | |
| | * | | | | | | openssl: set the error class to GITERR_SSL | Etienne Samson | 2018-11-01 | 1 | -5/+5 | |
| * | | | | | | | Merge pull request #4882 from kc8apf/include_port_in_host_header | Edward Thomson | 2018-11-18 | 3 | -4/+19 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | transport/http: Include non-default ports in Host header | Rick Altherr | 2018-11-09 | 1 | -1/+5 | |
| | * | | | | | | netops: add method to return default http port for a connection | Rick Altherr | 2018-11-09 | 2 | -3/+14 | |
| * | | | | | | | Merge pull request #4713 from libgit2/ethomson/win_symlinks | Edward Thomson | 2018-11-15 | 3 | -53/+69 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | repository: load_config for non-repo configs | Edward Thomson | 2018-10-20 | 1 | -6/+8 | |
| | * | | | | | | win32: emulate Git for Windows in symlink support | Edward Thomson | 2018-10-20 | 1 | -10/+42 | |
| | * | | | | | | win32: add symbolic link support | Edward Thomson | 2018-10-20 | 1 | -5/+17 | |
| | * | | | | | | win32: use GetFinalPathNameByHandle directly | Edward Thomson | 2018-10-20 | 1 | -31/+1 | |
| | * | | | | | | cmake: increase WIN32_WINNT to Vista | Edward Thomson | 2018-10-20 | 1 | -1/+1 | |
| * | | | | | | | patch_parse: remove unused function `parse_number` | Patrick Steinhardt | 2018-11-14 | 1 | -20/+0 | |
| * | | | | | | | strntol: fix out-of-bounds reads when parsing numbers with leading sign | Patrick Steinhardt | 2018-11-14 | 1 | -2/+8 | |
| * | | | | | | | Merge pull request #4883 from pks-t/pks/signature-tz-oob | Patrick Steinhardt | 2018-11-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | signature: fix out-of-bounds read when parsing timezone offset | Patrick Steinhardt | 2018-11-09 | 1 | -1/+1 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #4667 from tiennou/feature/remote-create-api | Patrick Steinhardt | 2018-11-13 | 2 | -64/+113 | |
| |\ \ \ \ \ \ \ | ||||||
