]> git.proxmox.com Git - libgit2.git/history - src/transports/http.c
Http: Set an error for invalid content-type
[libgit2.git] / src / transports / http.c
2012-11-01 Philip KelleyHttp: Set an error for invalid content-type
2012-11-01 Philip KelleyReorganize transport architecture (squashed 3)
2012-10-26 Ben StraubAdd network transfer callbacks on Windows
2012-10-25 Vicent MartíMerge pull request #1021 from ethomson/cmake_vs
2012-10-25 Russell BelferMerge pull request #925 from nulltoken/topic/moving...
2012-10-25 Vicent MartíMerge pull request #990 from ben/clone-callbacks
2012-10-22 Vicent MartíMerge pull request #963 from carlosmn/remote-save-autotag
2012-10-20 Ben Straubgitno_buffer: callback on each packet
2012-10-17 Russell BelferMerge pull request #968 from arrbee/diff-support-typechange
2012-10-17 Ben StraubMerge pull request #972 from PaulThompson/separate_strarray
2012-10-16 Vicent MartíMerge pull request #952 from csware/config-locations
2012-10-15 Ben StraubMerge pull request #982 from nulltoken/clone/no-checkout
2012-10-15 Ben StraubMerge pull request #978 from nulltoken/fix/reset-hard
2012-10-15 nulltokentest: fix some memory leaks
2012-10-10 Vicent MartíMerge pull request #971 from arrbee/base64-encoder
2012-10-10 Carlos Martín Nietohttp: don't discard the HEAD ref
2012-10-02 Russell BelferMerge pull request #932 from ben/clone_pack_race
2012-10-02 Russell BelferMerge pull request #939 from pwkelley/ignorecase
2012-09-21 Russell BelferMerge pull request #942 from nulltoken/topic/checkout...
2012-09-20 nulltokenFix MSVC amd64 compilation warnings
2012-09-13 Carlos Martín Nietohttp: use the new unicode functions
2012-09-14 Vicent MartíMerge pull request #901 from carlosmn/winhttp
2012-09-14 Carlos Martín Nietohttp: use WinHTTP on Windows
2012-08-27 Vicent MartíMerge pull request #897 from nulltoken/topic/git_refere...
2012-08-27 Russell BelferMerge pull request #903 from nulltoken/topic/peeling...
2012-08-25 Carlos Martín Nietohttp: increase buffer side to deal with side-band-64k
2012-08-25 Vicent MartíMerge pull request #896 from ben/revparse-ambiguous
2012-08-23 Vicent MartíMerge pull request #844 from arrbee/init-extended
2012-08-23 Russell BelferFix warnings and merge issues on Win64
2012-08-19 Vicent MartíMerge pull request #778 from ben/clone
2012-08-06 Vicent MartiMerge remote-tracking branch 'arrbee/tree-walk-fixes...
2012-08-04 Russell BelferUpdate iterators for consistency across library
2012-08-01 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/amd64...
2012-07-31 Vicent MartíMerge pull request #826 from carlosmn/config-find-error
2012-07-31 Vicent MartíMerge pull request #837 from carlosmn/travis
2012-07-31 Vicent MartíMerge pull request #833 from carlosmn/odb-one
2012-07-30 Vicent MartíMerge pull request #840 from carlosmn/remote-unify
2012-07-30 Carlos Martín Nietotransport: rename encrypt to use_ssl
2012-07-30 Carlos Martín Nietotransport: store the refs in a common area
2012-07-30 Carlos Martín Nietoremote: use the same code to control git and http
2012-07-30 Carlos Martín Nietoremote: start moving the protocol to a common area
2012-07-17 Ben StraubMerge branch 'development' into clone
2012-06-28 Vicent MartíMerge pull request #791 from carlosmn/index-path
2012-06-28 Carlos Martín Nietoindexer: don't use '/objects/pack/' unconditionally
2012-06-07 Vicent MartíMerge pull request #669 from nulltoken/topic/reset
2012-06-07 Vicent MartíMerge pull request #684 from benstraub/rev-parse
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-06-07 Vicent MartíMerge pull request #704 from nulltoken/topic/blob_fromc...
2012-06-05 Michael Schuberttransports: fix buglet
2012-06-05 Vicent MartíMerge pull request #697 from carlosmn/ssl
2012-06-05 Vicent MartíMerge pull request #738 from nacho/development
2012-06-05 Vicent MartíMerge pull request #714 from schu/config-enotfound
2012-06-05 Ben StraubMerge branch 'development' into rev-parse
2012-06-04 Carlos Martín NietoMerge pull request #737 from nulltoken/topic/git_remote...
2012-06-04 Russell BelferMerge pull request #739 from arthurschreiber/fix_remote...
2012-06-02 Arthur SchreiberFix git_close/http_close/local_close to set the transpo...
2012-05-26 Carlos Martín Nietossl: allow skipping the server certificate check
2012-05-19 Carlos Martín Nietossl: teardown the connection on close
2012-05-19 Carlos Martín Nietohttps: make it work with OpenSSL as well
2012-05-19 Carlos Martín Nietohttp: add https support when GnuTLS is available
2012-05-18 Vicent MartíMerge pull request #710 from libgit2/breaking-changes
2012-05-17 Vicent Martíerrors: Rename error codes
2012-05-17 Vicent Martíerrors: Rename the generic return codes
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 Scott J. GoldmanFix gitno_connect() error handling on Windows
2012-05-03 Vicent MartíRemove old and unused error codes
2012-05-02 Vicent MartíMerge branch 'new-error-handling' into development
2012-05-02 Vicent MartíMerge remote-tracking branch 'carlosmn/remaining-errors...
2012-04-30 Vicent MartíMerge pull request #655 from nulltoken/topic/cr-normali...
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 Nietonet: recognize and report server-side error messages
2012-04-30 nulltokenbuf: deploy git_buf_len()
2012-04-25 Russell BelferMerge pull request #642 from arrbee/mem-pools
2012-04-25 Vicent MartíMerge pull request #641 from carlosmn/networking
2012-04-25 Carlos Martín Nietotransports: buffer the git requests before sending...
2012-04-25 Carlos Martín Nietofetch: use the streaming indexer when downloading a...
2012-04-24 Vicent MartíMerge pull request #632 from arrbee/win64-cleanup
2012-04-17 Russell BelferFix warnings on 64-bit windows builds
2012-04-11 Carlos Martín Nietoerror-handling: http
2012-03-06 Vicent Martíerror-handling: Repository
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
2012-01-20 Russell BelferMerge branch 'fix-subdir-attr-paths' into development
2012-01-19 Carlos Martín Nietodiff-index: fix leak
2012-01-19 Carlos Martín Nietohttp: use PRIuZ
2011-12-14 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/oid-gener...
2011-12-09 Vicent MartiMerge remote-tracking branch 'arrbee/git-buf-for-paths...
2011-12-08 Russell BelferUse git_buf for path storage instead of stack-based...
2011-11-29 Vicent MartíMerge pull request #499 from arrbee/extend-git-buf
2011-11-28 Vicent MartiMerge branch 'repo-ownership' into development
2011-11-28 Vicent Martiremote: Cleanup the remotes code
2011-11-26 Vicent MartíMerge pull request #491 from schu/refs-cleanup
2011-11-22 Vicent MartíMerge pull request #492 from carlosmn/networking
2011-11-18 Carlos Martín Nietonet: move the reference storage to common code
2011-11-17 Vicent MartíMerge pull request #486 from petdance/development
2011-10-29 Vicent MartíMerge pull request #468 from nulltoken/ntk/fix/issue-465
2011-10-29 Vicent MartíMerge pull request #456 from brodie/perm-fixes
2011-10-29 Vicent Martiglobal: Properly use `git__` memory wrappers
next