Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Stockholm, Sweden
- Sign in to view email
- https://daniel.haxx.se/
Pinned
1,773 contributions in the last year
Activity overview
Contribution activity
March 2020
Created a pull request in curl/curl that received 11 comments
global_init: atomic initialize counter
With the use a Windows specific function and _Atomic for the rest.
_Atomic is a C11 feature that when available makes the init reference counter at…
+36
−3
•
11
comments
- DISABLED: disable test 323
- tool_operate: fix add_parallel_transfers when more are in queue
- vtls: free ssl_config leftovers on out-of-memory
- cmake: add support for building with wolfSSL
- Revert "cirrus-ci: disable the FreeBSD 13 builds"
- connect: happy eyeballs cleanup
- transfer: retry new connections 5 times before giving up
- server/getpart: make the "XML-parser" stricter
- configure: document 'compiler_num' for gcc
- configure: fix -pedantic-errors for GCC 5 and later
- docs: add warnings about FILE: URLs on Windows
- socks: socks4 fix host resolve regression
- configure: fix use of -isystem for system headers
- lib1564: reduce number of mid-wait wakeup calls
- socks5: switch state properly when the resolve is done
- pause: bail out on bad input
- pause: force a connection (re-)check after unpausing
- urldata: remove the 'stream_was_rewound' connectdata struct member
- Revert "pause: force-drain the transfer on unpause"
- polarssl: remove more references and mentions
- runtests.1: rephrase how to specify what tests to run
- cirrus-ci: disable the FreeBSD 13 builds
- Revert "sha256: Added SecureTransport implementation"
- pause: return early for calls that don't change pause state
- multi_wait: stop loop when sread() returns zero
- Some pull requests not shown.
- tests: make Python-based servers compatible with Python 2 and 3
- ci/tests: fix Azure Pipelines not running for pull requests
- gskit: use our internal select wrapper for portability
- select: move duplicate select preparation code into Curl_select
- easy: Fix curl_easy_duphandle for builds missing IPv6 that use c-ares
- fix some text/comment typos
- test1129: fix invalid case of closing XML-tag and Content-Length
- Fix additional test servers on Windows and log used port range
- sftp: fix segfault regression introduced by #4747
- Fix 3 problems occurring only at gcc optimization level 3
- ares: Store dns parameters for duphandle
- Improvements for the Perl-based testsuite running on Windows
- Fix test 198 failing due to missing ftruncate on Windows
- curl_share_setopt.3: Note sharing cookies doesn't enable the engine
- multi: skip EINTR check on wakeup socket if it was closed
- transfer: consider output while draining
- tests: try to make sleeping portable by avoiding select
- ci/tests: Send test results to AppVeyor for status overview
- cmake: Show HTTPS-proxy in the features output
- curl_getenv.3: Fix the memory handling description
- configure.ac: Disable metalink support if an incompatible SSL/TLS specified
Created an issue in curl/curl that received 9 comments
SMB tests on Debian?
I did this
apt install python3-impacket
cd tests && ./runtests.pl 1451
Python package impacket needs to be installed!
Use pip or your package manag…
9
comments