index
:
delta/pycurl.git
baserock/morph
ci
dependabot/pip/bottle-0.12.19
master
github.com: pycurl/pycurl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Allow to get CURLINFO_CONDITION_UNMET
Dima Tisnek
2021-05-06
1
-1
/
+3
|
/
*
docs: fix typos
Pierre Grimaud
2021-04-19
1
-1
/
+1
*
Expose MAX_CONCURRENT_STREAMS in CurlMulti
Alexandre Pion
2020-11-05
3
-0
/
+10
*
src/module.c: make the code compile against python-3.10.0a1
Kamil Dudka
2020-10-26
1
-3
/
+9
*
Fix seek callback's use of offset parameter
Scott Talbert
2020-08-12
1
-1
/
+1
*
Merge pull request #646 from Bo98/nossl-fix
Oleg Pudeyev
2020-08-08
1
-1
/
+2
|
\
|
*
Fix runtime error on no-SSL builds
Bo Anderson
2020-08-07
1
-1
/
+2
*
|
Increase minimum libcurl version for curl_global_sslset
Scott Talbert
2020-08-06
1
-4
/
+5
|
/
*
Merge pull request #639 from Bo98/multissl
Oleg Pudeyev
2020-08-05
2
-1
/
+51
|
\
|
*
Handle MultiSSL
Bo Anderson
2020-07-21
2
-1
/
+51
*
|
Allow unsetopt CURLOPT_PROXY
lilydjwg
2020-07-28
1
-0
/
+4
|
/
*
Merge pull request #634 from p3we/master-expose-new-symbols
Oleg Pudeyev
2020-05-18
2
-1
/
+18
|
\
|
*
Add UPLOAD_BUFFER configuration option
Artur Sobierak
2020-05-18
1
-0
/
+3
|
*
Add MAXAGE_CONN configuration option
Artur Sobierak
2020-05-18
1
-0
/
+3
|
*
Add support for sharing connection cache
Artur Sobierak
2020-05-18
2
-1
/
+12
*
|
Support the CURLOPT_HAPROXYPROTOCOL option in pycurl (#630)
Russell McConnachie
2020-05-14
2
-0
/
+7
|
/
*
Use surrogateescape error handler when reading error messages from libcurl, f...
Oleg Pudeyev
2020-02-16
1
-1
/
+6
*
Merge pull request #594 from fsbs/master
Oleg Pudeyev
2020-01-14
1
-0
/
+9
|
\
|
*
Allow threads where callbacks can be invoked
fsbs
2019-09-21
1
-0
/
+9
*
|
Fix Python 3.8 related deprecation warning (#600)
Michael Treanor
2019-12-08
1
-0
/
+1
|
/
*
Improve error message when accessing/deleting nonexistent attributes.
Oleg Pudeyev
2019-07-04
1
-3
/
+3
*
Add locking support to wolfSSL
Eneas U de Queiroz
2019-07-01
2
-1
/
+25
*
add missing PROXY_SSL_VERIFYHOST option
Amir Rossert
2019-06-19
1
-0
/
+1
*
Do not set FTP_ACCOUNT by default.
Oleg Pudeyev
2019-06-17
1
-6
/
+0
*
Merge branch 'pr-553' (#553) - mbedTLS support
Oleg Pudeyev
2019-06-17
3
-3
/
+49
|
\
|
*
Fix string length
Oleg Pudeyev
2019-06-17
1
-1
/
+1
|
*
add support for mbedTLS
Josef Schlehofer
2019-03-23
3
-3
/
+49
*
|
Merge pull request #556 from dimichxp/fix-python3-cookies
Oleg Pudeyev
2019-06-17
1
-0
/
+1
|
\
\
|
*
|
decode_string_list: fix populating list of decoded strings
Dmitriy Taychenachev
2019-04-09
1
-0
/
+1
|
|
/
*
|
do_multi_add_handle: execute clean-up code before return
Kamil Dudka
2019-01-14
1
-1
/
+1
*
|
do_curl_setopt_httppost: do not use uninitialized stack variable
Kamil Dudka
2019-01-14
1
-1
/
+1
|
/
*
Fix for python symbol and tabs
Khavish Anshudass Bhundoo
2018-06-06
1
-1
/
+1
*
Added options in 7.49.0
Khavish Anshudass Bhundoo
2018-06-05
1
-0
/
+4
*
Add perform_rb and perform_rs methods to return body from perform.
Oleg Pudeyev
2018-05-23
5
-1
/
+97
*
Repair the build
Oleg Pudeyev
2018-05-23
2
-2
/
+7
*
Move errstr implementations to easyinfo
Oleg Pudeyev
2018-05-23
3
-28
/
+34
*
Move cert setting to easyopt
Oleg Pudeyev
2018-05-23
3
-52
/
+56
*
Extract easyperform.c
Oleg Pudeyev
2018-05-23
3
-67
/
+75
*
Split easy.c
Oleg Pudeyev
2018-05-23
5
-2414
/
+2465
*
Document RTSP options since they have OPT/INFO prefixes.
Oleg Pudeyev
2018-05-23
1
-3
/
+3
*
Add OPT_COOKIELIST for consistency with other OPT_ prefixed options.
Oleg Pudeyev
2018-05-23
1
-0
/
+1
*
Add errstr_raw to expose pycurl error information as byte strings.
Oleg Pudeyev
2018-05-22
1
-0
/
+17
*
Replace invalid bytes in strings surfaced via pycurl.error exceptions.
Oleg Pudeyev
2018-05-22
3
-10
/
+64
*
Deal with certinfo
Oleg Pudeyev
2018-05-21
1
-5
/
+30
*
Add getinfo_raw to return getinfo data as byte strings.
Oleg Pudeyev
2018-05-21
2
-4
/
+93
*
Keep Curl objects alive when they are being used by CurlMulti objects
Oleg Pudeyev
2018-05-21
3
-1
/
+31
*
Add weakref support to our objects
Oleg Pudeyev
2018-05-21
5
-8
/
+37
*
Fixed byte string acceptance in set_ca_certs
Oleg Pudeyev
2018-05-20
1
-7
/
+22
*
use up-to-date OpenSSL API to control thread locks
vmurashev
2018-05-18
1
-0
/
+24
*
Fix #489
toddrme2178
2018-05-15
1
-0
/
+2
[prev]
[next]